.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f6ecd;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #0f6ecd;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #1e87f0;
  text-shadow: none;
}
::selection {
  background: #1e87f0;
  text-shadow: none;
}
/* ========================================================================
     Component: Link
   ========================================================================== */
/* Muted
   ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
  color: #999999;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #666;
}
/* Text
   ========================================================================== */
/*
   * `!important` needed to override inverse component
   */
a.uk-link-text:not(:hover),
.uk-link-text a:not(:hover) {
  color: inherit !important;
}
a.uk-link-text:hover,
.uk-link-text a:hover {
  color: #999999;
}
/* Hero
   ========================================================================== */
/*
   * 1. Using `inline-block` to make it work with text alignment
   * 2. Center vertically
   * 3. Style
   */
.uk-heading-bullet::before {
  content: "";
  border-left: 4px solid #1e87f0;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #1e87f0;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #1e87f0;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #ffffff;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ffffff;
  color: #1e87f0;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #1e87f0;
  border-color: transparent;
}
/* Label
   ========================================================================== */
/* Icons
   ========================================================================== */
.uk-form-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-form-icon:hover {
  color: #666;
}
/* OnClick + Active */
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-button-default {
  background-color: #ffffff;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: #1e87f0;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #222222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: #1e87f0;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #1e87f0;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #1e87f0;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #1e87f0;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #1e87f0;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222222;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #1e87f0;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222222;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #1e87f0;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222222;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #1e87f0;
}
/*
   * Success
   */
.uk-alert-success {
  background: #ffffff;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #ffffff;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #ffffff;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #1e87f0;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #1e87f0;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #1e87f0;
  background-color: transparent;
}
/* Active */
.uk-nav-default > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-default .uk-nav-sub a {
  color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Items
   */
.uk-nav-primary > li > a {
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #1e87f0;
}
/* Active */
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-primary .uk-nav-sub a {
  color: #999999;
}
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Nav items
   */
.uk-navbar-nav > li > a {
  color: #666;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/*
   * Hover
   * Apply hover style also to focus state and if dropdown is opened
   */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #1e87f0;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #1e87f0;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #1e87f0;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-navbar-dropdown-nav > li > a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #1e87f0;
  background-color: transparent;
}
/* Active */
/*
   * Sublists
   */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}
/* Dropbar
   ========================================================================== */
.uk-navbar-dropbar {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * Using `:first-child` instead of `a` to support `span` elements for text
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-subnav > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #ffffff;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #1e87f0;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb > .uk-disabled > * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #1e87f0;
  background-color: transparent;
}
/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999999;
  background-color: transparent;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * 1. Center text if a width is set
   * 2. Style
   */
.uk-tab > * > a {
  color: #999999;
}
/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666;
  text-decoration: none;
  border-color: transparent;
}
/* Active */
.uk-tab > .uk-active > a {
  border-color: #1e87f0;
}
/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(248, 108, 74, 0.4);
  outline: none;
  border-color: transparent;
}
/* OnClick */
.uk-dotnav > * > :active {
  background-color: #1e87f0;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #1e87f0;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-dropdown-nav > li > a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #1e87f0;
}
/*
   * Sublists
   */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus {
  color: #1e87f0;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f8f8f8;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #1e87f0;
}
/*
   * Success
   */
.uk-notification-message-success {
  color: #32d296;
}
/*
   * Warning
   */
.uk-notification-message-warning {
  color: #faa05a;
}
/*
   * Danger
   */
.uk-notification-message-danger {
  color: #f0506e;
}
/* ========================================================================
     Component: Tooltip
   ========================================================================== */
.uk-tooltip {
  /* 4 */
  background: #1e87f0;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #1e87f0;
}
.uk-progress::-moz-progress-bar {
  background-color: #1e87f0;
}
.uk-progress::-ms-fill {
  background-color: #1e87f0;
}
/* ========================================================================
     Component: Text
   ========================================================================== */
/* Style modifiers
   ========================================================================== */
.uk-text-meta {
  color: #999999;
}
.uk-text-meta a {
  color: #999999;
}
.uk-text-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Size modifiers
   ========================================================================== */
.uk-text-small {
  font-size: 12px;
  line-height: 1.5;
}
.uk-text-large {
  font-size: 20px;
  line-height: 1.5;
}
/* Weight modifier
   ========================================================================== */
.uk-text-bold {
  font-weight: bolder;
}
/* Transform modifier
   ========================================================================== */
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
/* Color modifiers
   ========================================================================== */
.uk-text-muted {
  color: #999999 !important;
}
.uk-text-primary {
  color: #1e87f0 !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #faa05a !important;
}
.uk-text-danger {
  color: #f0506e !important;
}
/* Background modifier */
.uk-text-background {
  color: #1e87f0 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #1e87f0;
}
.uk-background-secondary {
  background-color: #222222;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  color: #333;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #1e87f0;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.ap-toolbar .uk-button-default:active,
.ap-toolbar .uk-button-default.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.ap-toolbar .uk-button-primary {
  background-color: #1e87f0;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #1e87f0;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(34, 34, 34, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1e87f0;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1e87f0;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: transparent;
}
.uk-navbar-sticky {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}
.uk-navbar-nav > li > a::before {
  content: '';
  display: none;
  position: absolute;
  bottom: 24px;
  height: 1px;
  background-color: #00a0de;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-property: background-color, border-color, box-shadow, height, right;
  transition-property: background-color, border-color, box-shadow, height, right;
  left: 15px;
  right: calc(77%);
}
.category .uk-pagination li.uk-active,
.ap-pagination li.uk-active,
.dynamic-pagination li.uk-active,
.category .uk-pagination li.active,
.ap-pagination li.active,
.dynamic-pagination li.active {
  background-color: #1e87f0;
  border-color: #1e87f0;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #1e87f0;
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
/* mobile */
@media (max-width: 640px) {
  .uk-padding {
    padding: 14px;
  }
  .uk-padding-small {
    padding: 12px 15px 8px;
  }
  * + .uk-margin-medium {
    margin-top: 12px !important;
  }
  .uk-margin-medium {
    margin-bottom: 16px;
  }
  .uk-button {
    padding: 0 12px;
    line-height: 30px;
  }
  .uk-card-default .uk-card-title,
  .uk-card-title {
    font-size: 1rem;
  }
  .uk-card-body {
    padding: 10px;
  }
  .uk-tile-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .uk-heading-primary,
  .uk-heading-hero,
  .uk-h1,
  h1 {
    font-size: 1.75rem;
  }
  .uk-h2,
  h2 {
    font-size: 1.25rem;
  }
  .uk-h3,
  h3 {
    font-size: 1.125rem;
  }
  .uk-h4,
  h4 {
    font-size: .875rem;
  }
  .uk-h5,
  h5,
  .uk-h6,
  h6 {
    font-size: .75rem;
  }
  .uk-margin {
    margin-bottom: 14px;
  }
  * + .uk-margin {
    margin-top: 14px!important;
  }
  .uk-grid {
    margin-left: -6px;
  }
  .uk-grid > * {
    padding-left: 6px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 12px;
  }
  .uk-grid + .uk-grid-collapse,
  .uk-grid-collapse > .uk-grid-margin {
    margin-top: 0;
  }
  .uk-grid-collapse > * {
    padding-left: 0;
  }
  .uk-grid-collapse {
    margin-left: 0;
  }
  .uk-card-small .uk-card-body,
  .uk-card-small.uk-card-body {
    padding: 6px;
  }
  .uk-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .uk-section-xsmall {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .uk-section-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .uk-margin-large-top {
    margin-top: 26px !important;
  }
  .uk-margin-large {
    margin-bottom: 26px;
  }
  .ap-pagination li,
  .dynamic-pagination li {
    height: 24px;
  }
  .dynamic-pagination li a {
    padding: 0 2px;
    line-height: 24px;
    min-width: 24px;
    font-size: 12px;
  }
}
.preview .uk-section-secondary .uk-button-primary:hover {
  background-color: #0e6dcd;
}
.ap-list-filter dd a.active {
  background-color: #1e87f0;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #1e87f0;
}
.category li a.active {
  color: #1e87f0;
}
.uk-lightbox-items > * > video {
  width: 80%;
}
/* 兼容uk-heading-primary */
@media (min-width: 1200px) {
  .uk-heading-primary {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.uk-list ul {
  padding-left: 10px;
}
.onepage-pagination li a.active:before {
  background: #1e87f0;
}
.fr-text-bordered {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.fr-text-uppercase {
  text-transform: uppercase;
}
.param-field .param-tag {
  color: #1e87f0;
  border: 1px solid rgba(30, 135, 240, 0.2);
}
form .step .step-bg-progress,
form .add-file .file-btn,
form .step-btns a,
form .step .ui-step.active .ui-step-num {
  background: #1e87f0;
}
form .step .ui-step.active .ui-step-title {
  color: #1e87f0;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #1e87f0;
  background-color: #1e87f0;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #1e87f0;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #1e87f0;
  color: #1e87f0;
}
.btn-effect-2:hover {
  background-color: #1e87f0;
}
.uk-button.btn-effect-5 {
  background-color: #1e87f0;
  box-shadow: 0 0 15px rgba(30, 135, 240, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #1e87f0;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
#abcb5ab976a92a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9021ae23aab582 .sidebar {
  width: 280px;
}
@media (max-width: 640px) {
  #a9021ae23aab582 .sidebar {
    width: 100%;
  }
}
#a9021ae23aab582 .accordion-menu,
#a9021ae23aab582 .accordion-menu ul ul.submenu,
#a9021ae23aab582 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a9021ae23aab582 .accordion-menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}
#a9021ae23aab582 .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;
}
#a9021ae23aab582 .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#a9021ae23aab582 .accordion-menu li a:hover {
  background-color: #1e87f0;
  color: #fff;
  border: none;
}
#a9021ae23aab582 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#a9021ae23aab582 .contact {
  color: #fff;
}
#a9021ae23aab582 .phone {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#a9021ae23aab582 .hot-list {
  background: #f7f8f9;
  padding: 15px;
}
#a9021ae23aab582 .hot-list a {
  color: #777;
}
#a9021ae23aab582 .hot-list a:hover {
  color: #0f6ecd;
}
#a9021ae23aab582 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#a9021ae23aab582 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a9021ae23aab582 .hot-item:hover a {
  color: #0f6ecd;
}
#a9021ae23aab582 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a9021ae23aab582 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#a9021ae23aab582 .content-header {
  padding-bottom: 10px;
}
#af8a5a5a21a547d .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#addb6aa820a119a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af376a2ef7a1ea2 {
  min-height: 300px;
}
#a6dd3a9981a20b4 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae879a792ea6975 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0549ac863aaac3 > .ele-wrap {background-color: rgba(0, 157, 218, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2c6ea6ee2aeae6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2c6ea6ee2aeae6 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2c6ea6ee2aeae6 .ap-icon {
  margin-right: 6px;
}
#a2c6ea6ee2aeae6 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a2c6ea6ee2aeae6 .menu-list > li.icon-bottom > a,
#a2c6ea6ee2aeae6 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2c6ea6ee2aeae6 .menu-list > li.icon-bottom > a .ap-icon,
#a2c6ea6ee2aeae6 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2c6ea6ee2aeae6 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2c6ea6ee2aeae6 .menu-list > li.icon-top > a .ap-icon svg,
#a2c6ea6ee2aeae6 .menu-list > li.icon-bottom > a .ap-icon img,
#a2c6ea6ee2aeae6 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2c6ea6ee2aeae6 .menu-list > li.icon-right > a .ap-icon,
#a2c6ea6ee2aeae6 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2c6ea6ee2aeae6 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2c6ea6ee2aeae6 .menu-list > li:hover > a,
#a2c6ea6ee2aeae6 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a2c6ea6ee2aeae6 .menu-list ul,
#a2c6ea6ee2aeae6 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2c6ea6ee2aeae6 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a2c6ea6ee2aeae6 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2c6ea6ee2aeae6 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2c6ea6ee2aeae6 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a6c74a8359a2abe .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a6c74a8359a2abe .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a6c74a8359a2abe .ap-icon {
  margin-right: 6px;
}
#a6c74a8359a2abe .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a6c74a8359a2abe .menu-list > li.icon-bottom > a,
#a6c74a8359a2abe .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a6c74a8359a2abe .menu-list > li.icon-bottom > a .ap-icon,
#a6c74a8359a2abe .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a6c74a8359a2abe .menu-list > li.icon-bottom > a .ap-icon svg,
#a6c74a8359a2abe .menu-list > li.icon-top > a .ap-icon svg,
#a6c74a8359a2abe .menu-list > li.icon-bottom > a .ap-icon img,
#a6c74a8359a2abe .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a6c74a8359a2abe .menu-list > li.icon-right > a .ap-icon,
#a6c74a8359a2abe .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a6c74a8359a2abe .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a6c74a8359a2abe .menu-list > li:hover > a,
#a6c74a8359a2abe .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6c74a8359a2abe .menu-list ul,
#a6c74a8359a2abe .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a6c74a8359a2abe .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a6c74a8359a2abe .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6c74a8359a2abe .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6c74a8359a2abe .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aadfaaa111ae007 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aadfaaa111ae007 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aadfaaa111ae007 .ap-icon {
  margin-right: 6px;
}
#aadfaaa111ae007 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#aadfaaa111ae007 .menu-list > li.icon-bottom > a,
#aadfaaa111ae007 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aadfaaa111ae007 .menu-list > li.icon-bottom > a .ap-icon,
#aadfaaa111ae007 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aadfaaa111ae007 .menu-list > li.icon-bottom > a .ap-icon svg,
#aadfaaa111ae007 .menu-list > li.icon-top > a .ap-icon svg,
#aadfaaa111ae007 .menu-list > li.icon-bottom > a .ap-icon img,
#aadfaaa111ae007 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aadfaaa111ae007 .menu-list > li.icon-right > a .ap-icon,
#aadfaaa111ae007 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aadfaaa111ae007 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aadfaaa111ae007 .menu-list > li:hover > a,
#aadfaaa111ae007 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aadfaaa111ae007 .menu-list ul,
#aadfaaa111ae007 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aadfaaa111ae007 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aadfaaa111ae007 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aadfaaa111ae007 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aadfaaa111ae007 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3413affffa7827 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3413affffa7827 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3413affffa7827 .ap-icon {
  margin-right: 6px;
}
#a3413affffa7827 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a3413affffa7827 .menu-list > li.icon-bottom > a,
#a3413affffa7827 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3413affffa7827 .menu-list > li.icon-bottom > a .ap-icon,
#a3413affffa7827 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3413affffa7827 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3413affffa7827 .menu-list > li.icon-top > a .ap-icon svg,
#a3413affffa7827 .menu-list > li.icon-bottom > a .ap-icon img,
#a3413affffa7827 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3413affffa7827 .menu-list > li.icon-right > a .ap-icon,
#a3413affffa7827 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3413affffa7827 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3413affffa7827 .menu-list > li:hover > a,
#a3413affffa7827 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a3413affffa7827 .menu-list ul,
#a3413affffa7827 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3413affffa7827 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a3413affffa7827 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3413affffa7827 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3413affffa7827 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa3b2aa770a8c17 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa3b2aa770a8c17 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa3b2aa770a8c17 .ap-icon {
  margin-right: 6px;
}
#aa3b2aa770a8c17 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#aa3b2aa770a8c17 .menu-list > li.icon-bottom > a,
#aa3b2aa770a8c17 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa3b2aa770a8c17 .menu-list > li.icon-bottom > a .ap-icon,
#aa3b2aa770a8c17 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa3b2aa770a8c17 .menu-list > li.icon-bottom > a .ap-icon svg,
#aa3b2aa770a8c17 .menu-list > li.icon-top > a .ap-icon svg,
#aa3b2aa770a8c17 .menu-list > li.icon-bottom > a .ap-icon img,
#aa3b2aa770a8c17 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa3b2aa770a8c17 .menu-list > li.icon-right > a .ap-icon,
#aa3b2aa770a8c17 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa3b2aa770a8c17 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa3b2aa770a8c17 .menu-list > li:hover > a,
#aa3b2aa770a8c17 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aa3b2aa770a8c17 .menu-list ul,
#aa3b2aa770a8c17 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa3b2aa770a8c17 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aa3b2aa770a8c17 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa3b2aa770a8c17 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa3b2aa770a8c17 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1adcab629afd39 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1adcab629afd39 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1adcab629afd39 .ap-icon {
  margin-right: 6px;
}
#a1adcab629afd39 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a1adcab629afd39 .menu-list > li.icon-bottom > a,
#a1adcab629afd39 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1adcab629afd39 .menu-list > li.icon-bottom > a .ap-icon,
#a1adcab629afd39 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1adcab629afd39 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1adcab629afd39 .menu-list > li.icon-top > a .ap-icon svg,
#a1adcab629afd39 .menu-list > li.icon-bottom > a .ap-icon img,
#a1adcab629afd39 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1adcab629afd39 .menu-list > li.icon-right > a .ap-icon,
#a1adcab629afd39 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1adcab629afd39 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1adcab629afd39 .menu-list > li:hover > a,
#a1adcab629afd39 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a1adcab629afd39 .menu-list ul,
#a1adcab629afd39 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1adcab629afd39 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a1adcab629afd39 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1adcab629afd39 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1adcab629afd39 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4396a0550aa20f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4396a0550aa20f .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4396a0550aa20f .ap-icon {
  margin-right: 6px;
}
#a4396a0550aa20f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a4396a0550aa20f .menu-list > li.icon-bottom > a,
#a4396a0550aa20f .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4396a0550aa20f .menu-list > li.icon-bottom > a .ap-icon,
#a4396a0550aa20f .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4396a0550aa20f .menu-list > li.icon-bottom > a .ap-icon svg,
#a4396a0550aa20f .menu-list > li.icon-top > a .ap-icon svg,
#a4396a0550aa20f .menu-list > li.icon-bottom > a .ap-icon img,
#a4396a0550aa20f .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4396a0550aa20f .menu-list > li.icon-right > a .ap-icon,
#a4396a0550aa20f .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4396a0550aa20f .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4396a0550aa20f .menu-list > li:hover > a,
#a4396a0550aa20f .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4396a0550aa20f .menu-list ul,
#a4396a0550aa20f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4396a0550aa20f .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a4396a0550aa20f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4396a0550aa20f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4396a0550aa20f .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab5d2a8082a0f1c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ab5d2a8082a0f1c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ab5d2a8082a0f1c .ap-icon {
  margin-right: 6px;
}
#ab5d2a8082a0f1c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#ab5d2a8082a0f1c .menu-list > li.icon-bottom > a,
#ab5d2a8082a0f1c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ab5d2a8082a0f1c .menu-list > li.icon-bottom > a .ap-icon,
#ab5d2a8082a0f1c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ab5d2a8082a0f1c .menu-list > li.icon-bottom > a .ap-icon svg,
#ab5d2a8082a0f1c .menu-list > li.icon-top > a .ap-icon svg,
#ab5d2a8082a0f1c .menu-list > li.icon-bottom > a .ap-icon img,
#ab5d2a8082a0f1c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ab5d2a8082a0f1c .menu-list > li.icon-right > a .ap-icon,
#ab5d2a8082a0f1c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ab5d2a8082a0f1c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ab5d2a8082a0f1c .menu-list > li:hover > a,
#ab5d2a8082a0f1c .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ab5d2a8082a0f1c .menu-list ul,
#ab5d2a8082a0f1c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ab5d2a8082a0f1c .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ab5d2a8082a0f1c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab5d2a8082a0f1c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab5d2a8082a0f1c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9e5ea0c71a424f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9e5ea0c71a424f .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9e5ea0c71a424f .ap-icon {
  margin-right: 6px;
}
#a9e5ea0c71a424f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #009dda;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #009dda;
}
#a9e5ea0c71a424f .menu-list > li.icon-bottom > a,
#a9e5ea0c71a424f .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9e5ea0c71a424f .menu-list > li.icon-bottom > a .ap-icon,
#a9e5ea0c71a424f .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9e5ea0c71a424f .menu-list > li.icon-bottom > a .ap-icon svg,
#a9e5ea0c71a424f .menu-list > li.icon-top > a .ap-icon svg,
#a9e5ea0c71a424f .menu-list > li.icon-bottom > a .ap-icon img,
#a9e5ea0c71a424f .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9e5ea0c71a424f .menu-list > li.icon-right > a .ap-icon,
#a9e5ea0c71a424f .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9e5ea0c71a424f .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9e5ea0c71a424f .menu-list > li:hover > a,
#a9e5ea0c71a424f .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a9e5ea0c71a424f .menu-list > li.active > a {
  background-color: #009dda;
}
#a9e5ea0c71a424f .menu-list ul,
#a9e5ea0c71a424f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9e5ea0c71a424f .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a9e5ea0c71a424f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9e5ea0c71a424f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9e5ea0c71a424f .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac756a2461a1e01 {
  overflow: hidden;
}
#ac756a2461a1e01 , #ac756a2461a1e01 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#af376a2ef7a1ea2 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#abcb5ab976a92a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6ef7a9bb7aae67 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a6ef7a9bb7aae67 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a6ef7a9bb7aae67 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a6ef7a9bb7aae67 .data-list .uk-card {
  cursor: pointer !important;
}
#a6ef7a9bb7aae67 .data-list .uk-card img {
  max-height: 300px;
}
#a6ef7a9bb7aae67 .data-list .uk-card:hover {
  background: #fafafa;
}
#a6ef7a9bb7aae67 .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#a6ef7a9bb7aae67 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a6ef7a9bb7aae67 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a6ef7a9bb7aae67 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a6ef7a9bb7aae67 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a6ef7a9bb7aae67 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a6ef7a9bb7aae67 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #1e87f0;
  cursor: pointer;
}
#a6ef7a9bb7aae67 .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;
}
#a6ef7a9bb7aae67 .uk-card .category:hover {
  background: #1e87f0;
}
#a6ef7a9bb7aae67 .accordion-menu {
  width: 100%;
}
#a6ef7a9bb7aae67 .accordion-menu ul ul.submenu,
#a6ef7a9bb7aae67 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a6ef7a9bb7aae67 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a6ef7a9bb7aae67 .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;
}
#a6ef7a9bb7aae67 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a6ef7a9bb7aae67 .accordion-menu .menu-item.active > a {
  background: #1e87f0;
  color: #fff;
}
#a6ef7a9bb7aae67 .accordion-menu li a:hover {
  background-color: #1e87f0;
  color: #fff;
  border: none;
}
#a6ef7a9bb7aae67 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a6ef7a9bb7aae67 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a6ef7a9bb7aae67 .hot-list,
#a6ef7a9bb7aae67 .new-list {
  padding: 12px;
}
#a6ef7a9bb7aae67 .new-list a:hover,
#a6ef7a9bb7aae67 .hot-list a:hover {
  color: #0f6ecd;
}
#a6ef7a9bb7aae67 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a6ef7a9bb7aae67 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a6ef7a9bb7aae67 .hot-item:hover a {
  color: #0f6ecd;
}
#a6ef7a9bb7aae67 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a6ef7a9bb7aae67 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#a6ef7a9bb7aae67 .content-header {
  padding-bottom: 10px;
}
#a6ef7a9bb7aae67 .item-title {
  color: #333;
}
#a6ef7a9bb7aae67 input::placeholder {
  color: #999;
}
#a6ef7a9bb7aae67 .datetime {
  color: #999;
}
#a6ef7a9bb7aae67 .new-item a {
  padding-left: 25px;
}
#a6ef7a9bb7aae67 .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;
}
#a934ea7d0daddb2 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#abcb5ab976a92a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af021a3d49a5d8f .sidebar {
  width: 300px;
  margin-left: 20px;
}
#af021a3d49a5d8f .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#af021a3d49a5d8f .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #af021a3d49a5d8f .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #af021a3d49a5d8f .uk-container {
    padding: 0;
  }
  #af021a3d49a5d8f .sidebar {
    padding: 10px;
  }
}
#af021a3d49a5d8f .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#af021a3d49a5d8f .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#af021a3d49a5d8f .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #1e87f0;
  cursor: pointer;
}
#af021a3d49a5d8f .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;
}
#af021a3d49a5d8f .content-tags a:hover {
  background: #1e87f0;
  color: #fff;
  border-color: #1e87f0;
}
#af021a3d49a5d8f .abstract,
#af021a3d49a5d8f .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#af021a3d49a5d8f .copyright a {
  color: #999;
  word-break: break-all;
}
#af021a3d49a5d8f .detail-content {
  font-size: 16px;
  color: #444;
}
#af021a3d49a5d8f .detail-content img {
  margin-bottom: 10px;
}
#af021a3d49a5d8f .detail-content table {
  font-size: 13px;
}
#af021a3d49a5d8f .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#af021a3d49a5d8f .hot-list,
#af021a3d49a5d8f .new-list {
  padding: 12px;
}
#af021a3d49a5d8f .new-list a:hover,
#af021a3d49a5d8f .hot-list a:hover {
  color: #0f6ecd;
}
#af021a3d49a5d8f .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#af021a3d49a5d8f .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#af021a3d49a5d8f .hot-item:hover a {
  color: #0f6ecd;
}
#af021a3d49a5d8f .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#af021a3d49a5d8f .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#af021a3d49a5d8f .content-header {
  padding-bottom: 10px;
}
#af021a3d49a5d8f .item-title {
  color: #333;
}
#af021a3d49a5d8f input::placeholder {
  color: #999;
}
#af021a3d49a5d8f .datetime {
  color: #999;
}
#af021a3d49a5d8f .new-item a {
  padding-left: 25px;
}
#af021a3d49a5d8f .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;
}
#af021a3d49a5d8f .siblings a {
  color: #444;
  line-height: 2;
}
#af021a3d49a5d8f .siblings a:hover {
  color: #0f6ecd;
}
#ae16fa5293a045c .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a55d9af6b1a448d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a124daff5ea1580 {
  min-height: 300px;
}
#a93caaff56a21c5 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae499a3b3fa19cd > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a451aa8872a622a > .ele-wrap {background-color: rgba(0, 157, 218, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adde9aef94a6b83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#adde9aef94a6b83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#adde9aef94a6b83 .ap-icon {
  margin-right: 6px;
}
#adde9aef94a6b83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#adde9aef94a6b83 .menu-list > li.icon-bottom > a,
#adde9aef94a6b83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#adde9aef94a6b83 .menu-list > li.icon-bottom > a .ap-icon,
#adde9aef94a6b83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#adde9aef94a6b83 .menu-list > li.icon-bottom > a .ap-icon svg,
#adde9aef94a6b83 .menu-list > li.icon-top > a .ap-icon svg,
#adde9aef94a6b83 .menu-list > li.icon-bottom > a .ap-icon img,
#adde9aef94a6b83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#adde9aef94a6b83 .menu-list > li.icon-right > a .ap-icon,
#adde9aef94a6b83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#adde9aef94a6b83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#adde9aef94a6b83 .menu-list > li:hover > a,
#adde9aef94a6b83 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#adde9aef94a6b83 .menu-list ul,
#adde9aef94a6b83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#adde9aef94a6b83 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#adde9aef94a6b83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adde9aef94a6b83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adde9aef94a6b83 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1b40a6014a42d3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1b40a6014a42d3 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1b40a6014a42d3 .ap-icon {
  margin-right: 6px;
}
#a1b40a6014a42d3 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a1b40a6014a42d3 .menu-list > li.icon-bottom > a,
#a1b40a6014a42d3 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1b40a6014a42d3 .menu-list > li.icon-bottom > a .ap-icon,
#a1b40a6014a42d3 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1b40a6014a42d3 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1b40a6014a42d3 .menu-list > li.icon-top > a .ap-icon svg,
#a1b40a6014a42d3 .menu-list > li.icon-bottom > a .ap-icon img,
#a1b40a6014a42d3 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1b40a6014a42d3 .menu-list > li.icon-right > a .ap-icon,
#a1b40a6014a42d3 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1b40a6014a42d3 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1b40a6014a42d3 .menu-list > li:hover > a,
#a1b40a6014a42d3 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a1b40a6014a42d3 .menu-list ul,
#a1b40a6014a42d3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1b40a6014a42d3 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a1b40a6014a42d3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1b40a6014a42d3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1b40a6014a42d3 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a6a82acabba3f71 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a6a82acabba3f71 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a6a82acabba3f71 .ap-icon {
  margin-right: 6px;
}
#a6a82acabba3f71 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a6a82acabba3f71 .menu-list > li.icon-bottom > a,
#a6a82acabba3f71 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a6a82acabba3f71 .menu-list > li.icon-bottom > a .ap-icon,
#a6a82acabba3f71 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a6a82acabba3f71 .menu-list > li.icon-bottom > a .ap-icon svg,
#a6a82acabba3f71 .menu-list > li.icon-top > a .ap-icon svg,
#a6a82acabba3f71 .menu-list > li.icon-bottom > a .ap-icon img,
#a6a82acabba3f71 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a6a82acabba3f71 .menu-list > li.icon-right > a .ap-icon,
#a6a82acabba3f71 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a6a82acabba3f71 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a6a82acabba3f71 .menu-list > li:hover > a,
#a6a82acabba3f71 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6a82acabba3f71 .menu-list ul,
#a6a82acabba3f71 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a6a82acabba3f71 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a6a82acabba3f71 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6a82acabba3f71 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6a82acabba3f71 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a15f2a0143a8a25 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a15f2a0143a8a25 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a15f2a0143a8a25 .ap-icon {
  margin-right: 6px;
}
#a15f2a0143a8a25 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a15f2a0143a8a25 .menu-list > li.icon-bottom > a,
#a15f2a0143a8a25 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a15f2a0143a8a25 .menu-list > li.icon-bottom > a .ap-icon,
#a15f2a0143a8a25 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a15f2a0143a8a25 .menu-list > li.icon-bottom > a .ap-icon svg,
#a15f2a0143a8a25 .menu-list > li.icon-top > a .ap-icon svg,
#a15f2a0143a8a25 .menu-list > li.icon-bottom > a .ap-icon img,
#a15f2a0143a8a25 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a15f2a0143a8a25 .menu-list > li.icon-right > a .ap-icon,
#a15f2a0143a8a25 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a15f2a0143a8a25 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a15f2a0143a8a25 .menu-list > li:hover > a,
#a15f2a0143a8a25 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a15f2a0143a8a25 .menu-list ul,
#a15f2a0143a8a25 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a15f2a0143a8a25 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a15f2a0143a8a25 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a15f2a0143a8a25 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a15f2a0143a8a25 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a213dab6d5ac460 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a213dab6d5ac460 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a213dab6d5ac460 .ap-icon {
  margin-right: 6px;
}
#a213dab6d5ac460 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a213dab6d5ac460 .menu-list > li.icon-bottom > a,
#a213dab6d5ac460 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a213dab6d5ac460 .menu-list > li.icon-bottom > a .ap-icon,
#a213dab6d5ac460 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a213dab6d5ac460 .menu-list > li.icon-bottom > a .ap-icon svg,
#a213dab6d5ac460 .menu-list > li.icon-top > a .ap-icon svg,
#a213dab6d5ac460 .menu-list > li.icon-bottom > a .ap-icon img,
#a213dab6d5ac460 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a213dab6d5ac460 .menu-list > li.icon-right > a .ap-icon,
#a213dab6d5ac460 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a213dab6d5ac460 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a213dab6d5ac460 .menu-list > li:hover > a,
#a213dab6d5ac460 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a213dab6d5ac460 .menu-list ul,
#a213dab6d5ac460 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a213dab6d5ac460 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a213dab6d5ac460 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a213dab6d5ac460 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a213dab6d5ac460 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2d39aa4f5a879c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2d39aa4f5a879c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2d39aa4f5a879c .ap-icon {
  margin-right: 6px;
}
#a2d39aa4f5a879c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a2d39aa4f5a879c .menu-list > li.icon-bottom > a,
#a2d39aa4f5a879c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2d39aa4f5a879c .menu-list > li.icon-bottom > a .ap-icon,
#a2d39aa4f5a879c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2d39aa4f5a879c .menu-list > li.icon-bottom > a .ap-icon svg,
#a2d39aa4f5a879c .menu-list > li.icon-top > a .ap-icon svg,
#a2d39aa4f5a879c .menu-list > li.icon-bottom > a .ap-icon img,
#a2d39aa4f5a879c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2d39aa4f5a879c .menu-list > li.icon-right > a .ap-icon,
#a2d39aa4f5a879c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2d39aa4f5a879c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2d39aa4f5a879c .menu-list > li:hover > a,
#a2d39aa4f5a879c .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a2d39aa4f5a879c .menu-list ul,
#a2d39aa4f5a879c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2d39aa4f5a879c .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a2d39aa4f5a879c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2d39aa4f5a879c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2d39aa4f5a879c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9a1ba69f9adba0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9a1ba69f9adba0 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9a1ba69f9adba0 .ap-icon {
  margin-right: 6px;
}
#a9a1ba69f9adba0 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a9a1ba69f9adba0 .menu-list > li.icon-bottom > a,
#a9a1ba69f9adba0 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9a1ba69f9adba0 .menu-list > li.icon-bottom > a .ap-icon,
#a9a1ba69f9adba0 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9a1ba69f9adba0 .menu-list > li.icon-bottom > a .ap-icon svg,
#a9a1ba69f9adba0 .menu-list > li.icon-top > a .ap-icon svg,
#a9a1ba69f9adba0 .menu-list > li.icon-bottom > a .ap-icon img,
#a9a1ba69f9adba0 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9a1ba69f9adba0 .menu-list > li.icon-right > a .ap-icon,
#a9a1ba69f9adba0 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9a1ba69f9adba0 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9a1ba69f9adba0 .menu-list > li:hover > a,
#a9a1ba69f9adba0 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a9a1ba69f9adba0 .menu-list ul,
#a9a1ba69f9adba0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9a1ba69f9adba0 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a9a1ba69f9adba0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9a1ba69f9adba0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9a1ba69f9adba0 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3531a3e85a16fd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3531a3e85a16fd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3531a3e85a16fd .ap-icon {
  margin-right: 6px;
}
#a3531a3e85a16fd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #009dda;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #009dda;
}
#a3531a3e85a16fd .menu-list > li.icon-bottom > a,
#a3531a3e85a16fd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3531a3e85a16fd .menu-list > li.icon-bottom > a .ap-icon,
#a3531a3e85a16fd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3531a3e85a16fd .menu-list > li.icon-bottom > a .ap-icon svg,
#a3531a3e85a16fd .menu-list > li.icon-top > a .ap-icon svg,
#a3531a3e85a16fd .menu-list > li.icon-bottom > a .ap-icon img,
#a3531a3e85a16fd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3531a3e85a16fd .menu-list > li.icon-right > a .ap-icon,
#a3531a3e85a16fd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3531a3e85a16fd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3531a3e85a16fd .menu-list > li:hover > a,
#a3531a3e85a16fd .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a3531a3e85a16fd .menu-list ul,
#a3531a3e85a16fd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3531a3e85a16fd .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a3531a3e85a16fd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3531a3e85a16fd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3531a3e85a16fd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a04b6af4a1a93e0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a04b6af4a1a93e0 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a04b6af4a1a93e0 .ap-icon {
  margin-right: 6px;
}
#a04b6af4a1a93e0 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a04b6af4a1a93e0 .menu-list > li.icon-bottom > a,
#a04b6af4a1a93e0 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a04b6af4a1a93e0 .menu-list > li.icon-bottom > a .ap-icon,
#a04b6af4a1a93e0 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a04b6af4a1a93e0 .menu-list > li.icon-bottom > a .ap-icon svg,
#a04b6af4a1a93e0 .menu-list > li.icon-top > a .ap-icon svg,
#a04b6af4a1a93e0 .menu-list > li.icon-bottom > a .ap-icon img,
#a04b6af4a1a93e0 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a04b6af4a1a93e0 .menu-list > li.icon-right > a .ap-icon,
#a04b6af4a1a93e0 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a04b6af4a1a93e0 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a04b6af4a1a93e0 .menu-list > li:hover > a,
#a04b6af4a1a93e0 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a04b6af4a1a93e0 .menu-list ul,
#a04b6af4a1a93e0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a04b6af4a1a93e0 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a04b6af4a1a93e0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a04b6af4a1a93e0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a04b6af4a1a93e0 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1b82a5f7eae179 {
  overflow: hidden;
}
#a1b82a5f7eae179 , #a1b82a5f7eae179 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#a124daff5ea1580 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a5608a89aaa9f51 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a109eaf800a8e4b {
  min-height: 300px;
}
#a91a1a9d85afd14 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab6a7a804aa9473 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac45ba9f2aac843 > .ele-wrap {background-color: rgba(0, 157, 218, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f75a8043a7b5b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7f75a8043a7b5b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7f75a8043a7b5b .ap-icon {
  margin-right: 6px;
}
#a7f75a8043a7b5b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a7f75a8043a7b5b .menu-list > li.icon-bottom > a,
#a7f75a8043a7b5b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7f75a8043a7b5b .menu-list > li.icon-bottom > a .ap-icon,
#a7f75a8043a7b5b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7f75a8043a7b5b .menu-list > li.icon-bottom > a .ap-icon svg,
#a7f75a8043a7b5b .menu-list > li.icon-top > a .ap-icon svg,
#a7f75a8043a7b5b .menu-list > li.icon-bottom > a .ap-icon img,
#a7f75a8043a7b5b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7f75a8043a7b5b .menu-list > li.icon-right > a .ap-icon,
#a7f75a8043a7b5b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7f75a8043a7b5b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7f75a8043a7b5b .menu-list > li:hover > a,
#a7f75a8043a7b5b .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7f75a8043a7b5b .menu-list ul,
#a7f75a8043a7b5b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7f75a8043a7b5b .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a7f75a8043a7b5b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7f75a8043a7b5b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7f75a8043a7b5b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab1ecae794ac152 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ab1ecae794ac152 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ab1ecae794ac152 .ap-icon {
  margin-right: 6px;
}
#ab1ecae794ac152 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#ab1ecae794ac152 .menu-list > li.icon-bottom > a,
#ab1ecae794ac152 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ab1ecae794ac152 .menu-list > li.icon-bottom > a .ap-icon,
#ab1ecae794ac152 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ab1ecae794ac152 .menu-list > li.icon-bottom > a .ap-icon svg,
#ab1ecae794ac152 .menu-list > li.icon-top > a .ap-icon svg,
#ab1ecae794ac152 .menu-list > li.icon-bottom > a .ap-icon img,
#ab1ecae794ac152 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ab1ecae794ac152 .menu-list > li.icon-right > a .ap-icon,
#ab1ecae794ac152 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ab1ecae794ac152 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ab1ecae794ac152 .menu-list > li:hover > a,
#ab1ecae794ac152 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ab1ecae794ac152 .menu-list ul,
#ab1ecae794ac152 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ab1ecae794ac152 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ab1ecae794ac152 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab1ecae794ac152 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab1ecae794ac152 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8259abaeca3920 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8259abaeca3920 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8259abaeca3920 .ap-icon {
  margin-right: 6px;
}
#a8259abaeca3920 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a8259abaeca3920 .menu-list > li.icon-bottom > a,
#a8259abaeca3920 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8259abaeca3920 .menu-list > li.icon-bottom > a .ap-icon,
#a8259abaeca3920 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8259abaeca3920 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8259abaeca3920 .menu-list > li.icon-top > a .ap-icon svg,
#a8259abaeca3920 .menu-list > li.icon-bottom > a .ap-icon img,
#a8259abaeca3920 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8259abaeca3920 .menu-list > li.icon-right > a .ap-icon,
#a8259abaeca3920 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8259abaeca3920 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8259abaeca3920 .menu-list > li:hover > a,
#a8259abaeca3920 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a8259abaeca3920 .menu-list ul,
#a8259abaeca3920 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8259abaeca3920 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a8259abaeca3920 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8259abaeca3920 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8259abaeca3920 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2bd7ab625adf7a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2bd7ab625adf7a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2bd7ab625adf7a .ap-icon {
  margin-right: 6px;
}
#a2bd7ab625adf7a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a2bd7ab625adf7a .menu-list > li.icon-bottom > a,
#a2bd7ab625adf7a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2bd7ab625adf7a .menu-list > li.icon-bottom > a .ap-icon,
#a2bd7ab625adf7a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2bd7ab625adf7a .menu-list > li.icon-bottom > a .ap-icon svg,
#a2bd7ab625adf7a .menu-list > li.icon-top > a .ap-icon svg,
#a2bd7ab625adf7a .menu-list > li.icon-bottom > a .ap-icon img,
#a2bd7ab625adf7a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2bd7ab625adf7a .menu-list > li.icon-right > a .ap-icon,
#a2bd7ab625adf7a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2bd7ab625adf7a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2bd7ab625adf7a .menu-list > li:hover > a,
#a2bd7ab625adf7a .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a2bd7ab625adf7a .menu-list ul,
#a2bd7ab625adf7a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2bd7ab625adf7a .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a2bd7ab625adf7a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2bd7ab625adf7a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2bd7ab625adf7a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a6fb6a6553af9ab .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a6fb6a6553af9ab .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a6fb6a6553af9ab .ap-icon {
  margin-right: 6px;
}
#a6fb6a6553af9ab .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a6fb6a6553af9ab .menu-list > li.icon-bottom > a,
#a6fb6a6553af9ab .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a6fb6a6553af9ab .menu-list > li.icon-bottom > a .ap-icon,
#a6fb6a6553af9ab .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a6fb6a6553af9ab .menu-list > li.icon-bottom > a .ap-icon svg,
#a6fb6a6553af9ab .menu-list > li.icon-top > a .ap-icon svg,
#a6fb6a6553af9ab .menu-list > li.icon-bottom > a .ap-icon img,
#a6fb6a6553af9ab .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a6fb6a6553af9ab .menu-list > li.icon-right > a .ap-icon,
#a6fb6a6553af9ab .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a6fb6a6553af9ab .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a6fb6a6553af9ab .menu-list > li:hover > a,
#a6fb6a6553af9ab .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6fb6a6553af9ab .menu-list ul,
#a6fb6a6553af9ab .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a6fb6a6553af9ab .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a6fb6a6553af9ab .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6fb6a6553af9ab .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6fb6a6553af9ab .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac0e5aca7ba1e41 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ac0e5aca7ba1e41 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ac0e5aca7ba1e41 .ap-icon {
  margin-right: 6px;
}
#ac0e5aca7ba1e41 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#ac0e5aca7ba1e41 .menu-list > li.icon-bottom > a,
#ac0e5aca7ba1e41 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ac0e5aca7ba1e41 .menu-list > li.icon-bottom > a .ap-icon,
#ac0e5aca7ba1e41 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ac0e5aca7ba1e41 .menu-list > li.icon-bottom > a .ap-icon svg,
#ac0e5aca7ba1e41 .menu-list > li.icon-top > a .ap-icon svg,
#ac0e5aca7ba1e41 .menu-list > li.icon-bottom > a .ap-icon img,
#ac0e5aca7ba1e41 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ac0e5aca7ba1e41 .menu-list > li.icon-right > a .ap-icon,
#ac0e5aca7ba1e41 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ac0e5aca7ba1e41 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ac0e5aca7ba1e41 .menu-list > li:hover > a,
#ac0e5aca7ba1e41 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ac0e5aca7ba1e41 .menu-list ul,
#ac0e5aca7ba1e41 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ac0e5aca7ba1e41 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ac0e5aca7ba1e41 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac0e5aca7ba1e41 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac0e5aca7ba1e41 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a094ca81ccacddd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a094ca81ccacddd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a094ca81ccacddd .ap-icon {
  margin-right: 6px;
}
#a094ca81ccacddd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #009dda;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #009dda;
}
#a094ca81ccacddd .menu-list > li.icon-bottom > a,
#a094ca81ccacddd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a094ca81ccacddd .menu-list > li.icon-bottom > a .ap-icon,
#a094ca81ccacddd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a094ca81ccacddd .menu-list > li.icon-bottom > a .ap-icon svg,
#a094ca81ccacddd .menu-list > li.icon-top > a .ap-icon svg,
#a094ca81ccacddd .menu-list > li.icon-bottom > a .ap-icon img,
#a094ca81ccacddd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a094ca81ccacddd .menu-list > li.icon-right > a .ap-icon,
#a094ca81ccacddd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a094ca81ccacddd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a094ca81ccacddd .menu-list > li:hover > a,
#a094ca81ccacddd .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a094ca81ccacddd .menu-list ul,
#a094ca81ccacddd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a094ca81ccacddd .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a094ca81ccacddd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a094ca81ccacddd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a094ca81ccacddd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7b33a1c30af9a2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7b33a1c30af9a2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7b33a1c30af9a2 .ap-icon {
  margin-right: 6px;
}
#a7b33a1c30af9a2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a7b33a1c30af9a2 .menu-list > li.icon-bottom > a,
#a7b33a1c30af9a2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7b33a1c30af9a2 .menu-list > li.icon-bottom > a .ap-icon,
#a7b33a1c30af9a2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7b33a1c30af9a2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a7b33a1c30af9a2 .menu-list > li.icon-top > a .ap-icon svg,
#a7b33a1c30af9a2 .menu-list > li.icon-bottom > a .ap-icon img,
#a7b33a1c30af9a2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7b33a1c30af9a2 .menu-list > li.icon-right > a .ap-icon,
#a7b33a1c30af9a2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7b33a1c30af9a2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7b33a1c30af9a2 .menu-list > li:hover > a,
#a7b33a1c30af9a2 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7b33a1c30af9a2 .menu-list ul,
#a7b33a1c30af9a2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7b33a1c30af9a2 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a7b33a1c30af9a2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7b33a1c30af9a2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7b33a1c30af9a2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae3d0a6857abba2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae3d0a6857abba2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae3d0a6857abba2 .ap-icon {
  margin-right: 6px;
}
#ae3d0a6857abba2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#ae3d0a6857abba2 .menu-list > li.icon-bottom > a,
#ae3d0a6857abba2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae3d0a6857abba2 .menu-list > li.icon-bottom > a .ap-icon,
#ae3d0a6857abba2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae3d0a6857abba2 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae3d0a6857abba2 .menu-list > li.icon-top > a .ap-icon svg,
#ae3d0a6857abba2 .menu-list > li.icon-bottom > a .ap-icon img,
#ae3d0a6857abba2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae3d0a6857abba2 .menu-list > li.icon-right > a .ap-icon,
#ae3d0a6857abba2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae3d0a6857abba2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae3d0a6857abba2 .menu-list > li:hover > a,
#ae3d0a6857abba2 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ae3d0a6857abba2 .menu-list ul,
#ae3d0a6857abba2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae3d0a6857abba2 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ae3d0a6857abba2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae3d0a6857abba2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae3d0a6857abba2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3cc9aedf4a56a5 {
  overflow: hidden;
}
#a3cc9aedf4a56a5 , #a3cc9aedf4a56a5 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#a109eaf800a8e4b [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a940eabec6a732f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adc86a1473a6f99 {
  min-height: 300px;
}
#abd3aaf116a53ad .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a74e3ab712ad5db > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2812ae282acb0d > .ele-wrap {background-color: rgba(0, 157, 218, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a278aa9d7eaef1f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a278aa9d7eaef1f .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a278aa9d7eaef1f .ap-icon {
  margin-right: 6px;
}
#a278aa9d7eaef1f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a278aa9d7eaef1f .menu-list > li.icon-bottom > a,
#a278aa9d7eaef1f .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a278aa9d7eaef1f .menu-list > li.icon-bottom > a .ap-icon,
#a278aa9d7eaef1f .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a278aa9d7eaef1f .menu-list > li.icon-bottom > a .ap-icon svg,
#a278aa9d7eaef1f .menu-list > li.icon-top > a .ap-icon svg,
#a278aa9d7eaef1f .menu-list > li.icon-bottom > a .ap-icon img,
#a278aa9d7eaef1f .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a278aa9d7eaef1f .menu-list > li.icon-right > a .ap-icon,
#a278aa9d7eaef1f .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a278aa9d7eaef1f .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a278aa9d7eaef1f .menu-list > li:hover > a,
#a278aa9d7eaef1f .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a278aa9d7eaef1f .menu-list ul,
#a278aa9d7eaef1f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a278aa9d7eaef1f .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a278aa9d7eaef1f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a278aa9d7eaef1f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a278aa9d7eaef1f .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3239a8078a2a9f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3239a8078a2a9f .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3239a8078a2a9f .ap-icon {
  margin-right: 6px;
}
#a3239a8078a2a9f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a3239a8078a2a9f .menu-list > li.icon-bottom > a,
#a3239a8078a2a9f .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3239a8078a2a9f .menu-list > li.icon-bottom > a .ap-icon,
#a3239a8078a2a9f .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3239a8078a2a9f .menu-list > li.icon-bottom > a .ap-icon svg,
#a3239a8078a2a9f .menu-list > li.icon-top > a .ap-icon svg,
#a3239a8078a2a9f .menu-list > li.icon-bottom > a .ap-icon img,
#a3239a8078a2a9f .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3239a8078a2a9f .menu-list > li.icon-right > a .ap-icon,
#a3239a8078a2a9f .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3239a8078a2a9f .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3239a8078a2a9f .menu-list > li:hover > a,
#a3239a8078a2a9f .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a3239a8078a2a9f .menu-list ul,
#a3239a8078a2a9f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3239a8078a2a9f .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a3239a8078a2a9f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3239a8078a2a9f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3239a8078a2a9f .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a49d5a13fba1e96 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a49d5a13fba1e96 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a49d5a13fba1e96 .ap-icon {
  margin-right: 6px;
}
#a49d5a13fba1e96 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a49d5a13fba1e96 .menu-list > li.icon-bottom > a,
#a49d5a13fba1e96 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a49d5a13fba1e96 .menu-list > li.icon-bottom > a .ap-icon,
#a49d5a13fba1e96 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a49d5a13fba1e96 .menu-list > li.icon-bottom > a .ap-icon svg,
#a49d5a13fba1e96 .menu-list > li.icon-top > a .ap-icon svg,
#a49d5a13fba1e96 .menu-list > li.icon-bottom > a .ap-icon img,
#a49d5a13fba1e96 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a49d5a13fba1e96 .menu-list > li.icon-right > a .ap-icon,
#a49d5a13fba1e96 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a49d5a13fba1e96 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a49d5a13fba1e96 .menu-list > li:hover > a,
#a49d5a13fba1e96 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a49d5a13fba1e96 .menu-list ul,
#a49d5a13fba1e96 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a49d5a13fba1e96 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a49d5a13fba1e96 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a49d5a13fba1e96 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a49d5a13fba1e96 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a009aafce8ae3b3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a009aafce8ae3b3 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a009aafce8ae3b3 .ap-icon {
  margin-right: 6px;
}
#a009aafce8ae3b3 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a009aafce8ae3b3 .menu-list > li.icon-bottom > a,
#a009aafce8ae3b3 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a009aafce8ae3b3 .menu-list > li.icon-bottom > a .ap-icon,
#a009aafce8ae3b3 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a009aafce8ae3b3 .menu-list > li.icon-bottom > a .ap-icon svg,
#a009aafce8ae3b3 .menu-list > li.icon-top > a .ap-icon svg,
#a009aafce8ae3b3 .menu-list > li.icon-bottom > a .ap-icon img,
#a009aafce8ae3b3 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a009aafce8ae3b3 .menu-list > li.icon-right > a .ap-icon,
#a009aafce8ae3b3 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a009aafce8ae3b3 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a009aafce8ae3b3 .menu-list > li:hover > a,
#a009aafce8ae3b3 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a009aafce8ae3b3 .menu-list ul,
#a009aafce8ae3b3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a009aafce8ae3b3 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a009aafce8ae3b3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a009aafce8ae3b3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a009aafce8ae3b3 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a72bca65a9a74c3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a72bca65a9a74c3 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a72bca65a9a74c3 .ap-icon {
  margin-right: 6px;
}
#a72bca65a9a74c3 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a72bca65a9a74c3 .menu-list > li.icon-bottom > a,
#a72bca65a9a74c3 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a72bca65a9a74c3 .menu-list > li.icon-bottom > a .ap-icon,
#a72bca65a9a74c3 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a72bca65a9a74c3 .menu-list > li.icon-bottom > a .ap-icon svg,
#a72bca65a9a74c3 .menu-list > li.icon-top > a .ap-icon svg,
#a72bca65a9a74c3 .menu-list > li.icon-bottom > a .ap-icon img,
#a72bca65a9a74c3 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a72bca65a9a74c3 .menu-list > li.icon-right > a .ap-icon,
#a72bca65a9a74c3 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a72bca65a9a74c3 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a72bca65a9a74c3 .menu-list > li:hover > a,
#a72bca65a9a74c3 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a72bca65a9a74c3 .menu-list ul,
#a72bca65a9a74c3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a72bca65a9a74c3 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a72bca65a9a74c3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a72bca65a9a74c3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a72bca65a9a74c3 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a18ada1359a86ae .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a18ada1359a86ae .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a18ada1359a86ae .ap-icon {
  margin-right: 6px;
}
#a18ada1359a86ae .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #009dda;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #009dda;
}
#a18ada1359a86ae .menu-list > li.icon-bottom > a,
#a18ada1359a86ae .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a18ada1359a86ae .menu-list > li.icon-bottom > a .ap-icon,
#a18ada1359a86ae .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a18ada1359a86ae .menu-list > li.icon-bottom > a .ap-icon svg,
#a18ada1359a86ae .menu-list > li.icon-top > a .ap-icon svg,
#a18ada1359a86ae .menu-list > li.icon-bottom > a .ap-icon img,
#a18ada1359a86ae .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a18ada1359a86ae .menu-list > li.icon-right > a .ap-icon,
#a18ada1359a86ae .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a18ada1359a86ae .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a18ada1359a86ae .menu-list > li:hover > a,
#a18ada1359a86ae .menu-list > li.active > a {
  background: #ff670f;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a18ada1359a86ae .menu-list ul,
#a18ada1359a86ae .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a18ada1359a86ae .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a18ada1359a86ae .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a18ada1359a86ae .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a18ada1359a86ae .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a54baa69cfa1ad0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a54baa69cfa1ad0 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a54baa69cfa1ad0 .ap-icon {
  margin-right: 6px;
}
#a54baa69cfa1ad0 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a54baa69cfa1ad0 .menu-list > li.icon-bottom > a,
#a54baa69cfa1ad0 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a54baa69cfa1ad0 .menu-list > li.icon-bottom > a .ap-icon,
#a54baa69cfa1ad0 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a54baa69cfa1ad0 .menu-list > li.icon-bottom > a .ap-icon svg,
#a54baa69cfa1ad0 .menu-list > li.icon-top > a .ap-icon svg,
#a54baa69cfa1ad0 .menu-list > li.icon-bottom > a .ap-icon img,
#a54baa69cfa1ad0 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a54baa69cfa1ad0 .menu-list > li.icon-right > a .ap-icon,
#a54baa69cfa1ad0 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a54baa69cfa1ad0 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a54baa69cfa1ad0 .menu-list > li:hover > a,
#a54baa69cfa1ad0 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a54baa69cfa1ad0 .menu-list ul,
#a54baa69cfa1ad0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a54baa69cfa1ad0 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a54baa69cfa1ad0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a54baa69cfa1ad0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a54baa69cfa1ad0 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a89faa7086ab604 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a89faa7086ab604 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a89faa7086ab604 .ap-icon {
  margin-right: 6px;
}
#a89faa7086ab604 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a89faa7086ab604 .menu-list > li.icon-bottom > a,
#a89faa7086ab604 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a89faa7086ab604 .menu-list > li.icon-bottom > a .ap-icon,
#a89faa7086ab604 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a89faa7086ab604 .menu-list > li.icon-bottom > a .ap-icon svg,
#a89faa7086ab604 .menu-list > li.icon-top > a .ap-icon svg,
#a89faa7086ab604 .menu-list > li.icon-bottom > a .ap-icon img,
#a89faa7086ab604 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a89faa7086ab604 .menu-list > li.icon-right > a .ap-icon,
#a89faa7086ab604 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a89faa7086ab604 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a89faa7086ab604 .menu-list > li:hover > a,
#a89faa7086ab604 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a89faa7086ab604 .menu-list ul,
#a89faa7086ab604 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a89faa7086ab604 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a89faa7086ab604 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a89faa7086ab604 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a89faa7086ab604 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7d34abf91ad9e6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7d34abf91ad9e6 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7d34abf91ad9e6 .ap-icon {
  margin-right: 6px;
}
#a7d34abf91ad9e6 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a7d34abf91ad9e6 .menu-list > li.icon-bottom > a,
#a7d34abf91ad9e6 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7d34abf91ad9e6 .menu-list > li.icon-bottom > a .ap-icon,
#a7d34abf91ad9e6 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7d34abf91ad9e6 .menu-list > li.icon-bottom > a .ap-icon svg,
#a7d34abf91ad9e6 .menu-list > li.icon-top > a .ap-icon svg,
#a7d34abf91ad9e6 .menu-list > li.icon-bottom > a .ap-icon img,
#a7d34abf91ad9e6 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7d34abf91ad9e6 .menu-list > li.icon-right > a .ap-icon,
#a7d34abf91ad9e6 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7d34abf91ad9e6 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7d34abf91ad9e6 .menu-list > li:hover > a,
#a7d34abf91ad9e6 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7d34abf91ad9e6 .menu-list ul,
#a7d34abf91ad9e6 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7d34abf91ad9e6 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a7d34abf91ad9e6 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7d34abf91ad9e6 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7d34abf91ad9e6 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa209ab75aa6a34 {
  overflow: hidden;
}
#aa209ab75aa6a34 , #aa209ab75aa6a34 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#adc86a1473a6f99 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#aad67a7808a7684 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3e81a9689a8fb7 {
  min-height: 300px;
}
#a8fcaa2747ad69d .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a30a5a73c1a4460 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae379af015a3271 > .ele-wrap {background-color: rgba(0, 157, 218, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a00c3a3bb4a147f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a00c3a3bb4a147f .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a00c3a3bb4a147f .ap-icon {
  margin-right: 6px;
}
#a00c3a3bb4a147f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a00c3a3bb4a147f .menu-list > li.icon-bottom > a,
#a00c3a3bb4a147f .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a00c3a3bb4a147f .menu-list > li.icon-bottom > a .ap-icon,
#a00c3a3bb4a147f .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a00c3a3bb4a147f .menu-list > li.icon-bottom > a .ap-icon svg,
#a00c3a3bb4a147f .menu-list > li.icon-top > a .ap-icon svg,
#a00c3a3bb4a147f .menu-list > li.icon-bottom > a .ap-icon img,
#a00c3a3bb4a147f .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a00c3a3bb4a147f .menu-list > li.icon-right > a .ap-icon,
#a00c3a3bb4a147f .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a00c3a3bb4a147f .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a00c3a3bb4a147f .menu-list > li:hover > a,
#a00c3a3bb4a147f .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a00c3a3bb4a147f .menu-list ul,
#a00c3a3bb4a147f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a00c3a3bb4a147f .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a00c3a3bb4a147f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a00c3a3bb4a147f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a00c3a3bb4a147f .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac8cfa2aa0a3dee .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ac8cfa2aa0a3dee .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ac8cfa2aa0a3dee .ap-icon {
  margin-right: 6px;
}
#ac8cfa2aa0a3dee .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#ac8cfa2aa0a3dee .menu-list > li.icon-bottom > a,
#ac8cfa2aa0a3dee .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ac8cfa2aa0a3dee .menu-list > li.icon-bottom > a .ap-icon,
#ac8cfa2aa0a3dee .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ac8cfa2aa0a3dee .menu-list > li.icon-bottom > a .ap-icon svg,
#ac8cfa2aa0a3dee .menu-list > li.icon-top > a .ap-icon svg,
#ac8cfa2aa0a3dee .menu-list > li.icon-bottom > a .ap-icon img,
#ac8cfa2aa0a3dee .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ac8cfa2aa0a3dee .menu-list > li.icon-right > a .ap-icon,
#ac8cfa2aa0a3dee .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ac8cfa2aa0a3dee .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ac8cfa2aa0a3dee .menu-list > li:hover > a,
#ac8cfa2aa0a3dee .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ac8cfa2aa0a3dee .menu-list ul,
#ac8cfa2aa0a3dee .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ac8cfa2aa0a3dee .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ac8cfa2aa0a3dee .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac8cfa2aa0a3dee .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac8cfa2aa0a3dee .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a671ca30bcafa53 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a671ca30bcafa53 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a671ca30bcafa53 .ap-icon {
  margin-right: 6px;
}
#a671ca30bcafa53 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a671ca30bcafa53 .menu-list > li.icon-bottom > a,
#a671ca30bcafa53 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a671ca30bcafa53 .menu-list > li.icon-bottom > a .ap-icon,
#a671ca30bcafa53 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a671ca30bcafa53 .menu-list > li.icon-bottom > a .ap-icon svg,
#a671ca30bcafa53 .menu-list > li.icon-top > a .ap-icon svg,
#a671ca30bcafa53 .menu-list > li.icon-bottom > a .ap-icon img,
#a671ca30bcafa53 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a671ca30bcafa53 .menu-list > li.icon-right > a .ap-icon,
#a671ca30bcafa53 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a671ca30bcafa53 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a671ca30bcafa53 .menu-list > li:hover > a,
#a671ca30bcafa53 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a671ca30bcafa53 .menu-list ul,
#a671ca30bcafa53 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a671ca30bcafa53 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a671ca30bcafa53 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a671ca30bcafa53 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a671ca30bcafa53 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1d0baff6bacf42 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1d0baff6bacf42 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1d0baff6bacf42 .ap-icon {
  margin-right: 6px;
}
#a1d0baff6bacf42 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a1d0baff6bacf42 .menu-list > li.icon-bottom > a,
#a1d0baff6bacf42 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1d0baff6bacf42 .menu-list > li.icon-bottom > a .ap-icon,
#a1d0baff6bacf42 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1d0baff6bacf42 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1d0baff6bacf42 .menu-list > li.icon-top > a .ap-icon svg,
#a1d0baff6bacf42 .menu-list > li.icon-bottom > a .ap-icon img,
#a1d0baff6bacf42 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1d0baff6bacf42 .menu-list > li.icon-right > a .ap-icon,
#a1d0baff6bacf42 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1d0baff6bacf42 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1d0baff6bacf42 .menu-list > li:hover > a,
#a1d0baff6bacf42 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a1d0baff6bacf42 .menu-list ul,
#a1d0baff6bacf42 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1d0baff6bacf42 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a1d0baff6bacf42 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1d0baff6bacf42 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1d0baff6bacf42 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0f7ea4fb0a3635 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0f7ea4fb0a3635 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0f7ea4fb0a3635 .ap-icon {
  margin-right: 6px;
}
#a0f7ea4fb0a3635 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #009dda;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #009dda;
}
#a0f7ea4fb0a3635 .menu-list > li.icon-bottom > a,
#a0f7ea4fb0a3635 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0f7ea4fb0a3635 .menu-list > li.icon-bottom > a .ap-icon,
#a0f7ea4fb0a3635 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0f7ea4fb0a3635 .menu-list > li.icon-bottom > a .ap-icon svg,
#a0f7ea4fb0a3635 .menu-list > li.icon-top > a .ap-icon svg,
#a0f7ea4fb0a3635 .menu-list > li.icon-bottom > a .ap-icon img,
#a0f7ea4fb0a3635 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0f7ea4fb0a3635 .menu-list > li.icon-right > a .ap-icon,
#a0f7ea4fb0a3635 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0f7ea4fb0a3635 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0f7ea4fb0a3635 .menu-list > li:hover > a,
#a0f7ea4fb0a3635 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0f7ea4fb0a3635 .menu-list ul,
#a0f7ea4fb0a3635 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0f7ea4fb0a3635 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a0f7ea4fb0a3635 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0f7ea4fb0a3635 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0f7ea4fb0a3635 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#af55fa2846ac6e1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#af55fa2846ac6e1 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#af55fa2846ac6e1 .ap-icon {
  margin-right: 6px;
}
#af55fa2846ac6e1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#af55fa2846ac6e1 .menu-list > li.icon-bottom > a,
#af55fa2846ac6e1 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#af55fa2846ac6e1 .menu-list > li.icon-bottom > a .ap-icon,
#af55fa2846ac6e1 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#af55fa2846ac6e1 .menu-list > li.icon-bottom > a .ap-icon svg,
#af55fa2846ac6e1 .menu-list > li.icon-top > a .ap-icon svg,
#af55fa2846ac6e1 .menu-list > li.icon-bottom > a .ap-icon img,
#af55fa2846ac6e1 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#af55fa2846ac6e1 .menu-list > li.icon-right > a .ap-icon,
#af55fa2846ac6e1 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#af55fa2846ac6e1 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#af55fa2846ac6e1 .menu-list > li:hover > a,
#af55fa2846ac6e1 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#af55fa2846ac6e1 .menu-list ul,
#af55fa2846ac6e1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#af55fa2846ac6e1 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#af55fa2846ac6e1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af55fa2846ac6e1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af55fa2846ac6e1 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a34cfa29e7a0a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a34cfa29e7a0a5e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a34cfa29e7a0a5e .ap-icon {
  margin-right: 6px;
}
#a34cfa29e7a0a5e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a34cfa29e7a0a5e .menu-list > li.icon-bottom > a,
#a34cfa29e7a0a5e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a34cfa29e7a0a5e .menu-list > li.icon-bottom > a .ap-icon,
#a34cfa29e7a0a5e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a34cfa29e7a0a5e .menu-list > li.icon-bottom > a .ap-icon svg,
#a34cfa29e7a0a5e .menu-list > li.icon-top > a .ap-icon svg,
#a34cfa29e7a0a5e .menu-list > li.icon-bottom > a .ap-icon img,
#a34cfa29e7a0a5e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a34cfa29e7a0a5e .menu-list > li.icon-right > a .ap-icon,
#a34cfa29e7a0a5e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a34cfa29e7a0a5e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a34cfa29e7a0a5e .menu-list > li:hover > a,
#a34cfa29e7a0a5e .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a34cfa29e7a0a5e .menu-list ul,
#a34cfa29e7a0a5e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a34cfa29e7a0a5e .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a34cfa29e7a0a5e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a34cfa29e7a0a5e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a34cfa29e7a0a5e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8a3dae8f6a4a55 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8a3dae8f6a4a55 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8a3dae8f6a4a55 .ap-icon {
  margin-right: 6px;
}
#a8a3dae8f6a4a55 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a8a3dae8f6a4a55 .menu-list > li.icon-bottom > a,
#a8a3dae8f6a4a55 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8a3dae8f6a4a55 .menu-list > li.icon-bottom > a .ap-icon,
#a8a3dae8f6a4a55 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8a3dae8f6a4a55 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8a3dae8f6a4a55 .menu-list > li.icon-top > a .ap-icon svg,
#a8a3dae8f6a4a55 .menu-list > li.icon-bottom > a .ap-icon img,
#a8a3dae8f6a4a55 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8a3dae8f6a4a55 .menu-list > li.icon-right > a .ap-icon,
#a8a3dae8f6a4a55 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8a3dae8f6a4a55 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8a3dae8f6a4a55 .menu-list > li:hover > a,
#a8a3dae8f6a4a55 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a8a3dae8f6a4a55 .menu-list ul,
#a8a3dae8f6a4a55 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8a3dae8f6a4a55 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a3dae8f6a4a55 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a3dae8f6a4a55 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a3dae8f6a4a55 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a48e2aae0ba4cc8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a48e2aae0ba4cc8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a48e2aae0ba4cc8 .ap-icon {
  margin-right: 6px;
}
#a48e2aae0ba4cc8 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a48e2aae0ba4cc8 .menu-list > li.icon-bottom > a,
#a48e2aae0ba4cc8 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a48e2aae0ba4cc8 .menu-list > li.icon-bottom > a .ap-icon,
#a48e2aae0ba4cc8 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a48e2aae0ba4cc8 .menu-list > li.icon-bottom > a .ap-icon svg,
#a48e2aae0ba4cc8 .menu-list > li.icon-top > a .ap-icon svg,
#a48e2aae0ba4cc8 .menu-list > li.icon-bottom > a .ap-icon img,
#a48e2aae0ba4cc8 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a48e2aae0ba4cc8 .menu-list > li.icon-right > a .ap-icon,
#a48e2aae0ba4cc8 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a48e2aae0ba4cc8 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a48e2aae0ba4cc8 .menu-list > li:hover > a,
#a48e2aae0ba4cc8 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a48e2aae0ba4cc8 .menu-list ul,
#a48e2aae0ba4cc8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a48e2aae0ba4cc8 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a48e2aae0ba4cc8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a48e2aae0ba4cc8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a48e2aae0ba4cc8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa016aaeeea971b {
  overflow: hidden;
}
#aa016aaeeea971b , #aa016aaeeea971b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#a3e81a9689a8fb7 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a0bbaab70fab71d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a948ead4d3a9b92 {
  min-height: 300px;
}
#abf66a40eead45e .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab871a2c82a93ea > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adadfac93ea6684 > .ele-wrap {background-color: rgba(0, 157, 218, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad08da1a20aeb30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad08da1a20aeb30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad08da1a20aeb30 .ap-icon {
  margin-right: 6px;
}
#ad08da1a20aeb30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#ad08da1a20aeb30 .menu-list > li.icon-bottom > a,
#ad08da1a20aeb30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad08da1a20aeb30 .menu-list > li.icon-bottom > a .ap-icon,
#ad08da1a20aeb30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad08da1a20aeb30 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad08da1a20aeb30 .menu-list > li.icon-top > a .ap-icon svg,
#ad08da1a20aeb30 .menu-list > li.icon-bottom > a .ap-icon img,
#ad08da1a20aeb30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad08da1a20aeb30 .menu-list > li.icon-right > a .ap-icon,
#ad08da1a20aeb30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad08da1a20aeb30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad08da1a20aeb30 .menu-list > li:hover > a,
#ad08da1a20aeb30 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad08da1a20aeb30 .menu-list ul,
#ad08da1a20aeb30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad08da1a20aeb30 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ad08da1a20aeb30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad08da1a20aeb30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad08da1a20aeb30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a204ea9e15ac31a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a204ea9e15ac31a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a204ea9e15ac31a .ap-icon {
  margin-right: 6px;
}
#a204ea9e15ac31a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a204ea9e15ac31a .menu-list > li.icon-bottom > a,
#a204ea9e15ac31a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a204ea9e15ac31a .menu-list > li.icon-bottom > a .ap-icon,
#a204ea9e15ac31a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a204ea9e15ac31a .menu-list > li.icon-bottom > a .ap-icon svg,
#a204ea9e15ac31a .menu-list > li.icon-top > a .ap-icon svg,
#a204ea9e15ac31a .menu-list > li.icon-bottom > a .ap-icon img,
#a204ea9e15ac31a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a204ea9e15ac31a .menu-list > li.icon-right > a .ap-icon,
#a204ea9e15ac31a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a204ea9e15ac31a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a204ea9e15ac31a .menu-list > li:hover > a,
#a204ea9e15ac31a .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a204ea9e15ac31a .menu-list ul,
#a204ea9e15ac31a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a204ea9e15ac31a .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a204ea9e15ac31a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a204ea9e15ac31a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a204ea9e15ac31a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a652cae665a22ea .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a652cae665a22ea .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a652cae665a22ea .ap-icon {
  margin-right: 6px;
}
#a652cae665a22ea .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a652cae665a22ea .menu-list > li.icon-bottom > a,
#a652cae665a22ea .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a652cae665a22ea .menu-list > li.icon-bottom > a .ap-icon,
#a652cae665a22ea .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a652cae665a22ea .menu-list > li.icon-bottom > a .ap-icon svg,
#a652cae665a22ea .menu-list > li.icon-top > a .ap-icon svg,
#a652cae665a22ea .menu-list > li.icon-bottom > a .ap-icon img,
#a652cae665a22ea .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a652cae665a22ea .menu-list > li.icon-right > a .ap-icon,
#a652cae665a22ea .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a652cae665a22ea .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a652cae665a22ea .menu-list > li:hover > a,
#a652cae665a22ea .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a652cae665a22ea .menu-list ul,
#a652cae665a22ea .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a652cae665a22ea .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a652cae665a22ea .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a652cae665a22ea .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a652cae665a22ea .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad14ca0293a47ed .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad14ca0293a47ed .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad14ca0293a47ed .ap-icon {
  margin-right: 6px;
}
#ad14ca0293a47ed .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #009dda;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #009dda;
}
#ad14ca0293a47ed .menu-list > li.icon-bottom > a,
#ad14ca0293a47ed .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad14ca0293a47ed .menu-list > li.icon-bottom > a .ap-icon,
#ad14ca0293a47ed .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad14ca0293a47ed .menu-list > li.icon-bottom > a .ap-icon svg,
#ad14ca0293a47ed .menu-list > li.icon-top > a .ap-icon svg,
#ad14ca0293a47ed .menu-list > li.icon-bottom > a .ap-icon img,
#ad14ca0293a47ed .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad14ca0293a47ed .menu-list > li.icon-right > a .ap-icon,
#ad14ca0293a47ed .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad14ca0293a47ed .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad14ca0293a47ed .menu-list > li:hover > a,
#ad14ca0293a47ed .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad14ca0293a47ed .menu-list ul,
#ad14ca0293a47ed .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad14ca0293a47ed .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ad14ca0293a47ed .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad14ca0293a47ed .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad14ca0293a47ed .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a246aadcaba39bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a246aadcaba39bb .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a246aadcaba39bb .ap-icon {
  margin-right: 6px;
}
#a246aadcaba39bb .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a246aadcaba39bb .menu-list > li.icon-bottom > a,
#a246aadcaba39bb .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a246aadcaba39bb .menu-list > li.icon-bottom > a .ap-icon,
#a246aadcaba39bb .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a246aadcaba39bb .menu-list > li.icon-bottom > a .ap-icon svg,
#a246aadcaba39bb .menu-list > li.icon-top > a .ap-icon svg,
#a246aadcaba39bb .menu-list > li.icon-bottom > a .ap-icon img,
#a246aadcaba39bb .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a246aadcaba39bb .menu-list > li.icon-right > a .ap-icon,
#a246aadcaba39bb .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a246aadcaba39bb .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a246aadcaba39bb .menu-list > li:hover > a,
#a246aadcaba39bb .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a246aadcaba39bb .menu-list ul,
#a246aadcaba39bb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a246aadcaba39bb .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a246aadcaba39bb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a246aadcaba39bb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a246aadcaba39bb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a85cfa9fe6a8ef6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a85cfa9fe6a8ef6 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a85cfa9fe6a8ef6 .ap-icon {
  margin-right: 6px;
}
#a85cfa9fe6a8ef6 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a85cfa9fe6a8ef6 .menu-list > li.icon-bottom > a,
#a85cfa9fe6a8ef6 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a85cfa9fe6a8ef6 .menu-list > li.icon-bottom > a .ap-icon,
#a85cfa9fe6a8ef6 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a85cfa9fe6a8ef6 .menu-list > li.icon-bottom > a .ap-icon svg,
#a85cfa9fe6a8ef6 .menu-list > li.icon-top > a .ap-icon svg,
#a85cfa9fe6a8ef6 .menu-list > li.icon-bottom > a .ap-icon img,
#a85cfa9fe6a8ef6 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a85cfa9fe6a8ef6 .menu-list > li.icon-right > a .ap-icon,
#a85cfa9fe6a8ef6 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a85cfa9fe6a8ef6 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a85cfa9fe6a8ef6 .menu-list > li:hover > a,
#a85cfa9fe6a8ef6 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a85cfa9fe6a8ef6 .menu-list ul,
#a85cfa9fe6a8ef6 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a85cfa9fe6a8ef6 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a85cfa9fe6a8ef6 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a85cfa9fe6a8ef6 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a85cfa9fe6a8ef6 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2150abb7baaf20 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2150abb7baaf20 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2150abb7baaf20 .ap-icon {
  margin-right: 6px;
}
#a2150abb7baaf20 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a2150abb7baaf20 .menu-list > li.icon-bottom > a,
#a2150abb7baaf20 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2150abb7baaf20 .menu-list > li.icon-bottom > a .ap-icon,
#a2150abb7baaf20 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2150abb7baaf20 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2150abb7baaf20 .menu-list > li.icon-top > a .ap-icon svg,
#a2150abb7baaf20 .menu-list > li.icon-bottom > a .ap-icon img,
#a2150abb7baaf20 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2150abb7baaf20 .menu-list > li.icon-right > a .ap-icon,
#a2150abb7baaf20 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2150abb7baaf20 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2150abb7baaf20 .menu-list > li:hover > a,
#a2150abb7baaf20 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a2150abb7baaf20 .menu-list ul,
#a2150abb7baaf20 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2150abb7baaf20 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a2150abb7baaf20 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2150abb7baaf20 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2150abb7baaf20 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5ebba7053a76e2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a5ebba7053a76e2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a5ebba7053a76e2 .ap-icon {
  margin-right: 6px;
}
#a5ebba7053a76e2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a5ebba7053a76e2 .menu-list > li.icon-bottom > a,
#a5ebba7053a76e2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a5ebba7053a76e2 .menu-list > li.icon-bottom > a .ap-icon,
#a5ebba7053a76e2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a5ebba7053a76e2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a5ebba7053a76e2 .menu-list > li.icon-top > a .ap-icon svg,
#a5ebba7053a76e2 .menu-list > li.icon-bottom > a .ap-icon img,
#a5ebba7053a76e2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a5ebba7053a76e2 .menu-list > li.icon-right > a .ap-icon,
#a5ebba7053a76e2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a5ebba7053a76e2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a5ebba7053a76e2 .menu-list > li:hover > a,
#a5ebba7053a76e2 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5ebba7053a76e2 .menu-list ul,
#a5ebba7053a76e2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5ebba7053a76e2 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a5ebba7053a76e2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5ebba7053a76e2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5ebba7053a76e2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7428a7575a226d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7428a7575a226d .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7428a7575a226d .ap-icon {
  margin-right: 6px;
}
#a7428a7575a226d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a7428a7575a226d .menu-list > li.icon-bottom > a,
#a7428a7575a226d .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7428a7575a226d .menu-list > li.icon-bottom > a .ap-icon,
#a7428a7575a226d .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7428a7575a226d .menu-list > li.icon-bottom > a .ap-icon svg,
#a7428a7575a226d .menu-list > li.icon-top > a .ap-icon svg,
#a7428a7575a226d .menu-list > li.icon-bottom > a .ap-icon img,
#a7428a7575a226d .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7428a7575a226d .menu-list > li.icon-right > a .ap-icon,
#a7428a7575a226d .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7428a7575a226d .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7428a7575a226d .menu-list > li:hover > a,
#a7428a7575a226d .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7428a7575a226d .menu-list ul,
#a7428a7575a226d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7428a7575a226d .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a7428a7575a226d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7428a7575a226d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7428a7575a226d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#accfda3d6da3b1d {
  overflow: hidden;
}
#accfda3d6da3b1d , #accfda3d6da3b1d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#a948ead4d3a9b92 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#ad553a5146a6232 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4834a2653aab78 {
  min-height: 300px;
}
#af5eaabb6ea1e2d .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9c54a7e27a60cf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7d58ade2ea9f0b > .ele-wrap {background-color: rgba(0, 157, 218, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aba4fa617ea8046 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aba4fa617ea8046 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aba4fa617ea8046 .ap-icon {
  margin-right: 6px;
}
#aba4fa617ea8046 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#aba4fa617ea8046 .menu-list > li.icon-bottom > a,
#aba4fa617ea8046 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aba4fa617ea8046 .menu-list > li.icon-bottom > a .ap-icon,
#aba4fa617ea8046 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aba4fa617ea8046 .menu-list > li.icon-bottom > a .ap-icon svg,
#aba4fa617ea8046 .menu-list > li.icon-top > a .ap-icon svg,
#aba4fa617ea8046 .menu-list > li.icon-bottom > a .ap-icon img,
#aba4fa617ea8046 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aba4fa617ea8046 .menu-list > li.icon-right > a .ap-icon,
#aba4fa617ea8046 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aba4fa617ea8046 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aba4fa617ea8046 .menu-list > li:hover > a,
#aba4fa617ea8046 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aba4fa617ea8046 .menu-list ul,
#aba4fa617ea8046 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aba4fa617ea8046 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aba4fa617ea8046 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aba4fa617ea8046 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aba4fa617ea8046 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3ccca68f7afdb6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3ccca68f7afdb6 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3ccca68f7afdb6 .ap-icon {
  margin-right: 6px;
}
#a3ccca68f7afdb6 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #009dda;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #009dda;
}
#a3ccca68f7afdb6 .menu-list > li.icon-bottom > a,
#a3ccca68f7afdb6 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3ccca68f7afdb6 .menu-list > li.icon-bottom > a .ap-icon,
#a3ccca68f7afdb6 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3ccca68f7afdb6 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3ccca68f7afdb6 .menu-list > li.icon-top > a .ap-icon svg,
#a3ccca68f7afdb6 .menu-list > li.icon-bottom > a .ap-icon img,
#a3ccca68f7afdb6 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3ccca68f7afdb6 .menu-list > li.icon-right > a .ap-icon,
#a3ccca68f7afdb6 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3ccca68f7afdb6 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3ccca68f7afdb6 .menu-list > li:hover > a,
#a3ccca68f7afdb6 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a3ccca68f7afdb6 .menu-list ul,
#a3ccca68f7afdb6 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3ccca68f7afdb6 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a3ccca68f7afdb6 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3ccca68f7afdb6 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3ccca68f7afdb6 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a258eaf922a97e2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a258eaf922a97e2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a258eaf922a97e2 .ap-icon {
  margin-right: 6px;
}
#a258eaf922a97e2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a258eaf922a97e2 .menu-list > li.icon-bottom > a,
#a258eaf922a97e2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a258eaf922a97e2 .menu-list > li.icon-bottom > a .ap-icon,
#a258eaf922a97e2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a258eaf922a97e2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a258eaf922a97e2 .menu-list > li.icon-top > a .ap-icon svg,
#a258eaf922a97e2 .menu-list > li.icon-bottom > a .ap-icon img,
#a258eaf922a97e2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a258eaf922a97e2 .menu-list > li.icon-right > a .ap-icon,
#a258eaf922a97e2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a258eaf922a97e2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a258eaf922a97e2 .menu-list > li:hover > a,
#a258eaf922a97e2 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a258eaf922a97e2 .menu-list ul,
#a258eaf922a97e2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a258eaf922a97e2 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a258eaf922a97e2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a258eaf922a97e2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a258eaf922a97e2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad835a0976a89b3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad835a0976a89b3 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad835a0976a89b3 .ap-icon {
  margin-right: 6px;
}
#ad835a0976a89b3 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#ad835a0976a89b3 .menu-list > li.icon-bottom > a,
#ad835a0976a89b3 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad835a0976a89b3 .menu-list > li.icon-bottom > a .ap-icon,
#ad835a0976a89b3 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad835a0976a89b3 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad835a0976a89b3 .menu-list > li.icon-top > a .ap-icon svg,
#ad835a0976a89b3 .menu-list > li.icon-bottom > a .ap-icon img,
#ad835a0976a89b3 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad835a0976a89b3 .menu-list > li.icon-right > a .ap-icon,
#ad835a0976a89b3 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad835a0976a89b3 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad835a0976a89b3 .menu-list > li:hover > a,
#ad835a0976a89b3 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad835a0976a89b3 .menu-list ul,
#ad835a0976a89b3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad835a0976a89b3 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ad835a0976a89b3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad835a0976a89b3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad835a0976a89b3 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#afbf7a2462a3b72 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#afbf7a2462a3b72 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#afbf7a2462a3b72 .ap-icon {
  margin-right: 6px;
}
#afbf7a2462a3b72 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#afbf7a2462a3b72 .menu-list > li.icon-bottom > a,
#afbf7a2462a3b72 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#afbf7a2462a3b72 .menu-list > li.icon-bottom > a .ap-icon,
#afbf7a2462a3b72 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#afbf7a2462a3b72 .menu-list > li.icon-bottom > a .ap-icon svg,
#afbf7a2462a3b72 .menu-list > li.icon-top > a .ap-icon svg,
#afbf7a2462a3b72 .menu-list > li.icon-bottom > a .ap-icon img,
#afbf7a2462a3b72 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#afbf7a2462a3b72 .menu-list > li.icon-right > a .ap-icon,
#afbf7a2462a3b72 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#afbf7a2462a3b72 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#afbf7a2462a3b72 .menu-list > li:hover > a,
#afbf7a2462a3b72 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#afbf7a2462a3b72 .menu-list ul,
#afbf7a2462a3b72 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#afbf7a2462a3b72 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#afbf7a2462a3b72 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#afbf7a2462a3b72 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#afbf7a2462a3b72 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0cdeae70da6f2d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0cdeae70da6f2d .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0cdeae70da6f2d .ap-icon {
  margin-right: 6px;
}
#a0cdeae70da6f2d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a0cdeae70da6f2d .menu-list > li.icon-bottom > a,
#a0cdeae70da6f2d .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0cdeae70da6f2d .menu-list > li.icon-bottom > a .ap-icon,
#a0cdeae70da6f2d .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0cdeae70da6f2d .menu-list > li.icon-bottom > a .ap-icon svg,
#a0cdeae70da6f2d .menu-list > li.icon-top > a .ap-icon svg,
#a0cdeae70da6f2d .menu-list > li.icon-bottom > a .ap-icon img,
#a0cdeae70da6f2d .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0cdeae70da6f2d .menu-list > li.icon-right > a .ap-icon,
#a0cdeae70da6f2d .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0cdeae70da6f2d .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0cdeae70da6f2d .menu-list > li:hover > a,
#a0cdeae70da6f2d .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0cdeae70da6f2d .menu-list ul,
#a0cdeae70da6f2d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0cdeae70da6f2d .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a0cdeae70da6f2d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0cdeae70da6f2d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0cdeae70da6f2d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a6630a1428a482a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a6630a1428a482a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a6630a1428a482a .ap-icon {
  margin-right: 6px;
}
#a6630a1428a482a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a6630a1428a482a .menu-list > li.icon-bottom > a,
#a6630a1428a482a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a6630a1428a482a .menu-list > li.icon-bottom > a .ap-icon,
#a6630a1428a482a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a6630a1428a482a .menu-list > li.icon-bottom > a .ap-icon svg,
#a6630a1428a482a .menu-list > li.icon-top > a .ap-icon svg,
#a6630a1428a482a .menu-list > li.icon-bottom > a .ap-icon img,
#a6630a1428a482a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a6630a1428a482a .menu-list > li.icon-right > a .ap-icon,
#a6630a1428a482a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a6630a1428a482a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a6630a1428a482a .menu-list > li:hover > a,
#a6630a1428a482a .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6630a1428a482a .menu-list ul,
#a6630a1428a482a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a6630a1428a482a .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a6630a1428a482a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6630a1428a482a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6630a1428a482a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac137a4d6faaed9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ac137a4d6faaed9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ac137a4d6faaed9 .ap-icon {
  margin-right: 6px;
}
#ac137a4d6faaed9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#ac137a4d6faaed9 .menu-list > li.icon-bottom > a,
#ac137a4d6faaed9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ac137a4d6faaed9 .menu-list > li.icon-bottom > a .ap-icon,
#ac137a4d6faaed9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ac137a4d6faaed9 .menu-list > li.icon-bottom > a .ap-icon svg,
#ac137a4d6faaed9 .menu-list > li.icon-top > a .ap-icon svg,
#ac137a4d6faaed9 .menu-list > li.icon-bottom > a .ap-icon img,
#ac137a4d6faaed9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ac137a4d6faaed9 .menu-list > li.icon-right > a .ap-icon,
#ac137a4d6faaed9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ac137a4d6faaed9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ac137a4d6faaed9 .menu-list > li:hover > a,
#ac137a4d6faaed9 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ac137a4d6faaed9 .menu-list ul,
#ac137a4d6faaed9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ac137a4d6faaed9 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ac137a4d6faaed9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac137a4d6faaed9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac137a4d6faaed9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0465a139ca9b4b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0465a139ca9b4b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0465a139ca9b4b .ap-icon {
  margin-right: 6px;
}
#a0465a139ca9b4b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a0465a139ca9b4b .menu-list > li.icon-bottom > a,
#a0465a139ca9b4b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0465a139ca9b4b .menu-list > li.icon-bottom > a .ap-icon,
#a0465a139ca9b4b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0465a139ca9b4b .menu-list > li.icon-bottom > a .ap-icon svg,
#a0465a139ca9b4b .menu-list > li.icon-top > a .ap-icon svg,
#a0465a139ca9b4b .menu-list > li.icon-bottom > a .ap-icon img,
#a0465a139ca9b4b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0465a139ca9b4b .menu-list > li.icon-right > a .ap-icon,
#a0465a139ca9b4b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0465a139ca9b4b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0465a139ca9b4b .menu-list > li:hover > a,
#a0465a139ca9b4b .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0465a139ca9b4b .menu-list ul,
#a0465a139ca9b4b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0465a139ca9b4b .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a0465a139ca9b4b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0465a139ca9b4b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0465a139ca9b4b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9cf8a7cd8a25bc {
  overflow: hidden;
}
#a9cf8a7cd8a25bc , #a9cf8a7cd8a25bc > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#a4834a2653aab78 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a3b3ea663ba1ba3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab9bca8addad637 {
  min-height: 300px;
}
#a6e53a6d40a7fbc .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#abfaaa2ba1af247 {
  overflow: hidden;
}
#abfaaa2ba1af247 , #abfaaa2ba1af247 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#a7a92a698da3704 {
  overflow: hidden;
}
#a7a92a698da3704 , #a7a92a698da3704 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af6aaade7bad030 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa2b0a928ca828b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa2b0a928ca828b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa2b0a928ca828b .ap-icon {
  margin-right: 6px;
}
#aa2b0a928ca828b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#aa2b0a928ca828b .menu-list > li.icon-bottom > a,
#aa2b0a928ca828b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa2b0a928ca828b .menu-list > li.icon-bottom > a .ap-icon,
#aa2b0a928ca828b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa2b0a928ca828b .menu-list > li.icon-bottom > a .ap-icon svg,
#aa2b0a928ca828b .menu-list > li.icon-top > a .ap-icon svg,
#aa2b0a928ca828b .menu-list > li.icon-bottom > a .ap-icon img,
#aa2b0a928ca828b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa2b0a928ca828b .menu-list > li.icon-right > a .ap-icon,
#aa2b0a928ca828b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa2b0a928ca828b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa2b0a928ca828b .menu-list > li:hover > a,
#aa2b0a928ca828b .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aa2b0a928ca828b .menu-list ul,
#aa2b0a928ca828b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa2b0a928ca828b .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aa2b0a928ca828b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa2b0a928ca828b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa2b0a928ca828b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac45ea5871ac270 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ac45ea5871ac270 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ac45ea5871ac270 .ap-icon {
  margin-right: 6px;
}
#ac45ea5871ac270 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#ac45ea5871ac270 .menu-list > li.icon-bottom > a,
#ac45ea5871ac270 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ac45ea5871ac270 .menu-list > li.icon-bottom > a .ap-icon,
#ac45ea5871ac270 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ac45ea5871ac270 .menu-list > li.icon-bottom > a .ap-icon svg,
#ac45ea5871ac270 .menu-list > li.icon-top > a .ap-icon svg,
#ac45ea5871ac270 .menu-list > li.icon-bottom > a .ap-icon img,
#ac45ea5871ac270 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ac45ea5871ac270 .menu-list > li.icon-right > a .ap-icon,
#ac45ea5871ac270 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ac45ea5871ac270 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ac45ea5871ac270 .menu-list > li:hover > a,
#ac45ea5871ac270 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ac45ea5871ac270 .menu-list ul,
#ac45ea5871ac270 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ac45ea5871ac270 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ac45ea5871ac270 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac45ea5871ac270 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac45ea5871ac270 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#afb8cad8c8aa7d6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#afb8cad8c8aa7d6 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#afb8cad8c8aa7d6 .ap-icon {
  margin-right: 6px;
}
#afb8cad8c8aa7d6 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #009dda;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #009dda;
}
#afb8cad8c8aa7d6 .menu-list > li.icon-bottom > a,
#afb8cad8c8aa7d6 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#afb8cad8c8aa7d6 .menu-list > li.icon-bottom > a .ap-icon,
#afb8cad8c8aa7d6 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#afb8cad8c8aa7d6 .menu-list > li.icon-bottom > a .ap-icon svg,
#afb8cad8c8aa7d6 .menu-list > li.icon-top > a .ap-icon svg,
#afb8cad8c8aa7d6 .menu-list > li.icon-bottom > a .ap-icon img,
#afb8cad8c8aa7d6 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#afb8cad8c8aa7d6 .menu-list > li.icon-right > a .ap-icon,
#afb8cad8c8aa7d6 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#afb8cad8c8aa7d6 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#afb8cad8c8aa7d6 .menu-list > li:hover > a,
#afb8cad8c8aa7d6 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#afb8cad8c8aa7d6 .menu-list ul,
#afb8cad8c8aa7d6 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#afb8cad8c8aa7d6 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#afb8cad8c8aa7d6 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#afb8cad8c8aa7d6 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#afb8cad8c8aa7d6 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a94a9f6badf6c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a94a9f6badf6c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a94a9f6badf6c .ap-icon {
  margin-right: 6px;
}
#a3a94a9f6badf6c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a3a94a9f6badf6c .menu-list > li.icon-bottom > a,
#a3a94a9f6badf6c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a94a9f6badf6c .menu-list > li.icon-bottom > a .ap-icon,
#a3a94a9f6badf6c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a94a9f6badf6c .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a94a9f6badf6c .menu-list > li.icon-top > a .ap-icon svg,
#a3a94a9f6badf6c .menu-list > li.icon-bottom > a .ap-icon img,
#a3a94a9f6badf6c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a94a9f6badf6c .menu-list > li.icon-right > a .ap-icon,
#a3a94a9f6badf6c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a94a9f6badf6c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a94a9f6badf6c .menu-list > li:hover > a,
#a3a94a9f6badf6c .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a3a94a9f6badf6c .menu-list ul,
#a3a94a9f6badf6c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a94a9f6badf6c .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a94a9f6badf6c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a94a9f6badf6c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a94a9f6badf6c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#afcd7a5ea6acaa1 > .ele-wrap {background-color: rgba(0, 157, 218, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3060a63a7ab275 {
  overflow: hidden;
}
#a3060a63a7ab275 , #a3060a63a7ab275 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ab9bca8addad637 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#abcb5ab976a92a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae89bae384aa644 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a655fa0dbfad66f [data-item="undefined"] {padding: 30px;}#afad1ad900a0687 > .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;}#a63eaa4b63a6854 > .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;}#ab75ca0f04a4670 > .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;}#a06c9aee37a157a > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab97ea59f5a15a5 .a34a5ace54aa386 {
  overflow: hidden;
}
#ab97ea59f5a15a5 .a34a5ace54aa386 , #ab97ea59f5a15a5 .a34a5ace54aa386 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#ab97ea59f5a15a5 .a34a5ace54aa386:hover , #ab97ea59f5a15a5 .a34a5ace54aa386 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(39, 145, 199, 1);}#ab97ea59f5a15a5 .uk-grid {
  margin-left: -25px;
}
#ab97ea59f5a15a5 .uk-grid > * {
  padding-left: 25px;
}
#ab97ea59f5a15a5 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ab97ea59f5a15a5 .dynamic-list-item {
  background-color: #ffffff;
}
#ab97ea59f5a15a5 .dynamic-list-item:hover {
  background-color: #ffffff;
}
/* mobile */
@media (max-width: 640px) {
  #ab97ea59f5a15a5 .uk-position-center-left-out {
    left: -30px;
  }
  #ab97ea59f5a15a5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8133a6226a416b .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a8133a6226a416b .ele-wrap:hover {background-color: #0483cc;}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a3c40ac0f3a931a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6fb7aa33da45a7 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a00dba7a2aac2bc > .ele-wrap {background-color: rgba(0, 157, 218, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d90aa8e9a740c > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af7b5a91b9aacc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#af7b5a91b9aacc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#af7b5a91b9aacc7 .ap-icon {
  margin-right: 6px;
}
#af7b5a91b9aacc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#af7b5a91b9aacc7 .menu-list > li.icon-bottom > a,
#af7b5a91b9aacc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#af7b5a91b9aacc7 .menu-list > li.icon-bottom > a .ap-icon,
#af7b5a91b9aacc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#af7b5a91b9aacc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#af7b5a91b9aacc7 .menu-list > li.icon-top > a .ap-icon svg,
#af7b5a91b9aacc7 .menu-list > li.icon-bottom > a .ap-icon img,
#af7b5a91b9aacc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#af7b5a91b9aacc7 .menu-list > li.icon-right > a .ap-icon,
#af7b5a91b9aacc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#af7b5a91b9aacc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#af7b5a91b9aacc7 .menu-list > li:hover > a,
#af7b5a91b9aacc7 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#af7b5a91b9aacc7 .menu-list ul,
#af7b5a91b9aacc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#af7b5a91b9aacc7 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#af7b5a91b9aacc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af7b5a91b9aacc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af7b5a91b9aacc7 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a13ceac8bfad422 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a13ceac8bfad422 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a13ceac8bfad422 .ap-icon {
  margin-right: 6px;
}
#a13ceac8bfad422 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a13ceac8bfad422 .menu-list > li.icon-bottom > a,
#a13ceac8bfad422 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a13ceac8bfad422 .menu-list > li.icon-bottom > a .ap-icon,
#a13ceac8bfad422 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a13ceac8bfad422 .menu-list > li.icon-bottom > a .ap-icon svg,
#a13ceac8bfad422 .menu-list > li.icon-top > a .ap-icon svg,
#a13ceac8bfad422 .menu-list > li.icon-bottom > a .ap-icon img,
#a13ceac8bfad422 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a13ceac8bfad422 .menu-list > li.icon-right > a .ap-icon,
#a13ceac8bfad422 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a13ceac8bfad422 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a13ceac8bfad422 .menu-list > li:hover > a,
#a13ceac8bfad422 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a13ceac8bfad422 .menu-list > li.active > a {
  background-color: #009dda;
}
#a13ceac8bfad422 .menu-list ul,
#a13ceac8bfad422 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a13ceac8bfad422 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a13ceac8bfad422 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a13ceac8bfad422 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a13ceac8bfad422 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a525baebada15d2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a525baebada15d2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a525baebada15d2 .ap-icon {
  margin-right: 6px;
}
#a525baebada15d2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a525baebada15d2 .menu-list > li.icon-bottom > a,
#a525baebada15d2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a525baebada15d2 .menu-list > li.icon-bottom > a .ap-icon,
#a525baebada15d2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a525baebada15d2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a525baebada15d2 .menu-list > li.icon-top > a .ap-icon svg,
#a525baebada15d2 .menu-list > li.icon-bottom > a .ap-icon img,
#a525baebada15d2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a525baebada15d2 .menu-list > li.icon-right > a .ap-icon,
#a525baebada15d2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a525baebada15d2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a525baebada15d2 .menu-list > li:hover > a,
#a525baebada15d2 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a525baebada15d2 .menu-list > li.active > a {
  background-color: #009dda;
}
#a525baebada15d2 .menu-list ul,
#a525baebada15d2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a525baebada15d2 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a525baebada15d2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a525baebada15d2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a525baebada15d2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8e7aae56ea1186 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8e7aae56ea1186 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8e7aae56ea1186 .ap-icon {
  margin-right: 6px;
}
#a8e7aae56ea1186 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a8e7aae56ea1186 .menu-list > li.icon-bottom > a,
#a8e7aae56ea1186 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8e7aae56ea1186 .menu-list > li.icon-bottom > a .ap-icon,
#a8e7aae56ea1186 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8e7aae56ea1186 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8e7aae56ea1186 .menu-list > li.icon-top > a .ap-icon svg,
#a8e7aae56ea1186 .menu-list > li.icon-bottom > a .ap-icon img,
#a8e7aae56ea1186 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8e7aae56ea1186 .menu-list > li.icon-right > a .ap-icon,
#a8e7aae56ea1186 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8e7aae56ea1186 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8e7aae56ea1186 .menu-list > li:hover > a,
#a8e7aae56ea1186 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a8e7aae56ea1186 .menu-list ul,
#a8e7aae56ea1186 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8e7aae56ea1186 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a8e7aae56ea1186 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8e7aae56ea1186 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8e7aae56ea1186 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0ba4a0a13aa8d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0ba4a0a13aa8d5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0ba4a0a13aa8d5 .ap-icon {
  margin-right: 6px;
}
#a0ba4a0a13aa8d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a0ba4a0a13aa8d5 .menu-list > li.icon-bottom > a,
#a0ba4a0a13aa8d5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0ba4a0a13aa8d5 .menu-list > li.icon-bottom > a .ap-icon,
#a0ba4a0a13aa8d5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0ba4a0a13aa8d5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a0ba4a0a13aa8d5 .menu-list > li.icon-top > a .ap-icon svg,
#a0ba4a0a13aa8d5 .menu-list > li.icon-bottom > a .ap-icon img,
#a0ba4a0a13aa8d5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0ba4a0a13aa8d5 .menu-list > li.icon-right > a .ap-icon,
#a0ba4a0a13aa8d5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0ba4a0a13aa8d5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0ba4a0a13aa8d5 .menu-list > li:hover > a,
#a0ba4a0a13aa8d5 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0ba4a0a13aa8d5 .menu-list > li.active > a {
  background-color: #009dda;
}
#a0ba4a0a13aa8d5 .menu-list ul,
#a0ba4a0a13aa8d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0ba4a0a13aa8d5 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a0ba4a0a13aa8d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0ba4a0a13aa8d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0ba4a0a13aa8d5 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aebdaab5f8a8123 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aebdaab5f8a8123 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aebdaab5f8a8123 .ap-icon {
  margin-right: 6px;
}
#aebdaab5f8a8123 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#aebdaab5f8a8123 .menu-list > li.icon-bottom > a,
#aebdaab5f8a8123 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aebdaab5f8a8123 .menu-list > li.icon-bottom > a .ap-icon,
#aebdaab5f8a8123 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aebdaab5f8a8123 .menu-list > li.icon-bottom > a .ap-icon svg,
#aebdaab5f8a8123 .menu-list > li.icon-top > a .ap-icon svg,
#aebdaab5f8a8123 .menu-list > li.icon-bottom > a .ap-icon img,
#aebdaab5f8a8123 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aebdaab5f8a8123 .menu-list > li.icon-right > a .ap-icon,
#aebdaab5f8a8123 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aebdaab5f8a8123 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aebdaab5f8a8123 .menu-list > li:hover > a,
#aebdaab5f8a8123 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aebdaab5f8a8123 .menu-list ul,
#aebdaab5f8a8123 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aebdaab5f8a8123 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aebdaab5f8a8123 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aebdaab5f8a8123 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aebdaab5f8a8123 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad4f1a66c7a9e0b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad4f1a66c7a9e0b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad4f1a66c7a9e0b .ap-icon {
  margin-right: 6px;
}
#ad4f1a66c7a9e0b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#ad4f1a66c7a9e0b .menu-list > li.icon-bottom > a,
#ad4f1a66c7a9e0b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad4f1a66c7a9e0b .menu-list > li.icon-bottom > a .ap-icon,
#ad4f1a66c7a9e0b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad4f1a66c7a9e0b .menu-list > li.icon-bottom > a .ap-icon svg,
#ad4f1a66c7a9e0b .menu-list > li.icon-top > a .ap-icon svg,
#ad4f1a66c7a9e0b .menu-list > li.icon-bottom > a .ap-icon img,
#ad4f1a66c7a9e0b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad4f1a66c7a9e0b .menu-list > li.icon-right > a .ap-icon,
#ad4f1a66c7a9e0b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad4f1a66c7a9e0b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad4f1a66c7a9e0b .menu-list > li:hover > a,
#ad4f1a66c7a9e0b .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad4f1a66c7a9e0b .menu-list > li.active > a {
  background-color: #009dda;
}
#ad4f1a66c7a9e0b .menu-list ul,
#ad4f1a66c7a9e0b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad4f1a66c7a9e0b .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ad4f1a66c7a9e0b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad4f1a66c7a9e0b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad4f1a66c7a9e0b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a223ca774da163a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a223ca774da163a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a223ca774da163a .ap-icon {
  margin-right: 6px;
}
#a223ca774da163a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a223ca774da163a .menu-list > li.icon-bottom > a,
#a223ca774da163a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a223ca774da163a .menu-list > li.icon-bottom > a .ap-icon,
#a223ca774da163a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a223ca774da163a .menu-list > li.icon-bottom > a .ap-icon svg,
#a223ca774da163a .menu-list > li.icon-top > a .ap-icon svg,
#a223ca774da163a .menu-list > li.icon-bottom > a .ap-icon img,
#a223ca774da163a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a223ca774da163a .menu-list > li.icon-right > a .ap-icon,
#a223ca774da163a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a223ca774da163a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a223ca774da163a .menu-list > li:hover > a,
#a223ca774da163a .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a223ca774da163a .menu-list > li.active > a {
  background-color: #009dda;
}
#a223ca774da163a .menu-list ul,
#a223ca774da163a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a223ca774da163a .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a223ca774da163a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a223ca774da163a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a223ca774da163a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aee57a4489aae89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aee57a4489aae89 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aee57a4489aae89 .ap-icon {
  margin-right: 6px;
}
#aee57a4489aae89 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#aee57a4489aae89 .menu-list > li.icon-bottom > a,
#aee57a4489aae89 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aee57a4489aae89 .menu-list > li.icon-bottom > a .ap-icon,
#aee57a4489aae89 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aee57a4489aae89 .menu-list > li.icon-bottom > a .ap-icon svg,
#aee57a4489aae89 .menu-list > li.icon-top > a .ap-icon svg,
#aee57a4489aae89 .menu-list > li.icon-bottom > a .ap-icon img,
#aee57a4489aae89 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aee57a4489aae89 .menu-list > li.icon-right > a .ap-icon,
#aee57a4489aae89 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aee57a4489aae89 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aee57a4489aae89 .menu-list > li:hover > a,
#aee57a4489aae89 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aee57a4489aae89 .menu-list ul,
#aee57a4489aae89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aee57a4489aae89 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aee57a4489aae89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aee57a4489aae89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aee57a4489aae89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a6d12a98f9abfc9 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a6d12a98f9abfc9 .grid-list .product-item {
  overflow: hidden;
}
#a6d12a98f9abfc9 .grid-list .product-preview .img {
  display: block;
}
#a6d12a98f9abfc9 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a6d12a98f9abfc9 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a6d12a98f9abfc9 .grid-list .product-info {
  min-height: 110px;
}
#a6d12a98f9abfc9 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a6d12a98f9abfc9 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a6d12a98f9abfc9 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a6d12a98f9abfc9 .grid-list .category-name {
  font-size: 12px;
}
#a6d12a98f9abfc9 .grid-list .category-name a {
  color: #777;
}
#a6d12a98f9abfc9 .grid-list .title,
#a6d12a98f9abfc9 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a6d12a98f9abfc9 .grid-list .title a,
#a6d12a98f9abfc9 .grid-list .subTitle a {
  color: #191919;
}
#a6d12a98f9abfc9 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a6d12a98f9abfc9 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a6d12a98f9abfc9 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a6d12a98f9abfc9 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a6d12a98f9abfc9 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #0b99c7;
  line-height: 22px;
}
#a6d12a98f9abfc9 .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a6d12a98f9abfc9 .grid-list .product:hover {
  background-color: auto;
}
#a6d12a98f9abfc9 .grid-list .product:hover .title a {
  color: #444;
}
#a6d12a98f9abfc9 .grid-list .product:hover .subTitle {
  color: auto;
}
#a6d12a98f9abfc9 .grid-list .product:hover .category {
  color: auto;
}
#a6d12a98f9abfc9 .grid-list .product:hover .abstract {
  color: auto;
}
#a6d12a98f9abfc9 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a6d12a98f9abfc9 .grid-list .product-info {
    min-height: 0;
  }
  #a6d12a98f9abfc9 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a6d12a98f9abfc9 .grid-list .product-buttons {
    display: none;
  }
}
#ad8c4aa2cfa7b84 [data-item="undefined"] {text-align: center;}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a1033a80e3a38b0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a98c0a6c3fa4d4d .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab76caaab7a7fe1 > .ele-wrap {background-color: rgba(0, 157, 218, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac1b4af2a5a9ddf > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad357aa97aa7ede .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad357aa97aa7ede .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad357aa97aa7ede .ap-icon {
  margin-right: 6px;
}
#ad357aa97aa7ede .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#ad357aa97aa7ede .menu-list > li.icon-bottom > a,
#ad357aa97aa7ede .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad357aa97aa7ede .menu-list > li.icon-bottom > a .ap-icon,
#ad357aa97aa7ede .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad357aa97aa7ede .menu-list > li.icon-bottom > a .ap-icon svg,
#ad357aa97aa7ede .menu-list > li.icon-top > a .ap-icon svg,
#ad357aa97aa7ede .menu-list > li.icon-bottom > a .ap-icon img,
#ad357aa97aa7ede .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad357aa97aa7ede .menu-list > li.icon-right > a .ap-icon,
#ad357aa97aa7ede .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad357aa97aa7ede .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad357aa97aa7ede .menu-list > li:hover > a,
#ad357aa97aa7ede .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad357aa97aa7ede .menu-list ul,
#ad357aa97aa7ede .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad357aa97aa7ede .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ad357aa97aa7ede .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad357aa97aa7ede .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad357aa97aa7ede .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8397ac9ffa3bec .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8397ac9ffa3bec .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8397ac9ffa3bec .ap-icon {
  margin-right: 6px;
}
#a8397ac9ffa3bec .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a8397ac9ffa3bec .menu-list > li.icon-bottom > a,
#a8397ac9ffa3bec .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8397ac9ffa3bec .menu-list > li.icon-bottom > a .ap-icon,
#a8397ac9ffa3bec .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8397ac9ffa3bec .menu-list > li.icon-bottom > a .ap-icon svg,
#a8397ac9ffa3bec .menu-list > li.icon-top > a .ap-icon svg,
#a8397ac9ffa3bec .menu-list > li.icon-bottom > a .ap-icon img,
#a8397ac9ffa3bec .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8397ac9ffa3bec .menu-list > li.icon-right > a .ap-icon,
#a8397ac9ffa3bec .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8397ac9ffa3bec .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8397ac9ffa3bec .menu-list > li:hover > a,
#a8397ac9ffa3bec .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a8397ac9ffa3bec .menu-list > li.active > a {
  background-color: #009dda;
}
#a8397ac9ffa3bec .menu-list ul,
#a8397ac9ffa3bec .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8397ac9ffa3bec .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a8397ac9ffa3bec .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8397ac9ffa3bec .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8397ac9ffa3bec .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8af3adeeaab195 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8af3adeeaab195 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8af3adeeaab195 .ap-icon {
  margin-right: 6px;
}
#a8af3adeeaab195 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a8af3adeeaab195 .menu-list > li.icon-bottom > a,
#a8af3adeeaab195 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8af3adeeaab195 .menu-list > li.icon-bottom > a .ap-icon,
#a8af3adeeaab195 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8af3adeeaab195 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8af3adeeaab195 .menu-list > li.icon-top > a .ap-icon svg,
#a8af3adeeaab195 .menu-list > li.icon-bottom > a .ap-icon img,
#a8af3adeeaab195 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8af3adeeaab195 .menu-list > li.icon-right > a .ap-icon,
#a8af3adeeaab195 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8af3adeeaab195 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8af3adeeaab195 .menu-list > li:hover > a,
#a8af3adeeaab195 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a8af3adeeaab195 .menu-list > li.active > a {
  background-color: #009dda;
}
#a8af3adeeaab195 .menu-list ul,
#a8af3adeeaab195 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8af3adeeaab195 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a8af3adeeaab195 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8af3adeeaab195 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8af3adeeaab195 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8981a0897a6543 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8981a0897a6543 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8981a0897a6543 .ap-icon {
  margin-right: 6px;
}
#a8981a0897a6543 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a8981a0897a6543 .menu-list > li.icon-bottom > a,
#a8981a0897a6543 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8981a0897a6543 .menu-list > li.icon-bottom > a .ap-icon,
#a8981a0897a6543 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8981a0897a6543 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8981a0897a6543 .menu-list > li.icon-top > a .ap-icon svg,
#a8981a0897a6543 .menu-list > li.icon-bottom > a .ap-icon img,
#a8981a0897a6543 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8981a0897a6543 .menu-list > li.icon-right > a .ap-icon,
#a8981a0897a6543 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8981a0897a6543 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8981a0897a6543 .menu-list > li:hover > a,
#a8981a0897a6543 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a8981a0897a6543 .menu-list ul,
#a8981a0897a6543 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8981a0897a6543 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a8981a0897a6543 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8981a0897a6543 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8981a0897a6543 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7700ab93bafa08 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a7700ab93bafa08 .grid-list .product-item {
  overflow: hidden;
}
#a7700ab93bafa08 .grid-list .product-preview .img {
  display: block;
}
#a7700ab93bafa08 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a7700ab93bafa08 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a7700ab93bafa08 .grid-list .product-info {
  min-height: 110px;
}
#a7700ab93bafa08 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a7700ab93bafa08 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a7700ab93bafa08 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a7700ab93bafa08 .grid-list .category-name {
  font-size: 12px;
}
#a7700ab93bafa08 .grid-list .category-name a {
  color: #777;
}
#a7700ab93bafa08 .grid-list .title,
#a7700ab93bafa08 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a7700ab93bafa08 .grid-list .title a,
#a7700ab93bafa08 .grid-list .subTitle a {
  color: #191919;
}
#a7700ab93bafa08 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a7700ab93bafa08 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a7700ab93bafa08 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a7700ab93bafa08 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a7700ab93bafa08 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #0b99c7;
  line-height: 22px;
}
#a7700ab93bafa08 .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a7700ab93bafa08 .grid-list .product:hover {
  background-color: auto;
}
#a7700ab93bafa08 .grid-list .product:hover .title a {
  color: #444;
}
#a7700ab93bafa08 .grid-list .product:hover .subTitle {
  color: auto;
}
#a7700ab93bafa08 .grid-list .product:hover .category {
  color: auto;
}
#a7700ab93bafa08 .grid-list .product:hover .abstract {
  color: auto;
}
#a7700ab93bafa08 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a7700ab93bafa08 .grid-list .product-info {
    min-height: 0;
  }
  #a7700ab93bafa08 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a7700ab93bafa08 .grid-list .product-buttons {
    display: none;
  }
}
#ad59ea8f18a7b14 [data-item="undefined"] {text-align: center;}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#abcb5ab976a92a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a54a0a51f1a9bf2 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#ac39aabf4fa0c05 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a36d5a4f3da086b .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5d8fa9d11a5076 > .ele-wrap {background-color: rgba(0, 157, 218, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac9e2a0f43ad9fc > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2415a0c32a4e4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2415a0c32a4e4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2415a0c32a4e4a .ap-icon {
  margin-right: 6px;
}
#a2415a0c32a4e4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a2415a0c32a4e4a .menu-list > li.icon-bottom > a,
#a2415a0c32a4e4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2415a0c32a4e4a .menu-list > li.icon-bottom > a .ap-icon,
#a2415a0c32a4e4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2415a0c32a4e4a .menu-list > li.icon-bottom > a .ap-icon svg,
#a2415a0c32a4e4a .menu-list > li.icon-top > a .ap-icon svg,
#a2415a0c32a4e4a .menu-list > li.icon-bottom > a .ap-icon img,
#a2415a0c32a4e4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2415a0c32a4e4a .menu-list > li.icon-right > a .ap-icon,
#a2415a0c32a4e4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2415a0c32a4e4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2415a0c32a4e4a .menu-list > li:hover > a,
#a2415a0c32a4e4a .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a2415a0c32a4e4a .menu-list ul,
#a2415a0c32a4e4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2415a0c32a4e4a .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a2415a0c32a4e4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2415a0c32a4e4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2415a0c32a4e4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aff2eae205afcc6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aff2eae205afcc6 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aff2eae205afcc6 .ap-icon {
  margin-right: 6px;
}
#aff2eae205afcc6 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#aff2eae205afcc6 .menu-list > li.icon-bottom > a,
#aff2eae205afcc6 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aff2eae205afcc6 .menu-list > li.icon-bottom > a .ap-icon,
#aff2eae205afcc6 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aff2eae205afcc6 .menu-list > li.icon-bottom > a .ap-icon svg,
#aff2eae205afcc6 .menu-list > li.icon-top > a .ap-icon svg,
#aff2eae205afcc6 .menu-list > li.icon-bottom > a .ap-icon img,
#aff2eae205afcc6 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aff2eae205afcc6 .menu-list > li.icon-right > a .ap-icon,
#aff2eae205afcc6 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aff2eae205afcc6 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aff2eae205afcc6 .menu-list > li:hover > a,
#aff2eae205afcc6 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aff2eae205afcc6 .menu-list > li.active > a {
  background-color: #009dda;
}
#aff2eae205afcc6 .menu-list ul,
#aff2eae205afcc6 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aff2eae205afcc6 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aff2eae205afcc6 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aff2eae205afcc6 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aff2eae205afcc6 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3c5fac03aa3072 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3c5fac03aa3072 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3c5fac03aa3072 .ap-icon {
  margin-right: 6px;
}
#a3c5fac03aa3072 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a3c5fac03aa3072 .menu-list > li.icon-bottom > a,
#a3c5fac03aa3072 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3c5fac03aa3072 .menu-list > li.icon-bottom > a .ap-icon,
#a3c5fac03aa3072 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3c5fac03aa3072 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3c5fac03aa3072 .menu-list > li.icon-top > a .ap-icon svg,
#a3c5fac03aa3072 .menu-list > li.icon-bottom > a .ap-icon img,
#a3c5fac03aa3072 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3c5fac03aa3072 .menu-list > li.icon-right > a .ap-icon,
#a3c5fac03aa3072 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3c5fac03aa3072 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3c5fac03aa3072 .menu-list > li:hover > a,
#a3c5fac03aa3072 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a3c5fac03aa3072 .menu-list > li.active > a {
  background-color: #009dda;
}
#a3c5fac03aa3072 .menu-list ul,
#a3c5fac03aa3072 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3c5fac03aa3072 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a3c5fac03aa3072 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3c5fac03aa3072 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3c5fac03aa3072 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#af211aacb0aa68d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#af211aacb0aa68d .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#af211aacb0aa68d .ap-icon {
  margin-right: 6px;
}
#af211aacb0aa68d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#af211aacb0aa68d .menu-list > li.icon-bottom > a,
#af211aacb0aa68d .menu-list > li.icon-top > a {
  flex-direction: column;
}
#af211aacb0aa68d .menu-list > li.icon-bottom > a .ap-icon,
#af211aacb0aa68d .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#af211aacb0aa68d .menu-list > li.icon-bottom > a .ap-icon svg,
#af211aacb0aa68d .menu-list > li.icon-top > a .ap-icon svg,
#af211aacb0aa68d .menu-list > li.icon-bottom > a .ap-icon img,
#af211aacb0aa68d .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#af211aacb0aa68d .menu-list > li.icon-right > a .ap-icon,
#af211aacb0aa68d .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#af211aacb0aa68d .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#af211aacb0aa68d .menu-list > li:hover > a,
#af211aacb0aa68d .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#af211aacb0aa68d .menu-list ul,
#af211aacb0aa68d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#af211aacb0aa68d .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#af211aacb0aa68d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af211aacb0aa68d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af211aacb0aa68d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aabb5aa3e4acee9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aabb5aa3e4acee9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aabb5aa3e4acee9 .ap-icon {
  margin-right: 6px;
}
#aabb5aa3e4acee9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#aabb5aa3e4acee9 .menu-list > li.icon-bottom > a,
#aabb5aa3e4acee9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aabb5aa3e4acee9 .menu-list > li.icon-bottom > a .ap-icon,
#aabb5aa3e4acee9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aabb5aa3e4acee9 .menu-list > li.icon-bottom > a .ap-icon svg,
#aabb5aa3e4acee9 .menu-list > li.icon-top > a .ap-icon svg,
#aabb5aa3e4acee9 .menu-list > li.icon-bottom > a .ap-icon img,
#aabb5aa3e4acee9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aabb5aa3e4acee9 .menu-list > li.icon-right > a .ap-icon,
#aabb5aa3e4acee9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aabb5aa3e4acee9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aabb5aa3e4acee9 .menu-list > li:hover > a,
#aabb5aa3e4acee9 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aabb5aa3e4acee9 .menu-list > li.active > a {
  background-color: #009dda;
}
#aabb5aa3e4acee9 .menu-list ul,
#aabb5aa3e4acee9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aabb5aa3e4acee9 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aabb5aa3e4acee9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aabb5aa3e4acee9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aabb5aa3e4acee9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5b1fa2b3fabaef .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a5b1fa2b3fabaef .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a5b1fa2b3fabaef .ap-icon {
  margin-right: 6px;
}
#a5b1fa2b3fabaef .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a5b1fa2b3fabaef .menu-list > li.icon-bottom > a,
#a5b1fa2b3fabaef .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a5b1fa2b3fabaef .menu-list > li.icon-bottom > a .ap-icon,
#a5b1fa2b3fabaef .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a5b1fa2b3fabaef .menu-list > li.icon-bottom > a .ap-icon svg,
#a5b1fa2b3fabaef .menu-list > li.icon-top > a .ap-icon svg,
#a5b1fa2b3fabaef .menu-list > li.icon-bottom > a .ap-icon img,
#a5b1fa2b3fabaef .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a5b1fa2b3fabaef .menu-list > li.icon-right > a .ap-icon,
#a5b1fa2b3fabaef .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a5b1fa2b3fabaef .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a5b1fa2b3fabaef .menu-list > li:hover > a,
#a5b1fa2b3fabaef .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5b1fa2b3fabaef .menu-list ul,
#a5b1fa2b3fabaef .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5b1fa2b3fabaef .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a5b1fa2b3fabaef .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5b1fa2b3fabaef .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5b1fa2b3fabaef .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad3aaa517baaff3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad3aaa517baaff3 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad3aaa517baaff3 .ap-icon {
  margin-right: 6px;
}
#ad3aaa517baaff3 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#ad3aaa517baaff3 .menu-list > li.icon-bottom > a,
#ad3aaa517baaff3 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad3aaa517baaff3 .menu-list > li.icon-bottom > a .ap-icon,
#ad3aaa517baaff3 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad3aaa517baaff3 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad3aaa517baaff3 .menu-list > li.icon-top > a .ap-icon svg,
#ad3aaa517baaff3 .menu-list > li.icon-bottom > a .ap-icon img,
#ad3aaa517baaff3 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad3aaa517baaff3 .menu-list > li.icon-right > a .ap-icon,
#ad3aaa517baaff3 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad3aaa517baaff3 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad3aaa517baaff3 .menu-list > li:hover > a,
#ad3aaa517baaff3 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad3aaa517baaff3 .menu-list > li.active > a {
  background-color: #009dda;
}
#ad3aaa517baaff3 .menu-list ul,
#ad3aaa517baaff3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad3aaa517baaff3 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ad3aaa517baaff3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad3aaa517baaff3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad3aaa517baaff3 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5eeeab010a1d57 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a5eeeab010a1d57 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a5eeeab010a1d57 .ap-icon {
  margin-right: 6px;
}
#a5eeeab010a1d57 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a5eeeab010a1d57 .menu-list > li.icon-bottom > a,
#a5eeeab010a1d57 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a5eeeab010a1d57 .menu-list > li.icon-bottom > a .ap-icon,
#a5eeeab010a1d57 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a5eeeab010a1d57 .menu-list > li.icon-bottom > a .ap-icon svg,
#a5eeeab010a1d57 .menu-list > li.icon-top > a .ap-icon svg,
#a5eeeab010a1d57 .menu-list > li.icon-bottom > a .ap-icon img,
#a5eeeab010a1d57 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a5eeeab010a1d57 .menu-list > li.icon-right > a .ap-icon,
#a5eeeab010a1d57 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a5eeeab010a1d57 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a5eeeab010a1d57 .menu-list > li:hover > a,
#a5eeeab010a1d57 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5eeeab010a1d57 .menu-list > li.active > a {
  background-color: #009dda;
}
#a5eeeab010a1d57 .menu-list ul,
#a5eeeab010a1d57 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5eeeab010a1d57 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a5eeeab010a1d57 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5eeeab010a1d57 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5eeeab010a1d57 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a10fbabf3faae04 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a10fbabf3faae04 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a10fbabf3faae04 .ap-icon {
  margin-right: 6px;
}
#a10fbabf3faae04 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a10fbabf3faae04 .menu-list > li.icon-bottom > a,
#a10fbabf3faae04 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a10fbabf3faae04 .menu-list > li.icon-bottom > a .ap-icon,
#a10fbabf3faae04 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a10fbabf3faae04 .menu-list > li.icon-bottom > a .ap-icon svg,
#a10fbabf3faae04 .menu-list > li.icon-top > a .ap-icon svg,
#a10fbabf3faae04 .menu-list > li.icon-bottom > a .ap-icon img,
#a10fbabf3faae04 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a10fbabf3faae04 .menu-list > li.icon-right > a .ap-icon,
#a10fbabf3faae04 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a10fbabf3faae04 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a10fbabf3faae04 .menu-list > li:hover > a,
#a10fbabf3faae04 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a10fbabf3faae04 .menu-list ul,
#a10fbabf3faae04 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a10fbabf3faae04 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a10fbabf3faae04 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a10fbabf3faae04 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a10fbabf3faae04 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab6caaffecae10a .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#ab6caaffecae10a .grid-list .product-item {
  overflow: hidden;
}
#ab6caaffecae10a .grid-list .product-preview .img {
  display: block;
}
#ab6caaffecae10a .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#ab6caaffecae10a .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#ab6caaffecae10a .grid-list .product-info {
  min-height: 110px;
}
#ab6caaffecae10a .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#ab6caaffecae10a .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#ab6caaffecae10a .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#ab6caaffecae10a .grid-list .category-name {
  font-size: 12px;
}
#ab6caaffecae10a .grid-list .category-name a {
  color: #777;
}
#ab6caaffecae10a .grid-list .title,
#ab6caaffecae10a .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#ab6caaffecae10a .grid-list .title a,
#ab6caaffecae10a .grid-list .subTitle a {
  color: #191919;
}
#ab6caaffecae10a .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#ab6caaffecae10a .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#ab6caaffecae10a .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#ab6caaffecae10a .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#ab6caaffecae10a .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #0b99c7;
  line-height: 22px;
}
#ab6caaffecae10a .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#ab6caaffecae10a .grid-list .product:hover {
  background-color: auto;
}
#ab6caaffecae10a .grid-list .product:hover .title a {
  color: #444;
}
#ab6caaffecae10a .grid-list .product:hover .subTitle {
  color: auto;
}
#ab6caaffecae10a .grid-list .product:hover .category {
  color: auto;
}
#ab6caaffecae10a .grid-list .product:hover .abstract {
  color: auto;
}
#ab6caaffecae10a .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #ab6caaffecae10a .grid-list .product-info {
    min-height: 0;
  }
  #ab6caaffecae10a .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #ab6caaffecae10a .grid-list .product-buttons {
    display: none;
  }
}
#af8b5a0762a393f [data-item="undefined"] {text-align: center;}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#ad3d8a2b27a022a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a123aa1b83a00d0 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a05c3acfdaa2cb8 > .ele-wrap {background-color: rgba(0, 157, 218, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9c8ca48d5ac8a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a38acabaeda6be0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a38acabaeda6be0 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a38acabaeda6be0 .ap-icon {
  margin-right: 6px;
}
#a38acabaeda6be0 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a38acabaeda6be0 .menu-list > li.icon-bottom > a,
#a38acabaeda6be0 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a38acabaeda6be0 .menu-list > li.icon-bottom > a .ap-icon,
#a38acabaeda6be0 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a38acabaeda6be0 .menu-list > li.icon-bottom > a .ap-icon svg,
#a38acabaeda6be0 .menu-list > li.icon-top > a .ap-icon svg,
#a38acabaeda6be0 .menu-list > li.icon-bottom > a .ap-icon img,
#a38acabaeda6be0 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a38acabaeda6be0 .menu-list > li.icon-right > a .ap-icon,
#a38acabaeda6be0 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a38acabaeda6be0 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a38acabaeda6be0 .menu-list > li:hover > a,
#a38acabaeda6be0 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a38acabaeda6be0 .menu-list > li.active > a {
  background-color: #009dda;
}
#a38acabaeda6be0 .menu-list ul,
#a38acabaeda6be0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a38acabaeda6be0 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a38acabaeda6be0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a38acabaeda6be0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a38acabaeda6be0 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a31dda8353acec3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a31dda8353acec3 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a31dda8353acec3 .ap-icon {
  margin-right: 6px;
}
#a31dda8353acec3 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a31dda8353acec3 .menu-list > li.icon-bottom > a,
#a31dda8353acec3 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a31dda8353acec3 .menu-list > li.icon-bottom > a .ap-icon,
#a31dda8353acec3 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a31dda8353acec3 .menu-list > li.icon-bottom > a .ap-icon svg,
#a31dda8353acec3 .menu-list > li.icon-top > a .ap-icon svg,
#a31dda8353acec3 .menu-list > li.icon-bottom > a .ap-icon img,
#a31dda8353acec3 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a31dda8353acec3 .menu-list > li.icon-right > a .ap-icon,
#a31dda8353acec3 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a31dda8353acec3 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a31dda8353acec3 .menu-list > li:hover > a,
#a31dda8353acec3 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a31dda8353acec3 .menu-list > li.active > a {
  background-color: #009dda;
}
#a31dda8353acec3 .menu-list ul,
#a31dda8353acec3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a31dda8353acec3 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a31dda8353acec3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a31dda8353acec3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a31dda8353acec3 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2636a71c2aad66 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2636a71c2aad66 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2636a71c2aad66 .ap-icon {
  margin-right: 6px;
}
#a2636a71c2aad66 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a2636a71c2aad66 .menu-list > li.icon-bottom > a,
#a2636a71c2aad66 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2636a71c2aad66 .menu-list > li.icon-bottom > a .ap-icon,
#a2636a71c2aad66 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2636a71c2aad66 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2636a71c2aad66 .menu-list > li.icon-top > a .ap-icon svg,
#a2636a71c2aad66 .menu-list > li.icon-bottom > a .ap-icon img,
#a2636a71c2aad66 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2636a71c2aad66 .menu-list > li.icon-right > a .ap-icon,
#a2636a71c2aad66 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2636a71c2aad66 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2636a71c2aad66 .menu-list > li:hover > a,
#a2636a71c2aad66 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a2636a71c2aad66 .menu-list ul,
#a2636a71c2aad66 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2636a71c2aad66 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a2636a71c2aad66 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2636a71c2aad66 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2636a71c2aad66 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad35da6767a7b18 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad35da6767a7b18 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad35da6767a7b18 .ap-icon {
  margin-right: 6px;
}
#ad35da6767a7b18 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#ad35da6767a7b18 .menu-list > li.icon-bottom > a,
#ad35da6767a7b18 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad35da6767a7b18 .menu-list > li.icon-bottom > a .ap-icon,
#ad35da6767a7b18 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad35da6767a7b18 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad35da6767a7b18 .menu-list > li.icon-top > a .ap-icon svg,
#ad35da6767a7b18 .menu-list > li.icon-bottom > a .ap-icon img,
#ad35da6767a7b18 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad35da6767a7b18 .menu-list > li.icon-right > a .ap-icon,
#ad35da6767a7b18 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad35da6767a7b18 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad35da6767a7b18 .menu-list > li:hover > a,
#ad35da6767a7b18 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad35da6767a7b18 .menu-list > li.active > a {
  background-color: #009dda;
}
#ad35da6767a7b18 .menu-list ul,
#ad35da6767a7b18 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad35da6767a7b18 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ad35da6767a7b18 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad35da6767a7b18 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad35da6767a7b18 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aeed4a9f5ca2b11 [data-item="undefined"] {text-align: center;}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a4534a56f3aa8ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad0aeae60da52f8 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aec5fa57e6a25c8 > .ele-wrap {background-color: rgba(0, 157, 218, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac368ab35aa792b > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a70c7a068dafff6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a70c7a068dafff6 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a70c7a068dafff6 .ap-icon {
  margin-right: 6px;
}
#a70c7a068dafff6 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a70c7a068dafff6 .menu-list > li.icon-bottom > a,
#a70c7a068dafff6 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a70c7a068dafff6 .menu-list > li.icon-bottom > a .ap-icon,
#a70c7a068dafff6 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a70c7a068dafff6 .menu-list > li.icon-bottom > a .ap-icon svg,
#a70c7a068dafff6 .menu-list > li.icon-top > a .ap-icon svg,
#a70c7a068dafff6 .menu-list > li.icon-bottom > a .ap-icon img,
#a70c7a068dafff6 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a70c7a068dafff6 .menu-list > li.icon-right > a .ap-icon,
#a70c7a068dafff6 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a70c7a068dafff6 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a70c7a068dafff6 .menu-list > li:hover > a,
#a70c7a068dafff6 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a70c7a068dafff6 .menu-list ul,
#a70c7a068dafff6 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a70c7a068dafff6 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a70c7a068dafff6 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a70c7a068dafff6 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a70c7a068dafff6 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1d1ba6469a4c4c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1d1ba6469a4c4c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1d1ba6469a4c4c .ap-icon {
  margin-right: 6px;
}
#a1d1ba6469a4c4c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a1d1ba6469a4c4c .menu-list > li.icon-bottom > a,
#a1d1ba6469a4c4c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1d1ba6469a4c4c .menu-list > li.icon-bottom > a .ap-icon,
#a1d1ba6469a4c4c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1d1ba6469a4c4c .menu-list > li.icon-bottom > a .ap-icon svg,
#a1d1ba6469a4c4c .menu-list > li.icon-top > a .ap-icon svg,
#a1d1ba6469a4c4c .menu-list > li.icon-bottom > a .ap-icon img,
#a1d1ba6469a4c4c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1d1ba6469a4c4c .menu-list > li.icon-right > a .ap-icon,
#a1d1ba6469a4c4c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1d1ba6469a4c4c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1d1ba6469a4c4c .menu-list > li:hover > a,
#a1d1ba6469a4c4c .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a1d1ba6469a4c4c .menu-list > li.active > a {
  background-color: #009dda;
}
#a1d1ba6469a4c4c .menu-list ul,
#a1d1ba6469a4c4c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1d1ba6469a4c4c .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a1d1ba6469a4c4c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1d1ba6469a4c4c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1d1ba6469a4c4c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a76ada230ea2096 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a76ada230ea2096 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a76ada230ea2096 .ap-icon {
  margin-right: 6px;
}
#a76ada230ea2096 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a76ada230ea2096 .menu-list > li.icon-bottom > a,
#a76ada230ea2096 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a76ada230ea2096 .menu-list > li.icon-bottom > a .ap-icon,
#a76ada230ea2096 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a76ada230ea2096 .menu-list > li.icon-bottom > a .ap-icon svg,
#a76ada230ea2096 .menu-list > li.icon-top > a .ap-icon svg,
#a76ada230ea2096 .menu-list > li.icon-bottom > a .ap-icon img,
#a76ada230ea2096 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a76ada230ea2096 .menu-list > li.icon-right > a .ap-icon,
#a76ada230ea2096 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a76ada230ea2096 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a76ada230ea2096 .menu-list > li:hover > a,
#a76ada230ea2096 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a76ada230ea2096 .menu-list > li.active > a {
  background-color: #009dda;
}
#a76ada230ea2096 .menu-list ul,
#a76ada230ea2096 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a76ada230ea2096 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a76ada230ea2096 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a76ada230ea2096 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a76ada230ea2096 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#acb0ea7602a58b3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#acb0ea7602a58b3 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#acb0ea7602a58b3 .ap-icon {
  margin-right: 6px;
}
#acb0ea7602a58b3 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#acb0ea7602a58b3 .menu-list > li.icon-bottom > a,
#acb0ea7602a58b3 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#acb0ea7602a58b3 .menu-list > li.icon-bottom > a .ap-icon,
#acb0ea7602a58b3 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#acb0ea7602a58b3 .menu-list > li.icon-bottom > a .ap-icon svg,
#acb0ea7602a58b3 .menu-list > li.icon-top > a .ap-icon svg,
#acb0ea7602a58b3 .menu-list > li.icon-bottom > a .ap-icon img,
#acb0ea7602a58b3 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#acb0ea7602a58b3 .menu-list > li.icon-right > a .ap-icon,
#acb0ea7602a58b3 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#acb0ea7602a58b3 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#acb0ea7602a58b3 .menu-list > li:hover > a,
#acb0ea7602a58b3 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#acb0ea7602a58b3 .menu-list ul,
#acb0ea7602a58b3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#acb0ea7602a58b3 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#acb0ea7602a58b3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#acb0ea7602a58b3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#acb0ea7602a58b3 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1dbda0a96af978 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1dbda0a96af978 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1dbda0a96af978 .ap-icon {
  margin-right: 6px;
}
#a1dbda0a96af978 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a1dbda0a96af978 .menu-list > li.icon-bottom > a,
#a1dbda0a96af978 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1dbda0a96af978 .menu-list > li.icon-bottom > a .ap-icon,
#a1dbda0a96af978 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1dbda0a96af978 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1dbda0a96af978 .menu-list > li.icon-top > a .ap-icon svg,
#a1dbda0a96af978 .menu-list > li.icon-bottom > a .ap-icon img,
#a1dbda0a96af978 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1dbda0a96af978 .menu-list > li.icon-right > a .ap-icon,
#a1dbda0a96af978 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1dbda0a96af978 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1dbda0a96af978 .menu-list > li:hover > a,
#a1dbda0a96af978 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a1dbda0a96af978 .menu-list > li.active > a {
  background-color: #009dda;
}
#a1dbda0a96af978 .menu-list ul,
#a1dbda0a96af978 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1dbda0a96af978 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a1dbda0a96af978 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1dbda0a96af978 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1dbda0a96af978 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a571fa340bae832 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a571fa340bae832 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a571fa340bae832 .ap-icon {
  margin-right: 6px;
}
#a571fa340bae832 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a571fa340bae832 .menu-list > li.icon-bottom > a,
#a571fa340bae832 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a571fa340bae832 .menu-list > li.icon-bottom > a .ap-icon,
#a571fa340bae832 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a571fa340bae832 .menu-list > li.icon-bottom > a .ap-icon svg,
#a571fa340bae832 .menu-list > li.icon-top > a .ap-icon svg,
#a571fa340bae832 .menu-list > li.icon-bottom > a .ap-icon img,
#a571fa340bae832 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a571fa340bae832 .menu-list > li.icon-right > a .ap-icon,
#a571fa340bae832 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a571fa340bae832 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a571fa340bae832 .menu-list > li:hover > a,
#a571fa340bae832 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a571fa340bae832 .menu-list ul,
#a571fa340bae832 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a571fa340bae832 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a571fa340bae832 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a571fa340bae832 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a571fa340bae832 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a77edaf38ca53f2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a77edaf38ca53f2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a77edaf38ca53f2 .ap-icon {
  margin-right: 6px;
}
#a77edaf38ca53f2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a77edaf38ca53f2 .menu-list > li.icon-bottom > a,
#a77edaf38ca53f2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a77edaf38ca53f2 .menu-list > li.icon-bottom > a .ap-icon,
#a77edaf38ca53f2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a77edaf38ca53f2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a77edaf38ca53f2 .menu-list > li.icon-top > a .ap-icon svg,
#a77edaf38ca53f2 .menu-list > li.icon-bottom > a .ap-icon img,
#a77edaf38ca53f2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a77edaf38ca53f2 .menu-list > li.icon-right > a .ap-icon,
#a77edaf38ca53f2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a77edaf38ca53f2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a77edaf38ca53f2 .menu-list > li:hover > a,
#a77edaf38ca53f2 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a77edaf38ca53f2 .menu-list > li.active > a {
  background-color: #009dda;
}
#a77edaf38ca53f2 .menu-list ul,
#a77edaf38ca53f2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a77edaf38ca53f2 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a77edaf38ca53f2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a77edaf38ca53f2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a77edaf38ca53f2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a72beace73ae5b4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a72beace73ae5b4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a72beace73ae5b4 .ap-icon {
  margin-right: 6px;
}
#a72beace73ae5b4 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a72beace73ae5b4 .menu-list > li.icon-bottom > a,
#a72beace73ae5b4 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a72beace73ae5b4 .menu-list > li.icon-bottom > a .ap-icon,
#a72beace73ae5b4 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a72beace73ae5b4 .menu-list > li.icon-bottom > a .ap-icon svg,
#a72beace73ae5b4 .menu-list > li.icon-top > a .ap-icon svg,
#a72beace73ae5b4 .menu-list > li.icon-bottom > a .ap-icon img,
#a72beace73ae5b4 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a72beace73ae5b4 .menu-list > li.icon-right > a .ap-icon,
#a72beace73ae5b4 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a72beace73ae5b4 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a72beace73ae5b4 .menu-list > li:hover > a,
#a72beace73ae5b4 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a72beace73ae5b4 .menu-list > li.active > a {
  background-color: #009dda;
}
#a72beace73ae5b4 .menu-list ul,
#a72beace73ae5b4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a72beace73ae5b4 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a72beace73ae5b4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a72beace73ae5b4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a72beace73ae5b4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a6fe2abc3aa3318 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a6fe2abc3aa3318 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a6fe2abc3aa3318 .ap-icon {
  margin-right: 6px;
}
#a6fe2abc3aa3318 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a6fe2abc3aa3318 .menu-list > li.icon-bottom > a,
#a6fe2abc3aa3318 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a6fe2abc3aa3318 .menu-list > li.icon-bottom > a .ap-icon,
#a6fe2abc3aa3318 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a6fe2abc3aa3318 .menu-list > li.icon-bottom > a .ap-icon svg,
#a6fe2abc3aa3318 .menu-list > li.icon-top > a .ap-icon svg,
#a6fe2abc3aa3318 .menu-list > li.icon-bottom > a .ap-icon img,
#a6fe2abc3aa3318 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a6fe2abc3aa3318 .menu-list > li.icon-right > a .ap-icon,
#a6fe2abc3aa3318 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a6fe2abc3aa3318 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a6fe2abc3aa3318 .menu-list > li:hover > a,
#a6fe2abc3aa3318 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6fe2abc3aa3318 .menu-list ul,
#a6fe2abc3aa3318 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a6fe2abc3aa3318 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a6fe2abc3aa3318 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6fe2abc3aa3318 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6fe2abc3aa3318 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a6c7fa3c54ad668 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a6c7fa3c54ad668 .grid-list .product-item {
  overflow: hidden;
}
#a6c7fa3c54ad668 .grid-list .product-preview .img {
  display: block;
}
#a6c7fa3c54ad668 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a6c7fa3c54ad668 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a6c7fa3c54ad668 .grid-list .product-info {
  min-height: 110px;
}
#a6c7fa3c54ad668 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a6c7fa3c54ad668 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a6c7fa3c54ad668 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a6c7fa3c54ad668 .grid-list .category-name {
  font-size: 12px;
}
#a6c7fa3c54ad668 .grid-list .category-name a {
  color: #777;
}
#a6c7fa3c54ad668 .grid-list .title,
#a6c7fa3c54ad668 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a6c7fa3c54ad668 .grid-list .title a,
#a6c7fa3c54ad668 .grid-list .subTitle a {
  color: #191919;
}
#a6c7fa3c54ad668 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a6c7fa3c54ad668 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a6c7fa3c54ad668 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a6c7fa3c54ad668 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a6c7fa3c54ad668 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #0b99c7;
  line-height: 22px;
}
#a6c7fa3c54ad668 .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a6c7fa3c54ad668 .grid-list .product:hover {
  background-color: auto;
}
#a6c7fa3c54ad668 .grid-list .product:hover .title a {
  color: #444;
}
#a6c7fa3c54ad668 .grid-list .product:hover .subTitle {
  color: auto;
}
#a6c7fa3c54ad668 .grid-list .product:hover .category {
  color: auto;
}
#a6c7fa3c54ad668 .grid-list .product:hover .abstract {
  color: auto;
}
#a6c7fa3c54ad668 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a6c7fa3c54ad668 .grid-list .product-info {
    min-height: 0;
  }
  #a6c7fa3c54ad668 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a6c7fa3c54ad668 .grid-list .product-buttons {
    display: none;
  }
}
#a00a1a14c5aa0e0 [data-item="undefined"] {text-align: center;}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#abcb5ab976a92a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7522aecc5a69cd .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#af505a74d9a009d > .ele-wrap {background-color: rgba(0, 157, 218, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acb2fa3776af144 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0093a9cbca03e3 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a0093a9cbca03e3 .grid-list .product-item {
  overflow: hidden;
}
#a0093a9cbca03e3 .grid-list .product-preview .img {
  display: block;
}
#a0093a9cbca03e3 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a0093a9cbca03e3 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a0093a9cbca03e3 .grid-list .product-info {
  min-height: 110px;
}
#a0093a9cbca03e3 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a0093a9cbca03e3 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a0093a9cbca03e3 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a0093a9cbca03e3 .grid-list .category-name {
  font-size: 12px;
}
#a0093a9cbca03e3 .grid-list .category-name a {
  color: #777;
}
#a0093a9cbca03e3 .grid-list .title,
#a0093a9cbca03e3 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a0093a9cbca03e3 .grid-list .title a,
#a0093a9cbca03e3 .grid-list .subTitle a {
  color: #191919;
}
#a0093a9cbca03e3 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a0093a9cbca03e3 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a0093a9cbca03e3 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a0093a9cbca03e3 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a0093a9cbca03e3 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #0b99c7;
  line-height: 22px;
}
#a0093a9cbca03e3 .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a0093a9cbca03e3 .grid-list .product:hover {
  background-color: auto;
}
#a0093a9cbca03e3 .grid-list .product:hover .title a {
  color: #444;
}
#a0093a9cbca03e3 .grid-list .product:hover .subTitle {
  color: auto;
}
#a0093a9cbca03e3 .grid-list .product:hover .category {
  color: auto;
}
#a0093a9cbca03e3 .grid-list .product:hover .abstract {
  color: auto;
}
#a0093a9cbca03e3 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a0093a9cbca03e3 .grid-list .product-info {
    min-height: 0;
  }
  #a0093a9cbca03e3 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a0093a9cbca03e3 .grid-list .product-buttons {
    display: none;
  }
}
#a9402a410eab85c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9402a410eab85c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9402a410eab85c .ap-icon {
  margin-right: 6px;
}
#a9402a410eab85c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a9402a410eab85c .menu-list > li.icon-bottom > a,
#a9402a410eab85c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9402a410eab85c .menu-list > li.icon-bottom > a .ap-icon,
#a9402a410eab85c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9402a410eab85c .menu-list > li.icon-bottom > a .ap-icon svg,
#a9402a410eab85c .menu-list > li.icon-top > a .ap-icon svg,
#a9402a410eab85c .menu-list > li.icon-bottom > a .ap-icon img,
#a9402a410eab85c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9402a410eab85c .menu-list > li.icon-right > a .ap-icon,
#a9402a410eab85c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9402a410eab85c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9402a410eab85c .menu-list > li:hover > a,
#a9402a410eab85c .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a9402a410eab85c .menu-list ul,
#a9402a410eab85c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9402a410eab85c .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a9402a410eab85c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9402a410eab85c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9402a410eab85c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a08cea8608a3452 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a08cea8608a3452 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a08cea8608a3452 .ap-icon {
  margin-right: 6px;
}
#a08cea8608a3452 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a08cea8608a3452 .menu-list > li.icon-bottom > a,
#a08cea8608a3452 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a08cea8608a3452 .menu-list > li.icon-bottom > a .ap-icon,
#a08cea8608a3452 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a08cea8608a3452 .menu-list > li.icon-bottom > a .ap-icon svg,
#a08cea8608a3452 .menu-list > li.icon-top > a .ap-icon svg,
#a08cea8608a3452 .menu-list > li.icon-bottom > a .ap-icon img,
#a08cea8608a3452 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a08cea8608a3452 .menu-list > li.icon-right > a .ap-icon,
#a08cea8608a3452 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a08cea8608a3452 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a08cea8608a3452 .menu-list > li:hover > a,
#a08cea8608a3452 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a08cea8608a3452 .menu-list > li.active > a {
  background-color: #009dda;
}
#a08cea8608a3452 .menu-list ul,
#a08cea8608a3452 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a08cea8608a3452 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a08cea8608a3452 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a08cea8608a3452 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a08cea8608a3452 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5f2da6ffdae0d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a5f2da6ffdae0d9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a5f2da6ffdae0d9 .ap-icon {
  margin-right: 6px;
}
#a5f2da6ffdae0d9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a5f2da6ffdae0d9 .menu-list > li.icon-bottom > a,
#a5f2da6ffdae0d9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a5f2da6ffdae0d9 .menu-list > li.icon-bottom > a .ap-icon,
#a5f2da6ffdae0d9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a5f2da6ffdae0d9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a5f2da6ffdae0d9 .menu-list > li.icon-top > a .ap-icon svg,
#a5f2da6ffdae0d9 .menu-list > li.icon-bottom > a .ap-icon img,
#a5f2da6ffdae0d9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a5f2da6ffdae0d9 .menu-list > li.icon-right > a .ap-icon,
#a5f2da6ffdae0d9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a5f2da6ffdae0d9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a5f2da6ffdae0d9 .menu-list > li:hover > a,
#a5f2da6ffdae0d9 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5f2da6ffdae0d9 .menu-list > li.active > a {
  background-color: #009dda;
}
#a5f2da6ffdae0d9 .menu-list ul,
#a5f2da6ffdae0d9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5f2da6ffdae0d9 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a5f2da6ffdae0d9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5f2da6ffdae0d9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5f2da6ffdae0d9 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a61bfa569aaf4c3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a61bfa569aaf4c3 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a61bfa569aaf4c3 .ap-icon {
  margin-right: 6px;
}
#a61bfa569aaf4c3 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a61bfa569aaf4c3 .menu-list > li.icon-bottom > a,
#a61bfa569aaf4c3 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a61bfa569aaf4c3 .menu-list > li.icon-bottom > a .ap-icon,
#a61bfa569aaf4c3 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a61bfa569aaf4c3 .menu-list > li.icon-bottom > a .ap-icon svg,
#a61bfa569aaf4c3 .menu-list > li.icon-top > a .ap-icon svg,
#a61bfa569aaf4c3 .menu-list > li.icon-bottom > a .ap-icon img,
#a61bfa569aaf4c3 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a61bfa569aaf4c3 .menu-list > li.icon-right > a .ap-icon,
#a61bfa569aaf4c3 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a61bfa569aaf4c3 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a61bfa569aaf4c3 .menu-list > li:hover > a,
#a61bfa569aaf4c3 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a61bfa569aaf4c3 .menu-list ul,
#a61bfa569aaf4c3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a61bfa569aaf4c3 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a61bfa569aaf4c3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a61bfa569aaf4c3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a61bfa569aaf4c3 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1595adf43aa016 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1595adf43aa016 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1595adf43aa016 .ap-icon {
  margin-right: 6px;
}
#a1595adf43aa016 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a1595adf43aa016 .menu-list > li.icon-bottom > a,
#a1595adf43aa016 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1595adf43aa016 .menu-list > li.icon-bottom > a .ap-icon,
#a1595adf43aa016 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1595adf43aa016 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1595adf43aa016 .menu-list > li.icon-top > a .ap-icon svg,
#a1595adf43aa016 .menu-list > li.icon-bottom > a .ap-icon img,
#a1595adf43aa016 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1595adf43aa016 .menu-list > li.icon-right > a .ap-icon,
#a1595adf43aa016 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1595adf43aa016 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1595adf43aa016 .menu-list > li:hover > a,
#a1595adf43aa016 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a1595adf43aa016 .menu-list > li.active > a {
  background-color: #009dda;
}
#a1595adf43aa016 .menu-list ul,
#a1595adf43aa016 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1595adf43aa016 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a1595adf43aa016 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1595adf43aa016 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1595adf43aa016 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9485af3fda615f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9485af3fda615f .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9485af3fda615f .ap-icon {
  margin-right: 6px;
}
#a9485af3fda615f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a9485af3fda615f .menu-list > li.icon-bottom > a,
#a9485af3fda615f .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9485af3fda615f .menu-list > li.icon-bottom > a .ap-icon,
#a9485af3fda615f .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9485af3fda615f .menu-list > li.icon-bottom > a .ap-icon svg,
#a9485af3fda615f .menu-list > li.icon-top > a .ap-icon svg,
#a9485af3fda615f .menu-list > li.icon-bottom > a .ap-icon img,
#a9485af3fda615f .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9485af3fda615f .menu-list > li.icon-right > a .ap-icon,
#a9485af3fda615f .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9485af3fda615f .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9485af3fda615f .menu-list > li:hover > a,
#a9485af3fda615f .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a9485af3fda615f .menu-list ul,
#a9485af3fda615f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9485af3fda615f .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a9485af3fda615f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9485af3fda615f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9485af3fda615f .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a76f5a9529ae8b4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a76f5a9529ae8b4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a76f5a9529ae8b4 .ap-icon {
  margin-right: 6px;
}
#a76f5a9529ae8b4 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a76f5a9529ae8b4 .menu-list > li.icon-bottom > a,
#a76f5a9529ae8b4 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a76f5a9529ae8b4 .menu-list > li.icon-bottom > a .ap-icon,
#a76f5a9529ae8b4 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a76f5a9529ae8b4 .menu-list > li.icon-bottom > a .ap-icon svg,
#a76f5a9529ae8b4 .menu-list > li.icon-top > a .ap-icon svg,
#a76f5a9529ae8b4 .menu-list > li.icon-bottom > a .ap-icon img,
#a76f5a9529ae8b4 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a76f5a9529ae8b4 .menu-list > li.icon-right > a .ap-icon,
#a76f5a9529ae8b4 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a76f5a9529ae8b4 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a76f5a9529ae8b4 .menu-list > li:hover > a,
#a76f5a9529ae8b4 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a76f5a9529ae8b4 .menu-list > li.active > a {
  background-color: #009dda;
}
#a76f5a9529ae8b4 .menu-list ul,
#a76f5a9529ae8b4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a76f5a9529ae8b4 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a76f5a9529ae8b4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a76f5a9529ae8b4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a76f5a9529ae8b4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2759aa796a76b0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2759aa796a76b0 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2759aa796a76b0 .ap-icon {
  margin-right: 6px;
}
#a2759aa796a76b0 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a2759aa796a76b0 .menu-list > li.icon-bottom > a,
#a2759aa796a76b0 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2759aa796a76b0 .menu-list > li.icon-bottom > a .ap-icon,
#a2759aa796a76b0 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2759aa796a76b0 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2759aa796a76b0 .menu-list > li.icon-top > a .ap-icon svg,
#a2759aa796a76b0 .menu-list > li.icon-bottom > a .ap-icon img,
#a2759aa796a76b0 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2759aa796a76b0 .menu-list > li.icon-right > a .ap-icon,
#a2759aa796a76b0 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2759aa796a76b0 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2759aa796a76b0 .menu-list > li:hover > a,
#a2759aa796a76b0 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a2759aa796a76b0 .menu-list > li.active > a {
  background-color: #009dda;
}
#a2759aa796a76b0 .menu-list ul,
#a2759aa796a76b0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2759aa796a76b0 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a2759aa796a76b0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2759aa796a76b0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2759aa796a76b0 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#afffda7a33a752f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#afffda7a33a752f .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#afffda7a33a752f .ap-icon {
  margin-right: 6px;
}
#afffda7a33a752f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#afffda7a33a752f .menu-list > li.icon-bottom > a,
#afffda7a33a752f .menu-list > li.icon-top > a {
  flex-direction: column;
}
#afffda7a33a752f .menu-list > li.icon-bottom > a .ap-icon,
#afffda7a33a752f .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#afffda7a33a752f .menu-list > li.icon-bottom > a .ap-icon svg,
#afffda7a33a752f .menu-list > li.icon-top > a .ap-icon svg,
#afffda7a33a752f .menu-list > li.icon-bottom > a .ap-icon img,
#afffda7a33a752f .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#afffda7a33a752f .menu-list > li.icon-right > a .ap-icon,
#afffda7a33a752f .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#afffda7a33a752f .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#afffda7a33a752f .menu-list > li:hover > a,
#afffda7a33a752f .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#afffda7a33a752f .menu-list ul,
#afffda7a33a752f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#afffda7a33a752f .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#afffda7a33a752f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#afffda7a33a752f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#afffda7a33a752f .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a834ba5b87a1d2a [data-item="undefined"] {text-align: center;}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#acd9fa1f25a62cd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3da9a2ea8a8a2d .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4a61a1090aa60a > .ele-wrap {background-color: rgba(0, 157, 218, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a51ada681faa508 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af451ae0a1a2c14 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#af451ae0a1a2c14 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#af451ae0a1a2c14 .ap-icon {
  margin-right: 6px;
}
#af451ae0a1a2c14 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#af451ae0a1a2c14 .menu-list > li.icon-bottom > a,
#af451ae0a1a2c14 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#af451ae0a1a2c14 .menu-list > li.icon-bottom > a .ap-icon,
#af451ae0a1a2c14 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#af451ae0a1a2c14 .menu-list > li.icon-bottom > a .ap-icon svg,
#af451ae0a1a2c14 .menu-list > li.icon-top > a .ap-icon svg,
#af451ae0a1a2c14 .menu-list > li.icon-bottom > a .ap-icon img,
#af451ae0a1a2c14 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#af451ae0a1a2c14 .menu-list > li.icon-right > a .ap-icon,
#af451ae0a1a2c14 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#af451ae0a1a2c14 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#af451ae0a1a2c14 .menu-list > li:hover > a,
#af451ae0a1a2c14 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#af451ae0a1a2c14 .menu-list > li.active > a {
  background-color: #009dda;
}
#af451ae0a1a2c14 .menu-list ul,
#af451ae0a1a2c14 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#af451ae0a1a2c14 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#af451ae0a1a2c14 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af451ae0a1a2c14 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af451ae0a1a2c14 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a78e4a8f0aaaceb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a78e4a8f0aaaceb .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a78e4a8f0aaaceb .ap-icon {
  margin-right: 6px;
}
#a78e4a8f0aaaceb .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a78e4a8f0aaaceb .menu-list > li.icon-bottom > a,
#a78e4a8f0aaaceb .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a78e4a8f0aaaceb .menu-list > li.icon-bottom > a .ap-icon,
#a78e4a8f0aaaceb .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a78e4a8f0aaaceb .menu-list > li.icon-bottom > a .ap-icon svg,
#a78e4a8f0aaaceb .menu-list > li.icon-top > a .ap-icon svg,
#a78e4a8f0aaaceb .menu-list > li.icon-bottom > a .ap-icon img,
#a78e4a8f0aaaceb .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a78e4a8f0aaaceb .menu-list > li.icon-right > a .ap-icon,
#a78e4a8f0aaaceb .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a78e4a8f0aaaceb .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a78e4a8f0aaaceb .menu-list > li:hover > a,
#a78e4a8f0aaaceb .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a78e4a8f0aaaceb .menu-list > li.active > a {
  background-color: #009dda;
}
#a78e4a8f0aaaceb .menu-list ul,
#a78e4a8f0aaaceb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a78e4a8f0aaaceb .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a78e4a8f0aaaceb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a78e4a8f0aaaceb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a78e4a8f0aaaceb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab8a9a18e0afdbc .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ab8a9a18e0afdbc .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ab8a9a18e0afdbc .ap-icon {
  margin-right: 6px;
}
#ab8a9a18e0afdbc .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#ab8a9a18e0afdbc .menu-list > li.icon-bottom > a,
#ab8a9a18e0afdbc .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ab8a9a18e0afdbc .menu-list > li.icon-bottom > a .ap-icon,
#ab8a9a18e0afdbc .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ab8a9a18e0afdbc .menu-list > li.icon-bottom > a .ap-icon svg,
#ab8a9a18e0afdbc .menu-list > li.icon-top > a .ap-icon svg,
#ab8a9a18e0afdbc .menu-list > li.icon-bottom > a .ap-icon img,
#ab8a9a18e0afdbc .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ab8a9a18e0afdbc .menu-list > li.icon-right > a .ap-icon,
#ab8a9a18e0afdbc .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ab8a9a18e0afdbc .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ab8a9a18e0afdbc .menu-list > li:hover > a,
#ab8a9a18e0afdbc .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ab8a9a18e0afdbc .menu-list ul,
#ab8a9a18e0afdbc .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ab8a9a18e0afdbc .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ab8a9a18e0afdbc .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab8a9a18e0afdbc .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab8a9a18e0afdbc .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ada26a1ae7a72f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ada26a1ae7a72f8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ada26a1ae7a72f8 .ap-icon {
  margin-right: 6px;
}
#ada26a1ae7a72f8 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#ada26a1ae7a72f8 .menu-list > li.icon-bottom > a,
#ada26a1ae7a72f8 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ada26a1ae7a72f8 .menu-list > li.icon-bottom > a .ap-icon,
#ada26a1ae7a72f8 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ada26a1ae7a72f8 .menu-list > li.icon-bottom > a .ap-icon svg,
#ada26a1ae7a72f8 .menu-list > li.icon-top > a .ap-icon svg,
#ada26a1ae7a72f8 .menu-list > li.icon-bottom > a .ap-icon img,
#ada26a1ae7a72f8 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ada26a1ae7a72f8 .menu-list > li.icon-right > a .ap-icon,
#ada26a1ae7a72f8 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ada26a1ae7a72f8 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ada26a1ae7a72f8 .menu-list > li:hover > a,
#ada26a1ae7a72f8 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ada26a1ae7a72f8 .menu-list > li.active > a {
  background-color: #009dda;
}
#ada26a1ae7a72f8 .menu-list ul,
#ada26a1ae7a72f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ada26a1ae7a72f8 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ada26a1ae7a72f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ada26a1ae7a72f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ada26a1ae7a72f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a515da50b4ae30f [data-item="undefined"] {text-align: center;}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a461fa9c01aba0f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9e48aee9dac1f2 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8a4fac575a7881 > .ele-wrap {background-color: rgba(0, 157, 218, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adca0af7a2adcdc > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aabeeaabeba8c4a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aabeeaabeba8c4a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aabeeaabeba8c4a .ap-icon {
  margin-right: 6px;
}
#aabeeaabeba8c4a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#aabeeaabeba8c4a .menu-list > li.icon-bottom > a,
#aabeeaabeba8c4a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aabeeaabeba8c4a .menu-list > li.icon-bottom > a .ap-icon,
#aabeeaabeba8c4a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aabeeaabeba8c4a .menu-list > li.icon-bottom > a .ap-icon svg,
#aabeeaabeba8c4a .menu-list > li.icon-top > a .ap-icon svg,
#aabeeaabeba8c4a .menu-list > li.icon-bottom > a .ap-icon img,
#aabeeaabeba8c4a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aabeeaabeba8c4a .menu-list > li.icon-right > a .ap-icon,
#aabeeaabeba8c4a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aabeeaabeba8c4a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aabeeaabeba8c4a .menu-list > li:hover > a,
#aabeeaabeba8c4a .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aabeeaabeba8c4a .menu-list ul,
#aabeeaabeba8c4a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aabeeaabeba8c4a .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aabeeaabeba8c4a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aabeeaabeba8c4a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aabeeaabeba8c4a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#acfcaa6e90a6889 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#acfcaa6e90a6889 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#acfcaa6e90a6889 .ap-icon {
  margin-right: 6px;
}
#acfcaa6e90a6889 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#acfcaa6e90a6889 .menu-list > li.icon-bottom > a,
#acfcaa6e90a6889 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#acfcaa6e90a6889 .menu-list > li.icon-bottom > a .ap-icon,
#acfcaa6e90a6889 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#acfcaa6e90a6889 .menu-list > li.icon-bottom > a .ap-icon svg,
#acfcaa6e90a6889 .menu-list > li.icon-top > a .ap-icon svg,
#acfcaa6e90a6889 .menu-list > li.icon-bottom > a .ap-icon img,
#acfcaa6e90a6889 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#acfcaa6e90a6889 .menu-list > li.icon-right > a .ap-icon,
#acfcaa6e90a6889 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#acfcaa6e90a6889 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#acfcaa6e90a6889 .menu-list > li:hover > a,
#acfcaa6e90a6889 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#acfcaa6e90a6889 .menu-list > li.active > a {
  background-color: #009dda;
}
#acfcaa6e90a6889 .menu-list ul,
#acfcaa6e90a6889 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#acfcaa6e90a6889 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#acfcaa6e90a6889 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#acfcaa6e90a6889 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#acfcaa6e90a6889 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a53e7a6207abe5b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a53e7a6207abe5b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a53e7a6207abe5b .ap-icon {
  margin-right: 6px;
}
#a53e7a6207abe5b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a53e7a6207abe5b .menu-list > li.icon-bottom > a,
#a53e7a6207abe5b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a53e7a6207abe5b .menu-list > li.icon-bottom > a .ap-icon,
#a53e7a6207abe5b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a53e7a6207abe5b .menu-list > li.icon-bottom > a .ap-icon svg,
#a53e7a6207abe5b .menu-list > li.icon-top > a .ap-icon svg,
#a53e7a6207abe5b .menu-list > li.icon-bottom > a .ap-icon img,
#a53e7a6207abe5b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a53e7a6207abe5b .menu-list > li.icon-right > a .ap-icon,
#a53e7a6207abe5b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a53e7a6207abe5b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a53e7a6207abe5b .menu-list > li:hover > a,
#a53e7a6207abe5b .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a53e7a6207abe5b .menu-list > li.active > a {
  background-color: #009dda;
}
#a53e7a6207abe5b .menu-list ul,
#a53e7a6207abe5b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a53e7a6207abe5b .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a53e7a6207abe5b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a53e7a6207abe5b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a53e7a6207abe5b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3a7aa1c4faec7c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a7aa1c4faec7c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a7aa1c4faec7c .ap-icon {
  margin-right: 6px;
}
#a3a7aa1c4faec7c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a3a7aa1c4faec7c .menu-list > li.icon-bottom > a,
#a3a7aa1c4faec7c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a7aa1c4faec7c .menu-list > li.icon-bottom > a .ap-icon,
#a3a7aa1c4faec7c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a7aa1c4faec7c .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a7aa1c4faec7c .menu-list > li.icon-top > a .ap-icon svg,
#a3a7aa1c4faec7c .menu-list > li.icon-bottom > a .ap-icon img,
#a3a7aa1c4faec7c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a7aa1c4faec7c .menu-list > li.icon-right > a .ap-icon,
#a3a7aa1c4faec7c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a7aa1c4faec7c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a7aa1c4faec7c .menu-list > li:hover > a,
#a3a7aa1c4faec7c .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a3a7aa1c4faec7c .menu-list ul,
#a3a7aa1c4faec7c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a7aa1c4faec7c .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a7aa1c4faec7c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a7aa1c4faec7c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a7aa1c4faec7c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9a70a456ca097b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9a70a456ca097b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9a70a456ca097b .ap-icon {
  margin-right: 6px;
}
#a9a70a456ca097b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a9a70a456ca097b .menu-list > li.icon-bottom > a,
#a9a70a456ca097b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9a70a456ca097b .menu-list > li.icon-bottom > a .ap-icon,
#a9a70a456ca097b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9a70a456ca097b .menu-list > li.icon-bottom > a .ap-icon svg,
#a9a70a456ca097b .menu-list > li.icon-top > a .ap-icon svg,
#a9a70a456ca097b .menu-list > li.icon-bottom > a .ap-icon img,
#a9a70a456ca097b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9a70a456ca097b .menu-list > li.icon-right > a .ap-icon,
#a9a70a456ca097b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9a70a456ca097b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9a70a456ca097b .menu-list > li:hover > a,
#a9a70a456ca097b .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a9a70a456ca097b .menu-list > li.active > a {
  background-color: #009dda;
}
#a9a70a456ca097b .menu-list ul,
#a9a70a456ca097b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9a70a456ca097b .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a9a70a456ca097b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9a70a456ca097b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9a70a456ca097b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aea33a495fabe1c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aea33a495fabe1c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aea33a495fabe1c .ap-icon {
  margin-right: 6px;
}
#aea33a495fabe1c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#aea33a495fabe1c .menu-list > li.icon-bottom > a,
#aea33a495fabe1c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aea33a495fabe1c .menu-list > li.icon-bottom > a .ap-icon,
#aea33a495fabe1c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aea33a495fabe1c .menu-list > li.icon-bottom > a .ap-icon svg,
#aea33a495fabe1c .menu-list > li.icon-top > a .ap-icon svg,
#aea33a495fabe1c .menu-list > li.icon-bottom > a .ap-icon img,
#aea33a495fabe1c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aea33a495fabe1c .menu-list > li.icon-right > a .ap-icon,
#aea33a495fabe1c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aea33a495fabe1c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aea33a495fabe1c .menu-list > li:hover > a,
#aea33a495fabe1c .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aea33a495fabe1c .menu-list ul,
#aea33a495fabe1c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aea33a495fabe1c .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aea33a495fabe1c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aea33a495fabe1c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aea33a495fabe1c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2504a0e58ac939 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2504a0e58ac939 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2504a0e58ac939 .ap-icon {
  margin-right: 6px;
}
#a2504a0e58ac939 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a2504a0e58ac939 .menu-list > li.icon-bottom > a,
#a2504a0e58ac939 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2504a0e58ac939 .menu-list > li.icon-bottom > a .ap-icon,
#a2504a0e58ac939 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2504a0e58ac939 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2504a0e58ac939 .menu-list > li.icon-top > a .ap-icon svg,
#a2504a0e58ac939 .menu-list > li.icon-bottom > a .ap-icon img,
#a2504a0e58ac939 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2504a0e58ac939 .menu-list > li.icon-right > a .ap-icon,
#a2504a0e58ac939 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2504a0e58ac939 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2504a0e58ac939 .menu-list > li:hover > a,
#a2504a0e58ac939 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a2504a0e58ac939 .menu-list > li.active > a {
  background-color: #009dda;
}
#a2504a0e58ac939 .menu-list ul,
#a2504a0e58ac939 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2504a0e58ac939 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a2504a0e58ac939 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2504a0e58ac939 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2504a0e58ac939 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9015ac913a9fb6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9015ac913a9fb6 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9015ac913a9fb6 .ap-icon {
  margin-right: 6px;
}
#a9015ac913a9fb6 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a9015ac913a9fb6 .menu-list > li.icon-bottom > a,
#a9015ac913a9fb6 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9015ac913a9fb6 .menu-list > li.icon-bottom > a .ap-icon,
#a9015ac913a9fb6 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9015ac913a9fb6 .menu-list > li.icon-bottom > a .ap-icon svg,
#a9015ac913a9fb6 .menu-list > li.icon-top > a .ap-icon svg,
#a9015ac913a9fb6 .menu-list > li.icon-bottom > a .ap-icon img,
#a9015ac913a9fb6 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9015ac913a9fb6 .menu-list > li.icon-right > a .ap-icon,
#a9015ac913a9fb6 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9015ac913a9fb6 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9015ac913a9fb6 .menu-list > li:hover > a,
#a9015ac913a9fb6 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a9015ac913a9fb6 .menu-list > li.active > a {
  background-color: #009dda;
}
#a9015ac913a9fb6 .menu-list ul,
#a9015ac913a9fb6 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9015ac913a9fb6 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a9015ac913a9fb6 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9015ac913a9fb6 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9015ac913a9fb6 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa9fda5af2a538e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa9fda5af2a538e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa9fda5af2a538e .ap-icon {
  margin-right: 6px;
}
#aa9fda5af2a538e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#aa9fda5af2a538e .menu-list > li.icon-bottom > a,
#aa9fda5af2a538e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa9fda5af2a538e .menu-list > li.icon-bottom > a .ap-icon,
#aa9fda5af2a538e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa9fda5af2a538e .menu-list > li.icon-bottom > a .ap-icon svg,
#aa9fda5af2a538e .menu-list > li.icon-top > a .ap-icon svg,
#aa9fda5af2a538e .menu-list > li.icon-bottom > a .ap-icon img,
#aa9fda5af2a538e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa9fda5af2a538e .menu-list > li.icon-right > a .ap-icon,
#aa9fda5af2a538e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa9fda5af2a538e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa9fda5af2a538e .menu-list > li:hover > a,
#aa9fda5af2a538e .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aa9fda5af2a538e .menu-list ul,
#aa9fda5af2a538e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa9fda5af2a538e .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aa9fda5af2a538e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa9fda5af2a538e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa9fda5af2a538e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8ec6a3f7aa2b1f .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a8ec6a3f7aa2b1f .grid-list .product-item {
  overflow: hidden;
}
#a8ec6a3f7aa2b1f .grid-list .product-preview .img {
  display: block;
}
#a8ec6a3f7aa2b1f .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a8ec6a3f7aa2b1f .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a8ec6a3f7aa2b1f .grid-list .product-info {
  min-height: 110px;
}
#a8ec6a3f7aa2b1f .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a8ec6a3f7aa2b1f .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a8ec6a3f7aa2b1f .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a8ec6a3f7aa2b1f .grid-list .category-name {
  font-size: 12px;
}
#a8ec6a3f7aa2b1f .grid-list .category-name a {
  color: #777;
}
#a8ec6a3f7aa2b1f .grid-list .title,
#a8ec6a3f7aa2b1f .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a8ec6a3f7aa2b1f .grid-list .title a,
#a8ec6a3f7aa2b1f .grid-list .subTitle a {
  color: #191919;
}
#a8ec6a3f7aa2b1f .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a8ec6a3f7aa2b1f .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a8ec6a3f7aa2b1f .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a8ec6a3f7aa2b1f .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a8ec6a3f7aa2b1f .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #0b99c7;
  line-height: 22px;
}
#a8ec6a3f7aa2b1f .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a8ec6a3f7aa2b1f .grid-list .product:hover {
  background-color: auto;
}
#a8ec6a3f7aa2b1f .grid-list .product:hover .title a {
  color: #444;
}
#a8ec6a3f7aa2b1f .grid-list .product:hover .subTitle {
  color: auto;
}
#a8ec6a3f7aa2b1f .grid-list .product:hover .category {
  color: auto;
}
#a8ec6a3f7aa2b1f .grid-list .product:hover .abstract {
  color: auto;
}
#a8ec6a3f7aa2b1f .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a8ec6a3f7aa2b1f .grid-list .product-info {
    min-height: 0;
  }
  #a8ec6a3f7aa2b1f .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a8ec6a3f7aa2b1f .grid-list .product-buttons {
    display: none;
  }
}
#aa3dca1ae9a87f1 [data-item="undefined"] {text-align: center;}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#abcb5ab976a92a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a176caba6aad983 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7e1aa09eba1687 > .ele-wrap {background-color: rgba(0, 157, 218, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa749a1ceaaaec3 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97beac681a1b7b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a97beac681a1b7b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a97beac681a1b7b .ap-icon {
  margin-right: 6px;
}
#a97beac681a1b7b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a97beac681a1b7b .menu-list > li.icon-bottom > a,
#a97beac681a1b7b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a97beac681a1b7b .menu-list > li.icon-bottom > a .ap-icon,
#a97beac681a1b7b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a97beac681a1b7b .menu-list > li.icon-bottom > a .ap-icon svg,
#a97beac681a1b7b .menu-list > li.icon-top > a .ap-icon svg,
#a97beac681a1b7b .menu-list > li.icon-bottom > a .ap-icon img,
#a97beac681a1b7b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a97beac681a1b7b .menu-list > li.icon-right > a .ap-icon,
#a97beac681a1b7b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a97beac681a1b7b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a97beac681a1b7b .menu-list > li:hover > a,
#a97beac681a1b7b .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a97beac681a1b7b .menu-list > li.active > a {
  background-color: #009dda;
}
#a97beac681a1b7b .menu-list ul,
#a97beac681a1b7b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a97beac681a1b7b .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a97beac681a1b7b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a97beac681a1b7b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a97beac681a1b7b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4697a0ef9a9740 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4697a0ef9a9740 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4697a0ef9a9740 .ap-icon {
  margin-right: 6px;
}
#a4697a0ef9a9740 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a4697a0ef9a9740 .menu-list > li.icon-bottom > a,
#a4697a0ef9a9740 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4697a0ef9a9740 .menu-list > li.icon-bottom > a .ap-icon,
#a4697a0ef9a9740 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4697a0ef9a9740 .menu-list > li.icon-bottom > a .ap-icon svg,
#a4697a0ef9a9740 .menu-list > li.icon-top > a .ap-icon svg,
#a4697a0ef9a9740 .menu-list > li.icon-bottom > a .ap-icon img,
#a4697a0ef9a9740 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4697a0ef9a9740 .menu-list > li.icon-right > a .ap-icon,
#a4697a0ef9a9740 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4697a0ef9a9740 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4697a0ef9a9740 .menu-list > li:hover > a,
#a4697a0ef9a9740 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4697a0ef9a9740 .menu-list > li.active > a {
  background-color: #009dda;
}
#a4697a0ef9a9740 .menu-list ul,
#a4697a0ef9a9740 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4697a0ef9a9740 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a4697a0ef9a9740 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4697a0ef9a9740 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4697a0ef9a9740 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a80a6a5f75a59f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a80a6a5f75a59f8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a80a6a5f75a59f8 .ap-icon {
  margin-right: 6px;
}
#a80a6a5f75a59f8 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a80a6a5f75a59f8 .menu-list > li.icon-bottom > a,
#a80a6a5f75a59f8 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a80a6a5f75a59f8 .menu-list > li.icon-bottom > a .ap-icon,
#a80a6a5f75a59f8 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a80a6a5f75a59f8 .menu-list > li.icon-bottom > a .ap-icon svg,
#a80a6a5f75a59f8 .menu-list > li.icon-top > a .ap-icon svg,
#a80a6a5f75a59f8 .menu-list > li.icon-bottom > a .ap-icon img,
#a80a6a5f75a59f8 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a80a6a5f75a59f8 .menu-list > li.icon-right > a .ap-icon,
#a80a6a5f75a59f8 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a80a6a5f75a59f8 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a80a6a5f75a59f8 .menu-list > li:hover > a,
#a80a6a5f75a59f8 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a80a6a5f75a59f8 .menu-list ul,
#a80a6a5f75a59f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a80a6a5f75a59f8 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a80a6a5f75a59f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a80a6a5f75a59f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a80a6a5f75a59f8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4a19ac758a87cd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4a19ac758a87cd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4a19ac758a87cd .ap-icon {
  margin-right: 6px;
}
#a4a19ac758a87cd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a4a19ac758a87cd .menu-list > li.icon-bottom > a,
#a4a19ac758a87cd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4a19ac758a87cd .menu-list > li.icon-bottom > a .ap-icon,
#a4a19ac758a87cd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4a19ac758a87cd .menu-list > li.icon-bottom > a .ap-icon svg,
#a4a19ac758a87cd .menu-list > li.icon-top > a .ap-icon svg,
#a4a19ac758a87cd .menu-list > li.icon-bottom > a .ap-icon img,
#a4a19ac758a87cd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4a19ac758a87cd .menu-list > li.icon-right > a .ap-icon,
#a4a19ac758a87cd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4a19ac758a87cd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4a19ac758a87cd .menu-list > li:hover > a,
#a4a19ac758a87cd .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4a19ac758a87cd .menu-list > li.active > a {
  background-color: #009dda;
}
#a4a19ac758a87cd .menu-list ul,
#a4a19ac758a87cd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4a19ac758a87cd .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a4a19ac758a87cd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4a19ac758a87cd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4a19ac758a87cd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae313af9dca6745 [data-item="undefined"] {text-align: center;}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a8b51ab815aad9f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2b7ea014aa2079 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aa479a695fa9c27 > .ele-wrap {background-color: rgba(0, 157, 218, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abd82a2791ab5d0 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9b5bab973a5ca3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9b5bab973a5ca3 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9b5bab973a5ca3 .ap-icon {
  margin-right: 6px;
}
#a9b5bab973a5ca3 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a9b5bab973a5ca3 .menu-list > li.icon-bottom > a,
#a9b5bab973a5ca3 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9b5bab973a5ca3 .menu-list > li.icon-bottom > a .ap-icon,
#a9b5bab973a5ca3 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9b5bab973a5ca3 .menu-list > li.icon-bottom > a .ap-icon svg,
#a9b5bab973a5ca3 .menu-list > li.icon-top > a .ap-icon svg,
#a9b5bab973a5ca3 .menu-list > li.icon-bottom > a .ap-icon img,
#a9b5bab973a5ca3 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9b5bab973a5ca3 .menu-list > li.icon-right > a .ap-icon,
#a9b5bab973a5ca3 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9b5bab973a5ca3 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9b5bab973a5ca3 .menu-list > li:hover > a,
#a9b5bab973a5ca3 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a9b5bab973a5ca3 .menu-list ul,
#a9b5bab973a5ca3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9b5bab973a5ca3 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a9b5bab973a5ca3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9b5bab973a5ca3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9b5bab973a5ca3 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#acc7ca9342aa09e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#acc7ca9342aa09e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#acc7ca9342aa09e .ap-icon {
  margin-right: 6px;
}
#acc7ca9342aa09e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#acc7ca9342aa09e .menu-list > li.icon-bottom > a,
#acc7ca9342aa09e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#acc7ca9342aa09e .menu-list > li.icon-bottom > a .ap-icon,
#acc7ca9342aa09e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#acc7ca9342aa09e .menu-list > li.icon-bottom > a .ap-icon svg,
#acc7ca9342aa09e .menu-list > li.icon-top > a .ap-icon svg,
#acc7ca9342aa09e .menu-list > li.icon-bottom > a .ap-icon img,
#acc7ca9342aa09e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#acc7ca9342aa09e .menu-list > li.icon-right > a .ap-icon,
#acc7ca9342aa09e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#acc7ca9342aa09e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#acc7ca9342aa09e .menu-list > li:hover > a,
#acc7ca9342aa09e .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#acc7ca9342aa09e .menu-list > li.active > a {
  background-color: #009dda;
}
#acc7ca9342aa09e .menu-list ul,
#acc7ca9342aa09e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#acc7ca9342aa09e .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#acc7ca9342aa09e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#acc7ca9342aa09e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#acc7ca9342aa09e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae09aab9d7a9788 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae09aab9d7a9788 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae09aab9d7a9788 .ap-icon {
  margin-right: 6px;
}
#ae09aab9d7a9788 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#ae09aab9d7a9788 .menu-list > li.icon-bottom > a,
#ae09aab9d7a9788 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae09aab9d7a9788 .menu-list > li.icon-bottom > a .ap-icon,
#ae09aab9d7a9788 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae09aab9d7a9788 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae09aab9d7a9788 .menu-list > li.icon-top > a .ap-icon svg,
#ae09aab9d7a9788 .menu-list > li.icon-bottom > a .ap-icon img,
#ae09aab9d7a9788 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae09aab9d7a9788 .menu-list > li.icon-right > a .ap-icon,
#ae09aab9d7a9788 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae09aab9d7a9788 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae09aab9d7a9788 .menu-list > li:hover > a,
#ae09aab9d7a9788 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ae09aab9d7a9788 .menu-list > li.active > a {
  background-color: #009dda;
}
#ae09aab9d7a9788 .menu-list ul,
#ae09aab9d7a9788 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae09aab9d7a9788 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ae09aab9d7a9788 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae09aab9d7a9788 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae09aab9d7a9788 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a6f1aaba0fa892f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a6f1aaba0fa892f .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a6f1aaba0fa892f .ap-icon {
  margin-right: 6px;
}
#a6f1aaba0fa892f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a6f1aaba0fa892f .menu-list > li.icon-bottom > a,
#a6f1aaba0fa892f .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a6f1aaba0fa892f .menu-list > li.icon-bottom > a .ap-icon,
#a6f1aaba0fa892f .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a6f1aaba0fa892f .menu-list > li.icon-bottom > a .ap-icon svg,
#a6f1aaba0fa892f .menu-list > li.icon-top > a .ap-icon svg,
#a6f1aaba0fa892f .menu-list > li.icon-bottom > a .ap-icon img,
#a6f1aaba0fa892f .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a6f1aaba0fa892f .menu-list > li.icon-right > a .ap-icon,
#a6f1aaba0fa892f .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a6f1aaba0fa892f .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a6f1aaba0fa892f .menu-list > li:hover > a,
#a6f1aaba0fa892f .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a6f1aaba0fa892f .menu-list ul,
#a6f1aaba0fa892f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a6f1aaba0fa892f .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a6f1aaba0fa892f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6f1aaba0fa892f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6f1aaba0fa892f .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a787da4195a3794 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a787da4195a3794 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a787da4195a3794 .ap-icon {
  margin-right: 6px;
}
#a787da4195a3794 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a787da4195a3794 .menu-list > li.icon-bottom > a,
#a787da4195a3794 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a787da4195a3794 .menu-list > li.icon-bottom > a .ap-icon,
#a787da4195a3794 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a787da4195a3794 .menu-list > li.icon-bottom > a .ap-icon svg,
#a787da4195a3794 .menu-list > li.icon-top > a .ap-icon svg,
#a787da4195a3794 .menu-list > li.icon-bottom > a .ap-icon img,
#a787da4195a3794 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a787da4195a3794 .menu-list > li.icon-right > a .ap-icon,
#a787da4195a3794 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a787da4195a3794 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a787da4195a3794 .menu-list > li:hover > a,
#a787da4195a3794 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a787da4195a3794 .menu-list > li.active > a {
  background-color: #009dda;
}
#a787da4195a3794 .menu-list ul,
#a787da4195a3794 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a787da4195a3794 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a787da4195a3794 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a787da4195a3794 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a787da4195a3794 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1254abb03a585e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1254abb03a585e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1254abb03a585e .ap-icon {
  margin-right: 6px;
}
#a1254abb03a585e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a1254abb03a585e .menu-list > li.icon-bottom > a,
#a1254abb03a585e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1254abb03a585e .menu-list > li.icon-bottom > a .ap-icon,
#a1254abb03a585e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1254abb03a585e .menu-list > li.icon-bottom > a .ap-icon svg,
#a1254abb03a585e .menu-list > li.icon-top > a .ap-icon svg,
#a1254abb03a585e .menu-list > li.icon-bottom > a .ap-icon img,
#a1254abb03a585e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1254abb03a585e .menu-list > li.icon-right > a .ap-icon,
#a1254abb03a585e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1254abb03a585e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1254abb03a585e .menu-list > li:hover > a,
#a1254abb03a585e .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a1254abb03a585e .menu-list ul,
#a1254abb03a585e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1254abb03a585e .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a1254abb03a585e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1254abb03a585e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1254abb03a585e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ac23bae33fae3d8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ac23bae33fae3d8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ac23bae33fae3d8 .ap-icon {
  margin-right: 6px;
}
#ac23bae33fae3d8 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#ac23bae33fae3d8 .menu-list > li.icon-bottom > a,
#ac23bae33fae3d8 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ac23bae33fae3d8 .menu-list > li.icon-bottom > a .ap-icon,
#ac23bae33fae3d8 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ac23bae33fae3d8 .menu-list > li.icon-bottom > a .ap-icon svg,
#ac23bae33fae3d8 .menu-list > li.icon-top > a .ap-icon svg,
#ac23bae33fae3d8 .menu-list > li.icon-bottom > a .ap-icon img,
#ac23bae33fae3d8 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ac23bae33fae3d8 .menu-list > li.icon-right > a .ap-icon,
#ac23bae33fae3d8 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ac23bae33fae3d8 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ac23bae33fae3d8 .menu-list > li:hover > a,
#ac23bae33fae3d8 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ac23bae33fae3d8 .menu-list > li.active > a {
  background-color: #009dda;
}
#ac23bae33fae3d8 .menu-list ul,
#ac23bae33fae3d8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ac23bae33fae3d8 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ac23bae33fae3d8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac23bae33fae3d8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac23bae33fae3d8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4de7a7acfad887 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4de7a7acfad887 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4de7a7acfad887 .ap-icon {
  margin-right: 6px;
}
#a4de7a7acfad887 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a4de7a7acfad887 .menu-list > li.icon-bottom > a,
#a4de7a7acfad887 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4de7a7acfad887 .menu-list > li.icon-bottom > a .ap-icon,
#a4de7a7acfad887 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4de7a7acfad887 .menu-list > li.icon-bottom > a .ap-icon svg,
#a4de7a7acfad887 .menu-list > li.icon-top > a .ap-icon svg,
#a4de7a7acfad887 .menu-list > li.icon-bottom > a .ap-icon img,
#a4de7a7acfad887 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4de7a7acfad887 .menu-list > li.icon-right > a .ap-icon,
#a4de7a7acfad887 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4de7a7acfad887 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4de7a7acfad887 .menu-list > li:hover > a,
#a4de7a7acfad887 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a4de7a7acfad887 .menu-list > li.active > a {
  background-color: #009dda;
}
#a4de7a7acfad887 .menu-list ul,
#a4de7a7acfad887 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4de7a7acfad887 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a4de7a7acfad887 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4de7a7acfad887 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4de7a7acfad887 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a725da92fdafe8b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a725da92fdafe8b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a725da92fdafe8b .ap-icon {
  margin-right: 6px;
}
#a725da92fdafe8b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a725da92fdafe8b .menu-list > li.icon-bottom > a,
#a725da92fdafe8b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a725da92fdafe8b .menu-list > li.icon-bottom > a .ap-icon,
#a725da92fdafe8b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a725da92fdafe8b .menu-list > li.icon-bottom > a .ap-icon svg,
#a725da92fdafe8b .menu-list > li.icon-top > a .ap-icon svg,
#a725da92fdafe8b .menu-list > li.icon-bottom > a .ap-icon img,
#a725da92fdafe8b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a725da92fdafe8b .menu-list > li.icon-right > a .ap-icon,
#a725da92fdafe8b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a725da92fdafe8b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a725da92fdafe8b .menu-list > li:hover > a,
#a725da92fdafe8b .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a725da92fdafe8b .menu-list ul,
#a725da92fdafe8b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a725da92fdafe8b .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a725da92fdafe8b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a725da92fdafe8b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a725da92fdafe8b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9402aa90eadf41 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a9402aa90eadf41 .grid-list .product-item {
  overflow: hidden;
}
#a9402aa90eadf41 .grid-list .product-preview .img {
  display: block;
}
#a9402aa90eadf41 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a9402aa90eadf41 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a9402aa90eadf41 .grid-list .product-info {
  min-height: 110px;
}
#a9402aa90eadf41 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a9402aa90eadf41 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a9402aa90eadf41 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a9402aa90eadf41 .grid-list .category-name {
  font-size: 12px;
}
#a9402aa90eadf41 .grid-list .category-name a {
  color: #777;
}
#a9402aa90eadf41 .grid-list .title,
#a9402aa90eadf41 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a9402aa90eadf41 .grid-list .title a,
#a9402aa90eadf41 .grid-list .subTitle a {
  color: #191919;
}
#a9402aa90eadf41 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a9402aa90eadf41 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a9402aa90eadf41 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a9402aa90eadf41 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a9402aa90eadf41 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #0b99c7;
  line-height: 22px;
}
#a9402aa90eadf41 .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a9402aa90eadf41 .grid-list .product:hover {
  background-color: auto;
}
#a9402aa90eadf41 .grid-list .product:hover .title a {
  color: #444;
}
#a9402aa90eadf41 .grid-list .product:hover .subTitle {
  color: auto;
}
#a9402aa90eadf41 .grid-list .product:hover .category {
  color: auto;
}
#a9402aa90eadf41 .grid-list .product:hover .abstract {
  color: auto;
}
#a9402aa90eadf41 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a9402aa90eadf41 .grid-list .product-info {
    min-height: 0;
  }
  #a9402aa90eadf41 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a9402aa90eadf41 .grid-list .product-buttons {
    display: none;
  }
}
#a7f89ab5f1a05ad [data-item="undefined"] {text-align: center;}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#abcb5ab976a92a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8edaa40c3a5332 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#abcb5ab976a92a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1e05a8f47a6ad6 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a7d9faa7caa3da8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#abc0ea5e02a15d0 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4a86a6dfda072d > .ele-wrap {background-color: rgba(0, 157, 218, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa8d1a0840af1d5 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acf85a35d4a3c4c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#acf85a35d4a3c4c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#acf85a35d4a3c4c .ap-icon {
  margin-right: 6px;
}
#acf85a35d4a3c4c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#acf85a35d4a3c4c .menu-list > li.icon-bottom > a,
#acf85a35d4a3c4c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#acf85a35d4a3c4c .menu-list > li.icon-bottom > a .ap-icon,
#acf85a35d4a3c4c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#acf85a35d4a3c4c .menu-list > li.icon-bottom > a .ap-icon svg,
#acf85a35d4a3c4c .menu-list > li.icon-top > a .ap-icon svg,
#acf85a35d4a3c4c .menu-list > li.icon-bottom > a .ap-icon img,
#acf85a35d4a3c4c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#acf85a35d4a3c4c .menu-list > li.icon-right > a .ap-icon,
#acf85a35d4a3c4c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#acf85a35d4a3c4c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#acf85a35d4a3c4c .menu-list > li:hover > a,
#acf85a35d4a3c4c .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#acf85a35d4a3c4c .menu-list ul,
#acf85a35d4a3c4c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#acf85a35d4a3c4c .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#acf85a35d4a3c4c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#acf85a35d4a3c4c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#acf85a35d4a3c4c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a53a7a1b9aa7730 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a53a7a1b9aa7730 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a53a7a1b9aa7730 .ap-icon {
  margin-right: 6px;
}
#a53a7a1b9aa7730 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a53a7a1b9aa7730 .menu-list > li.icon-bottom > a,
#a53a7a1b9aa7730 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a53a7a1b9aa7730 .menu-list > li.icon-bottom > a .ap-icon,
#a53a7a1b9aa7730 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a53a7a1b9aa7730 .menu-list > li.icon-bottom > a .ap-icon svg,
#a53a7a1b9aa7730 .menu-list > li.icon-top > a .ap-icon svg,
#a53a7a1b9aa7730 .menu-list > li.icon-bottom > a .ap-icon img,
#a53a7a1b9aa7730 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a53a7a1b9aa7730 .menu-list > li.icon-right > a .ap-icon,
#a53a7a1b9aa7730 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a53a7a1b9aa7730 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a53a7a1b9aa7730 .menu-list > li:hover > a,
#a53a7a1b9aa7730 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a53a7a1b9aa7730 .menu-list > li.active > a {
  background-color: #009dda;
}
#a53a7a1b9aa7730 .menu-list ul,
#a53a7a1b9aa7730 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a53a7a1b9aa7730 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a53a7a1b9aa7730 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a53a7a1b9aa7730 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a53a7a1b9aa7730 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8e96a36d7a9e7b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8e96a36d7a9e7b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8e96a36d7a9e7b .ap-icon {
  margin-right: 6px;
}
#a8e96a36d7a9e7b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a8e96a36d7a9e7b .menu-list > li.icon-bottom > a,
#a8e96a36d7a9e7b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8e96a36d7a9e7b .menu-list > li.icon-bottom > a .ap-icon,
#a8e96a36d7a9e7b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8e96a36d7a9e7b .menu-list > li.icon-bottom > a .ap-icon svg,
#a8e96a36d7a9e7b .menu-list > li.icon-top > a .ap-icon svg,
#a8e96a36d7a9e7b .menu-list > li.icon-bottom > a .ap-icon img,
#a8e96a36d7a9e7b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8e96a36d7a9e7b .menu-list > li.icon-right > a .ap-icon,
#a8e96a36d7a9e7b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8e96a36d7a9e7b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8e96a36d7a9e7b .menu-list > li:hover > a,
#a8e96a36d7a9e7b .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a8e96a36d7a9e7b .menu-list > li.active > a {
  background-color: #009dda;
}
#a8e96a36d7a9e7b .menu-list ul,
#a8e96a36d7a9e7b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8e96a36d7a9e7b .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a8e96a36d7a9e7b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8e96a36d7a9e7b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8e96a36d7a9e7b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a221eac657af5f2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a221eac657af5f2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a221eac657af5f2 .ap-icon {
  margin-right: 6px;
}
#a221eac657af5f2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a221eac657af5f2 .menu-list > li.icon-bottom > a,
#a221eac657af5f2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a221eac657af5f2 .menu-list > li.icon-bottom > a .ap-icon,
#a221eac657af5f2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a221eac657af5f2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a221eac657af5f2 .menu-list > li.icon-top > a .ap-icon svg,
#a221eac657af5f2 .menu-list > li.icon-bottom > a .ap-icon img,
#a221eac657af5f2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a221eac657af5f2 .menu-list > li.icon-right > a .ap-icon,
#a221eac657af5f2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a221eac657af5f2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a221eac657af5f2 .menu-list > li:hover > a,
#a221eac657af5f2 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a221eac657af5f2 .menu-list ul,
#a221eac657af5f2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a221eac657af5f2 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a221eac657af5f2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a221eac657af5f2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a221eac657af5f2 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a95ceabe7eae18c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a95ceabe7eae18c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a95ceabe7eae18c .ap-icon {
  margin-right: 6px;
}
#a95ceabe7eae18c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a95ceabe7eae18c .menu-list > li.icon-bottom > a,
#a95ceabe7eae18c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a95ceabe7eae18c .menu-list > li.icon-bottom > a .ap-icon,
#a95ceabe7eae18c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a95ceabe7eae18c .menu-list > li.icon-bottom > a .ap-icon svg,
#a95ceabe7eae18c .menu-list > li.icon-top > a .ap-icon svg,
#a95ceabe7eae18c .menu-list > li.icon-bottom > a .ap-icon img,
#a95ceabe7eae18c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a95ceabe7eae18c .menu-list > li.icon-right > a .ap-icon,
#a95ceabe7eae18c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a95ceabe7eae18c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a95ceabe7eae18c .menu-list > li:hover > a,
#a95ceabe7eae18c .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a95ceabe7eae18c .menu-list > li.active > a {
  background-color: #009dda;
}
#a95ceabe7eae18c .menu-list ul,
#a95ceabe7eae18c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a95ceabe7eae18c .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a95ceabe7eae18c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a95ceabe7eae18c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a95ceabe7eae18c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a18dda4c8da6723 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a18dda4c8da6723 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a18dda4c8da6723 .ap-icon {
  margin-right: 6px;
}
#a18dda4c8da6723 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a18dda4c8da6723 .menu-list > li.icon-bottom > a,
#a18dda4c8da6723 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a18dda4c8da6723 .menu-list > li.icon-bottom > a .ap-icon,
#a18dda4c8da6723 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a18dda4c8da6723 .menu-list > li.icon-bottom > a .ap-icon svg,
#a18dda4c8da6723 .menu-list > li.icon-top > a .ap-icon svg,
#a18dda4c8da6723 .menu-list > li.icon-bottom > a .ap-icon img,
#a18dda4c8da6723 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a18dda4c8da6723 .menu-list > li.icon-right > a .ap-icon,
#a18dda4c8da6723 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a18dda4c8da6723 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a18dda4c8da6723 .menu-list > li:hover > a,
#a18dda4c8da6723 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a18dda4c8da6723 .menu-list ul,
#a18dda4c8da6723 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a18dda4c8da6723 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a18dda4c8da6723 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a18dda4c8da6723 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a18dda4c8da6723 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aebbda88e4ac67e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aebbda88e4ac67e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aebbda88e4ac67e .ap-icon {
  margin-right: 6px;
}
#aebbda88e4ac67e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#aebbda88e4ac67e .menu-list > li.icon-bottom > a,
#aebbda88e4ac67e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aebbda88e4ac67e .menu-list > li.icon-bottom > a .ap-icon,
#aebbda88e4ac67e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aebbda88e4ac67e .menu-list > li.icon-bottom > a .ap-icon svg,
#aebbda88e4ac67e .menu-list > li.icon-top > a .ap-icon svg,
#aebbda88e4ac67e .menu-list > li.icon-bottom > a .ap-icon img,
#aebbda88e4ac67e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aebbda88e4ac67e .menu-list > li.icon-right > a .ap-icon,
#aebbda88e4ac67e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aebbda88e4ac67e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aebbda88e4ac67e .menu-list > li:hover > a,
#aebbda88e4ac67e .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aebbda88e4ac67e .menu-list > li.active > a {
  background-color: #009dda;
}
#aebbda88e4ac67e .menu-list ul,
#aebbda88e4ac67e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aebbda88e4ac67e .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aebbda88e4ac67e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aebbda88e4ac67e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aebbda88e4ac67e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae80da96f8a53e6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae80da96f8a53e6 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae80da96f8a53e6 .ap-icon {
  margin-right: 6px;
}
#ae80da96f8a53e6 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#ae80da96f8a53e6 .menu-list > li.icon-bottom > a,
#ae80da96f8a53e6 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae80da96f8a53e6 .menu-list > li.icon-bottom > a .ap-icon,
#ae80da96f8a53e6 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae80da96f8a53e6 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae80da96f8a53e6 .menu-list > li.icon-top > a .ap-icon svg,
#ae80da96f8a53e6 .menu-list > li.icon-bottom > a .ap-icon img,
#ae80da96f8a53e6 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae80da96f8a53e6 .menu-list > li.icon-right > a .ap-icon,
#ae80da96f8a53e6 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae80da96f8a53e6 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae80da96f8a53e6 .menu-list > li:hover > a,
#ae80da96f8a53e6 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ae80da96f8a53e6 .menu-list > li.active > a {
  background-color: #009dda;
}
#ae80da96f8a53e6 .menu-list ul,
#ae80da96f8a53e6 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae80da96f8a53e6 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ae80da96f8a53e6 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae80da96f8a53e6 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae80da96f8a53e6 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aabc3af7e9afc30 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aabc3af7e9afc30 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aabc3af7e9afc30 .ap-icon {
  margin-right: 6px;
}
#aabc3af7e9afc30 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#aabc3af7e9afc30 .menu-list > li.icon-bottom > a,
#aabc3af7e9afc30 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aabc3af7e9afc30 .menu-list > li.icon-bottom > a .ap-icon,
#aabc3af7e9afc30 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aabc3af7e9afc30 .menu-list > li.icon-bottom > a .ap-icon svg,
#aabc3af7e9afc30 .menu-list > li.icon-top > a .ap-icon svg,
#aabc3af7e9afc30 .menu-list > li.icon-bottom > a .ap-icon img,
#aabc3af7e9afc30 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aabc3af7e9afc30 .menu-list > li.icon-right > a .ap-icon,
#aabc3af7e9afc30 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aabc3af7e9afc30 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aabc3af7e9afc30 .menu-list > li:hover > a,
#aabc3af7e9afc30 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aabc3af7e9afc30 .menu-list ul,
#aabc3af7e9afc30 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aabc3af7e9afc30 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aabc3af7e9afc30 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aabc3af7e9afc30 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aabc3af7e9afc30 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a67ecaa8cdaa8dc [data-item="undefined"] {text-align: center;}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a4e26a4a5ba0114 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad419a21caa2bd5 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a6eb6aa5f6a2c72 > .ele-wrap {background-color: rgba(0, 157, 218, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad6bcaa613aee6e > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3544a97d8a898c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3544a97d8a898c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3544a97d8a898c .ap-icon {
  margin-right: 6px;
}
#a3544a97d8a898c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a3544a97d8a898c .menu-list > li.icon-bottom > a,
#a3544a97d8a898c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3544a97d8a898c .menu-list > li.icon-bottom > a .ap-icon,
#a3544a97d8a898c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3544a97d8a898c .menu-list > li.icon-bottom > a .ap-icon svg,
#a3544a97d8a898c .menu-list > li.icon-top > a .ap-icon svg,
#a3544a97d8a898c .menu-list > li.icon-bottom > a .ap-icon img,
#a3544a97d8a898c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3544a97d8a898c .menu-list > li.icon-right > a .ap-icon,
#a3544a97d8a898c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3544a97d8a898c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3544a97d8a898c .menu-list > li:hover > a,
#a3544a97d8a898c .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a3544a97d8a898c .menu-list ul,
#a3544a97d8a898c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3544a97d8a898c .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a3544a97d8a898c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3544a97d8a898c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3544a97d8a898c .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aaafdac2f5a38c4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aaafdac2f5a38c4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aaafdac2f5a38c4 .ap-icon {
  margin-right: 6px;
}
#aaafdac2f5a38c4 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#aaafdac2f5a38c4 .menu-list > li.icon-bottom > a,
#aaafdac2f5a38c4 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aaafdac2f5a38c4 .menu-list > li.icon-bottom > a .ap-icon,
#aaafdac2f5a38c4 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aaafdac2f5a38c4 .menu-list > li.icon-bottom > a .ap-icon svg,
#aaafdac2f5a38c4 .menu-list > li.icon-top > a .ap-icon svg,
#aaafdac2f5a38c4 .menu-list > li.icon-bottom > a .ap-icon img,
#aaafdac2f5a38c4 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aaafdac2f5a38c4 .menu-list > li.icon-right > a .ap-icon,
#aaafdac2f5a38c4 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aaafdac2f5a38c4 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aaafdac2f5a38c4 .menu-list > li:hover > a,
#aaafdac2f5a38c4 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aaafdac2f5a38c4 .menu-list > li.active > a {
  background-color: #009dda;
}
#aaafdac2f5a38c4 .menu-list ul,
#aaafdac2f5a38c4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aaafdac2f5a38c4 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aaafdac2f5a38c4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aaafdac2f5a38c4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aaafdac2f5a38c4 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a819dace6baa891 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a819dace6baa891 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a819dace6baa891 .ap-icon {
  margin-right: 6px;
}
#a819dace6baa891 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a819dace6baa891 .menu-list > li.icon-bottom > a,
#a819dace6baa891 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a819dace6baa891 .menu-list > li.icon-bottom > a .ap-icon,
#a819dace6baa891 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a819dace6baa891 .menu-list > li.icon-bottom > a .ap-icon svg,
#a819dace6baa891 .menu-list > li.icon-top > a .ap-icon svg,
#a819dace6baa891 .menu-list > li.icon-bottom > a .ap-icon img,
#a819dace6baa891 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a819dace6baa891 .menu-list > li.icon-right > a .ap-icon,
#a819dace6baa891 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a819dace6baa891 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a819dace6baa891 .menu-list > li:hover > a,
#a819dace6baa891 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a819dace6baa891 .menu-list > li.active > a {
  background-color: #009dda;
}
#a819dace6baa891 .menu-list ul,
#a819dace6baa891 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a819dace6baa891 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a819dace6baa891 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a819dace6baa891 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a819dace6baa891 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae784a1b60a384d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae784a1b60a384d .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae784a1b60a384d .ap-icon {
  margin-right: 6px;
}
#ae784a1b60a384d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#ae784a1b60a384d .menu-list > li.icon-bottom > a,
#ae784a1b60a384d .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae784a1b60a384d .menu-list > li.icon-bottom > a .ap-icon,
#ae784a1b60a384d .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae784a1b60a384d .menu-list > li.icon-bottom > a .ap-icon svg,
#ae784a1b60a384d .menu-list > li.icon-top > a .ap-icon svg,
#ae784a1b60a384d .menu-list > li.icon-bottom > a .ap-icon img,
#ae784a1b60a384d .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae784a1b60a384d .menu-list > li.icon-right > a .ap-icon,
#ae784a1b60a384d .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae784a1b60a384d .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae784a1b60a384d .menu-list > li:hover > a,
#ae784a1b60a384d .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ae784a1b60a384d .menu-list ul,
#ae784a1b60a384d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae784a1b60a384d .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ae784a1b60a384d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae784a1b60a384d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae784a1b60a384d .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a671dace8dae33a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a671dace8dae33a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a671dace8dae33a .ap-icon {
  margin-right: 6px;
}
#a671dace8dae33a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a671dace8dae33a .menu-list > li.icon-bottom > a,
#a671dace8dae33a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a671dace8dae33a .menu-list > li.icon-bottom > a .ap-icon,
#a671dace8dae33a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a671dace8dae33a .menu-list > li.icon-bottom > a .ap-icon svg,
#a671dace8dae33a .menu-list > li.icon-top > a .ap-icon svg,
#a671dace8dae33a .menu-list > li.icon-bottom > a .ap-icon img,
#a671dace8dae33a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a671dace8dae33a .menu-list > li.icon-right > a .ap-icon,
#a671dace8dae33a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a671dace8dae33a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a671dace8dae33a .menu-list > li:hover > a,
#a671dace8dae33a .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a671dace8dae33a .menu-list > li.active > a {
  background-color: #009dda;
}
#a671dace8dae33a .menu-list ul,
#a671dace8dae33a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a671dace8dae33a .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a671dace8dae33a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a671dace8dae33a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a671dace8dae33a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7820a70aaaee43 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7820a70aaaee43 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7820a70aaaee43 .ap-icon {
  margin-right: 6px;
}
#a7820a70aaaee43 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a7820a70aaaee43 .menu-list > li.icon-bottom > a,
#a7820a70aaaee43 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7820a70aaaee43 .menu-list > li.icon-bottom > a .ap-icon,
#a7820a70aaaee43 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7820a70aaaee43 .menu-list > li.icon-bottom > a .ap-icon svg,
#a7820a70aaaee43 .menu-list > li.icon-top > a .ap-icon svg,
#a7820a70aaaee43 .menu-list > li.icon-bottom > a .ap-icon img,
#a7820a70aaaee43 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7820a70aaaee43 .menu-list > li.icon-right > a .ap-icon,
#a7820a70aaaee43 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7820a70aaaee43 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7820a70aaaee43 .menu-list > li:hover > a,
#a7820a70aaaee43 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a7820a70aaaee43 .menu-list ul,
#a7820a70aaaee43 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7820a70aaaee43 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a7820a70aaaee43 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7820a70aaaee43 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7820a70aaaee43 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3defaa401a1a77 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3defaa401a1a77 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3defaa401a1a77 .ap-icon {
  margin-right: 6px;
}
#a3defaa401a1a77 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a3defaa401a1a77 .menu-list > li.icon-bottom > a,
#a3defaa401a1a77 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3defaa401a1a77 .menu-list > li.icon-bottom > a .ap-icon,
#a3defaa401a1a77 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3defaa401a1a77 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3defaa401a1a77 .menu-list > li.icon-top > a .ap-icon svg,
#a3defaa401a1a77 .menu-list > li.icon-bottom > a .ap-icon img,
#a3defaa401a1a77 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3defaa401a1a77 .menu-list > li.icon-right > a .ap-icon,
#a3defaa401a1a77 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3defaa401a1a77 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3defaa401a1a77 .menu-list > li:hover > a,
#a3defaa401a1a77 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a3defaa401a1a77 .menu-list > li.active > a {
  background-color: #009dda;
}
#a3defaa401a1a77 .menu-list ul,
#a3defaa401a1a77 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3defaa401a1a77 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a3defaa401a1a77 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3defaa401a1a77 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3defaa401a1a77 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#af634a4f7fa04dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#af634a4f7fa04dd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#af634a4f7fa04dd .ap-icon {
  margin-right: 6px;
}
#af634a4f7fa04dd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#af634a4f7fa04dd .menu-list > li.icon-bottom > a,
#af634a4f7fa04dd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#af634a4f7fa04dd .menu-list > li.icon-bottom > a .ap-icon,
#af634a4f7fa04dd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#af634a4f7fa04dd .menu-list > li.icon-bottom > a .ap-icon svg,
#af634a4f7fa04dd .menu-list > li.icon-top > a .ap-icon svg,
#af634a4f7fa04dd .menu-list > li.icon-bottom > a .ap-icon img,
#af634a4f7fa04dd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#af634a4f7fa04dd .menu-list > li.icon-right > a .ap-icon,
#af634a4f7fa04dd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#af634a4f7fa04dd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#af634a4f7fa04dd .menu-list > li:hover > a,
#af634a4f7fa04dd .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#af634a4f7fa04dd .menu-list > li.active > a {
  background-color: #009dda;
}
#af634a4f7fa04dd .menu-list ul,
#af634a4f7fa04dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#af634a4f7fa04dd .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#af634a4f7fa04dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af634a4f7fa04dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af634a4f7fa04dd .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a841da7e24ab533 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a841da7e24ab533 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a841da7e24ab533 .ap-icon {
  margin-right: 6px;
}
#a841da7e24ab533 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a841da7e24ab533 .menu-list > li.icon-bottom > a,
#a841da7e24ab533 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a841da7e24ab533 .menu-list > li.icon-bottom > a .ap-icon,
#a841da7e24ab533 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a841da7e24ab533 .menu-list > li.icon-bottom > a .ap-icon svg,
#a841da7e24ab533 .menu-list > li.icon-top > a .ap-icon svg,
#a841da7e24ab533 .menu-list > li.icon-bottom > a .ap-icon img,
#a841da7e24ab533 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a841da7e24ab533 .menu-list > li.icon-right > a .ap-icon,
#a841da7e24ab533 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a841da7e24ab533 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a841da7e24ab533 .menu-list > li:hover > a,
#a841da7e24ab533 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a841da7e24ab533 .menu-list ul,
#a841da7e24ab533 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a841da7e24ab533 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a841da7e24ab533 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a841da7e24ab533 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a841da7e24ab533 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad644ad636af4b9 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#ad644ad636af4b9 .grid-list .product-item {
  overflow: hidden;
}
#ad644ad636af4b9 .grid-list .product-preview .img {
  display: block;
}
#ad644ad636af4b9 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#ad644ad636af4b9 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#ad644ad636af4b9 .grid-list .product-info {
  min-height: 110px;
}
#ad644ad636af4b9 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#ad644ad636af4b9 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#ad644ad636af4b9 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#ad644ad636af4b9 .grid-list .category-name {
  font-size: 12px;
}
#ad644ad636af4b9 .grid-list .category-name a {
  color: #777;
}
#ad644ad636af4b9 .grid-list .title,
#ad644ad636af4b9 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#ad644ad636af4b9 .grid-list .title a,
#ad644ad636af4b9 .grid-list .subTitle a {
  color: #191919;
}
#ad644ad636af4b9 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#ad644ad636af4b9 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#ad644ad636af4b9 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#ad644ad636af4b9 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#ad644ad636af4b9 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #0b99c7;
  line-height: 22px;
}
#ad644ad636af4b9 .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#ad644ad636af4b9 .grid-list .product:hover {
  background-color: auto;
}
#ad644ad636af4b9 .grid-list .product:hover .title a {
  color: #444;
}
#ad644ad636af4b9 .grid-list .product:hover .subTitle {
  color: auto;
}
#ad644ad636af4b9 .grid-list .product:hover .category {
  color: auto;
}
#ad644ad636af4b9 .grid-list .product:hover .abstract {
  color: auto;
}
#ad644ad636af4b9 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #ad644ad636af4b9 .grid-list .product-info {
    min-height: 0;
  }
  #ad644ad636af4b9 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #ad644ad636af4b9 .grid-list .product-buttons {
    display: none;
  }
}
#a7cbca9eb0adac2 [data-item="undefined"] {text-align: center;}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a3b3ea663ba1ba3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a75bca0d3da9703 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71d2adf92a90a9 > .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;}#ad147abe5bad13e > .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;}#af4efa0e9ba2d89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#af4efa0e9ba2d89 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4efa0e9ba2d89 .ap-icon {
  margin-right: 6px;
}
#af4efa0e9ba2d89 .indicator {
  margin-left: 4px;
}
#af4efa0e9ba2d89 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 72px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#af4efa0e9ba2d89 .menu-list li:hover > a,
#af4efa0e9ba2d89 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af4efa0e9ba2d89 .menu-list ul,
#af4efa0e9ba2d89 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#af4efa0e9ba2d89 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#af4efa0e9ba2d89 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4efa0e9ba2d89 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4efa0e9ba2d89 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a1091a9d3da0623 > .ele-wrap {background-color: rgba(0, 157, 218, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aae60ad8ada6dbb > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a17eea2c55ace51 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a17eea2c55ace51 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a17eea2c55ace51 .ap-icon {
  margin-right: 6px;
}
#a17eea2c55ace51 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a17eea2c55ace51 .menu-list > li.icon-bottom > a,
#a17eea2c55ace51 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a17eea2c55ace51 .menu-list > li.icon-bottom > a .ap-icon,
#a17eea2c55ace51 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a17eea2c55ace51 .menu-list > li.icon-bottom > a .ap-icon svg,
#a17eea2c55ace51 .menu-list > li.icon-top > a .ap-icon svg,
#a17eea2c55ace51 .menu-list > li.icon-bottom > a .ap-icon img,
#a17eea2c55ace51 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a17eea2c55ace51 .menu-list > li.icon-right > a .ap-icon,
#a17eea2c55ace51 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a17eea2c55ace51 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a17eea2c55ace51 .menu-list > li:hover > a,
#a17eea2c55ace51 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a17eea2c55ace51 .menu-list ul,
#a17eea2c55ace51 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a17eea2c55ace51 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a17eea2c55ace51 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a17eea2c55ace51 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a17eea2c55ace51 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a45d5acaa5aa814 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a45d5acaa5aa814 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a45d5acaa5aa814 .ap-icon {
  margin-right: 6px;
}
#a45d5acaa5aa814 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a45d5acaa5aa814 .menu-list > li.icon-bottom > a,
#a45d5acaa5aa814 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a45d5acaa5aa814 .menu-list > li.icon-bottom > a .ap-icon,
#a45d5acaa5aa814 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a45d5acaa5aa814 .menu-list > li.icon-bottom > a .ap-icon svg,
#a45d5acaa5aa814 .menu-list > li.icon-top > a .ap-icon svg,
#a45d5acaa5aa814 .menu-list > li.icon-bottom > a .ap-icon img,
#a45d5acaa5aa814 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a45d5acaa5aa814 .menu-list > li.icon-right > a .ap-icon,
#a45d5acaa5aa814 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a45d5acaa5aa814 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a45d5acaa5aa814 .menu-list > li:hover > a,
#a45d5acaa5aa814 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a45d5acaa5aa814 .menu-list > li.active > a {
  background-color: #009dda;
}
#a45d5acaa5aa814 .menu-list ul,
#a45d5acaa5aa814 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a45d5acaa5aa814 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a45d5acaa5aa814 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a45d5acaa5aa814 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a45d5acaa5aa814 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2d6aa4acaa77a8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2d6aa4acaa77a8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2d6aa4acaa77a8 .ap-icon {
  margin-right: 6px;
}
#a2d6aa4acaa77a8 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a2d6aa4acaa77a8 .menu-list > li.icon-bottom > a,
#a2d6aa4acaa77a8 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2d6aa4acaa77a8 .menu-list > li.icon-bottom > a .ap-icon,
#a2d6aa4acaa77a8 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2d6aa4acaa77a8 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2d6aa4acaa77a8 .menu-list > li.icon-top > a .ap-icon svg,
#a2d6aa4acaa77a8 .menu-list > li.icon-bottom > a .ap-icon img,
#a2d6aa4acaa77a8 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2d6aa4acaa77a8 .menu-list > li.icon-right > a .ap-icon,
#a2d6aa4acaa77a8 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2d6aa4acaa77a8 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2d6aa4acaa77a8 .menu-list > li:hover > a,
#a2d6aa4acaa77a8 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a2d6aa4acaa77a8 .menu-list > li.active > a {
  background-color: #009dda;
}
#a2d6aa4acaa77a8 .menu-list ul,
#a2d6aa4acaa77a8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2d6aa4acaa77a8 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a2d6aa4acaa77a8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2d6aa4acaa77a8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2d6aa4acaa77a8 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0601aae90af16b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0601aae90af16b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0601aae90af16b .ap-icon {
  margin-right: 6px;
}
#a0601aae90af16b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a0601aae90af16b .menu-list > li.icon-bottom > a,
#a0601aae90af16b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0601aae90af16b .menu-list > li.icon-bottom > a .ap-icon,
#a0601aae90af16b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0601aae90af16b .menu-list > li.icon-bottom > a .ap-icon svg,
#a0601aae90af16b .menu-list > li.icon-top > a .ap-icon svg,
#a0601aae90af16b .menu-list > li.icon-bottom > a .ap-icon img,
#a0601aae90af16b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0601aae90af16b .menu-list > li.icon-right > a .ap-icon,
#a0601aae90af16b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0601aae90af16b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0601aae90af16b .menu-list > li:hover > a,
#a0601aae90af16b .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a0601aae90af16b .menu-list ul,
#a0601aae90af16b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0601aae90af16b .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a0601aae90af16b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0601aae90af16b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0601aae90af16b .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#accd5a73baa305e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#accd5a73baa305e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#accd5a73baa305e .ap-icon {
  margin-right: 6px;
}
#accd5a73baa305e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#accd5a73baa305e .menu-list > li.icon-bottom > a,
#accd5a73baa305e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#accd5a73baa305e .menu-list > li.icon-bottom > a .ap-icon,
#accd5a73baa305e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#accd5a73baa305e .menu-list > li.icon-bottom > a .ap-icon svg,
#accd5a73baa305e .menu-list > li.icon-top > a .ap-icon svg,
#accd5a73baa305e .menu-list > li.icon-bottom > a .ap-icon img,
#accd5a73baa305e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#accd5a73baa305e .menu-list > li.icon-right > a .ap-icon,
#accd5a73baa305e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#accd5a73baa305e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#accd5a73baa305e .menu-list > li:hover > a,
#accd5a73baa305e .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#accd5a73baa305e .menu-list > li.active > a {
  background-color: #009dda;
}
#accd5a73baa305e .menu-list ul,
#accd5a73baa305e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#accd5a73baa305e .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#accd5a73baa305e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#accd5a73baa305e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#accd5a73baa305e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a71a7aed8aafddf .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a71a7aed8aafddf .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a71a7aed8aafddf .ap-icon {
  margin-right: 6px;
}
#a71a7aed8aafddf .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a71a7aed8aafddf .menu-list > li.icon-bottom > a,
#a71a7aed8aafddf .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a71a7aed8aafddf .menu-list > li.icon-bottom > a .ap-icon,
#a71a7aed8aafddf .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a71a7aed8aafddf .menu-list > li.icon-bottom > a .ap-icon svg,
#a71a7aed8aafddf .menu-list > li.icon-top > a .ap-icon svg,
#a71a7aed8aafddf .menu-list > li.icon-bottom > a .ap-icon img,
#a71a7aed8aafddf .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a71a7aed8aafddf .menu-list > li.icon-right > a .ap-icon,
#a71a7aed8aafddf .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a71a7aed8aafddf .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a71a7aed8aafddf .menu-list > li:hover > a,
#a71a7aed8aafddf .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a71a7aed8aafddf .menu-list ul,
#a71a7aed8aafddf .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a71a7aed8aafddf .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a71a7aed8aafddf .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a71a7aed8aafddf .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a71a7aed8aafddf .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae8b0a91e3a53b0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae8b0a91e3a53b0 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae8b0a91e3a53b0 .ap-icon {
  margin-right: 6px;
}
#ae8b0a91e3a53b0 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#ae8b0a91e3a53b0 .menu-list > li.icon-bottom > a,
#ae8b0a91e3a53b0 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae8b0a91e3a53b0 .menu-list > li.icon-bottom > a .ap-icon,
#ae8b0a91e3a53b0 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae8b0a91e3a53b0 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae8b0a91e3a53b0 .menu-list > li.icon-top > a .ap-icon svg,
#ae8b0a91e3a53b0 .menu-list > li.icon-bottom > a .ap-icon img,
#ae8b0a91e3a53b0 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae8b0a91e3a53b0 .menu-list > li.icon-right > a .ap-icon,
#ae8b0a91e3a53b0 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae8b0a91e3a53b0 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae8b0a91e3a53b0 .menu-list > li:hover > a,
#ae8b0a91e3a53b0 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ae8b0a91e3a53b0 .menu-list > li.active > a {
  background-color: #009dda;
}
#ae8b0a91e3a53b0 .menu-list ul,
#ae8b0a91e3a53b0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae8b0a91e3a53b0 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ae8b0a91e3a53b0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae8b0a91e3a53b0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae8b0a91e3a53b0 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a01f0a0347a4144 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a01f0a0347a4144 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a01f0a0347a4144 .ap-icon {
  margin-right: 6px;
}
#a01f0a0347a4144 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#a01f0a0347a4144 .menu-list > li.icon-bottom > a,
#a01f0a0347a4144 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a01f0a0347a4144 .menu-list > li.icon-bottom > a .ap-icon,
#a01f0a0347a4144 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a01f0a0347a4144 .menu-list > li.icon-bottom > a .ap-icon svg,
#a01f0a0347a4144 .menu-list > li.icon-top > a .ap-icon svg,
#a01f0a0347a4144 .menu-list > li.icon-bottom > a .ap-icon img,
#a01f0a0347a4144 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a01f0a0347a4144 .menu-list > li.icon-right > a .ap-icon,
#a01f0a0347a4144 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a01f0a0347a4144 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a01f0a0347a4144 .menu-list > li:hover > a,
#a01f0a0347a4144 .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a01f0a0347a4144 .menu-list > li.active > a {
  background-color: #009dda;
}
#a01f0a0347a4144 .menu-list ul,
#a01f0a0347a4144 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a01f0a0347a4144 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a01f0a0347a4144 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a01f0a0347a4144 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a01f0a0347a4144 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#aeb5aab805a1c0e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aeb5aab805a1c0e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aeb5aab805a1c0e .ap-icon {
  margin-right: 6px;
}
#aeb5aab805a1c0e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #eaeaea;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #6d6760;
  line-height: 26px;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  width: 283px;
  height: 43px;
  background-color: #eaeaea;
}
#aeb5aab805a1c0e .menu-list > li.icon-bottom > a,
#aeb5aab805a1c0e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aeb5aab805a1c0e .menu-list > li.icon-bottom > a .ap-icon,
#aeb5aab805a1c0e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aeb5aab805a1c0e .menu-list > li.icon-bottom > a .ap-icon svg,
#aeb5aab805a1c0e .menu-list > li.icon-top > a .ap-icon svg,
#aeb5aab805a1c0e .menu-list > li.icon-bottom > a .ap-icon img,
#aeb5aab805a1c0e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aeb5aab805a1c0e .menu-list > li.icon-right > a .ap-icon,
#aeb5aab805a1c0e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aeb5aab805a1c0e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aeb5aab805a1c0e .menu-list > li:hover > a,
#aeb5aab805a1c0e .menu-list > li.active > a {
  background: #009dda;
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #1e87f0;
  border-top-style: solid;
  border-right-color: #1e87f0;
  border-left-color: #1e87f0;
  border-bottom-color: #1e87f0;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aeb5aab805a1c0e .menu-list ul,
#aeb5aab805a1c0e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aeb5aab805a1c0e .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aeb5aab805a1c0e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aeb5aab805a1c0e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aeb5aab805a1c0e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae1a4ae67ea40d4 [data-item="undefined"] {text-align: center;}#a9e50a9f39a4966 .form-agree {
  display: flex;
  align-items: center;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  width: 159px;
}
#a9e50a9f39a4966 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e50a9f39a4966 .submit-wrap {
  text-align: center;
}
#a9e50a9f39a4966 .submit-wrap button {
  background-color: #e9eaeb;
}
#a9e50a9f39a4966 .submit-wrap button:hover {
  background-color: #019dda;
}
#a9e50a9f39a4966 .submit-wrap button {
  color: #000000;
}
#a9e50a9f39a4966 .submit-wrap button {
  font-size: 14px;
}
#a9e50a9f39a4966 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-color: #9b9b9b;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
#a9e50a9f39a4966 form {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
#a9e50a9f39a4966 .form-item .auto-height {
  height: auto;
}
#a9e50a9f39a4966 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a9e50a9f39a4966 .form-item > label {
  flex: none;
}
#a9e50a9f39a4966 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9e50a9f39a4966 .form-item .uk-input,
#a9e50a9f39a4966 .form-item .uk-select,
#a9e50a9f39a4966 .form-item .uk-textarea,
#a9e50a9f39a4966 .form-item .address-select,
#a9e50a9f39a4966 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9e50a9f39a4966 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a64bda08caa526a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a64bda08caa526a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#a56c5a975fa1e11 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#abcb5ab976a92a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aed1aa2aedaf0cf {
  min-height: 90vh;
  /* mobile */
}
#aed1aa2aedaf0cf .search-highlight {
  background: yellow;
}
#aed1aa2aedaf0cf .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#aed1aa2aedaf0cf .el-title {
  margin-bottom: 20px;
}
#aed1aa2aedaf0cf .el-item:hover .el-title {
  color: #0f6ecd;
}
#aed1aa2aedaf0cf .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#aed1aa2aedaf0cf .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#aed1aa2aedaf0cf .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#aed1aa2aedaf0cf .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#aed1aa2aedaf0cf .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#aed1aa2aedaf0cf .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #aed1aa2aedaf0cf .el-title {
    margin-bottom: 0;
  }
  #aed1aa2aedaf0cf .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #aed1aa2aedaf0cf .category {
    font-size: 12px;
  }
  #aed1aa2aedaf0cf .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a910cafb68ad7b4 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3520a882fa6148 {
  /* 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------------------------*/
}
#a3520a882fa6148 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a3520a882fa6148 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a3520a882fa6148 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a3520a882fa6148 .error .clip:nth-of-type(1) .shadow,
#a3520a882fa6148 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a3520a882fa6148 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a3520a882fa6148 .error h2 {
  font-size: 32px;
}
#a3520a882fa6148 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a3520a882fa6148 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a3520a882fa6148 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a3520a882fa6148 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a3520a882fa6148 .error .clip .shadow {
  overflow: hidden;
}
#a3520a882fa6148 .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);
}
#a3520a882fa6148 .error .clip:nth-of-type(3) .shadow:after,
#a3520a882fa6148 .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%;
}
#a3520a882fa6148 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a3520a882fa6148 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a3520a882fa6148 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a3520a882fa6148 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a3520a882fa6148 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a3520a882fa6148 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a3520a882fa6148 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a3520a882fa6148 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a3520a882fa6148 {
    /* Error Page */
    /* Error Page */
  }
  #a3520a882fa6148 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a3520a882fa6148 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a3520a882fa6148 .error .clip:nth-of-type(1) .shadow,
  #a3520a882fa6148 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a3520a882fa6148 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a3520a882fa6148 .error h2 {
    font-size: 24px;
  }
  #a3520a882fa6148 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a3520a882fa6148 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a3520a882fa6148 .error .container-error-404 {
    height: 150px;
  }
}
#a3520a882fa6148 .overlay {
  position: relative;
  z-index: 20;
}
#a3520a882fa6148 .ground-color {
  background: white;
}
#a3520a882fa6148 .item-bg-color {
  background: #EAEAEA;
}
#a3520a882fa6148 .padding-top {
  padding-top: 10px;
}
#a3520a882fa6148 .padding-bottom {
  padding-bottom: 10px;
}
#a3520a882fa6148 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a3520a882fa6148 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a3520a882fa6148 .padding-all {
  padding: 10px;
}
#a3520a882fa6148 .no-padding-left {
  padding-left: 0px;
}
#a3520a882fa6148 .no-padding-right {
  padding-right: 0px;
}
#a3520a882fa6148 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a3520a882fa6148 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a3520a882fa6148 .no-padding {
  padding: 0px;
}
#a3520a882fa6148 .margin-top {
  margin-top: 10px;
}
#a3520a882fa6148 .margin-bottom {
  margin-bottom: 10px;
}
#a3520a882fa6148 .margin-right {
  margin-right: 10px;
}
#a3520a882fa6148 .margin-left {
  margin-left: 10px;
}
#a3520a882fa6148 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a3520a882fa6148 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a3520a882fa6148 .margin-all {
  margin: 10px;
}
#a3520a882fa6148 .no-margin {
  margin: 0px;
}
#a3520a882fa6148 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a3520a882fa6148 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a3520a882fa6148 .inside-col-shrink {
  margin: 0px 20px;
}
#a3520a882fa6148 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a3d7aa617eae446 .uk-container {
  line-height: 2;
  color: #999;
}
#abcb5ab976a92a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a67d2a252aa60a5 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a67d2a252aa60a5 .switch_item {
  margin-right: 10px;
}
#a67d2a252aa60a5 a.switch_item:hover {
  text-decoration: underline;
}
#a67d2a252aa60a5 .slider {
  width: 420px;
  height: 600px;
}
#a67d2a252aa60a5 .uk-slideshow-items {
  height: 100%;
}
#a67d2a252aa60a5 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a67d2a252aa60a5 .login-wrap {
  width: 100%;
  height: 100%;
}
#a67d2a252aa60a5 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a67d2a252aa60a5 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a67d2a252aa60a5 .phone-login-box {
  margin: 40px auto 40px;
}
#a67d2a252aa60a5 .login-header {
  margin-bottom: 24px;
}
#a67d2a252aa60a5 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a67d2a252aa60a5 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a67d2a252aa60a5 .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;
}
#a67d2a252aa60a5 .forget_password {
  cursor: pointer;
}
#a67d2a252aa60a5 .forget_password:hover {
  color: #1e87f0;
}
#a67d2a252aa60a5 .input-item input.error,
#a67d2a252aa60a5 .input-item input.error::placeholder {
  color: #fc4343;
}
#a67d2a252aa60a5 .input-item input::placeholder {
  color: #999;
}
#a67d2a252aa60a5 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a67d2a252aa60a5 .form-item {
  margin: 24px 0;
}
#a67d2a252aa60a5 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a67d2a252aa60a5 .send-code {
  float: left;
  margin-left: 20px;
}
#a67d2a252aa60a5 .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;
}
#a67d2a252aa60a5 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a67d2a252aa60a5 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a67d2a252aa60a5 .login_btn_wrap {
  text-align: center;
}
#a67d2a252aa60a5 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a67d2a252aa60a5 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a67d2a252aa60a5 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#abefea002aa8156 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#abcb5ab976a92a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a469aa7ebcacb35 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a469aa7ebcacb35 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a469aa7ebcacb35 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a469aa7ebcacb35 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a469aa7ebcacb35 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a469aa7ebcacb35 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a469aa7ebcacb35 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a469aa7ebcacb35 .nav-list {
  padding: 0 20px;
}
#a469aa7ebcacb35 .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;
}
#a469aa7ebcacb35 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a469aa7ebcacb35 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a469aa7ebcacb35 .order-item:hover {
  background: #f7f7f7;
}
#a469aa7ebcacb35 .del-order {
  cursor: pointer;
}
#a469aa7ebcacb35 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a469aa7ebcacb35 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a469aa7ebcacb35 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a469aa7ebcacb35 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a469aa7ebcacb35 .goods-item .goods-info {
  padding: 0 15px;
}
#a469aa7ebcacb35 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a469aa7ebcacb35 .appoint-time {
  margin-bottom: 4px;
}
#a469aa7ebcacb35 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a469aa7ebcacb35 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a469aa7ebcacb35 .goods-item .goods-name {
  color: #333;
}
#a469aa7ebcacb35 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a469aa7ebcacb35 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a469aa7ebcacb35 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a469aa7ebcacb35 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a469aa7ebcacb35 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a469aa7ebcacb35 .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;
}
#a469aa7ebcacb35 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a469aa7ebcacb35 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a469aa7ebcacb35 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a469aa7ebcacb35 .setting-form {
  padding: 30px 20px;
}
#a469aa7ebcacb35 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a469aa7ebcacb35 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a469aa7ebcacb35 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a469aa7ebcacb35 .setting-form .setting-btns {
  margin-left: 130px;
}
#a469aa7ebcacb35 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a469aa7ebcacb35 .setting-wrap {
  position: relative;
}
#a469aa7ebcacb35 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a469aa7ebcacb35 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a469aa7ebcacb35 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a469aa7ebcacb35 .address-wrap {
  padding: 30px 20px;
}
#a469aa7ebcacb35 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a469aa7ebcacb35 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a469aa7ebcacb35 .addr-list {
  min-height: 200px;
}
#a469aa7ebcacb35 .addr-detail .addr-item-name,
#a469aa7ebcacb35 .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;
}
#a469aa7ebcacb35 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a469aa7ebcacb35 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a469aa7ebcacb35 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a469aa7ebcacb35 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a469aa7ebcacb35 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a469aa7ebcacb35 .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;
}
#a469aa7ebcacb35 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a469aa7ebcacb35 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a469aa7ebcacb35 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a469aa7ebcacb35 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #1e87f0;
}
#a469aa7ebcacb35 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a79eeaf6afafc18 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#abcb5ab976a92a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9709aa0faa68f7 {
  min-height: 90vh;
  /* mobile */
}
#a9709aa0faa68f7 .search-highlight {
  background: yellow;
}
#a9709aa0faa68f7 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a9709aa0faa68f7 .el-title {
  margin-bottom: 20px;
}
#a9709aa0faa68f7 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a9709aa0faa68f7 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a9709aa0faa68f7 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a9709aa0faa68f7 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a9709aa0faa68f7 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a9709aa0faa68f7 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a9709aa0faa68f7 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a9709aa0faa68f7 .el-title {
    margin-bottom: 0;
  }
  #a9709aa0faa68f7 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a9709aa0faa68f7 .category {
    font-size: 12px;
  }
  #a9709aa0faa68f7 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a2c7cadefaa43a4 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
#abcb5ab976a92a1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a737fa5b42a5c09 .comment-detail {
  min-height: 600px;
}
#a737fa5b42a5c09 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a737fa5b42a5c09 table th,
#a737fa5b42a5c09 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a737fa5b42a5c09 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a737fa5b42a5c09 .red {
  color: #F00!important;
}
#a737fa5b42a5c09 .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;
}
#ae5c7a4befae232 .uk-container {
  line-height: 2;
  color: #999;
}
#ae2afa499ba758d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae2afa499ba758d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae2afa499ba758d .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#ae2afa499ba758d .menu-list > li > a {
  padding: 0 15px;
}
#ae2afa499ba758d .menu-list > li:hover:before {
  height: 100%;
}
#ae2afa499ba758d .menu-list > li:hover:after {
  color: auto;
}
#ae2afa499ba758d .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #616869;
  font-weight: 400;
  content: "|";
}
#ae2afa499ba758d .menu-list > li:first-child:after {
  content: "";
}
#ae2afa499ba758d .menu-list > li ul {
  padding: 0;
  background-color: #152545;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#ae2afa499ba758d .menu-list > li ul li {
  position: relative;
}
#ae2afa499ba758d .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 150px;
}
#ae2afa499ba758d .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #616869;
}
#ae2afa499ba758d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae2afa499ba758d li ul,
#ae2afa499ba758d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae2afa499ba758d li:hover > ul {
  left: auto;
}
#ae2afa499ba758d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3040a5932ae2bb .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a3040a5932ae2bb .site-language-menu a:hover {
  color: #6a6769;
}
#a3040a5932ae2bb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3040a5932ae2bb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3040a5932ae2bb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3040a5932ae2bb .uk-dropdown li a:hover {
  color: #222;
}
#a3040a5932ae2bb .uk-dropdown li:last-child {
  border-bottom: none;
}
