.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;
}
#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;
}
#a6f67af8c7aaa82 .uk-container {
  line-height: 2;
  color: #999;
}
#a04e5ab667acec0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae1bea4ec5a2e18 {
  min-height: 300px;
}
#a1c7cab33fae1c3 .uk-container {
  line-height: 2;
  color: #999;
}
#a66f7a5c59aacc6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a66f7a5c59aacc6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a66f7a5c59aacc6 .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;
}
#a66f7a5c59aacc6 .menu-list > li > a {
  padding: 0 15px;
}
#a66f7a5c59aacc6 .menu-list > li:hover:before {
  height: 100%;
}
#a66f7a5c59aacc6 .menu-list > li:hover:after {
  color: auto;
}
#a66f7a5c59aacc6 .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: "|";
}
#a66f7a5c59aacc6 .menu-list > li:first-child:after {
  content: "";
}
#a66f7a5c59aacc6 .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);
}
#a66f7a5c59aacc6 .menu-list > li ul li {
  position: relative;
}
#a66f7a5c59aacc6 .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;
}
#a66f7a5c59aacc6 .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;
}
#a66f7a5c59aacc6 .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#a66f7a5c59aacc6 li ul,
#a66f7a5c59aacc6 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a66f7a5c59aacc6 li:hover > ul {
  left: auto;
}
#a66f7a5c59aacc6 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a84d7a8d86a26ea .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a84d7a8d86a26ea .site-language-menu a:hover {
  color: #6a6769;
}
#a84d7a8d86a26ea .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a84d7a8d86a26ea .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a84d7a8d86a26ea .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a84d7a8d86a26ea .uk-dropdown li a:hover {
  color: #222;
}
#a84d7a8d86a26ea .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#a1f14a0e16a4aec {
  overflow: hidden;
}
#a1f14a0e16a4aec , #a1f14a0e16a4aec > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#a329da687fa0de2 > .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;}#a9a57a9c03a7e85 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9a57a9c03a7e85 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9a57a9c03a7e85 .ap-icon {
  margin-right: 6px;
}
#a9a57a9c03a7e85 .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: 16px;
  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;
}
#a9a57a9c03a7e85 .menu-list > li.icon-bottom > a,
#a9a57a9c03a7e85 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9a57a9c03a7e85 .menu-list > li.icon-bottom > a .ap-icon,
#a9a57a9c03a7e85 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9a57a9c03a7e85 .menu-list > li.icon-bottom > a .ap-icon svg,
#a9a57a9c03a7e85 .menu-list > li.icon-top > a .ap-icon svg,
#a9a57a9c03a7e85 .menu-list > li.icon-bottom > a .ap-icon img,
#a9a57a9c03a7e85 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9a57a9c03a7e85 .menu-list > li.icon-right > a .ap-icon,
#a9a57a9c03a7e85 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9a57a9c03a7e85 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9a57a9c03a7e85 .menu-list > li:hover > a,
#a9a57a9c03a7e85 .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;
}
#a9a57a9c03a7e85 .menu-list ul,
#a9a57a9c03a7e85 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9a57a9c03a7e85 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a9a57a9c03a7e85 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9a57a9c03a7e85 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9a57a9c03a7e85 .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;
}
#a2263aebc7addda .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2263aebc7addda .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2263aebc7addda .ap-icon {
  margin-right: 6px;
}
#a2263aebc7addda .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a2263aebc7addda .menu-list > li.icon-bottom > a,
#a2263aebc7addda .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2263aebc7addda .menu-list > li.icon-bottom > a .ap-icon,
#a2263aebc7addda .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2263aebc7addda .menu-list > li.icon-bottom > a .ap-icon svg,
#a2263aebc7addda .menu-list > li.icon-top > a .ap-icon svg,
#a2263aebc7addda .menu-list > li.icon-bottom > a .ap-icon img,
#a2263aebc7addda .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2263aebc7addda .menu-list > li.icon-right > a .ap-icon,
#a2263aebc7addda .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2263aebc7addda .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2263aebc7addda .menu-list > li:hover > a,
#a2263aebc7addda .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;
}
#a2263aebc7addda .menu-list ul,
#a2263aebc7addda .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2263aebc7addda .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a2263aebc7addda .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2263aebc7addda .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2263aebc7addda .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;
}
#a0efca5359af8fe .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0efca5359af8fe .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0efca5359af8fe .ap-icon {
  margin-right: 6px;
}
#a0efca5359af8fe .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a0efca5359af8fe .menu-list > li.icon-bottom > a,
#a0efca5359af8fe .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0efca5359af8fe .menu-list > li.icon-bottom > a .ap-icon,
#a0efca5359af8fe .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0efca5359af8fe .menu-list > li.icon-bottom > a .ap-icon svg,
#a0efca5359af8fe .menu-list > li.icon-top > a .ap-icon svg,
#a0efca5359af8fe .menu-list > li.icon-bottom > a .ap-icon img,
#a0efca5359af8fe .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0efca5359af8fe .menu-list > li.icon-right > a .ap-icon,
#a0efca5359af8fe .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0efca5359af8fe .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0efca5359af8fe .menu-list > li:hover > a,
#a0efca5359af8fe .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;
}
#a0efca5359af8fe .menu-list ul,
#a0efca5359af8fe .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0efca5359af8fe .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a0efca5359af8fe .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0efca5359af8fe .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0efca5359af8fe .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;
}
#aafdbae2c2ac5fa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aafdbae2c2ac5fa .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aafdbae2c2ac5fa .ap-icon {
  margin-right: 6px;
}
#aafdbae2c2ac5fa .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#aafdbae2c2ac5fa .menu-list > li.icon-bottom > a,
#aafdbae2c2ac5fa .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aafdbae2c2ac5fa .menu-list > li.icon-bottom > a .ap-icon,
#aafdbae2c2ac5fa .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aafdbae2c2ac5fa .menu-list > li.icon-bottom > a .ap-icon svg,
#aafdbae2c2ac5fa .menu-list > li.icon-top > a .ap-icon svg,
#aafdbae2c2ac5fa .menu-list > li.icon-bottom > a .ap-icon img,
#aafdbae2c2ac5fa .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aafdbae2c2ac5fa .menu-list > li.icon-right > a .ap-icon,
#aafdbae2c2ac5fa .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aafdbae2c2ac5fa .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aafdbae2c2ac5fa .menu-list > li:hover > a,
#aafdbae2c2ac5fa .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;
}
#aafdbae2c2ac5fa .menu-list ul,
#aafdbae2c2ac5fa .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aafdbae2c2ac5fa .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aafdbae2c2ac5fa .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aafdbae2c2ac5fa .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aafdbae2c2ac5fa .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;
}
#ab0cda2f67acdf1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ab0cda2f67acdf1 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ab0cda2f67acdf1 .ap-icon {
  margin-right: 6px;
}
#ab0cda2f67acdf1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#ab0cda2f67acdf1 .menu-list > li.icon-bottom > a,
#ab0cda2f67acdf1 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ab0cda2f67acdf1 .menu-list > li.icon-bottom > a .ap-icon,
#ab0cda2f67acdf1 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ab0cda2f67acdf1 .menu-list > li.icon-bottom > a .ap-icon svg,
#ab0cda2f67acdf1 .menu-list > li.icon-top > a .ap-icon svg,
#ab0cda2f67acdf1 .menu-list > li.icon-bottom > a .ap-icon img,
#ab0cda2f67acdf1 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ab0cda2f67acdf1 .menu-list > li.icon-right > a .ap-icon,
#ab0cda2f67acdf1 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ab0cda2f67acdf1 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ab0cda2f67acdf1 .menu-list > li:hover > a,
#ab0cda2f67acdf1 .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;
}
#ab0cda2f67acdf1 .menu-list ul,
#ab0cda2f67acdf1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ab0cda2f67acdf1 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ab0cda2f67acdf1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab0cda2f67acdf1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab0cda2f67acdf1 .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;
}
#a5f62ac5ecab391 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a5f62ac5ecab391 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a5f62ac5ecab391 .ap-icon {
  margin-right: 6px;
}
#a5f62ac5ecab391 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#a5f62ac5ecab391 .menu-list > li.icon-bottom > a,
#a5f62ac5ecab391 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a5f62ac5ecab391 .menu-list > li.icon-bottom > a .ap-icon,
#a5f62ac5ecab391 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a5f62ac5ecab391 .menu-list > li.icon-bottom > a .ap-icon svg,
#a5f62ac5ecab391 .menu-list > li.icon-top > a .ap-icon svg,
#a5f62ac5ecab391 .menu-list > li.icon-bottom > a .ap-icon img,
#a5f62ac5ecab391 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a5f62ac5ecab391 .menu-list > li.icon-right > a .ap-icon,
#a5f62ac5ecab391 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a5f62ac5ecab391 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a5f62ac5ecab391 .menu-list > li:hover > a,
#a5f62ac5ecab391 .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;
}
#a5f62ac5ecab391 .menu-list ul,
#a5f62ac5ecab391 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5f62ac5ecab391 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a5f62ac5ecab391 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5f62ac5ecab391 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5f62ac5ecab391 .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;
}
#a6304a96eea54aa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a6304a96eea54aa .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a6304a96eea54aa .ap-icon {
  margin-right: 6px;
}
#a6304a96eea54aa .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a6304a96eea54aa .menu-list > li.icon-bottom > a,
#a6304a96eea54aa .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a6304a96eea54aa .menu-list > li.icon-bottom > a .ap-icon,
#a6304a96eea54aa .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a6304a96eea54aa .menu-list > li.icon-bottom > a .ap-icon svg,
#a6304a96eea54aa .menu-list > li.icon-top > a .ap-icon svg,
#a6304a96eea54aa .menu-list > li.icon-bottom > a .ap-icon img,
#a6304a96eea54aa .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a6304a96eea54aa .menu-list > li.icon-right > a .ap-icon,
#a6304a96eea54aa .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a6304a96eea54aa .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a6304a96eea54aa .menu-list > li:hover > a,
#a6304a96eea54aa .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;
}
#a6304a96eea54aa .menu-list ul,
#a6304a96eea54aa .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a6304a96eea54aa .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a6304a96eea54aa .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6304a96eea54aa .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6304a96eea54aa .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;
}
#acfdcabcf4a1d3e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#acfdcabcf4a1d3e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#acfdcabcf4a1d3e .ap-icon {
  margin-right: 6px;
}
#acfdcabcf4a1d3e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#acfdcabcf4a1d3e .menu-list > li.icon-bottom > a,
#acfdcabcf4a1d3e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#acfdcabcf4a1d3e .menu-list > li.icon-bottom > a .ap-icon,
#acfdcabcf4a1d3e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#acfdcabcf4a1d3e .menu-list > li.icon-bottom > a .ap-icon svg,
#acfdcabcf4a1d3e .menu-list > li.icon-top > a .ap-icon svg,
#acfdcabcf4a1d3e .menu-list > li.icon-bottom > a .ap-icon img,
#acfdcabcf4a1d3e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#acfdcabcf4a1d3e .menu-list > li.icon-right > a .ap-icon,
#acfdcabcf4a1d3e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#acfdcabcf4a1d3e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#acfdcabcf4a1d3e .menu-list > li:hover > a,
#acfdcabcf4a1d3e .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;
}
#acfdcabcf4a1d3e .menu-list > li.active > a {
  background-color: #009dda;
}
#acfdcabcf4a1d3e .menu-list ul,
#acfdcabcf4a1d3e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#acfdcabcf4a1d3e .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#acfdcabcf4a1d3e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#acfdcabcf4a1d3e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#acfdcabcf4a1d3e .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;
}
#aa36aa0e27a871c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa36aa0e27a871c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa36aa0e27a871c .ap-icon {
  margin-right: 6px;
}
#aa36aa0e27a871c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#aa36aa0e27a871c .menu-list > li.icon-bottom > a,
#aa36aa0e27a871c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa36aa0e27a871c .menu-list > li.icon-bottom > a .ap-icon,
#aa36aa0e27a871c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa36aa0e27a871c .menu-list > li.icon-bottom > a .ap-icon svg,
#aa36aa0e27a871c .menu-list > li.icon-top > a .ap-icon svg,
#aa36aa0e27a871c .menu-list > li.icon-bottom > a .ap-icon img,
#aa36aa0e27a871c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa36aa0e27a871c .menu-list > li.icon-right > a .ap-icon,
#aa36aa0e27a871c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa36aa0e27a871c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa36aa0e27a871c .menu-list > li:hover > a,
#aa36aa0e27a871c .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;
}
#aa36aa0e27a871c .menu-list ul,
#aa36aa0e27a871c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa36aa0e27a871c .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aa36aa0e27a871c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa36aa0e27a871c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa36aa0e27a871c .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;
}
#a1a95adcdea77b2 > .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;}#a6c0fabb24ac525 {
  overflow: hidden;
}
#a6c0fabb24ac525 , #a6c0fabb24ac525 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a730fa80baa206a {
  overflow: hidden;
}
#a730fa80baa206a , #a730fa80baa206a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ae1bea4ec5a2e18 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#af39fa6df9ab67a > .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;}#a3416aa3dfa8782 > .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;}#aa504a57cda1cdb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa504a57cda1cdb .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa504a57cda1cdb .ap-icon {
  margin-right: 6px;
}
#aa504a57cda1cdb .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  text-align: left;
  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;
}
#aa504a57cda1cdb .menu-list > li.icon-bottom > a,
#aa504a57cda1cdb .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa504a57cda1cdb .menu-list > li.icon-bottom > a .ap-icon,
#aa504a57cda1cdb .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa504a57cda1cdb .menu-list > li.icon-bottom > a .ap-icon svg,
#aa504a57cda1cdb .menu-list > li.icon-top > a .ap-icon svg,
#aa504a57cda1cdb .menu-list > li.icon-bottom > a .ap-icon img,
#aa504a57cda1cdb .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa504a57cda1cdb .menu-list > li.icon-right > a .ap-icon,
#aa504a57cda1cdb .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa504a57cda1cdb .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa504a57cda1cdb .menu-list > li:hover > a,
#aa504a57cda1cdb .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;
}
#aa504a57cda1cdb .menu-list > li.active > a {
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#aa504a57cda1cdb .menu-list ul,
#aa504a57cda1cdb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa504a57cda1cdb .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aa504a57cda1cdb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa504a57cda1cdb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa504a57cda1cdb .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;
}
#a3eb3a96bcaddb7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3eb3a96bcaddb7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3eb3a96bcaddb7 .ap-icon {
  margin-right: 6px;
}
#a3eb3a96bcaddb7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
  text-align: left;
  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;
}
#a3eb3a96bcaddb7 .menu-list > li.icon-bottom > a,
#a3eb3a96bcaddb7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3eb3a96bcaddb7 .menu-list > li.icon-bottom > a .ap-icon,
#a3eb3a96bcaddb7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3eb3a96bcaddb7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3eb3a96bcaddb7 .menu-list > li.icon-top > a .ap-icon svg,
#a3eb3a96bcaddb7 .menu-list > li.icon-bottom > a .ap-icon img,
#a3eb3a96bcaddb7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3eb3a96bcaddb7 .menu-list > li.icon-right > a .ap-icon,
#a3eb3a96bcaddb7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3eb3a96bcaddb7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3eb3a96bcaddb7 .menu-list > li:hover > a,
#a3eb3a96bcaddb7 .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;
}
#a3eb3a96bcaddb7 .menu-list > li.active > a {
  background-color: #009dda;
}
#a3eb3a96bcaddb7 .menu-list ul,
#a3eb3a96bcaddb7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3eb3a96bcaddb7 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a3eb3a96bcaddb7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3eb3a96bcaddb7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3eb3a96bcaddb7 .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;
}
#a6edbae1eba5ea8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a6edbae1eba5ea8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a6edbae1eba5ea8 .ap-icon {
  margin-right: 6px;
}
#a6edbae1eba5ea8 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  text-align: left;
  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;
}
#a6edbae1eba5ea8 .menu-list > li.icon-bottom > a,
#a6edbae1eba5ea8 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a6edbae1eba5ea8 .menu-list > li.icon-bottom > a .ap-icon,
#a6edbae1eba5ea8 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a6edbae1eba5ea8 .menu-list > li.icon-bottom > a .ap-icon svg,
#a6edbae1eba5ea8 .menu-list > li.icon-top > a .ap-icon svg,
#a6edbae1eba5ea8 .menu-list > li.icon-bottom > a .ap-icon img,
#a6edbae1eba5ea8 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a6edbae1eba5ea8 .menu-list > li.icon-right > a .ap-icon,
#a6edbae1eba5ea8 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a6edbae1eba5ea8 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a6edbae1eba5ea8 .menu-list > li:hover > a,
#a6edbae1eba5ea8 .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;
}
#a6edbae1eba5ea8 .menu-list > li.active > a {
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a6edbae1eba5ea8 .menu-list ul,
#a6edbae1eba5ea8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a6edbae1eba5ea8 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a6edbae1eba5ea8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6edbae1eba5ea8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6edbae1eba5ea8 .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;
}
#a9e42a6d75afdea .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9e42a6d75afdea .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9e42a6d75afdea .ap-icon {
  margin-right: 6px;
}
#a9e42a6d75afdea .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a9e42a6d75afdea .menu-list > li.icon-bottom > a,
#a9e42a6d75afdea .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9e42a6d75afdea .menu-list > li.icon-bottom > a .ap-icon,
#a9e42a6d75afdea .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9e42a6d75afdea .menu-list > li.icon-bottom > a .ap-icon svg,
#a9e42a6d75afdea .menu-list > li.icon-top > a .ap-icon svg,
#a9e42a6d75afdea .menu-list > li.icon-bottom > a .ap-icon img,
#a9e42a6d75afdea .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9e42a6d75afdea .menu-list > li.icon-right > a .ap-icon,
#a9e42a6d75afdea .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9e42a6d75afdea .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9e42a6d75afdea .menu-list > li:hover > a,
#a9e42a6d75afdea .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;
}
#a9e42a6d75afdea .menu-list ul,
#a9e42a6d75afdea .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9e42a6d75afdea .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a9e42a6d75afdea .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9e42a6d75afdea .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9e42a6d75afdea .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;
}
#a904ea21ada0cd7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a904ea21ada0cd7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a904ea21ada0cd7 .ap-icon {
  margin-right: 6px;
}
#a904ea21ada0cd7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#a904ea21ada0cd7 .menu-list > li.icon-bottom > a,
#a904ea21ada0cd7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a904ea21ada0cd7 .menu-list > li.icon-bottom > a .ap-icon,
#a904ea21ada0cd7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a904ea21ada0cd7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a904ea21ada0cd7 .menu-list > li.icon-top > a .ap-icon svg,
#a904ea21ada0cd7 .menu-list > li.icon-bottom > a .ap-icon img,
#a904ea21ada0cd7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a904ea21ada0cd7 .menu-list > li.icon-right > a .ap-icon,
#a904ea21ada0cd7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a904ea21ada0cd7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a904ea21ada0cd7 .menu-list > li:hover > a,
#a904ea21ada0cd7 .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;
}
#a904ea21ada0cd7 .menu-list > li.active > a {
  background-color: #009dda;
}
#a904ea21ada0cd7 .menu-list ul,
#a904ea21ada0cd7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a904ea21ada0cd7 .menu-list ul {
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}
#a904ea21ada0cd7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a904ea21ada0cd7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a904ea21ada0cd7 .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;
}
#a0ce6a60f3a72fa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0ce6a60f3a72fa .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0ce6a60f3a72fa .ap-icon {
  margin-right: 6px;
}
#a0ce6a60f3a72fa .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a0ce6a60f3a72fa .menu-list > li.icon-bottom > a,
#a0ce6a60f3a72fa .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0ce6a60f3a72fa .menu-list > li.icon-bottom > a .ap-icon,
#a0ce6a60f3a72fa .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0ce6a60f3a72fa .menu-list > li.icon-bottom > a .ap-icon svg,
#a0ce6a60f3a72fa .menu-list > li.icon-top > a .ap-icon svg,
#a0ce6a60f3a72fa .menu-list > li.icon-bottom > a .ap-icon img,
#a0ce6a60f3a72fa .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0ce6a60f3a72fa .menu-list > li.icon-right > a .ap-icon,
#a0ce6a60f3a72fa .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0ce6a60f3a72fa .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0ce6a60f3a72fa .menu-list > li:hover > a,
#a0ce6a60f3a72fa .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;
}
#a0ce6a60f3a72fa .menu-list > li.active > a {
  background-color: #009dda;
}
#a0ce6a60f3a72fa .menu-list ul,
#a0ce6a60f3a72fa .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0ce6a60f3a72fa .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a0ce6a60f3a72fa .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0ce6a60f3a72fa .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0ce6a60f3a72fa .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;
}
#aa8f5a1929a0a1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa8f5a1929a0a1b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa8f5a1929a0a1b .ap-icon {
  margin-right: 6px;
}
#aa8f5a1929a0a1b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#aa8f5a1929a0a1b .menu-list > li.icon-bottom > a,
#aa8f5a1929a0a1b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa8f5a1929a0a1b .menu-list > li.icon-bottom > a .ap-icon,
#aa8f5a1929a0a1b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa8f5a1929a0a1b .menu-list > li.icon-bottom > a .ap-icon svg,
#aa8f5a1929a0a1b .menu-list > li.icon-top > a .ap-icon svg,
#aa8f5a1929a0a1b .menu-list > li.icon-bottom > a .ap-icon img,
#aa8f5a1929a0a1b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa8f5a1929a0a1b .menu-list > li.icon-right > a .ap-icon,
#aa8f5a1929a0a1b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa8f5a1929a0a1b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa8f5a1929a0a1b .menu-list > li:hover > a,
#aa8f5a1929a0a1b .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;
}
#aa8f5a1929a0a1b .menu-list ul,
#aa8f5a1929a0a1b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa8f5a1929a0a1b .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aa8f5a1929a0a1b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa8f5a1929a0a1b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa8f5a1929a0a1b .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;
}
#adeb1a420fae0d8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#adeb1a420fae0d8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#adeb1a420fae0d8 .ap-icon {
  margin-right: 6px;
}
#adeb1a420fae0d8 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#adeb1a420fae0d8 .menu-list > li.icon-bottom > a,
#adeb1a420fae0d8 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#adeb1a420fae0d8 .menu-list > li.icon-bottom > a .ap-icon,
#adeb1a420fae0d8 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#adeb1a420fae0d8 .menu-list > li.icon-bottom > a .ap-icon svg,
#adeb1a420fae0d8 .menu-list > li.icon-top > a .ap-icon svg,
#adeb1a420fae0d8 .menu-list > li.icon-bottom > a .ap-icon img,
#adeb1a420fae0d8 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#adeb1a420fae0d8 .menu-list > li.icon-right > a .ap-icon,
#adeb1a420fae0d8 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#adeb1a420fae0d8 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#adeb1a420fae0d8 .menu-list > li:hover > a,
#adeb1a420fae0d8 .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;
}
#adeb1a420fae0d8 .menu-list > li.active > a {
  background-color: #009dda;
}
#adeb1a420fae0d8 .menu-list ul,
#adeb1a420fae0d8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#adeb1a420fae0d8 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#adeb1a420fae0d8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adeb1a420fae0d8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adeb1a420fae0d8 .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;
}
#a9188aaefba3ab0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9188aaefba3ab0 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9188aaefba3ab0 .ap-icon {
  margin-right: 6px;
}
#a9188aaefba3ab0 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#a9188aaefba3ab0 .menu-list > li.icon-bottom > a,
#a9188aaefba3ab0 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9188aaefba3ab0 .menu-list > li.icon-bottom > a .ap-icon,
#a9188aaefba3ab0 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9188aaefba3ab0 .menu-list > li.icon-bottom > a .ap-icon svg,
#a9188aaefba3ab0 .menu-list > li.icon-top > a .ap-icon svg,
#a9188aaefba3ab0 .menu-list > li.icon-bottom > a .ap-icon img,
#a9188aaefba3ab0 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9188aaefba3ab0 .menu-list > li.icon-right > a .ap-icon,
#a9188aaefba3ab0 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9188aaefba3ab0 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9188aaefba3ab0 .menu-list > li:hover > a,
#a9188aaefba3ab0 .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;
}
#a9188aaefba3ab0 .menu-list > li.active > a {
  background-color: #009dda;
}
#a9188aaefba3ab0 .menu-list ul,
#a9188aaefba3ab0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9188aaefba3ab0 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a9188aaefba3ab0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9188aaefba3ab0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9188aaefba3ab0 .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;
}
#adbc9ab817a54f8 {
  pointer-events: none;
}
#adbc9ab817a54f8 .menu-list {
  width: 100%;
  background: #d03322;
}
#adbc9ab817a54f8 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#adbc9ab817a54f8 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#adbc9ab817a54f8 .menu-list .menu-header {
  background-color: #d03322;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#adbc9ab817a54f8 .menu-list .menu-header svg,
#adbc9ab817a54f8 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#adbc9ab817a54f8 .menu-list > ul {
  position: relative;
}
#adbc9ab817a54f8 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#adbc9ab817a54f8 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #d03322;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
  margin-bottom: 20px;
}
#adbc9ab817a54f8 .menu-list > ul > li.active > a,
#adbc9ab817a54f8 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#adbc9ab817a54f8 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#adbc9ab817a54f8 .menu-list > ul > li a img,
#adbc9ab817a54f8 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#adbc9ab817a54f8 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#adbc9ab817a54f8 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#adbc9ab817a54f8 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#adbc9ab817a54f8 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#adbc9ab817a54f8 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#adbc9ab817a54f8 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #d03322;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#adbc9ab817a54f8 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#adbc9ab817a54f8 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#adbc9ab817a54f8 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
#a0016a9377affa8 {
  overflow: hidden;
}
#a0016a9377affa8 , #a0016a9377affa8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af65ea7a98ade10 {
  overflow: hidden;
}
#af65ea7a98ade10 , #af65ea7a98ade10 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#adc46afb69ace52 {
  overflow: hidden;
}
#adc46afb69ace52 , #adc46afb69ace52 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a686da19d6a4ff9 [data-item="undefined"] {text-align: center;}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a6d19a0dfeafacb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab9bca8addad637 {
  min-height: 300px;
}
#a6e53a6d40a7fbc .uk-container {
  line-height: 2;
  color: #999;
}
#ae927a0ea6a9d83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae927a0ea6a9d83 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae927a0ea6a9d83 .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;
}
#ae927a0ea6a9d83 .menu-list > li > a {
  padding: 0 15px;
}
#ae927a0ea6a9d83 .menu-list > li:hover:before {
  height: 100%;
}
#ae927a0ea6a9d83 .menu-list > li:hover:after {
  color: auto;
}
#ae927a0ea6a9d83 .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: "|";
}
#ae927a0ea6a9d83 .menu-list > li:first-child:after {
  content: "";
}
#ae927a0ea6a9d83 .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);
}
#ae927a0ea6a9d83 .menu-list > li ul li {
  position: relative;
}
#ae927a0ea6a9d83 .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;
}
#ae927a0ea6a9d83 .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;
}
#ae927a0ea6a9d83 .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae927a0ea6a9d83 li ul,
#ae927a0ea6a9d83 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae927a0ea6a9d83 li:hover > ul {
  left: auto;
}
#ae927a0ea6a9d83 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4192a9805a6166 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a4192a9805a6166 .site-language-menu a:hover {
  color: #6a6769;
}
#a4192a9805a6166 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a4192a9805a6166 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a4192a9805a6166 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a4192a9805a6166 .uk-dropdown li a:hover {
  color: #222;
}
#a4192a9805a6166 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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);}#a3060a63a7ab275 {
  overflow: hidden;
}
#a3060a63a7ab275 , #a3060a63a7ab275 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2b2aae02ba4097 > .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;}#a3c73ab648ac80b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3c73ab648ac80b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3c73ab648ac80b .ap-icon {
  margin-right: 6px;
}
#a3c73ab648ac80b .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;
}
#a3c73ab648ac80b .menu-list > li.icon-bottom > a,
#a3c73ab648ac80b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3c73ab648ac80b .menu-list > li.icon-bottom > a .ap-icon,
#a3c73ab648ac80b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3c73ab648ac80b .menu-list > li.icon-bottom > a .ap-icon svg,
#a3c73ab648ac80b .menu-list > li.icon-top > a .ap-icon svg,
#a3c73ab648ac80b .menu-list > li.icon-bottom > a .ap-icon img,
#a3c73ab648ac80b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3c73ab648ac80b .menu-list > li.icon-right > a .ap-icon,
#a3c73ab648ac80b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3c73ab648ac80b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3c73ab648ac80b .menu-list > li:hover > a,
#a3c73ab648ac80b .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;
}
#a3c73ab648ac80b .menu-list ul,
#a3c73ab648ac80b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3c73ab648ac80b .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a3c73ab648ac80b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3c73ab648ac80b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3c73ab648ac80b .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;
}
#a802da0766a5755 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a802da0766a5755 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a802da0766a5755 .ap-icon {
  margin-right: 6px;
}
#a802da0766a5755 .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;
}
#a802da0766a5755 .menu-list > li.icon-bottom > a,
#a802da0766a5755 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a802da0766a5755 .menu-list > li.icon-bottom > a .ap-icon,
#a802da0766a5755 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a802da0766a5755 .menu-list > li.icon-bottom > a .ap-icon svg,
#a802da0766a5755 .menu-list > li.icon-top > a .ap-icon svg,
#a802da0766a5755 .menu-list > li.icon-bottom > a .ap-icon img,
#a802da0766a5755 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a802da0766a5755 .menu-list > li.icon-right > a .ap-icon,
#a802da0766a5755 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a802da0766a5755 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a802da0766a5755 .menu-list > li:hover > a,
#a802da0766a5755 .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;
}
#a802da0766a5755 .menu-list > li.active > a {
  background-color: #009dda;
}
#a802da0766a5755 .menu-list ul,
#a802da0766a5755 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a802da0766a5755 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a802da0766a5755 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a802da0766a5755 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a802da0766a5755 .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;
}
#ae344a2f46a781b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae344a2f46a781b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae344a2f46a781b .ap-icon {
  margin-right: 6px;
}
#ae344a2f46a781b .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;
}
#ae344a2f46a781b .menu-list > li.icon-bottom > a,
#ae344a2f46a781b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae344a2f46a781b .menu-list > li.icon-bottom > a .ap-icon,
#ae344a2f46a781b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae344a2f46a781b .menu-list > li.icon-bottom > a .ap-icon svg,
#ae344a2f46a781b .menu-list > li.icon-top > a .ap-icon svg,
#ae344a2f46a781b .menu-list > li.icon-bottom > a .ap-icon img,
#ae344a2f46a781b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae344a2f46a781b .menu-list > li.icon-right > a .ap-icon,
#ae344a2f46a781b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae344a2f46a781b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae344a2f46a781b .menu-list > li:hover > a,
#ae344a2f46a781b .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;
}
#ae344a2f46a781b .menu-list ul,
#ae344a2f46a781b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae344a2f46a781b .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ae344a2f46a781b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae344a2f46a781b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae344a2f46a781b .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;
}
#a5875a2e7dab4a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a5875a2e7dab4a4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a5875a2e7dab4a4 .ap-icon {
  margin-right: 6px;
}
#a5875a2e7dab4a4 .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;
}
#a5875a2e7dab4a4 .menu-list > li.icon-bottom > a,
#a5875a2e7dab4a4 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a5875a2e7dab4a4 .menu-list > li.icon-bottom > a .ap-icon,
#a5875a2e7dab4a4 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a5875a2e7dab4a4 .menu-list > li.icon-bottom > a .ap-icon svg,
#a5875a2e7dab4a4 .menu-list > li.icon-top > a .ap-icon svg,
#a5875a2e7dab4a4 .menu-list > li.icon-bottom > a .ap-icon img,
#a5875a2e7dab4a4 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a5875a2e7dab4a4 .menu-list > li.icon-right > a .ap-icon,
#a5875a2e7dab4a4 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a5875a2e7dab4a4 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a5875a2e7dab4a4 .menu-list > li:hover > a,
#a5875a2e7dab4a4 .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;
}
#a5875a2e7dab4a4 .menu-list ul,
#a5875a2e7dab4a4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5875a2e7dab4a4 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a5875a2e7dab4a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5875a2e7dab4a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5875a2e7dab4a4 .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;
}
#a3d19a70e9a7ca1 > .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;}#ab9bca8addad637 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a37b1ad597a8ef4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae95ca7082a036c {
  min-height: 300px;
}
#ac6d3abef1a15e0 .uk-container {
  line-height: 2;
  color: #999;
}
#aaf72a22aead6ca .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aaf72a22aead6ca .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aaf72a22aead6ca .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;
}
#aaf72a22aead6ca .menu-list > li > a {
  padding: 0 15px;
}
#aaf72a22aead6ca .menu-list > li:hover:before {
  height: 100%;
}
#aaf72a22aead6ca .menu-list > li:hover:after {
  color: auto;
}
#aaf72a22aead6ca .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: "|";
}
#aaf72a22aead6ca .menu-list > li:first-child:after {
  content: "";
}
#aaf72a22aead6ca .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);
}
#aaf72a22aead6ca .menu-list > li ul li {
  position: relative;
}
#aaf72a22aead6ca .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;
}
#aaf72a22aead6ca .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;
}
#aaf72a22aead6ca .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#aaf72a22aead6ca li ul,
#aaf72a22aead6ca li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#aaf72a22aead6ca li:hover > ul {
  left: auto;
}
#aaf72a22aead6ca li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a57baada2daf563 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a57baada2daf563 .site-language-menu a:hover {
  color: #6a6769;
}
#a57baada2daf563 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a57baada2daf563 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a57baada2daf563 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a57baada2daf563 .uk-dropdown li a:hover {
  color: #222;
}
#a57baada2daf563 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#a4901a3f4dab121 {
  overflow: hidden;
}
#a4901a3f4dab121 , #a4901a3f4dab121 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#a28f0a6722a79d9 > .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;}#aa620a87b9ae85d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa620a87b9ae85d .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa620a87b9ae85d .ap-icon {
  margin-right: 6px;
}
#aa620a87b9ae85d .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: 16px;
  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;
}
#aa620a87b9ae85d .menu-list > li.icon-bottom > a,
#aa620a87b9ae85d .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa620a87b9ae85d .menu-list > li.icon-bottom > a .ap-icon,
#aa620a87b9ae85d .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa620a87b9ae85d .menu-list > li.icon-bottom > a .ap-icon svg,
#aa620a87b9ae85d .menu-list > li.icon-top > a .ap-icon svg,
#aa620a87b9ae85d .menu-list > li.icon-bottom > a .ap-icon img,
#aa620a87b9ae85d .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa620a87b9ae85d .menu-list > li.icon-right > a .ap-icon,
#aa620a87b9ae85d .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa620a87b9ae85d .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa620a87b9ae85d .menu-list > li:hover > a,
#aa620a87b9ae85d .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;
}
#aa620a87b9ae85d .menu-list ul,
#aa620a87b9ae85d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa620a87b9ae85d .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aa620a87b9ae85d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa620a87b9ae85d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa620a87b9ae85d .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;
}
#ad968a2ebea223e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad968a2ebea223e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad968a2ebea223e .ap-icon {
  margin-right: 6px;
}
#ad968a2ebea223e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#ad968a2ebea223e .menu-list > li.icon-bottom > a,
#ad968a2ebea223e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad968a2ebea223e .menu-list > li.icon-bottom > a .ap-icon,
#ad968a2ebea223e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad968a2ebea223e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad968a2ebea223e .menu-list > li.icon-top > a .ap-icon svg,
#ad968a2ebea223e .menu-list > li.icon-bottom > a .ap-icon img,
#ad968a2ebea223e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad968a2ebea223e .menu-list > li.icon-right > a .ap-icon,
#ad968a2ebea223e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad968a2ebea223e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad968a2ebea223e .menu-list > li:hover > a,
#ad968a2ebea223e .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;
}
#ad968a2ebea223e .menu-list ul,
#ad968a2ebea223e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad968a2ebea223e .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ad968a2ebea223e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad968a2ebea223e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad968a2ebea223e .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;
}
#a4f03accd2ae97e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4f03accd2ae97e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4f03accd2ae97e .ap-icon {
  margin-right: 6px;
}
#a4f03accd2ae97e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a4f03accd2ae97e .menu-list > li.icon-bottom > a,
#a4f03accd2ae97e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4f03accd2ae97e .menu-list > li.icon-bottom > a .ap-icon,
#a4f03accd2ae97e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4f03accd2ae97e .menu-list > li.icon-bottom > a .ap-icon svg,
#a4f03accd2ae97e .menu-list > li.icon-top > a .ap-icon svg,
#a4f03accd2ae97e .menu-list > li.icon-bottom > a .ap-icon img,
#a4f03accd2ae97e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4f03accd2ae97e .menu-list > li.icon-right > a .ap-icon,
#a4f03accd2ae97e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4f03accd2ae97e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4f03accd2ae97e .menu-list > li:hover > a,
#a4f03accd2ae97e .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;
}
#a4f03accd2ae97e .menu-list ul,
#a4f03accd2ae97e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4f03accd2ae97e .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a4f03accd2ae97e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4f03accd2ae97e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4f03accd2ae97e .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;
}
#ab94fa2517aa720 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ab94fa2517aa720 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ab94fa2517aa720 .ap-icon {
  margin-right: 6px;
}
#ab94fa2517aa720 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#ab94fa2517aa720 .menu-list > li.icon-bottom > a,
#ab94fa2517aa720 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ab94fa2517aa720 .menu-list > li.icon-bottom > a .ap-icon,
#ab94fa2517aa720 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ab94fa2517aa720 .menu-list > li.icon-bottom > a .ap-icon svg,
#ab94fa2517aa720 .menu-list > li.icon-top > a .ap-icon svg,
#ab94fa2517aa720 .menu-list > li.icon-bottom > a .ap-icon img,
#ab94fa2517aa720 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ab94fa2517aa720 .menu-list > li.icon-right > a .ap-icon,
#ab94fa2517aa720 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ab94fa2517aa720 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ab94fa2517aa720 .menu-list > li:hover > a,
#ab94fa2517aa720 .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;
}
#ab94fa2517aa720 .menu-list ul,
#ab94fa2517aa720 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ab94fa2517aa720 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ab94fa2517aa720 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab94fa2517aa720 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab94fa2517aa720 .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;
}
#ab174a7cbfaf50e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ab174a7cbfaf50e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ab174a7cbfaf50e .ap-icon {
  margin-right: 6px;
}
#ab174a7cbfaf50e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#ab174a7cbfaf50e .menu-list > li.icon-bottom > a,
#ab174a7cbfaf50e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ab174a7cbfaf50e .menu-list > li.icon-bottom > a .ap-icon,
#ab174a7cbfaf50e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ab174a7cbfaf50e .menu-list > li.icon-bottom > a .ap-icon svg,
#ab174a7cbfaf50e .menu-list > li.icon-top > a .ap-icon svg,
#ab174a7cbfaf50e .menu-list > li.icon-bottom > a .ap-icon img,
#ab174a7cbfaf50e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ab174a7cbfaf50e .menu-list > li.icon-right > a .ap-icon,
#ab174a7cbfaf50e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ab174a7cbfaf50e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ab174a7cbfaf50e .menu-list > li:hover > a,
#ab174a7cbfaf50e .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;
}
#ab174a7cbfaf50e .menu-list ul,
#ab174a7cbfaf50e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ab174a7cbfaf50e .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ab174a7cbfaf50e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab174a7cbfaf50e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab174a7cbfaf50e .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;
}
#a4804a744dac7db .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4804a744dac7db .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4804a744dac7db .ap-icon {
  margin-right: 6px;
}
#a4804a744dac7db .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: 16px;
  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;
}
#a4804a744dac7db .menu-list > li.icon-bottom > a,
#a4804a744dac7db .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4804a744dac7db .menu-list > li.icon-bottom > a .ap-icon,
#a4804a744dac7db .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4804a744dac7db .menu-list > li.icon-bottom > a .ap-icon svg,
#a4804a744dac7db .menu-list > li.icon-top > a .ap-icon svg,
#a4804a744dac7db .menu-list > li.icon-bottom > a .ap-icon img,
#a4804a744dac7db .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4804a744dac7db .menu-list > li.icon-right > a .ap-icon,
#a4804a744dac7db .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4804a744dac7db .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4804a744dac7db .menu-list > li:hover > a,
#a4804a744dac7db .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;
}
#a4804a744dac7db .menu-list ul,
#a4804a744dac7db .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4804a744dac7db .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a4804a744dac7db .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4804a744dac7db .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4804a744dac7db .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;
}
#a97a5a3861a0b1d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a97a5a3861a0b1d .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a97a5a3861a0b1d .ap-icon {
  margin-right: 6px;
}
#a97a5a3861a0b1d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a97a5a3861a0b1d .menu-list > li.icon-bottom > a,
#a97a5a3861a0b1d .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a97a5a3861a0b1d .menu-list > li.icon-bottom > a .ap-icon,
#a97a5a3861a0b1d .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a97a5a3861a0b1d .menu-list > li.icon-bottom > a .ap-icon svg,
#a97a5a3861a0b1d .menu-list > li.icon-top > a .ap-icon svg,
#a97a5a3861a0b1d .menu-list > li.icon-bottom > a .ap-icon img,
#a97a5a3861a0b1d .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a97a5a3861a0b1d .menu-list > li.icon-right > a .ap-icon,
#a97a5a3861a0b1d .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a97a5a3861a0b1d .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a97a5a3861a0b1d .menu-list > li:hover > a,
#a97a5a3861a0b1d .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;
}
#a97a5a3861a0b1d .menu-list ul,
#a97a5a3861a0b1d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a97a5a3861a0b1d .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a97a5a3861a0b1d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a97a5a3861a0b1d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a97a5a3861a0b1d .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;
}
#a117ea68dea5ae5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a117ea68dea5ae5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a117ea68dea5ae5 .ap-icon {
  margin-right: 6px;
}
#a117ea68dea5ae5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a117ea68dea5ae5 .menu-list > li.icon-bottom > a,
#a117ea68dea5ae5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a117ea68dea5ae5 .menu-list > li.icon-bottom > a .ap-icon,
#a117ea68dea5ae5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a117ea68dea5ae5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a117ea68dea5ae5 .menu-list > li.icon-top > a .ap-icon svg,
#a117ea68dea5ae5 .menu-list > li.icon-bottom > a .ap-icon img,
#a117ea68dea5ae5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a117ea68dea5ae5 .menu-list > li.icon-right > a .ap-icon,
#a117ea68dea5ae5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a117ea68dea5ae5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a117ea68dea5ae5 .menu-list > li:hover > a,
#a117ea68dea5ae5 .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;
}
#a117ea68dea5ae5 .menu-list ul,
#a117ea68dea5ae5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a117ea68dea5ae5 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a117ea68dea5ae5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a117ea68dea5ae5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a117ea68dea5ae5 .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;
}
#a622aab491a4deb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a622aab491a4deb .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a622aab491a4deb .ap-icon {
  margin-right: 6px;
}
#a622aab491a4deb .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: 16px;
  font-family: inherit;
  color: #6a6665;
  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;
}
#a622aab491a4deb .menu-list > li.icon-bottom > a,
#a622aab491a4deb .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a622aab491a4deb .menu-list > li.icon-bottom > a .ap-icon,
#a622aab491a4deb .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a622aab491a4deb .menu-list > li.icon-bottom > a .ap-icon svg,
#a622aab491a4deb .menu-list > li.icon-top > a .ap-icon svg,
#a622aab491a4deb .menu-list > li.icon-bottom > a .ap-icon img,
#a622aab491a4deb .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a622aab491a4deb .menu-list > li.icon-right > a .ap-icon,
#a622aab491a4deb .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a622aab491a4deb .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a622aab491a4deb .menu-list > li:hover > a,
#a622aab491a4deb .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;
}
#a622aab491a4deb .menu-list ul,
#a622aab491a4deb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a622aab491a4deb .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a622aab491a4deb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a622aab491a4deb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a622aab491a4deb .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;
}
#a904ba37f4a4aaf > .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;}#abb48aab28a8937 {
  overflow: hidden;
}
#abb48aab28a8937 , #abb48aab28a8937 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a1c67af0d0aa3dc {
  overflow: hidden;
}
#a1c67af0d0aa3dc , #a1c67af0d0aa3dc > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ae95ca7082a036c [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#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;
}
#a7e3fac27da9c42 .uk-container {
  line-height: 2;
  color: #999;
}
#a97dfae0ada9448 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af376a2ef7a1ea2 {
  min-height: 300px;
}
#a6dd3a9981a20b4 .uk-container {
  line-height: 2;
  color: #999;
}
#a1581a0589ae029 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1581a0589ae029 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1581a0589ae029 .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;
}
#a1581a0589ae029 .menu-list > li > a {
  padding: 0 15px;
}
#a1581a0589ae029 .menu-list > li:hover:before {
  height: 100%;
}
#a1581a0589ae029 .menu-list > li:hover:after {
  color: auto;
}
#a1581a0589ae029 .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: "|";
}
#a1581a0589ae029 .menu-list > li:first-child:after {
  content: "";
}
#a1581a0589ae029 .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);
}
#a1581a0589ae029 .menu-list > li ul li {
  position: relative;
}
#a1581a0589ae029 .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;
}
#a1581a0589ae029 .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;
}
#a1581a0589ae029 .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#a1581a0589ae029 li ul,
#a1581a0589ae029 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1581a0589ae029 li:hover > ul {
  left: auto;
}
#a1581a0589ae029 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2137ab4beaeb93 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a2137ab4beaeb93 .site-language-menu a:hover {
  color: #6a6769;
}
#a2137ab4beaeb93 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a2137ab4beaeb93 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a2137ab4beaeb93 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a2137ab4beaeb93 .uk-dropdown li a:hover {
  color: #222;
}
#a2137ab4beaeb93 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#ac756a2461a1e01 {
  overflow: hidden;
}
#ac756a2461a1e01 , #ac756a2461a1e01 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#afc68a525aac8ba {
  overflow: hidden;
}
#afc68a525aac8ba , #afc68a525aac8ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#aca64ac3d3a4b3f > .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;}#ad6a4a3716aef92 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6a4a3716aef92 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6a4a3716aef92 .ap-icon {
  margin-right: 6px;
}
#ad6a4a3716aef92 .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: 16px;
  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;
}
#ad6a4a3716aef92 .menu-list > li.icon-bottom > a,
#ad6a4a3716aef92 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6a4a3716aef92 .menu-list > li.icon-bottom > a .ap-icon,
#ad6a4a3716aef92 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6a4a3716aef92 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6a4a3716aef92 .menu-list > li.icon-top > a .ap-icon svg,
#ad6a4a3716aef92 .menu-list > li.icon-bottom > a .ap-icon img,
#ad6a4a3716aef92 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6a4a3716aef92 .menu-list > li.icon-right > a .ap-icon,
#ad6a4a3716aef92 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6a4a3716aef92 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6a4a3716aef92 .menu-list > li:hover > a,
#ad6a4a3716aef92 .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;
}
#ad6a4a3716aef92 .menu-list ul,
#ad6a4a3716aef92 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6a4a3716aef92 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6a4a3716aef92 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6a4a3716aef92 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6a4a3716aef92 .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;
}
#acf1fa97b0a68b4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#acf1fa97b0a68b4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#acf1fa97b0a68b4 .ap-icon {
  margin-right: 6px;
}
#acf1fa97b0a68b4 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#acf1fa97b0a68b4 .menu-list > li.icon-bottom > a,
#acf1fa97b0a68b4 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#acf1fa97b0a68b4 .menu-list > li.icon-bottom > a .ap-icon,
#acf1fa97b0a68b4 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#acf1fa97b0a68b4 .menu-list > li.icon-bottom > a .ap-icon svg,
#acf1fa97b0a68b4 .menu-list > li.icon-top > a .ap-icon svg,
#acf1fa97b0a68b4 .menu-list > li.icon-bottom > a .ap-icon img,
#acf1fa97b0a68b4 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#acf1fa97b0a68b4 .menu-list > li.icon-right > a .ap-icon,
#acf1fa97b0a68b4 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#acf1fa97b0a68b4 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#acf1fa97b0a68b4 .menu-list > li:hover > a,
#acf1fa97b0a68b4 .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;
}
#acf1fa97b0a68b4 .menu-list ul,
#acf1fa97b0a68b4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#acf1fa97b0a68b4 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#acf1fa97b0a68b4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#acf1fa97b0a68b4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#acf1fa97b0a68b4 .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;
}
#a23fda63f0ace76 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a23fda63f0ace76 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a23fda63f0ace76 .ap-icon {
  margin-right: 6px;
}
#a23fda63f0ace76 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a23fda63f0ace76 .menu-list > li.icon-bottom > a,
#a23fda63f0ace76 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a23fda63f0ace76 .menu-list > li.icon-bottom > a .ap-icon,
#a23fda63f0ace76 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a23fda63f0ace76 .menu-list > li.icon-bottom > a .ap-icon svg,
#a23fda63f0ace76 .menu-list > li.icon-top > a .ap-icon svg,
#a23fda63f0ace76 .menu-list > li.icon-bottom > a .ap-icon img,
#a23fda63f0ace76 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a23fda63f0ace76 .menu-list > li.icon-right > a .ap-icon,
#a23fda63f0ace76 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a23fda63f0ace76 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a23fda63f0ace76 .menu-list > li:hover > a,
#a23fda63f0ace76 .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;
}
#a23fda63f0ace76 .menu-list ul,
#a23fda63f0ace76 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a23fda63f0ace76 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a23fda63f0ace76 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a23fda63f0ace76 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a23fda63f0ace76 .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;
}
#a14fbaf477ad019 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a14fbaf477ad019 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a14fbaf477ad019 .ap-icon {
  margin-right: 6px;
}
#a14fbaf477ad019 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a14fbaf477ad019 .menu-list > li.icon-bottom > a,
#a14fbaf477ad019 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a14fbaf477ad019 .menu-list > li.icon-bottom > a .ap-icon,
#a14fbaf477ad019 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a14fbaf477ad019 .menu-list > li.icon-bottom > a .ap-icon svg,
#a14fbaf477ad019 .menu-list > li.icon-top > a .ap-icon svg,
#a14fbaf477ad019 .menu-list > li.icon-bottom > a .ap-icon img,
#a14fbaf477ad019 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a14fbaf477ad019 .menu-list > li.icon-right > a .ap-icon,
#a14fbaf477ad019 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a14fbaf477ad019 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a14fbaf477ad019 .menu-list > li:hover > a,
#a14fbaf477ad019 .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;
}
#a14fbaf477ad019 .menu-list ul,
#a14fbaf477ad019 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a14fbaf477ad019 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a14fbaf477ad019 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a14fbaf477ad019 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a14fbaf477ad019 .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;
}
#a0626aece9af4c5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0626aece9af4c5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0626aece9af4c5 .ap-icon {
  margin-right: 6px;
}
#a0626aece9af4c5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a0626aece9af4c5 .menu-list > li.icon-bottom > a,
#a0626aece9af4c5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0626aece9af4c5 .menu-list > li.icon-bottom > a .ap-icon,
#a0626aece9af4c5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0626aece9af4c5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a0626aece9af4c5 .menu-list > li.icon-top > a .ap-icon svg,
#a0626aece9af4c5 .menu-list > li.icon-bottom > a .ap-icon img,
#a0626aece9af4c5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0626aece9af4c5 .menu-list > li.icon-right > a .ap-icon,
#a0626aece9af4c5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0626aece9af4c5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0626aece9af4c5 .menu-list > li:hover > a,
#a0626aece9af4c5 .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;
}
#a0626aece9af4c5 .menu-list ul,
#a0626aece9af4c5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0626aece9af4c5 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a0626aece9af4c5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0626aece9af4c5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0626aece9af4c5 .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;
}
#a0d3bad87aad524 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0d3bad87aad524 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0d3bad87aad524 .ap-icon {
  margin-right: 6px;
}
#a0d3bad87aad524 .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: 16px;
  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;
}
#a0d3bad87aad524 .menu-list > li.icon-bottom > a,
#a0d3bad87aad524 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0d3bad87aad524 .menu-list > li.icon-bottom > a .ap-icon,
#a0d3bad87aad524 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0d3bad87aad524 .menu-list > li.icon-bottom > a .ap-icon svg,
#a0d3bad87aad524 .menu-list > li.icon-top > a .ap-icon svg,
#a0d3bad87aad524 .menu-list > li.icon-bottom > a .ap-icon img,
#a0d3bad87aad524 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0d3bad87aad524 .menu-list > li.icon-right > a .ap-icon,
#a0d3bad87aad524 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0d3bad87aad524 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0d3bad87aad524 .menu-list > li:hover > a,
#a0d3bad87aad524 .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;
}
#a0d3bad87aad524 .menu-list ul,
#a0d3bad87aad524 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0d3bad87aad524 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a0d3bad87aad524 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0d3bad87aad524 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0d3bad87aad524 .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;
}
#ac28fa9ab2af500 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ac28fa9ab2af500 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ac28fa9ab2af500 .ap-icon {
  margin-right: 6px;
}
#ac28fa9ab2af500 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#ac28fa9ab2af500 .menu-list > li.icon-bottom > a,
#ac28fa9ab2af500 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ac28fa9ab2af500 .menu-list > li.icon-bottom > a .ap-icon,
#ac28fa9ab2af500 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ac28fa9ab2af500 .menu-list > li.icon-bottom > a .ap-icon svg,
#ac28fa9ab2af500 .menu-list > li.icon-top > a .ap-icon svg,
#ac28fa9ab2af500 .menu-list > li.icon-bottom > a .ap-icon img,
#ac28fa9ab2af500 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ac28fa9ab2af500 .menu-list > li.icon-right > a .ap-icon,
#ac28fa9ab2af500 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ac28fa9ab2af500 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ac28fa9ab2af500 .menu-list > li:hover > a,
#ac28fa9ab2af500 .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;
}
#ac28fa9ab2af500 .menu-list ul,
#ac28fa9ab2af500 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ac28fa9ab2af500 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ac28fa9ab2af500 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac28fa9ab2af500 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac28fa9ab2af500 .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;
}
#aed46aee50a9f2f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aed46aee50a9f2f .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aed46aee50a9f2f .ap-icon {
  margin-right: 6px;
}
#aed46aee50a9f2f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#aed46aee50a9f2f .menu-list > li.icon-bottom > a,
#aed46aee50a9f2f .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aed46aee50a9f2f .menu-list > li.icon-bottom > a .ap-icon,
#aed46aee50a9f2f .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aed46aee50a9f2f .menu-list > li.icon-bottom > a .ap-icon svg,
#aed46aee50a9f2f .menu-list > li.icon-top > a .ap-icon svg,
#aed46aee50a9f2f .menu-list > li.icon-bottom > a .ap-icon img,
#aed46aee50a9f2f .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aed46aee50a9f2f .menu-list > li.icon-right > a .ap-icon,
#aed46aee50a9f2f .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aed46aee50a9f2f .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aed46aee50a9f2f .menu-list > li:hover > a,
#aed46aee50a9f2f .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;
}
#aed46aee50a9f2f .menu-list ul,
#aed46aee50a9f2f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aed46aee50a9f2f .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aed46aee50a9f2f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aed46aee50a9f2f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aed46aee50a9f2f .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;
}
#a04edaf56fa7aa0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a04edaf56fa7aa0 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a04edaf56fa7aa0 .ap-icon {
  margin-right: 6px;
}
#a04edaf56fa7aa0 .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: 16px;
  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;
}
#a04edaf56fa7aa0 .menu-list > li.icon-bottom > a,
#a04edaf56fa7aa0 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a04edaf56fa7aa0 .menu-list > li.icon-bottom > a .ap-icon,
#a04edaf56fa7aa0 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a04edaf56fa7aa0 .menu-list > li.icon-bottom > a .ap-icon svg,
#a04edaf56fa7aa0 .menu-list > li.icon-top > a .ap-icon svg,
#a04edaf56fa7aa0 .menu-list > li.icon-bottom > a .ap-icon img,
#a04edaf56fa7aa0 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a04edaf56fa7aa0 .menu-list > li.icon-right > a .ap-icon,
#a04edaf56fa7aa0 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a04edaf56fa7aa0 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a04edaf56fa7aa0 .menu-list > li:hover > a,
#a04edaf56fa7aa0 .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;
}
#a04edaf56fa7aa0 .menu-list ul,
#a04edaf56fa7aa0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a04edaf56fa7aa0 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a04edaf56fa7aa0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a04edaf56fa7aa0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a04edaf56fa7aa0 .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;
}
#aa47fae260a61e3 > .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;}#a19faa4ccfa2442 {
  overflow: hidden;
}
#a19faa4ccfa2442 , #a19faa4ccfa2442 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a73eea2feea0831 {
  overflow: hidden;
}
#a73eea2feea0831 , #a73eea2feea0831 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af376a2ef7a1ea2 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a534ca4f86add88 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2643a3e15a3e88 {
  min-height: 300px;
}
#aa0a1abd4ea77c0 .uk-container {
  line-height: 2;
  color: #999;
}
#a30f7a9bd8a0d70 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a30f7a9bd8a0d70 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a30f7a9bd8a0d70 .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;
}
#a30f7a9bd8a0d70 .menu-list > li > a {
  padding: 0 15px;
}
#a30f7a9bd8a0d70 .menu-list > li:hover:before {
  height: 100%;
}
#a30f7a9bd8a0d70 .menu-list > li:hover:after {
  color: auto;
}
#a30f7a9bd8a0d70 .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: "|";
}
#a30f7a9bd8a0d70 .menu-list > li:first-child:after {
  content: "";
}
#a30f7a9bd8a0d70 .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);
}
#a30f7a9bd8a0d70 .menu-list > li ul li {
  position: relative;
}
#a30f7a9bd8a0d70 .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;
}
#a30f7a9bd8a0d70 .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;
}
#a30f7a9bd8a0d70 .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#a30f7a9bd8a0d70 li ul,
#a30f7a9bd8a0d70 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a30f7a9bd8a0d70 li:hover > ul {
  left: auto;
}
#a30f7a9bd8a0d70 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a336aa95fda5f29 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a336aa95fda5f29 .site-language-menu a:hover {
  color: #6a6769;
}
#a336aa95fda5f29 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a336aa95fda5f29 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a336aa95fda5f29 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a336aa95fda5f29 .uk-dropdown li a:hover {
  color: #222;
}
#a336aa95fda5f29 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#a2696a8c69a4015 {
  overflow: hidden;
}
#a2696a8c69a4015 , #a2696a8c69a4015 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#aa8eea8e8dad391 > .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;}#afbb3aae32aeab2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#afbb3aae32aeab2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#afbb3aae32aeab2 .ap-icon {
  margin-right: 6px;
}
#afbb3aae32aeab2 .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: 16px;
  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;
}
#afbb3aae32aeab2 .menu-list > li.icon-bottom > a,
#afbb3aae32aeab2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#afbb3aae32aeab2 .menu-list > li.icon-bottom > a .ap-icon,
#afbb3aae32aeab2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#afbb3aae32aeab2 .menu-list > li.icon-bottom > a .ap-icon svg,
#afbb3aae32aeab2 .menu-list > li.icon-top > a .ap-icon svg,
#afbb3aae32aeab2 .menu-list > li.icon-bottom > a .ap-icon img,
#afbb3aae32aeab2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#afbb3aae32aeab2 .menu-list > li.icon-right > a .ap-icon,
#afbb3aae32aeab2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#afbb3aae32aeab2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#afbb3aae32aeab2 .menu-list > li:hover > a,
#afbb3aae32aeab2 .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;
}
#afbb3aae32aeab2 .menu-list ul,
#afbb3aae32aeab2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#afbb3aae32aeab2 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#afbb3aae32aeab2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#afbb3aae32aeab2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#afbb3aae32aeab2 .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;
}
#a6619aac44a5528 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a6619aac44a5528 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a6619aac44a5528 .ap-icon {
  margin-right: 6px;
}
#a6619aac44a5528 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a6619aac44a5528 .menu-list > li.icon-bottom > a,
#a6619aac44a5528 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a6619aac44a5528 .menu-list > li.icon-bottom > a .ap-icon,
#a6619aac44a5528 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a6619aac44a5528 .menu-list > li.icon-bottom > a .ap-icon svg,
#a6619aac44a5528 .menu-list > li.icon-top > a .ap-icon svg,
#a6619aac44a5528 .menu-list > li.icon-bottom > a .ap-icon img,
#a6619aac44a5528 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a6619aac44a5528 .menu-list > li.icon-right > a .ap-icon,
#a6619aac44a5528 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a6619aac44a5528 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a6619aac44a5528 .menu-list > li:hover > a,
#a6619aac44a5528 .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;
}
#a6619aac44a5528 .menu-list ul,
#a6619aac44a5528 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a6619aac44a5528 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a6619aac44a5528 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6619aac44a5528 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6619aac44a5528 .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;
}
#a4037a3ec2a4fdb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4037a3ec2a4fdb .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4037a3ec2a4fdb .ap-icon {
  margin-right: 6px;
}
#a4037a3ec2a4fdb .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a4037a3ec2a4fdb .menu-list > li.icon-bottom > a,
#a4037a3ec2a4fdb .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4037a3ec2a4fdb .menu-list > li.icon-bottom > a .ap-icon,
#a4037a3ec2a4fdb .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4037a3ec2a4fdb .menu-list > li.icon-bottom > a .ap-icon svg,
#a4037a3ec2a4fdb .menu-list > li.icon-top > a .ap-icon svg,
#a4037a3ec2a4fdb .menu-list > li.icon-bottom > a .ap-icon img,
#a4037a3ec2a4fdb .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4037a3ec2a4fdb .menu-list > li.icon-right > a .ap-icon,
#a4037a3ec2a4fdb .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4037a3ec2a4fdb .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4037a3ec2a4fdb .menu-list > li:hover > a,
#a4037a3ec2a4fdb .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;
}
#a4037a3ec2a4fdb .menu-list ul,
#a4037a3ec2a4fdb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4037a3ec2a4fdb .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a4037a3ec2a4fdb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4037a3ec2a4fdb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4037a3ec2a4fdb .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;
}
#aeb2ca6066a7850 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aeb2ca6066a7850 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aeb2ca6066a7850 .ap-icon {
  margin-right: 6px;
}
#aeb2ca6066a7850 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#aeb2ca6066a7850 .menu-list > li.icon-bottom > a,
#aeb2ca6066a7850 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aeb2ca6066a7850 .menu-list > li.icon-bottom > a .ap-icon,
#aeb2ca6066a7850 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aeb2ca6066a7850 .menu-list > li.icon-bottom > a .ap-icon svg,
#aeb2ca6066a7850 .menu-list > li.icon-top > a .ap-icon svg,
#aeb2ca6066a7850 .menu-list > li.icon-bottom > a .ap-icon img,
#aeb2ca6066a7850 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aeb2ca6066a7850 .menu-list > li.icon-right > a .ap-icon,
#aeb2ca6066a7850 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aeb2ca6066a7850 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aeb2ca6066a7850 .menu-list > li:hover > a,
#aeb2ca6066a7850 .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;
}
#aeb2ca6066a7850 .menu-list ul,
#aeb2ca6066a7850 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aeb2ca6066a7850 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aeb2ca6066a7850 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aeb2ca6066a7850 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aeb2ca6066a7850 .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;
}
#a254aa357dab7bb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a254aa357dab7bb .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a254aa357dab7bb .ap-icon {
  margin-right: 6px;
}
#a254aa357dab7bb .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a254aa357dab7bb .menu-list > li.icon-bottom > a,
#a254aa357dab7bb .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a254aa357dab7bb .menu-list > li.icon-bottom > a .ap-icon,
#a254aa357dab7bb .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a254aa357dab7bb .menu-list > li.icon-bottom > a .ap-icon svg,
#a254aa357dab7bb .menu-list > li.icon-top > a .ap-icon svg,
#a254aa357dab7bb .menu-list > li.icon-bottom > a .ap-icon img,
#a254aa357dab7bb .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a254aa357dab7bb .menu-list > li.icon-right > a .ap-icon,
#a254aa357dab7bb .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a254aa357dab7bb .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a254aa357dab7bb .menu-list > li:hover > a,
#a254aa357dab7bb .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;
}
#a254aa357dab7bb .menu-list ul,
#a254aa357dab7bb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a254aa357dab7bb .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a254aa357dab7bb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a254aa357dab7bb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a254aa357dab7bb .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;
}
#ac8faa5e69a7acd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ac8faa5e69a7acd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ac8faa5e69a7acd .ap-icon {
  margin-right: 6px;
}
#ac8faa5e69a7acd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#ac8faa5e69a7acd .menu-list > li.icon-bottom > a,
#ac8faa5e69a7acd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ac8faa5e69a7acd .menu-list > li.icon-bottom > a .ap-icon,
#ac8faa5e69a7acd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ac8faa5e69a7acd .menu-list > li.icon-bottom > a .ap-icon svg,
#ac8faa5e69a7acd .menu-list > li.icon-top > a .ap-icon svg,
#ac8faa5e69a7acd .menu-list > li.icon-bottom > a .ap-icon img,
#ac8faa5e69a7acd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ac8faa5e69a7acd .menu-list > li.icon-right > a .ap-icon,
#ac8faa5e69a7acd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ac8faa5e69a7acd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ac8faa5e69a7acd .menu-list > li:hover > a,
#ac8faa5e69a7acd .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;
}
#ac8faa5e69a7acd .menu-list ul,
#ac8faa5e69a7acd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ac8faa5e69a7acd .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ac8faa5e69a7acd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac8faa5e69a7acd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac8faa5e69a7acd .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;
}
#adbb1a1f68a7191 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#adbb1a1f68a7191 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#adbb1a1f68a7191 .ap-icon {
  margin-right: 6px;
}
#adbb1a1f68a7191 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#adbb1a1f68a7191 .menu-list > li.icon-bottom > a,
#adbb1a1f68a7191 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#adbb1a1f68a7191 .menu-list > li.icon-bottom > a .ap-icon,
#adbb1a1f68a7191 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#adbb1a1f68a7191 .menu-list > li.icon-bottom > a .ap-icon svg,
#adbb1a1f68a7191 .menu-list > li.icon-top > a .ap-icon svg,
#adbb1a1f68a7191 .menu-list > li.icon-bottom > a .ap-icon img,
#adbb1a1f68a7191 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#adbb1a1f68a7191 .menu-list > li.icon-right > a .ap-icon,
#adbb1a1f68a7191 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#adbb1a1f68a7191 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#adbb1a1f68a7191 .menu-list > li:hover > a,
#adbb1a1f68a7191 .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;
}
#adbb1a1f68a7191 .menu-list ul,
#adbb1a1f68a7191 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#adbb1a1f68a7191 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#adbb1a1f68a7191 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#adbb1a1f68a7191 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#adbb1a1f68a7191 .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;
}
#a6302afa98afd50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a6302afa98afd50 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a6302afa98afd50 .ap-icon {
  margin-right: 6px;
}
#a6302afa98afd50 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a6302afa98afd50 .menu-list > li.icon-bottom > a,
#a6302afa98afd50 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a6302afa98afd50 .menu-list > li.icon-bottom > a .ap-icon,
#a6302afa98afd50 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a6302afa98afd50 .menu-list > li.icon-bottom > a .ap-icon svg,
#a6302afa98afd50 .menu-list > li.icon-top > a .ap-icon svg,
#a6302afa98afd50 .menu-list > li.icon-bottom > a .ap-icon img,
#a6302afa98afd50 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a6302afa98afd50 .menu-list > li.icon-right > a .ap-icon,
#a6302afa98afd50 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a6302afa98afd50 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a6302afa98afd50 .menu-list > li:hover > a,
#a6302afa98afd50 .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;
}
#a6302afa98afd50 .menu-list ul,
#a6302afa98afd50 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a6302afa98afd50 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a6302afa98afd50 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6302afa98afd50 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6302afa98afd50 .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;
}
#a3a87a8e72a015e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3a87a8e72a015e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3a87a8e72a015e .ap-icon {
  margin-right: 6px;
}
#a3a87a8e72a015e .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: 16px;
  font-family: inherit;
  color: #6a6665;
  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;
}
#a3a87a8e72a015e .menu-list > li.icon-bottom > a,
#a3a87a8e72a015e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3a87a8e72a015e .menu-list > li.icon-bottom > a .ap-icon,
#a3a87a8e72a015e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3a87a8e72a015e .menu-list > li.icon-bottom > a .ap-icon svg,
#a3a87a8e72a015e .menu-list > li.icon-top > a .ap-icon svg,
#a3a87a8e72a015e .menu-list > li.icon-bottom > a .ap-icon img,
#a3a87a8e72a015e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3a87a8e72a015e .menu-list > li.icon-right > a .ap-icon,
#a3a87a8e72a015e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3a87a8e72a015e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3a87a8e72a015e .menu-list > li:hover > a,
#a3a87a8e72a015e .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;
}
#a3a87a8e72a015e .menu-list ul,
#a3a87a8e72a015e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3a87a8e72a015e .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a3a87a8e72a015e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3a87a8e72a015e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3a87a8e72a015e .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;
}
#aa944ae07caab7a > .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;}#a3582a324aafc37 {
  overflow: hidden;
}
#a3582a324aafc37 , #a3582a324aafc37 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9a25ac06da838c {
  overflow: hidden;
}
#a9a25ac06da838c , #a9a25ac06da838c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a2643a3e15a3e88 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a600faddbfab934 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4226a0687a7db9 {
  min-height: 300px;
}
#af5f7a5205a6f35 .uk-container {
  line-height: 2;
  color: #999;
}
#ab3f0a4343a8ad9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab3f0a4343a8ad9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab3f0a4343a8ad9 .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;
}
#ab3f0a4343a8ad9 .menu-list > li > a {
  padding: 0 15px;
}
#ab3f0a4343a8ad9 .menu-list > li:hover:before {
  height: 100%;
}
#ab3f0a4343a8ad9 .menu-list > li:hover:after {
  color: auto;
}
#ab3f0a4343a8ad9 .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: "|";
}
#ab3f0a4343a8ad9 .menu-list > li:first-child:after {
  content: "";
}
#ab3f0a4343a8ad9 .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);
}
#ab3f0a4343a8ad9 .menu-list > li ul li {
  position: relative;
}
#ab3f0a4343a8ad9 .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;
}
#ab3f0a4343a8ad9 .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;
}
#ab3f0a4343a8ad9 .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ab3f0a4343a8ad9 li ul,
#ab3f0a4343a8ad9 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab3f0a4343a8ad9 li:hover > ul {
  left: auto;
}
#ab3f0a4343a8ad9 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aaaaaaca16ac65b .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#aaaaaaca16ac65b .site-language-menu a:hover {
  color: #6a6769;
}
#aaaaaaca16ac65b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#aaaaaaca16ac65b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#aaaaaaca16ac65b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#aaaaaaca16ac65b .uk-dropdown li a:hover {
  color: #222;
}
#aaaaaaca16ac65b .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#aa4d3ab27aa1143 {
  overflow: hidden;
}
#aa4d3ab27aa1143 , #aa4d3ab27aa1143 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#ae2dda2481a1e87 > .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;}#ac72ca37bba4c28 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ac72ca37bba4c28 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ac72ca37bba4c28 .ap-icon {
  margin-right: 6px;
}
#ac72ca37bba4c28 .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: 16px;
  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;
}
#ac72ca37bba4c28 .menu-list > li.icon-bottom > a,
#ac72ca37bba4c28 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ac72ca37bba4c28 .menu-list > li.icon-bottom > a .ap-icon,
#ac72ca37bba4c28 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ac72ca37bba4c28 .menu-list > li.icon-bottom > a .ap-icon svg,
#ac72ca37bba4c28 .menu-list > li.icon-top > a .ap-icon svg,
#ac72ca37bba4c28 .menu-list > li.icon-bottom > a .ap-icon img,
#ac72ca37bba4c28 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ac72ca37bba4c28 .menu-list > li.icon-right > a .ap-icon,
#ac72ca37bba4c28 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ac72ca37bba4c28 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ac72ca37bba4c28 .menu-list > li:hover > a,
#ac72ca37bba4c28 .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;
}
#ac72ca37bba4c28 .menu-list ul,
#ac72ca37bba4c28 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ac72ca37bba4c28 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ac72ca37bba4c28 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac72ca37bba4c28 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac72ca37bba4c28 .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;
}
#ab2edad7f7aed1c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ab2edad7f7aed1c .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ab2edad7f7aed1c .ap-icon {
  margin-right: 6px;
}
#ab2edad7f7aed1c .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#ab2edad7f7aed1c .menu-list > li.icon-bottom > a,
#ab2edad7f7aed1c .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ab2edad7f7aed1c .menu-list > li.icon-bottom > a .ap-icon,
#ab2edad7f7aed1c .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ab2edad7f7aed1c .menu-list > li.icon-bottom > a .ap-icon svg,
#ab2edad7f7aed1c .menu-list > li.icon-top > a .ap-icon svg,
#ab2edad7f7aed1c .menu-list > li.icon-bottom > a .ap-icon img,
#ab2edad7f7aed1c .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ab2edad7f7aed1c .menu-list > li.icon-right > a .ap-icon,
#ab2edad7f7aed1c .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ab2edad7f7aed1c .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ab2edad7f7aed1c .menu-list > li:hover > a,
#ab2edad7f7aed1c .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;
}
#ab2edad7f7aed1c .menu-list ul,
#ab2edad7f7aed1c .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ab2edad7f7aed1c .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ab2edad7f7aed1c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab2edad7f7aed1c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab2edad7f7aed1c .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;
}
#a30a1aa1ffaf275 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a30a1aa1ffaf275 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a30a1aa1ffaf275 .ap-icon {
  margin-right: 6px;
}
#a30a1aa1ffaf275 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a30a1aa1ffaf275 .menu-list > li.icon-bottom > a,
#a30a1aa1ffaf275 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a30a1aa1ffaf275 .menu-list > li.icon-bottom > a .ap-icon,
#a30a1aa1ffaf275 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a30a1aa1ffaf275 .menu-list > li.icon-bottom > a .ap-icon svg,
#a30a1aa1ffaf275 .menu-list > li.icon-top > a .ap-icon svg,
#a30a1aa1ffaf275 .menu-list > li.icon-bottom > a .ap-icon img,
#a30a1aa1ffaf275 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a30a1aa1ffaf275 .menu-list > li.icon-right > a .ap-icon,
#a30a1aa1ffaf275 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a30a1aa1ffaf275 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a30a1aa1ffaf275 .menu-list > li:hover > a,
#a30a1aa1ffaf275 .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;
}
#a30a1aa1ffaf275 .menu-list ul,
#a30a1aa1ffaf275 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a30a1aa1ffaf275 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a30a1aa1ffaf275 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a30a1aa1ffaf275 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a30a1aa1ffaf275 .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;
}
#a4fd7ab8caa7d05 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4fd7ab8caa7d05 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4fd7ab8caa7d05 .ap-icon {
  margin-right: 6px;
}
#a4fd7ab8caa7d05 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a4fd7ab8caa7d05 .menu-list > li.icon-bottom > a,
#a4fd7ab8caa7d05 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4fd7ab8caa7d05 .menu-list > li.icon-bottom > a .ap-icon,
#a4fd7ab8caa7d05 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4fd7ab8caa7d05 .menu-list > li.icon-bottom > a .ap-icon svg,
#a4fd7ab8caa7d05 .menu-list > li.icon-top > a .ap-icon svg,
#a4fd7ab8caa7d05 .menu-list > li.icon-bottom > a .ap-icon img,
#a4fd7ab8caa7d05 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4fd7ab8caa7d05 .menu-list > li.icon-right > a .ap-icon,
#a4fd7ab8caa7d05 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4fd7ab8caa7d05 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4fd7ab8caa7d05 .menu-list > li:hover > a,
#a4fd7ab8caa7d05 .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;
}
#a4fd7ab8caa7d05 .menu-list ul,
#a4fd7ab8caa7d05 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4fd7ab8caa7d05 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a4fd7ab8caa7d05 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4fd7ab8caa7d05 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4fd7ab8caa7d05 .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;
}
#a6cbaadf84a2e63 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a6cbaadf84a2e63 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a6cbaadf84a2e63 .ap-icon {
  margin-right: 6px;
}
#a6cbaadf84a2e63 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a6cbaadf84a2e63 .menu-list > li.icon-bottom > a,
#a6cbaadf84a2e63 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a6cbaadf84a2e63 .menu-list > li.icon-bottom > a .ap-icon,
#a6cbaadf84a2e63 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a6cbaadf84a2e63 .menu-list > li.icon-bottom > a .ap-icon svg,
#a6cbaadf84a2e63 .menu-list > li.icon-top > a .ap-icon svg,
#a6cbaadf84a2e63 .menu-list > li.icon-bottom > a .ap-icon img,
#a6cbaadf84a2e63 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a6cbaadf84a2e63 .menu-list > li.icon-right > a .ap-icon,
#a6cbaadf84a2e63 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a6cbaadf84a2e63 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a6cbaadf84a2e63 .menu-list > li:hover > a,
#a6cbaadf84a2e63 .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;
}
#a6cbaadf84a2e63 .menu-list ul,
#a6cbaadf84a2e63 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a6cbaadf84a2e63 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a6cbaadf84a2e63 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6cbaadf84a2e63 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6cbaadf84a2e63 .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;
}
#abc61ac81aacedd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abc61ac81aacedd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abc61ac81aacedd .ap-icon {
  margin-right: 6px;
}
#abc61ac81aacedd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#abc61ac81aacedd .menu-list > li.icon-bottom > a,
#abc61ac81aacedd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abc61ac81aacedd .menu-list > li.icon-bottom > a .ap-icon,
#abc61ac81aacedd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abc61ac81aacedd .menu-list > li.icon-bottom > a .ap-icon svg,
#abc61ac81aacedd .menu-list > li.icon-top > a .ap-icon svg,
#abc61ac81aacedd .menu-list > li.icon-bottom > a .ap-icon img,
#abc61ac81aacedd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abc61ac81aacedd .menu-list > li.icon-right > a .ap-icon,
#abc61ac81aacedd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abc61ac81aacedd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abc61ac81aacedd .menu-list > li:hover > a,
#abc61ac81aacedd .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;
}
#abc61ac81aacedd .menu-list ul,
#abc61ac81aacedd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abc61ac81aacedd .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#abc61ac81aacedd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abc61ac81aacedd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abc61ac81aacedd .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;
}
#a85c5a3826a75ef .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a85c5a3826a75ef .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a85c5a3826a75ef .ap-icon {
  margin-right: 6px;
}
#a85c5a3826a75ef .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a85c5a3826a75ef .menu-list > li.icon-bottom > a,
#a85c5a3826a75ef .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a85c5a3826a75ef .menu-list > li.icon-bottom > a .ap-icon,
#a85c5a3826a75ef .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a85c5a3826a75ef .menu-list > li.icon-bottom > a .ap-icon svg,
#a85c5a3826a75ef .menu-list > li.icon-top > a .ap-icon svg,
#a85c5a3826a75ef .menu-list > li.icon-bottom > a .ap-icon img,
#a85c5a3826a75ef .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a85c5a3826a75ef .menu-list > li.icon-right > a .ap-icon,
#a85c5a3826a75ef .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a85c5a3826a75ef .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a85c5a3826a75ef .menu-list > li:hover > a,
#a85c5a3826a75ef .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;
}
#a85c5a3826a75ef .menu-list ul,
#a85c5a3826a75ef .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a85c5a3826a75ef .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a85c5a3826a75ef .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a85c5a3826a75ef .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a85c5a3826a75ef .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;
}
#abcbaad03fa9e04 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abcbaad03fa9e04 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abcbaad03fa9e04 .ap-icon {
  margin-right: 6px;
}
#abcbaad03fa9e04 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#abcbaad03fa9e04 .menu-list > li.icon-bottom > a,
#abcbaad03fa9e04 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abcbaad03fa9e04 .menu-list > li.icon-bottom > a .ap-icon,
#abcbaad03fa9e04 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abcbaad03fa9e04 .menu-list > li.icon-bottom > a .ap-icon svg,
#abcbaad03fa9e04 .menu-list > li.icon-top > a .ap-icon svg,
#abcbaad03fa9e04 .menu-list > li.icon-bottom > a .ap-icon img,
#abcbaad03fa9e04 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abcbaad03fa9e04 .menu-list > li.icon-right > a .ap-icon,
#abcbaad03fa9e04 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abcbaad03fa9e04 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abcbaad03fa9e04 .menu-list > li:hover > a,
#abcbaad03fa9e04 .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;
}
#abcbaad03fa9e04 .menu-list ul,
#abcbaad03fa9e04 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abcbaad03fa9e04 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#abcbaad03fa9e04 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abcbaad03fa9e04 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abcbaad03fa9e04 .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;
}
#ad8bba5a82a6bd4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad8bba5a82a6bd4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad8bba5a82a6bd4 .ap-icon {
  margin-right: 6px;
}
#ad8bba5a82a6bd4 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  font-family: inherit;
  color: #6a6665;
  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;
}
#ad8bba5a82a6bd4 .menu-list > li.icon-bottom > a,
#ad8bba5a82a6bd4 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad8bba5a82a6bd4 .menu-list > li.icon-bottom > a .ap-icon,
#ad8bba5a82a6bd4 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad8bba5a82a6bd4 .menu-list > li.icon-bottom > a .ap-icon svg,
#ad8bba5a82a6bd4 .menu-list > li.icon-top > a .ap-icon svg,
#ad8bba5a82a6bd4 .menu-list > li.icon-bottom > a .ap-icon img,
#ad8bba5a82a6bd4 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad8bba5a82a6bd4 .menu-list > li.icon-right > a .ap-icon,
#ad8bba5a82a6bd4 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad8bba5a82a6bd4 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad8bba5a82a6bd4 .menu-list > li:hover > a,
#ad8bba5a82a6bd4 .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;
}
#ad8bba5a82a6bd4 .menu-list ul,
#ad8bba5a82a6bd4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad8bba5a82a6bd4 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ad8bba5a82a6bd4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad8bba5a82a6bd4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad8bba5a82a6bd4 .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;
}
#ae1ffa2f9ca6131 > .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;}#a641cab131ae01f {
  overflow: hidden;
}
#a641cab131ae01f , #a641cab131ae01f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a5affa37ada3011 {
  overflow: hidden;
}
#a5affa37ada3011 , #a5affa37ada3011 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a4226a0687a7db9 [data-item="undefined"] {text-align: center;}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#ac8fba886ca50d1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3a4dadb38ac9e7 {
  min-height: 300px;
}
#a3cf6a3bc7a8671 .uk-container {
  line-height: 2;
  color: #999;
}
#a25beabd0ba7eba .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a25beabd0ba7eba .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a25beabd0ba7eba .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;
}
#a25beabd0ba7eba .menu-list > li > a {
  padding: 0 15px;
}
#a25beabd0ba7eba .menu-list > li:hover:before {
  height: 100%;
}
#a25beabd0ba7eba .menu-list > li:hover:after {
  color: auto;
}
#a25beabd0ba7eba .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: "|";
}
#a25beabd0ba7eba .menu-list > li:first-child:after {
  content: "";
}
#a25beabd0ba7eba .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);
}
#a25beabd0ba7eba .menu-list > li ul li {
  position: relative;
}
#a25beabd0ba7eba .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;
}
#a25beabd0ba7eba .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;
}
#a25beabd0ba7eba .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#a25beabd0ba7eba li ul,
#a25beabd0ba7eba li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a25beabd0ba7eba li:hover > ul {
  left: auto;
}
#a25beabd0ba7eba li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a14f3a3bb4a55df .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a14f3a3bb4a55df .site-language-menu a:hover {
  color: #6a6769;
}
#a14f3a3bb4a55df .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a14f3a3bb4a55df .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a14f3a3bb4a55df .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a14f3a3bb4a55df .uk-dropdown li a:hover {
  color: #222;
}
#a14f3a3bb4a55df .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#a4344a7f38a2c87 {
  overflow: hidden;
}
#a4344a7f38a2c87 , #a4344a7f38a2c87 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#acef8ab050a6436 > .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;}#aa711acee1a8788 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa711acee1a8788 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa711acee1a8788 .ap-icon {
  margin-right: 6px;
}
#aa711acee1a8788 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#aa711acee1a8788 .menu-list > li.icon-bottom > a,
#aa711acee1a8788 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa711acee1a8788 .menu-list > li.icon-bottom > a .ap-icon,
#aa711acee1a8788 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa711acee1a8788 .menu-list > li.icon-bottom > a .ap-icon svg,
#aa711acee1a8788 .menu-list > li.icon-top > a .ap-icon svg,
#aa711acee1a8788 .menu-list > li.icon-bottom > a .ap-icon img,
#aa711acee1a8788 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa711acee1a8788 .menu-list > li.icon-right > a .ap-icon,
#aa711acee1a8788 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa711acee1a8788 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa711acee1a8788 .menu-list > li:hover > a,
#aa711acee1a8788 .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;
}
#aa711acee1a8788 .menu-list ul,
#aa711acee1a8788 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa711acee1a8788 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aa711acee1a8788 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa711acee1a8788 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa711acee1a8788 .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;
}
#a9a3fa220ba4890 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9a3fa220ba4890 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9a3fa220ba4890 .ap-icon {
  margin-right: 6px;
}
#a9a3fa220ba4890 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a9a3fa220ba4890 .menu-list > li.icon-bottom > a,
#a9a3fa220ba4890 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9a3fa220ba4890 .menu-list > li.icon-bottom > a .ap-icon,
#a9a3fa220ba4890 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9a3fa220ba4890 .menu-list > li.icon-bottom > a .ap-icon svg,
#a9a3fa220ba4890 .menu-list > li.icon-top > a .ap-icon svg,
#a9a3fa220ba4890 .menu-list > li.icon-bottom > a .ap-icon img,
#a9a3fa220ba4890 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9a3fa220ba4890 .menu-list > li.icon-right > a .ap-icon,
#a9a3fa220ba4890 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9a3fa220ba4890 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9a3fa220ba4890 .menu-list > li:hover > a,
#a9a3fa220ba4890 .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;
}
#a9a3fa220ba4890 .menu-list ul,
#a9a3fa220ba4890 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9a3fa220ba4890 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a9a3fa220ba4890 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9a3fa220ba4890 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9a3fa220ba4890 .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;
}
#a2219a8cd9a1da5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2219a8cd9a1da5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2219a8cd9a1da5 .ap-icon {
  margin-right: 6px;
}
#a2219a8cd9a1da5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a2219a8cd9a1da5 .menu-list > li.icon-bottom > a,
#a2219a8cd9a1da5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2219a8cd9a1da5 .menu-list > li.icon-bottom > a .ap-icon,
#a2219a8cd9a1da5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2219a8cd9a1da5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2219a8cd9a1da5 .menu-list > li.icon-top > a .ap-icon svg,
#a2219a8cd9a1da5 .menu-list > li.icon-bottom > a .ap-icon img,
#a2219a8cd9a1da5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2219a8cd9a1da5 .menu-list > li.icon-right > a .ap-icon,
#a2219a8cd9a1da5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2219a8cd9a1da5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2219a8cd9a1da5 .menu-list > li:hover > a,
#a2219a8cd9a1da5 .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;
}
#a2219a8cd9a1da5 .menu-list ul,
#a2219a8cd9a1da5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2219a8cd9a1da5 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a2219a8cd9a1da5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2219a8cd9a1da5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2219a8cd9a1da5 .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;
}
#acaf6a27baae356 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#acaf6a27baae356 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#acaf6a27baae356 .ap-icon {
  margin-right: 6px;
}
#acaf6a27baae356 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#acaf6a27baae356 .menu-list > li.icon-bottom > a,
#acaf6a27baae356 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#acaf6a27baae356 .menu-list > li.icon-bottom > a .ap-icon,
#acaf6a27baae356 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#acaf6a27baae356 .menu-list > li.icon-bottom > a .ap-icon svg,
#acaf6a27baae356 .menu-list > li.icon-top > a .ap-icon svg,
#acaf6a27baae356 .menu-list > li.icon-bottom > a .ap-icon img,
#acaf6a27baae356 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#acaf6a27baae356 .menu-list > li.icon-right > a .ap-icon,
#acaf6a27baae356 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#acaf6a27baae356 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#acaf6a27baae356 .menu-list > li:hover > a,
#acaf6a27baae356 .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;
}
#acaf6a27baae356 .menu-list ul,
#acaf6a27baae356 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#acaf6a27baae356 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#acaf6a27baae356 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#acaf6a27baae356 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#acaf6a27baae356 .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;
}
#a851dad56fa2a6e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a851dad56fa2a6e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a851dad56fa2a6e .ap-icon {
  margin-right: 6px;
}
#a851dad56fa2a6e .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;
}
#a851dad56fa2a6e .menu-list > li.icon-bottom > a,
#a851dad56fa2a6e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a851dad56fa2a6e .menu-list > li.icon-bottom > a .ap-icon,
#a851dad56fa2a6e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a851dad56fa2a6e .menu-list > li.icon-bottom > a .ap-icon svg,
#a851dad56fa2a6e .menu-list > li.icon-top > a .ap-icon svg,
#a851dad56fa2a6e .menu-list > li.icon-bottom > a .ap-icon img,
#a851dad56fa2a6e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a851dad56fa2a6e .menu-list > li.icon-right > a .ap-icon,
#a851dad56fa2a6e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a851dad56fa2a6e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a851dad56fa2a6e .menu-list > li:hover > a,
#a851dad56fa2a6e .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;
}
#a851dad56fa2a6e .menu-list ul,
#a851dad56fa2a6e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a851dad56fa2a6e .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a851dad56fa2a6e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a851dad56fa2a6e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a851dad56fa2a6e .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;
}
#a4e97a7f33a6933 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4e97a7f33a6933 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4e97a7f33a6933 .ap-icon {
  margin-right: 6px;
}
#a4e97a7f33a6933 .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;
}
#a4e97a7f33a6933 .menu-list > li.icon-bottom > a,
#a4e97a7f33a6933 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4e97a7f33a6933 .menu-list > li.icon-bottom > a .ap-icon,
#a4e97a7f33a6933 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4e97a7f33a6933 .menu-list > li.icon-bottom > a .ap-icon svg,
#a4e97a7f33a6933 .menu-list > li.icon-top > a .ap-icon svg,
#a4e97a7f33a6933 .menu-list > li.icon-bottom > a .ap-icon img,
#a4e97a7f33a6933 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4e97a7f33a6933 .menu-list > li.icon-right > a .ap-icon,
#a4e97a7f33a6933 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4e97a7f33a6933 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4e97a7f33a6933 .menu-list > li:hover > a,
#a4e97a7f33a6933 .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;
}
#a4e97a7f33a6933 .menu-list ul,
#a4e97a7f33a6933 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4e97a7f33a6933 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a4e97a7f33a6933 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4e97a7f33a6933 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4e97a7f33a6933 .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;
}
#a3211a0771a78d2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3211a0771a78d2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3211a0771a78d2 .ap-icon {
  margin-right: 6px;
}
#a3211a0771a78d2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a3211a0771a78d2 .menu-list > li.icon-bottom > a,
#a3211a0771a78d2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3211a0771a78d2 .menu-list > li.icon-bottom > a .ap-icon,
#a3211a0771a78d2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3211a0771a78d2 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3211a0771a78d2 .menu-list > li.icon-top > a .ap-icon svg,
#a3211a0771a78d2 .menu-list > li.icon-bottom > a .ap-icon img,
#a3211a0771a78d2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3211a0771a78d2 .menu-list > li.icon-right > a .ap-icon,
#a3211a0771a78d2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3211a0771a78d2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3211a0771a78d2 .menu-list > li:hover > a,
#a3211a0771a78d2 .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;
}
#a3211a0771a78d2 .menu-list ul,
#a3211a0771a78d2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3211a0771a78d2 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a3211a0771a78d2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3211a0771a78d2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3211a0771a78d2 .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;
}
#a4e85ad924a8560 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4e85ad924a8560 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4e85ad924a8560 .ap-icon {
  margin-right: 6px;
}
#a4e85ad924a8560 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a4e85ad924a8560 .menu-list > li.icon-bottom > a,
#a4e85ad924a8560 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4e85ad924a8560 .menu-list > li.icon-bottom > a .ap-icon,
#a4e85ad924a8560 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4e85ad924a8560 .menu-list > li.icon-bottom > a .ap-icon svg,
#a4e85ad924a8560 .menu-list > li.icon-top > a .ap-icon svg,
#a4e85ad924a8560 .menu-list > li.icon-bottom > a .ap-icon img,
#a4e85ad924a8560 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4e85ad924a8560 .menu-list > li.icon-right > a .ap-icon,
#a4e85ad924a8560 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4e85ad924a8560 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4e85ad924a8560 .menu-list > li:hover > a,
#a4e85ad924a8560 .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;
}
#a4e85ad924a8560 .menu-list ul,
#a4e85ad924a8560 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4e85ad924a8560 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a4e85ad924a8560 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4e85ad924a8560 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4e85ad924a8560 .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;
}
#a1151a4002a8790 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1151a4002a8790 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1151a4002a8790 .ap-icon {
  margin-right: 6px;
}
#a1151a4002a8790 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  font-family: inherit;
  color: #6a6665;
  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;
}
#a1151a4002a8790 .menu-list > li.icon-bottom > a,
#a1151a4002a8790 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1151a4002a8790 .menu-list > li.icon-bottom > a .ap-icon,
#a1151a4002a8790 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1151a4002a8790 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1151a4002a8790 .menu-list > li.icon-top > a .ap-icon svg,
#a1151a4002a8790 .menu-list > li.icon-bottom > a .ap-icon img,
#a1151a4002a8790 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1151a4002a8790 .menu-list > li.icon-right > a .ap-icon,
#a1151a4002a8790 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1151a4002a8790 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1151a4002a8790 .menu-list > li:hover > a,
#a1151a4002a8790 .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;
}
#a1151a4002a8790 .menu-list ul,
#a1151a4002a8790 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1151a4002a8790 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a1151a4002a8790 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1151a4002a8790 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1151a4002a8790 .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;
}
#ad840aedcba460f > .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;}#a8873a74c3a3100 {
  overflow: hidden;
}
#a8873a74c3a3100 , #a8873a74c3a3100 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a0821a0aa2a7949 {
  overflow: hidden;
}
#a0821a0aa2a7949 , #a0821a0aa2a7949 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3a4dadb38ac9e7 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a31fdad725ac847 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adb59ab2e3a2aa1 {
  min-height: 300px;
}
#a0d60a7a3ca4ac1 .uk-container {
  line-height: 2;
  color: #999;
}
#ad886a5e5aa3930 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ad886a5e5aa3930 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ad886a5e5aa3930 .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;
}
#ad886a5e5aa3930 .menu-list > li > a {
  padding: 0 15px;
}
#ad886a5e5aa3930 .menu-list > li:hover:before {
  height: 100%;
}
#ad886a5e5aa3930 .menu-list > li:hover:after {
  color: auto;
}
#ad886a5e5aa3930 .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: "|";
}
#ad886a5e5aa3930 .menu-list > li:first-child:after {
  content: "";
}
#ad886a5e5aa3930 .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);
}
#ad886a5e5aa3930 .menu-list > li ul li {
  position: relative;
}
#ad886a5e5aa3930 .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;
}
#ad886a5e5aa3930 .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;
}
#ad886a5e5aa3930 .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ad886a5e5aa3930 li ul,
#ad886a5e5aa3930 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ad886a5e5aa3930 li:hover > ul {
  left: auto;
}
#ad886a5e5aa3930 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1cabaa62fa0c88 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a1cabaa62fa0c88 .site-language-menu a:hover {
  color: #6a6769;
}
#a1cabaa62fa0c88 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a1cabaa62fa0c88 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a1cabaa62fa0c88 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a1cabaa62fa0c88 .uk-dropdown li a:hover {
  color: #222;
}
#a1cabaa62fa0c88 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#a7007a8e15a3f8f {
  overflow: hidden;
}
#a7007a8e15a3f8f , #a7007a8e15a3f8f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#a5a34aab9fa2c40 > .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;}#aaf79ad36fab4be .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aaf79ad36fab4be .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aaf79ad36fab4be .ap-icon {
  margin-right: 6px;
}
#aaf79ad36fab4be .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: 16px;
  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;
}
#aaf79ad36fab4be .menu-list > li.icon-bottom > a,
#aaf79ad36fab4be .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aaf79ad36fab4be .menu-list > li.icon-bottom > a .ap-icon,
#aaf79ad36fab4be .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aaf79ad36fab4be .menu-list > li.icon-bottom > a .ap-icon svg,
#aaf79ad36fab4be .menu-list > li.icon-top > a .ap-icon svg,
#aaf79ad36fab4be .menu-list > li.icon-bottom > a .ap-icon img,
#aaf79ad36fab4be .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aaf79ad36fab4be .menu-list > li.icon-right > a .ap-icon,
#aaf79ad36fab4be .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aaf79ad36fab4be .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aaf79ad36fab4be .menu-list > li:hover > a,
#aaf79ad36fab4be .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;
}
#aaf79ad36fab4be .menu-list ul,
#aaf79ad36fab4be .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aaf79ad36fab4be .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aaf79ad36fab4be .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aaf79ad36fab4be .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aaf79ad36fab4be .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;
}
#a273ba679bae61a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a273ba679bae61a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a273ba679bae61a .ap-icon {
  margin-right: 6px;
}
#a273ba679bae61a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a273ba679bae61a .menu-list > li.icon-bottom > a,
#a273ba679bae61a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a273ba679bae61a .menu-list > li.icon-bottom > a .ap-icon,
#a273ba679bae61a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a273ba679bae61a .menu-list > li.icon-bottom > a .ap-icon svg,
#a273ba679bae61a .menu-list > li.icon-top > a .ap-icon svg,
#a273ba679bae61a .menu-list > li.icon-bottom > a .ap-icon img,
#a273ba679bae61a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a273ba679bae61a .menu-list > li.icon-right > a .ap-icon,
#a273ba679bae61a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a273ba679bae61a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a273ba679bae61a .menu-list > li:hover > a,
#a273ba679bae61a .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;
}
#a273ba679bae61a .menu-list ul,
#a273ba679bae61a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a273ba679bae61a .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a273ba679bae61a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a273ba679bae61a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a273ba679bae61a .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;
}
#a9fe3aae44a7a85 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9fe3aae44a7a85 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9fe3aae44a7a85 .ap-icon {
  margin-right: 6px;
}
#a9fe3aae44a7a85 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a9fe3aae44a7a85 .menu-list > li.icon-bottom > a,
#a9fe3aae44a7a85 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9fe3aae44a7a85 .menu-list > li.icon-bottom > a .ap-icon,
#a9fe3aae44a7a85 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9fe3aae44a7a85 .menu-list > li.icon-bottom > a .ap-icon svg,
#a9fe3aae44a7a85 .menu-list > li.icon-top > a .ap-icon svg,
#a9fe3aae44a7a85 .menu-list > li.icon-bottom > a .ap-icon img,
#a9fe3aae44a7a85 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9fe3aae44a7a85 .menu-list > li.icon-right > a .ap-icon,
#a9fe3aae44a7a85 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9fe3aae44a7a85 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9fe3aae44a7a85 .menu-list > li:hover > a,
#a9fe3aae44a7a85 .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;
}
#a9fe3aae44a7a85 .menu-list ul,
#a9fe3aae44a7a85 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9fe3aae44a7a85 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a9fe3aae44a7a85 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9fe3aae44a7a85 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9fe3aae44a7a85 .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;
}
#ae024a1d4ca7c72 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae024a1d4ca7c72 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae024a1d4ca7c72 .ap-icon {
  margin-right: 6px;
}
#ae024a1d4ca7c72 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#ae024a1d4ca7c72 .menu-list > li.icon-bottom > a,
#ae024a1d4ca7c72 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae024a1d4ca7c72 .menu-list > li.icon-bottom > a .ap-icon,
#ae024a1d4ca7c72 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae024a1d4ca7c72 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae024a1d4ca7c72 .menu-list > li.icon-top > a .ap-icon svg,
#ae024a1d4ca7c72 .menu-list > li.icon-bottom > a .ap-icon img,
#ae024a1d4ca7c72 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae024a1d4ca7c72 .menu-list > li.icon-right > a .ap-icon,
#ae024a1d4ca7c72 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae024a1d4ca7c72 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae024a1d4ca7c72 .menu-list > li:hover > a,
#ae024a1d4ca7c72 .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;
}
#ae024a1d4ca7c72 .menu-list ul,
#ae024a1d4ca7c72 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae024a1d4ca7c72 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ae024a1d4ca7c72 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae024a1d4ca7c72 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae024a1d4ca7c72 .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;
}
#a4382ad257a1e19 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4382ad257a1e19 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4382ad257a1e19 .ap-icon {
  margin-right: 6px;
}
#a4382ad257a1e19 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a4382ad257a1e19 .menu-list > li.icon-bottom > a,
#a4382ad257a1e19 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4382ad257a1e19 .menu-list > li.icon-bottom > a .ap-icon,
#a4382ad257a1e19 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4382ad257a1e19 .menu-list > li.icon-bottom > a .ap-icon svg,
#a4382ad257a1e19 .menu-list > li.icon-top > a .ap-icon svg,
#a4382ad257a1e19 .menu-list > li.icon-bottom > a .ap-icon img,
#a4382ad257a1e19 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4382ad257a1e19 .menu-list > li.icon-right > a .ap-icon,
#a4382ad257a1e19 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4382ad257a1e19 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4382ad257a1e19 .menu-list > li:hover > a,
#a4382ad257a1e19 .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;
}
#a4382ad257a1e19 .menu-list ul,
#a4382ad257a1e19 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4382ad257a1e19 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a4382ad257a1e19 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4382ad257a1e19 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4382ad257a1e19 .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;
}
#a736dad50aac6b7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a736dad50aac6b7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a736dad50aac6b7 .ap-icon {
  margin-right: 6px;
}
#a736dad50aac6b7 .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: 16px;
  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;
}
#a736dad50aac6b7 .menu-list > li.icon-bottom > a,
#a736dad50aac6b7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a736dad50aac6b7 .menu-list > li.icon-bottom > a .ap-icon,
#a736dad50aac6b7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a736dad50aac6b7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a736dad50aac6b7 .menu-list > li.icon-top > a .ap-icon svg,
#a736dad50aac6b7 .menu-list > li.icon-bottom > a .ap-icon img,
#a736dad50aac6b7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a736dad50aac6b7 .menu-list > li.icon-right > a .ap-icon,
#a736dad50aac6b7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a736dad50aac6b7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a736dad50aac6b7 .menu-list > li:hover > a,
#a736dad50aac6b7 .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;
}
#a736dad50aac6b7 .menu-list ul,
#a736dad50aac6b7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a736dad50aac6b7 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a736dad50aac6b7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a736dad50aac6b7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a736dad50aac6b7 .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;
}
#ae5f2a8d0ca420e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae5f2a8d0ca420e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae5f2a8d0ca420e .ap-icon {
  margin-right: 6px;
}
#ae5f2a8d0ca420e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#ae5f2a8d0ca420e .menu-list > li.icon-bottom > a,
#ae5f2a8d0ca420e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae5f2a8d0ca420e .menu-list > li.icon-bottom > a .ap-icon,
#ae5f2a8d0ca420e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae5f2a8d0ca420e .menu-list > li.icon-bottom > a .ap-icon svg,
#ae5f2a8d0ca420e .menu-list > li.icon-top > a .ap-icon svg,
#ae5f2a8d0ca420e .menu-list > li.icon-bottom > a .ap-icon img,
#ae5f2a8d0ca420e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae5f2a8d0ca420e .menu-list > li.icon-right > a .ap-icon,
#ae5f2a8d0ca420e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae5f2a8d0ca420e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae5f2a8d0ca420e .menu-list > li:hover > a,
#ae5f2a8d0ca420e .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;
}
#ae5f2a8d0ca420e .menu-list ul,
#ae5f2a8d0ca420e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae5f2a8d0ca420e .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ae5f2a8d0ca420e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae5f2a8d0ca420e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae5f2a8d0ca420e .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;
}
#a3578a23e5a8462 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3578a23e5a8462 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3578a23e5a8462 .ap-icon {
  margin-right: 6px;
}
#a3578a23e5a8462 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a3578a23e5a8462 .menu-list > li.icon-bottom > a,
#a3578a23e5a8462 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3578a23e5a8462 .menu-list > li.icon-bottom > a .ap-icon,
#a3578a23e5a8462 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3578a23e5a8462 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3578a23e5a8462 .menu-list > li.icon-top > a .ap-icon svg,
#a3578a23e5a8462 .menu-list > li.icon-bottom > a .ap-icon img,
#a3578a23e5a8462 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3578a23e5a8462 .menu-list > li.icon-right > a .ap-icon,
#a3578a23e5a8462 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3578a23e5a8462 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3578a23e5a8462 .menu-list > li:hover > a,
#a3578a23e5a8462 .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;
}
#a3578a23e5a8462 .menu-list ul,
#a3578a23e5a8462 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3578a23e5a8462 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a3578a23e5a8462 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3578a23e5a8462 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3578a23e5a8462 .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;
}
#acc80a6974af492 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#acc80a6974af492 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#acc80a6974af492 .ap-icon {
  margin-right: 6px;
}
#acc80a6974af492 .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: 16px;
  font-family: inherit;
  color: #6a6665;
  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;
}
#acc80a6974af492 .menu-list > li.icon-bottom > a,
#acc80a6974af492 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#acc80a6974af492 .menu-list > li.icon-bottom > a .ap-icon,
#acc80a6974af492 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#acc80a6974af492 .menu-list > li.icon-bottom > a .ap-icon svg,
#acc80a6974af492 .menu-list > li.icon-top > a .ap-icon svg,
#acc80a6974af492 .menu-list > li.icon-bottom > a .ap-icon img,
#acc80a6974af492 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#acc80a6974af492 .menu-list > li.icon-right > a .ap-icon,
#acc80a6974af492 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#acc80a6974af492 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#acc80a6974af492 .menu-list > li:hover > a,
#acc80a6974af492 .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;
}
#acc80a6974af492 .menu-list ul,
#acc80a6974af492 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#acc80a6974af492 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#acc80a6974af492 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#acc80a6974af492 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#acc80a6974af492 .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;
}
#a066ba0ad6a93b9 > .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;}#aca23acae3a06c3 {
  overflow: hidden;
}
#aca23acae3a06c3 , #aca23acae3a06c3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ad44ba9ae6a7122 {
  overflow: hidden;
}
#ad44ba9ae6a7122 , #ad44ba9ae6a7122 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#adb59ab2e3a2aa1 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 24px;font-family: inherit;color: rgba(0, 157, 218, 1);}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af711a525fadb1f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ade71a477aa33de .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae89bae384aa644 .uk-container {
  line-height: 2;
  color: #999;
}
#a4835a4505ac135 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a4835a4505ac135 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a4835a4505ac135 .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;
}
#a4835a4505ac135 .menu-list > li > a {
  padding: 0 15px;
}
#a4835a4505ac135 .menu-list > li:hover:before {
  height: 100%;
}
#a4835a4505ac135 .menu-list > li:hover:after {
  color: auto;
}
#a4835a4505ac135 .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: "|";
}
#a4835a4505ac135 .menu-list > li:first-child:after {
  content: "";
}
#a4835a4505ac135 .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);
}
#a4835a4505ac135 .menu-list > li ul li {
  position: relative;
}
#a4835a4505ac135 .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;
}
#a4835a4505ac135 .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;
}
#a4835a4505ac135 .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#a4835a4505ac135 li ul,
#a4835a4505ac135 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a4835a4505ac135 li:hover > ul {
  left: auto;
}
#a4835a4505ac135 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8efeaae19a2d84 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a8efeaae19a2d84 .site-language-menu a:hover {
  color: #6a6769;
}
#a8efeaae19a2d84 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8efeaae19a2d84 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8efeaae19a2d84 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a8efeaae19a2d84 .uk-dropdown li a:hover {
  color: #222;
}
#a8efeaae19a2d84 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#a33a8a45c2ac64d > .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;}#ad322a0cb2a4cc3 > .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;}#a23aaa369ba2321 > .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;}#a0400a9204a7ec9 > .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;}#a1bcea0eb0a4dcd .adfb6a3e1da13cd {
  overflow: hidden;
}
#a1bcea0eb0a4dcd .adfb6a3e1da13cd , #a1bcea0eb0a4dcd .adfb6a3e1da13cd > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);}#a1bcea0eb0a4dcd .adfb6a3e1da13cd:hover , #a1bcea0eb0a4dcd .adfb6a3e1da13cd *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(39, 145, 199, 1);}#a1bcea0eb0a4dcd .uk-grid {
  margin-left: -25px;
}
#a1bcea0eb0a4dcd .uk-grid > * {
  padding-left: 25px;
}
#a1bcea0eb0a4dcd .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a1bcea0eb0a4dcd .dynamic-list-item {
  background-color: #ffffff;
}
#a1bcea0eb0a4dcd .dynamic-list-item:hover {
  background-color: #ffffff;
}
/* mobile */
@media (max-width: 640px) {
  #a1bcea0eb0a4dcd .uk-position-center-left-out {
    left: -30px;
  }
  #a1bcea0eb0a4dcd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa010a76fda55a1 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aa010a76fda55a1 .ele-wrap:hover {background-color: #0483cc;}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a5ee3a721fac1d1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acf58aa21ea155d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab62ba7decae802 .uk-container {
  line-height: 2;
  color: #999;
}
#a74b8a2f6ba36d7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a74b8a2f6ba36d7 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a74b8a2f6ba36d7 .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;
}
#a74b8a2f6ba36d7 .menu-list > li > a {
  padding: 0 15px;
}
#a74b8a2f6ba36d7 .menu-list > li:hover:before {
  height: 100%;
}
#a74b8a2f6ba36d7 .menu-list > li:hover:after {
  color: auto;
}
#a74b8a2f6ba36d7 .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: "|";
}
#a74b8a2f6ba36d7 .menu-list > li:first-child:after {
  content: "";
}
#a74b8a2f6ba36d7 .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);
}
#a74b8a2f6ba36d7 .menu-list > li ul li {
  position: relative;
}
#a74b8a2f6ba36d7 .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;
}
#a74b8a2f6ba36d7 .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;
}
#a74b8a2f6ba36d7 .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#a74b8a2f6ba36d7 li ul,
#a74b8a2f6ba36d7 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a74b8a2f6ba36d7 li:hover > ul {
  left: auto;
}
#a74b8a2f6ba36d7 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#abb5ea47fea7798 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#abb5ea47fea7798 .site-language-menu a:hover {
  color: #6a6769;
}
#abb5ea47fea7798 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#abb5ea47fea7798 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#abb5ea47fea7798 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#abb5ea47fea7798 .uk-dropdown li a:hover {
  color: #222;
}
#abb5ea47fea7798 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#aa4cca24daaa59a > .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;}#adcbcadd5fa6154 > .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;}#ae621a5370a50aa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae621a5370a50aa .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae621a5370a50aa .ap-icon {
  margin-right: 6px;
}
#ae621a5370a50aa .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;
}
#ae621a5370a50aa .menu-list > li.icon-bottom > a,
#ae621a5370a50aa .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae621a5370a50aa .menu-list > li.icon-bottom > a .ap-icon,
#ae621a5370a50aa .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae621a5370a50aa .menu-list > li.icon-bottom > a .ap-icon svg,
#ae621a5370a50aa .menu-list > li.icon-top > a .ap-icon svg,
#ae621a5370a50aa .menu-list > li.icon-bottom > a .ap-icon img,
#ae621a5370a50aa .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae621a5370a50aa .menu-list > li.icon-right > a .ap-icon,
#ae621a5370a50aa .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae621a5370a50aa .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae621a5370a50aa .menu-list > li:hover > a,
#ae621a5370a50aa .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;
}
#ae621a5370a50aa .menu-list > li.active > a {
  background-color: #009dda;
}
#ae621a5370a50aa .menu-list ul,
#ae621a5370a50aa .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae621a5370a50aa .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ae621a5370a50aa .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae621a5370a50aa .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae621a5370a50aa .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;
}
#a8115a9b98a754b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8115a9b98a754b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8115a9b98a754b .ap-icon {
  margin-right: 6px;
}
#a8115a9b98a754b .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;
}
#a8115a9b98a754b .menu-list > li.icon-bottom > a,
#a8115a9b98a754b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8115a9b98a754b .menu-list > li.icon-bottom > a .ap-icon,
#a8115a9b98a754b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8115a9b98a754b .menu-list > li.icon-bottom > a .ap-icon svg,
#a8115a9b98a754b .menu-list > li.icon-top > a .ap-icon svg,
#a8115a9b98a754b .menu-list > li.icon-bottom > a .ap-icon img,
#a8115a9b98a754b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8115a9b98a754b .menu-list > li.icon-right > a .ap-icon,
#a8115a9b98a754b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8115a9b98a754b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8115a9b98a754b .menu-list > li:hover > a,
#a8115a9b98a754b .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;
}
#a8115a9b98a754b .menu-list > li.active > a {
  background-color: #009dda;
}
#a8115a9b98a754b .menu-list ul,
#a8115a9b98a754b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8115a9b98a754b .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a8115a9b98a754b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8115a9b98a754b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8115a9b98a754b .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;
}
#a793baacfdacf12 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a793baacfdacf12 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a793baacfdacf12 .ap-icon {
  margin-right: 6px;
}
#a793baacfdacf12 .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;
}
#a793baacfdacf12 .menu-list > li.icon-bottom > a,
#a793baacfdacf12 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a793baacfdacf12 .menu-list > li.icon-bottom > a .ap-icon,
#a793baacfdacf12 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a793baacfdacf12 .menu-list > li.icon-bottom > a .ap-icon svg,
#a793baacfdacf12 .menu-list > li.icon-top > a .ap-icon svg,
#a793baacfdacf12 .menu-list > li.icon-bottom > a .ap-icon img,
#a793baacfdacf12 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a793baacfdacf12 .menu-list > li.icon-right > a .ap-icon,
#a793baacfdacf12 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a793baacfdacf12 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a793baacfdacf12 .menu-list > li:hover > a,
#a793baacfdacf12 .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;
}
#a793baacfdacf12 .menu-list > li.active > a {
  background-color: #009dda;
}
#a793baacfdacf12 .menu-list ul,
#a793baacfdacf12 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a793baacfdacf12 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a793baacfdacf12 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a793baacfdacf12 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a793baacfdacf12 .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;
}
#ac411a73faa1a9b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ac411a73faa1a9b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ac411a73faa1a9b .ap-icon {
  margin-right: 6px;
}
#ac411a73faa1a9b .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;
}
#ac411a73faa1a9b .menu-list > li.icon-bottom > a,
#ac411a73faa1a9b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ac411a73faa1a9b .menu-list > li.icon-bottom > a .ap-icon,
#ac411a73faa1a9b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ac411a73faa1a9b .menu-list > li.icon-bottom > a .ap-icon svg,
#ac411a73faa1a9b .menu-list > li.icon-top > a .ap-icon svg,
#ac411a73faa1a9b .menu-list > li.icon-bottom > a .ap-icon img,
#ac411a73faa1a9b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ac411a73faa1a9b .menu-list > li.icon-right > a .ap-icon,
#ac411a73faa1a9b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ac411a73faa1a9b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ac411a73faa1a9b .menu-list > li:hover > a,
#ac411a73faa1a9b .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;
}
#ac411a73faa1a9b .menu-list ul,
#ac411a73faa1a9b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ac411a73faa1a9b .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ac411a73faa1a9b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac411a73faa1a9b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac411a73faa1a9b .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;
}
#a5e06a071da3511 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a5e06a071da3511 .grid-list .product-item {
  overflow: hidden;
}
#a5e06a071da3511 .grid-list .product-preview .img {
  display: block;
}
#a5e06a071da3511 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a5e06a071da3511 .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;
}
#a5e06a071da3511 .grid-list .product-info {
  min-height: 110px;
}
#a5e06a071da3511 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a5e06a071da3511 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a5e06a071da3511 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a5e06a071da3511 .grid-list .category-name {
  font-size: 12px;
}
#a5e06a071da3511 .grid-list .category-name a {
  color: #777;
}
#a5e06a071da3511 .grid-list .title,
#a5e06a071da3511 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a5e06a071da3511 .grid-list .title a,
#a5e06a071da3511 .grid-list .subTitle a {
  color: #191919;
}
#a5e06a071da3511 .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;
}
#a5e06a071da3511 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a5e06a071da3511 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a5e06a071da3511 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a5e06a071da3511 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #0b99c7;
  line-height: 22px;
}
#a5e06a071da3511 .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a5e06a071da3511 .grid-list .product:hover {
  background-color: auto;
}
#a5e06a071da3511 .grid-list .product:hover .title a {
  color: #444;
}
#a5e06a071da3511 .grid-list .product:hover .subTitle {
  color: auto;
}
#a5e06a071da3511 .grid-list .product:hover .category {
  color: auto;
}
#a5e06a071da3511 .grid-list .product:hover .abstract {
  color: auto;
}
#a5e06a071da3511 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a5e06a071da3511 .grid-list .product-info {
    min-height: 0;
  }
  #a5e06a071da3511 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a5e06a071da3511 .grid-list .product-buttons {
    display: none;
  }
}
#a9dc3a909ba2df8 [data-item="undefined"] {text-align: center;}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a81eba59aaa72b0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6ac9a477aa2294 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad222af563adbb2 .uk-container {
  line-height: 2;
  color: #999;
}
#a2a53a0ad0aefa2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a2a53a0ad0aefa2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a53a0ad0aefa2 .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;
}
#a2a53a0ad0aefa2 .menu-list > li > a {
  padding: 0 15px;
}
#a2a53a0ad0aefa2 .menu-list > li:hover:before {
  height: 100%;
}
#a2a53a0ad0aefa2 .menu-list > li:hover:after {
  color: auto;
}
#a2a53a0ad0aefa2 .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: "|";
}
#a2a53a0ad0aefa2 .menu-list > li:first-child:after {
  content: "";
}
#a2a53a0ad0aefa2 .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);
}
#a2a53a0ad0aefa2 .menu-list > li ul li {
  position: relative;
}
#a2a53a0ad0aefa2 .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;
}
#a2a53a0ad0aefa2 .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;
}
#a2a53a0ad0aefa2 .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#a2a53a0ad0aefa2 li ul,
#a2a53a0ad0aefa2 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a2a53a0ad0aefa2 li:hover > ul {
  left: auto;
}
#a2a53a0ad0aefa2 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9ab9a9159a8252 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a9ab9a9159a8252 .site-language-menu a:hover {
  color: #6a6769;
}
#a9ab9a9159a8252 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a9ab9a9159a8252 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a9ab9a9159a8252 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a9ab9a9159a8252 .uk-dropdown li a:hover {
  color: #222;
}
#a9ab9a9159a8252 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#a5a72a1bd2a2204 > .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;}#a9383ac924a6a02 > .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;}#a9597a7214a6886 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9597a7214a6886 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9597a7214a6886 .ap-icon {
  margin-right: 6px;
}
#a9597a7214a6886 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  text-align: left;
  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;
}
#a9597a7214a6886 .menu-list > li.icon-bottom > a,
#a9597a7214a6886 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9597a7214a6886 .menu-list > li.icon-bottom > a .ap-icon,
#a9597a7214a6886 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9597a7214a6886 .menu-list > li.icon-bottom > a .ap-icon svg,
#a9597a7214a6886 .menu-list > li.icon-top > a .ap-icon svg,
#a9597a7214a6886 .menu-list > li.icon-bottom > a .ap-icon img,
#a9597a7214a6886 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9597a7214a6886 .menu-list > li.icon-right > a .ap-icon,
#a9597a7214a6886 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9597a7214a6886 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9597a7214a6886 .menu-list > li:hover > a,
#a9597a7214a6886 .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;
}
#a9597a7214a6886 .menu-list > li.active > a {
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a9597a7214a6886 .menu-list ul,
#a9597a7214a6886 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9597a7214a6886 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a9597a7214a6886 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9597a7214a6886 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9597a7214a6886 .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;
}
#a9d37a503caa103 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9d37a503caa103 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9d37a503caa103 .ap-icon {
  margin-right: 6px;
}
#a9d37a503caa103 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
  text-align: left;
  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;
}
#a9d37a503caa103 .menu-list > li.icon-bottom > a,
#a9d37a503caa103 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9d37a503caa103 .menu-list > li.icon-bottom > a .ap-icon,
#a9d37a503caa103 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9d37a503caa103 .menu-list > li.icon-bottom > a .ap-icon svg,
#a9d37a503caa103 .menu-list > li.icon-top > a .ap-icon svg,
#a9d37a503caa103 .menu-list > li.icon-bottom > a .ap-icon img,
#a9d37a503caa103 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9d37a503caa103 .menu-list > li.icon-right > a .ap-icon,
#a9d37a503caa103 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9d37a503caa103 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9d37a503caa103 .menu-list > li:hover > a,
#a9d37a503caa103 .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;
}
#a9d37a503caa103 .menu-list > li.active > a {
  background-color: #009dda;
}
#a9d37a503caa103 .menu-list ul,
#a9d37a503caa103 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9d37a503caa103 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a9d37a503caa103 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9d37a503caa103 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9d37a503caa103 .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;
}
#a87e5a3b53af406 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a87e5a3b53af406 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a87e5a3b53af406 .ap-icon {
  margin-right: 6px;
}
#a87e5a3b53af406 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  text-align: left;
  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;
}
#a87e5a3b53af406 .menu-list > li.icon-bottom > a,
#a87e5a3b53af406 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a87e5a3b53af406 .menu-list > li.icon-bottom > a .ap-icon,
#a87e5a3b53af406 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a87e5a3b53af406 .menu-list > li.icon-bottom > a .ap-icon svg,
#a87e5a3b53af406 .menu-list > li.icon-top > a .ap-icon svg,
#a87e5a3b53af406 .menu-list > li.icon-bottom > a .ap-icon img,
#a87e5a3b53af406 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a87e5a3b53af406 .menu-list > li.icon-right > a .ap-icon,
#a87e5a3b53af406 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a87e5a3b53af406 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a87e5a3b53af406 .menu-list > li:hover > a,
#a87e5a3b53af406 .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;
}
#a87e5a3b53af406 .menu-list > li.active > a {
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a87e5a3b53af406 .menu-list ul,
#a87e5a3b53af406 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a87e5a3b53af406 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a87e5a3b53af406 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a87e5a3b53af406 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a87e5a3b53af406 .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;
}
#ac812ac142a93a1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ac812ac142a93a1 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ac812ac142a93a1 .ap-icon {
  margin-right: 6px;
}
#ac812ac142a93a1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#ac812ac142a93a1 .menu-list > li.icon-bottom > a,
#ac812ac142a93a1 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ac812ac142a93a1 .menu-list > li.icon-bottom > a .ap-icon,
#ac812ac142a93a1 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ac812ac142a93a1 .menu-list > li.icon-bottom > a .ap-icon svg,
#ac812ac142a93a1 .menu-list > li.icon-top > a .ap-icon svg,
#ac812ac142a93a1 .menu-list > li.icon-bottom > a .ap-icon img,
#ac812ac142a93a1 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ac812ac142a93a1 .menu-list > li.icon-right > a .ap-icon,
#ac812ac142a93a1 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ac812ac142a93a1 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ac812ac142a93a1 .menu-list > li:hover > a,
#ac812ac142a93a1 .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;
}
#ac812ac142a93a1 .menu-list ul,
#ac812ac142a93a1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ac812ac142a93a1 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ac812ac142a93a1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac812ac142a93a1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac812ac142a93a1 .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;
}
#acd98aded1a37b3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#acd98aded1a37b3 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#acd98aded1a37b3 .ap-icon {
  margin-right: 6px;
}
#acd98aded1a37b3 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#acd98aded1a37b3 .menu-list > li.icon-bottom > a,
#acd98aded1a37b3 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#acd98aded1a37b3 .menu-list > li.icon-bottom > a .ap-icon,
#acd98aded1a37b3 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#acd98aded1a37b3 .menu-list > li.icon-bottom > a .ap-icon svg,
#acd98aded1a37b3 .menu-list > li.icon-top > a .ap-icon svg,
#acd98aded1a37b3 .menu-list > li.icon-bottom > a .ap-icon img,
#acd98aded1a37b3 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#acd98aded1a37b3 .menu-list > li.icon-right > a .ap-icon,
#acd98aded1a37b3 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#acd98aded1a37b3 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#acd98aded1a37b3 .menu-list > li:hover > a,
#acd98aded1a37b3 .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;
}
#acd98aded1a37b3 .menu-list > li.active > a {
  background-color: #009dda;
}
#acd98aded1a37b3 .menu-list ul,
#acd98aded1a37b3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#acd98aded1a37b3 .menu-list ul {
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}
#acd98aded1a37b3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#acd98aded1a37b3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#acd98aded1a37b3 .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;
}
#a8c64a3f74ac88d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8c64a3f74ac88d .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8c64a3f74ac88d .ap-icon {
  margin-right: 6px;
}
#a8c64a3f74ac88d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a8c64a3f74ac88d .menu-list > li.icon-bottom > a,
#a8c64a3f74ac88d .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8c64a3f74ac88d .menu-list > li.icon-bottom > a .ap-icon,
#a8c64a3f74ac88d .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8c64a3f74ac88d .menu-list > li.icon-bottom > a .ap-icon svg,
#a8c64a3f74ac88d .menu-list > li.icon-top > a .ap-icon svg,
#a8c64a3f74ac88d .menu-list > li.icon-bottom > a .ap-icon img,
#a8c64a3f74ac88d .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8c64a3f74ac88d .menu-list > li.icon-right > a .ap-icon,
#a8c64a3f74ac88d .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8c64a3f74ac88d .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8c64a3f74ac88d .menu-list > li:hover > a,
#a8c64a3f74ac88d .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;
}
#a8c64a3f74ac88d .menu-list > li.active > a {
  background-color: #009dda;
}
#a8c64a3f74ac88d .menu-list ul,
#a8c64a3f74ac88d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8c64a3f74ac88d .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a8c64a3f74ac88d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8c64a3f74ac88d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8c64a3f74ac88d .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;
}
#acc50a4749a3658 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#acc50a4749a3658 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#acc50a4749a3658 .ap-icon {
  margin-right: 6px;
}
#acc50a4749a3658 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#acc50a4749a3658 .menu-list > li.icon-bottom > a,
#acc50a4749a3658 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#acc50a4749a3658 .menu-list > li.icon-bottom > a .ap-icon,
#acc50a4749a3658 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#acc50a4749a3658 .menu-list > li.icon-bottom > a .ap-icon svg,
#acc50a4749a3658 .menu-list > li.icon-top > a .ap-icon svg,
#acc50a4749a3658 .menu-list > li.icon-bottom > a .ap-icon img,
#acc50a4749a3658 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#acc50a4749a3658 .menu-list > li.icon-right > a .ap-icon,
#acc50a4749a3658 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#acc50a4749a3658 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#acc50a4749a3658 .menu-list > li:hover > a,
#acc50a4749a3658 .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;
}
#acc50a4749a3658 .menu-list ul,
#acc50a4749a3658 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#acc50a4749a3658 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#acc50a4749a3658 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#acc50a4749a3658 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#acc50a4749a3658 .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;
}
#a2b24aac22afe40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2b24aac22afe40 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2b24aac22afe40 .ap-icon {
  margin-right: 6px;
}
#a2b24aac22afe40 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a2b24aac22afe40 .menu-list > li.icon-bottom > a,
#a2b24aac22afe40 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2b24aac22afe40 .menu-list > li.icon-bottom > a .ap-icon,
#a2b24aac22afe40 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2b24aac22afe40 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2b24aac22afe40 .menu-list > li.icon-top > a .ap-icon svg,
#a2b24aac22afe40 .menu-list > li.icon-bottom > a .ap-icon img,
#a2b24aac22afe40 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2b24aac22afe40 .menu-list > li.icon-right > a .ap-icon,
#a2b24aac22afe40 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2b24aac22afe40 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2b24aac22afe40 .menu-list > li:hover > a,
#a2b24aac22afe40 .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;
}
#a2b24aac22afe40 .menu-list > li.active > a {
  background-color: #009dda;
}
#a2b24aac22afe40 .menu-list ul,
#a2b24aac22afe40 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2b24aac22afe40 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a2b24aac22afe40 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2b24aac22afe40 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2b24aac22afe40 .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;
}
#a041baa759a9880 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a041baa759a9880 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a041baa759a9880 .ap-icon {
  margin-right: 6px;
}
#a041baa759a9880 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#a041baa759a9880 .menu-list > li.icon-bottom > a,
#a041baa759a9880 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a041baa759a9880 .menu-list > li.icon-bottom > a .ap-icon,
#a041baa759a9880 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a041baa759a9880 .menu-list > li.icon-bottom > a .ap-icon svg,
#a041baa759a9880 .menu-list > li.icon-top > a .ap-icon svg,
#a041baa759a9880 .menu-list > li.icon-bottom > a .ap-icon img,
#a041baa759a9880 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a041baa759a9880 .menu-list > li.icon-right > a .ap-icon,
#a041baa759a9880 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a041baa759a9880 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a041baa759a9880 .menu-list > li:hover > a,
#a041baa759a9880 .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;
}
#a041baa759a9880 .menu-list > li.active > a {
  background-color: #009dda;
}
#a041baa759a9880 .menu-list ul,
#a041baa759a9880 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a041baa759a9880 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a041baa759a9880 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a041baa759a9880 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a041baa759a9880 .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;
}
#ac829a6ccda6290 {
  pointer-events: none;
}
#ac829a6ccda6290 .menu-list {
  width: 100%;
  background: #d03322;
}
#ac829a6ccda6290 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ac829a6ccda6290 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ac829a6ccda6290 .menu-list .menu-header {
  background-color: #d03322;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#ac829a6ccda6290 .menu-list .menu-header svg,
#ac829a6ccda6290 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ac829a6ccda6290 .menu-list > ul {
  position: relative;
}
#ac829a6ccda6290 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ac829a6ccda6290 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #d03322;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
  margin-bottom: 20px;
}
#ac829a6ccda6290 .menu-list > ul > li.active > a,
#ac829a6ccda6290 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#ac829a6ccda6290 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ac829a6ccda6290 .menu-list > ul > li a img,
#ac829a6ccda6290 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ac829a6ccda6290 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ac829a6ccda6290 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ac829a6ccda6290 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ac829a6ccda6290 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ac829a6ccda6290 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#ac829a6ccda6290 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #d03322;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ac829a6ccda6290 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ac829a6ccda6290 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ac829a6ccda6290 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
#a7dc3a9ca1a664e .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a7dc3a9ca1a664e .grid-list .product-item {
  overflow: hidden;
}
#a7dc3a9ca1a664e .grid-list .product-preview .img {
  display: block;
}
#a7dc3a9ca1a664e .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a7dc3a9ca1a664e .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;
}
#a7dc3a9ca1a664e .grid-list .product-info {
  min-height: 110px;
}
#a7dc3a9ca1a664e .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a7dc3a9ca1a664e .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a7dc3a9ca1a664e .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a7dc3a9ca1a664e .grid-list .category-name {
  font-size: 12px;
}
#a7dc3a9ca1a664e .grid-list .category-name a {
  color: #777;
}
#a7dc3a9ca1a664e .grid-list .title,
#a7dc3a9ca1a664e .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a7dc3a9ca1a664e .grid-list .title a,
#a7dc3a9ca1a664e .grid-list .subTitle a {
  color: #191919;
}
#a7dc3a9ca1a664e .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;
}
#a7dc3a9ca1a664e .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a7dc3a9ca1a664e .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a7dc3a9ca1a664e .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a7dc3a9ca1a664e .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #0b99c7;
  line-height: 22px;
}
#a7dc3a9ca1a664e .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a7dc3a9ca1a664e .grid-list .product:hover {
  background-color: auto;
}
#a7dc3a9ca1a664e .grid-list .product:hover .title a {
  color: #444;
}
#a7dc3a9ca1a664e .grid-list .product:hover .subTitle {
  color: auto;
}
#a7dc3a9ca1a664e .grid-list .product:hover .category {
  color: auto;
}
#a7dc3a9ca1a664e .grid-list .product:hover .abstract {
  color: auto;
}
#a7dc3a9ca1a664e .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a7dc3a9ca1a664e .grid-list .product-info {
    min-height: 0;
  }
  #a7dc3a9ca1a664e .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a7dc3a9ca1a664e .grid-list .product-buttons {
    display: none;
  }
}
#a0144a406ca9494 [data-item="undefined"] {text-align: center;}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a1765a2598a3d9d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac324a1432a039f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a610aaad4ca476d .uk-container {
  line-height: 2;
  color: #999;
}
#a8853a1956ac774 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8853a1956ac774 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8853a1956ac774 .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;
}
#a8853a1956ac774 .menu-list > li > a {
  padding: 0 15px;
}
#a8853a1956ac774 .menu-list > li:hover:before {
  height: 100%;
}
#a8853a1956ac774 .menu-list > li:hover:after {
  color: auto;
}
#a8853a1956ac774 .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: "|";
}
#a8853a1956ac774 .menu-list > li:first-child:after {
  content: "";
}
#a8853a1956ac774 .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);
}
#a8853a1956ac774 .menu-list > li ul li {
  position: relative;
}
#a8853a1956ac774 .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;
}
#a8853a1956ac774 .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;
}
#a8853a1956ac774 .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#a8853a1956ac774 li ul,
#a8853a1956ac774 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8853a1956ac774 li:hover > ul {
  left: auto;
}
#a8853a1956ac774 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1a59a4ea3acdee .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a1a59a4ea3acdee .site-language-menu a:hover {
  color: #6a6769;
}
#a1a59a4ea3acdee .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a1a59a4ea3acdee .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a1a59a4ea3acdee .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a1a59a4ea3acdee .uk-dropdown li a:hover {
  color: #222;
}
#a1a59a4ea3acdee .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#a1c6eab2ebab0b1 > .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;}#abcb2a1923a7178 > .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;}#a43eba961ca0e5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a43eba961ca0e5e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a43eba961ca0e5e .ap-icon {
  margin-right: 6px;
}
#a43eba961ca0e5e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  text-align: left;
  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;
}
#a43eba961ca0e5e .menu-list > li.icon-bottom > a,
#a43eba961ca0e5e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a43eba961ca0e5e .menu-list > li.icon-bottom > a .ap-icon,
#a43eba961ca0e5e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a43eba961ca0e5e .menu-list > li.icon-bottom > a .ap-icon svg,
#a43eba961ca0e5e .menu-list > li.icon-top > a .ap-icon svg,
#a43eba961ca0e5e .menu-list > li.icon-bottom > a .ap-icon img,
#a43eba961ca0e5e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a43eba961ca0e5e .menu-list > li.icon-right > a .ap-icon,
#a43eba961ca0e5e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a43eba961ca0e5e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a43eba961ca0e5e .menu-list > li:hover > a,
#a43eba961ca0e5e .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;
}
#a43eba961ca0e5e .menu-list > li.active > a {
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a43eba961ca0e5e .menu-list ul,
#a43eba961ca0e5e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a43eba961ca0e5e .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a43eba961ca0e5e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a43eba961ca0e5e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a43eba961ca0e5e .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;
}
#a2bccab96ca914f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2bccab96ca914f .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2bccab96ca914f .ap-icon {
  margin-right: 6px;
}
#a2bccab96ca914f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
  text-align: left;
  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;
}
#a2bccab96ca914f .menu-list > li.icon-bottom > a,
#a2bccab96ca914f .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2bccab96ca914f .menu-list > li.icon-bottom > a .ap-icon,
#a2bccab96ca914f .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2bccab96ca914f .menu-list > li.icon-bottom > a .ap-icon svg,
#a2bccab96ca914f .menu-list > li.icon-top > a .ap-icon svg,
#a2bccab96ca914f .menu-list > li.icon-bottom > a .ap-icon img,
#a2bccab96ca914f .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2bccab96ca914f .menu-list > li.icon-right > a .ap-icon,
#a2bccab96ca914f .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2bccab96ca914f .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2bccab96ca914f .menu-list > li:hover > a,
#a2bccab96ca914f .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;
}
#a2bccab96ca914f .menu-list > li.active > a {
  background-color: #009dda;
}
#a2bccab96ca914f .menu-list ul,
#a2bccab96ca914f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2bccab96ca914f .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a2bccab96ca914f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2bccab96ca914f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2bccab96ca914f .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;
}
#a3c3ca65cda2dc5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3c3ca65cda2dc5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3c3ca65cda2dc5 .ap-icon {
  margin-right: 6px;
}
#a3c3ca65cda2dc5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  text-align: left;
  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;
}
#a3c3ca65cda2dc5 .menu-list > li.icon-bottom > a,
#a3c3ca65cda2dc5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3c3ca65cda2dc5 .menu-list > li.icon-bottom > a .ap-icon,
#a3c3ca65cda2dc5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3c3ca65cda2dc5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3c3ca65cda2dc5 .menu-list > li.icon-top > a .ap-icon svg,
#a3c3ca65cda2dc5 .menu-list > li.icon-bottom > a .ap-icon img,
#a3c3ca65cda2dc5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3c3ca65cda2dc5 .menu-list > li.icon-right > a .ap-icon,
#a3c3ca65cda2dc5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3c3ca65cda2dc5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3c3ca65cda2dc5 .menu-list > li:hover > a,
#a3c3ca65cda2dc5 .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;
}
#a3c3ca65cda2dc5 .menu-list > li.active > a {
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a3c3ca65cda2dc5 .menu-list ul,
#a3c3ca65cda2dc5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3c3ca65cda2dc5 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a3c3ca65cda2dc5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3c3ca65cda2dc5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3c3ca65cda2dc5 .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;
}
#a088fa8b74aec53 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a088fa8b74aec53 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a088fa8b74aec53 .ap-icon {
  margin-right: 6px;
}
#a088fa8b74aec53 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a088fa8b74aec53 .menu-list > li.icon-bottom > a,
#a088fa8b74aec53 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a088fa8b74aec53 .menu-list > li.icon-bottom > a .ap-icon,
#a088fa8b74aec53 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a088fa8b74aec53 .menu-list > li.icon-bottom > a .ap-icon svg,
#a088fa8b74aec53 .menu-list > li.icon-top > a .ap-icon svg,
#a088fa8b74aec53 .menu-list > li.icon-bottom > a .ap-icon img,
#a088fa8b74aec53 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a088fa8b74aec53 .menu-list > li.icon-right > a .ap-icon,
#a088fa8b74aec53 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a088fa8b74aec53 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a088fa8b74aec53 .menu-list > li:hover > a,
#a088fa8b74aec53 .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;
}
#a088fa8b74aec53 .menu-list ul,
#a088fa8b74aec53 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a088fa8b74aec53 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a088fa8b74aec53 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a088fa8b74aec53 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a088fa8b74aec53 .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;
}
#a655eaf9e2aff77 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a655eaf9e2aff77 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a655eaf9e2aff77 .ap-icon {
  margin-right: 6px;
}
#a655eaf9e2aff77 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#a655eaf9e2aff77 .menu-list > li.icon-bottom > a,
#a655eaf9e2aff77 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a655eaf9e2aff77 .menu-list > li.icon-bottom > a .ap-icon,
#a655eaf9e2aff77 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a655eaf9e2aff77 .menu-list > li.icon-bottom > a .ap-icon svg,
#a655eaf9e2aff77 .menu-list > li.icon-top > a .ap-icon svg,
#a655eaf9e2aff77 .menu-list > li.icon-bottom > a .ap-icon img,
#a655eaf9e2aff77 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a655eaf9e2aff77 .menu-list > li.icon-right > a .ap-icon,
#a655eaf9e2aff77 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a655eaf9e2aff77 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a655eaf9e2aff77 .menu-list > li:hover > a,
#a655eaf9e2aff77 .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;
}
#a655eaf9e2aff77 .menu-list > li.active > a {
  background-color: #009dda;
}
#a655eaf9e2aff77 .menu-list ul,
#a655eaf9e2aff77 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a655eaf9e2aff77 .menu-list ul {
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}
#a655eaf9e2aff77 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a655eaf9e2aff77 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a655eaf9e2aff77 .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;
}
#a5c7fa6e6da0f7d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a5c7fa6e6da0f7d .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a5c7fa6e6da0f7d .ap-icon {
  margin-right: 6px;
}
#a5c7fa6e6da0f7d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a5c7fa6e6da0f7d .menu-list > li.icon-bottom > a,
#a5c7fa6e6da0f7d .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a5c7fa6e6da0f7d .menu-list > li.icon-bottom > a .ap-icon,
#a5c7fa6e6da0f7d .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a5c7fa6e6da0f7d .menu-list > li.icon-bottom > a .ap-icon svg,
#a5c7fa6e6da0f7d .menu-list > li.icon-top > a .ap-icon svg,
#a5c7fa6e6da0f7d .menu-list > li.icon-bottom > a .ap-icon img,
#a5c7fa6e6da0f7d .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a5c7fa6e6da0f7d .menu-list > li.icon-right > a .ap-icon,
#a5c7fa6e6da0f7d .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a5c7fa6e6da0f7d .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a5c7fa6e6da0f7d .menu-list > li:hover > a,
#a5c7fa6e6da0f7d .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;
}
#a5c7fa6e6da0f7d .menu-list > li.active > a {
  background-color: #009dda;
}
#a5c7fa6e6da0f7d .menu-list ul,
#a5c7fa6e6da0f7d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5c7fa6e6da0f7d .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a5c7fa6e6da0f7d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5c7fa6e6da0f7d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5c7fa6e6da0f7d .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;
}
#a13a9a4fb4ac0e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a13a9a4fb4ac0e8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a13a9a4fb4ac0e8 .ap-icon {
  margin-right: 6px;
}
#a13a9a4fb4ac0e8 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a13a9a4fb4ac0e8 .menu-list > li.icon-bottom > a,
#a13a9a4fb4ac0e8 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a13a9a4fb4ac0e8 .menu-list > li.icon-bottom > a .ap-icon,
#a13a9a4fb4ac0e8 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a13a9a4fb4ac0e8 .menu-list > li.icon-bottom > a .ap-icon svg,
#a13a9a4fb4ac0e8 .menu-list > li.icon-top > a .ap-icon svg,
#a13a9a4fb4ac0e8 .menu-list > li.icon-bottom > a .ap-icon img,
#a13a9a4fb4ac0e8 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a13a9a4fb4ac0e8 .menu-list > li.icon-right > a .ap-icon,
#a13a9a4fb4ac0e8 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a13a9a4fb4ac0e8 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a13a9a4fb4ac0e8 .menu-list > li:hover > a,
#a13a9a4fb4ac0e8 .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;
}
#a13a9a4fb4ac0e8 .menu-list ul,
#a13a9a4fb4ac0e8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a13a9a4fb4ac0e8 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a13a9a4fb4ac0e8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a13a9a4fb4ac0e8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a13a9a4fb4ac0e8 .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;
}
#a24e6a840baa926 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a24e6a840baa926 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a24e6a840baa926 .ap-icon {
  margin-right: 6px;
}
#a24e6a840baa926 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a24e6a840baa926 .menu-list > li.icon-bottom > a,
#a24e6a840baa926 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a24e6a840baa926 .menu-list > li.icon-bottom > a .ap-icon,
#a24e6a840baa926 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a24e6a840baa926 .menu-list > li.icon-bottom > a .ap-icon svg,
#a24e6a840baa926 .menu-list > li.icon-top > a .ap-icon svg,
#a24e6a840baa926 .menu-list > li.icon-bottom > a .ap-icon img,
#a24e6a840baa926 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a24e6a840baa926 .menu-list > li.icon-right > a .ap-icon,
#a24e6a840baa926 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a24e6a840baa926 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a24e6a840baa926 .menu-list > li:hover > a,
#a24e6a840baa926 .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;
}
#a24e6a840baa926 .menu-list > li.active > a {
  background-color: #009dda;
}
#a24e6a840baa926 .menu-list ul,
#a24e6a840baa926 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a24e6a840baa926 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a24e6a840baa926 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a24e6a840baa926 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a24e6a840baa926 .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;
}
#a884fad73aa3cff .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a884fad73aa3cff .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a884fad73aa3cff .ap-icon {
  margin-right: 6px;
}
#a884fad73aa3cff .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#a884fad73aa3cff .menu-list > li.icon-bottom > a,
#a884fad73aa3cff .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a884fad73aa3cff .menu-list > li.icon-bottom > a .ap-icon,
#a884fad73aa3cff .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a884fad73aa3cff .menu-list > li.icon-bottom > a .ap-icon svg,
#a884fad73aa3cff .menu-list > li.icon-top > a .ap-icon svg,
#a884fad73aa3cff .menu-list > li.icon-bottom > a .ap-icon img,
#a884fad73aa3cff .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a884fad73aa3cff .menu-list > li.icon-right > a .ap-icon,
#a884fad73aa3cff .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a884fad73aa3cff .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a884fad73aa3cff .menu-list > li:hover > a,
#a884fad73aa3cff .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;
}
#a884fad73aa3cff .menu-list > li.active > a {
  background-color: #009dda;
}
#a884fad73aa3cff .menu-list ul,
#a884fad73aa3cff .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a884fad73aa3cff .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a884fad73aa3cff .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a884fad73aa3cff .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a884fad73aa3cff .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;
}
#a2032a8444a34a9 {
  pointer-events: none;
}
#a2032a8444a34a9 .menu-list {
  width: 100%;
  background: #d03322;
}
#a2032a8444a34a9 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2032a8444a34a9 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2032a8444a34a9 .menu-list .menu-header {
  background-color: #d03322;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#a2032a8444a34a9 .menu-list .menu-header svg,
#a2032a8444a34a9 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2032a8444a34a9 .menu-list > ul {
  position: relative;
}
#a2032a8444a34a9 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a2032a8444a34a9 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #d03322;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
  margin-bottom: 20px;
}
#a2032a8444a34a9 .menu-list > ul > li.active > a,
#a2032a8444a34a9 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#a2032a8444a34a9 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2032a8444a34a9 .menu-list > ul > li a img,
#a2032a8444a34a9 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2032a8444a34a9 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a2032a8444a34a9 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a2032a8444a34a9 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2032a8444a34a9 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2032a8444a34a9 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a2032a8444a34a9 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #d03322;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2032a8444a34a9 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2032a8444a34a9 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a2032a8444a34a9 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
#ab543a6c85a0856 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#ab543a6c85a0856 .grid-list .product-item {
  overflow: hidden;
}
#ab543a6c85a0856 .grid-list .product-preview .img {
  display: block;
}
#ab543a6c85a0856 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#ab543a6c85a0856 .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;
}
#ab543a6c85a0856 .grid-list .product-info {
  min-height: 110px;
}
#ab543a6c85a0856 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#ab543a6c85a0856 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#ab543a6c85a0856 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#ab543a6c85a0856 .grid-list .category-name {
  font-size: 12px;
}
#ab543a6c85a0856 .grid-list .category-name a {
  color: #777;
}
#ab543a6c85a0856 .grid-list .title,
#ab543a6c85a0856 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#ab543a6c85a0856 .grid-list .title a,
#ab543a6c85a0856 .grid-list .subTitle a {
  color: #191919;
}
#ab543a6c85a0856 .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;
}
#ab543a6c85a0856 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#ab543a6c85a0856 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#ab543a6c85a0856 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#ab543a6c85a0856 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #0b99c7;
  line-height: 22px;
}
#ab543a6c85a0856 .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#ab543a6c85a0856 .grid-list .product:hover {
  background-color: auto;
}
#ab543a6c85a0856 .grid-list .product:hover .title a {
  color: #444;
}
#ab543a6c85a0856 .grid-list .product:hover .subTitle {
  color: auto;
}
#ab543a6c85a0856 .grid-list .product:hover .category {
  color: auto;
}
#ab543a6c85a0856 .grid-list .product:hover .abstract {
  color: auto;
}
#ab543a6c85a0856 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #ab543a6c85a0856 .grid-list .product-info {
    min-height: 0;
  }
  #ab543a6c85a0856 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #ab543a6c85a0856 .grid-list .product-buttons {
    display: none;
  }
}
#a3f17a85e7accd7 [data-item="undefined"] {text-align: center;}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a1f9ea88cda85aa .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acb27a7544a265b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad0d8a8c33a3372 .uk-container {
  line-height: 2;
  color: #999;
}
#a18a7a908aa7739 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a18a7a908aa7739 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a18a7a908aa7739 .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;
}
#a18a7a908aa7739 .menu-list > li > a {
  padding: 0 15px;
}
#a18a7a908aa7739 .menu-list > li:hover:before {
  height: 100%;
}
#a18a7a908aa7739 .menu-list > li:hover:after {
  color: auto;
}
#a18a7a908aa7739 .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: "|";
}
#a18a7a908aa7739 .menu-list > li:first-child:after {
  content: "";
}
#a18a7a908aa7739 .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);
}
#a18a7a908aa7739 .menu-list > li ul li {
  position: relative;
}
#a18a7a908aa7739 .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;
}
#a18a7a908aa7739 .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;
}
#a18a7a908aa7739 .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#a18a7a908aa7739 li ul,
#a18a7a908aa7739 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a18a7a908aa7739 li:hover > ul {
  left: auto;
}
#a18a7a908aa7739 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#add16ae3b4a9726 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#add16ae3b4a9726 .site-language-menu a:hover {
  color: #6a6769;
}
#add16ae3b4a9726 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#add16ae3b4a9726 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#add16ae3b4a9726 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#add16ae3b4a9726 .uk-dropdown li a:hover {
  color: #222;
}
#add16ae3b4a9726 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#a6a85a7845a3a93 > .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;}#a8317a45b8abc0d > .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;}#a99a7a6737a0254 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a99a7a6737a0254 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a99a7a6737a0254 .ap-icon {
  margin-right: 6px;
}
#a99a7a6737a0254 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  text-align: left;
  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;
}
#a99a7a6737a0254 .menu-list > li.icon-bottom > a,
#a99a7a6737a0254 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a99a7a6737a0254 .menu-list > li.icon-bottom > a .ap-icon,
#a99a7a6737a0254 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a99a7a6737a0254 .menu-list > li.icon-bottom > a .ap-icon svg,
#a99a7a6737a0254 .menu-list > li.icon-top > a .ap-icon svg,
#a99a7a6737a0254 .menu-list > li.icon-bottom > a .ap-icon img,
#a99a7a6737a0254 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a99a7a6737a0254 .menu-list > li.icon-right > a .ap-icon,
#a99a7a6737a0254 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a99a7a6737a0254 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a99a7a6737a0254 .menu-list > li:hover > a,
#a99a7a6737a0254 .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;
}
#a99a7a6737a0254 .menu-list > li.active > a {
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a99a7a6737a0254 .menu-list ul,
#a99a7a6737a0254 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a99a7a6737a0254 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a99a7a6737a0254 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a99a7a6737a0254 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a99a7a6737a0254 .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;
}
#a44f3a02d8a3e04 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f3a02d8a3e04 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f3a02d8a3e04 .ap-icon {
  margin-right: 6px;
}
#a44f3a02d8a3e04 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
  text-align: left;
  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;
}
#a44f3a02d8a3e04 .menu-list > li.icon-bottom > a,
#a44f3a02d8a3e04 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f3a02d8a3e04 .menu-list > li.icon-bottom > a .ap-icon,
#a44f3a02d8a3e04 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f3a02d8a3e04 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f3a02d8a3e04 .menu-list > li.icon-top > a .ap-icon svg,
#a44f3a02d8a3e04 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f3a02d8a3e04 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f3a02d8a3e04 .menu-list > li.icon-right > a .ap-icon,
#a44f3a02d8a3e04 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f3a02d8a3e04 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f3a02d8a3e04 .menu-list > li:hover > a,
#a44f3a02d8a3e04 .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;
}
#a44f3a02d8a3e04 .menu-list > li.active > a {
  background-color: #009dda;
}
#a44f3a02d8a3e04 .menu-list ul,
#a44f3a02d8a3e04 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f3a02d8a3e04 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f3a02d8a3e04 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f3a02d8a3e04 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f3a02d8a3e04 .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;
}
#a5284aa593ae67e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a5284aa593ae67e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a5284aa593ae67e .ap-icon {
  margin-right: 6px;
}
#a5284aa593ae67e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  text-align: left;
  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;
}
#a5284aa593ae67e .menu-list > li.icon-bottom > a,
#a5284aa593ae67e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a5284aa593ae67e .menu-list > li.icon-bottom > a .ap-icon,
#a5284aa593ae67e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a5284aa593ae67e .menu-list > li.icon-bottom > a .ap-icon svg,
#a5284aa593ae67e .menu-list > li.icon-top > a .ap-icon svg,
#a5284aa593ae67e .menu-list > li.icon-bottom > a .ap-icon img,
#a5284aa593ae67e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a5284aa593ae67e .menu-list > li.icon-right > a .ap-icon,
#a5284aa593ae67e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a5284aa593ae67e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a5284aa593ae67e .menu-list > li:hover > a,
#a5284aa593ae67e .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;
}
#a5284aa593ae67e .menu-list > li.active > a {
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a5284aa593ae67e .menu-list ul,
#a5284aa593ae67e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5284aa593ae67e .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a5284aa593ae67e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5284aa593ae67e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5284aa593ae67e .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;
}
#af7aaa1748a0f7a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#af7aaa1748a0f7a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#af7aaa1748a0f7a .ap-icon {
  margin-right: 6px;
}
#af7aaa1748a0f7a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#af7aaa1748a0f7a .menu-list > li.icon-bottom > a,
#af7aaa1748a0f7a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#af7aaa1748a0f7a .menu-list > li.icon-bottom > a .ap-icon,
#af7aaa1748a0f7a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#af7aaa1748a0f7a .menu-list > li.icon-bottom > a .ap-icon svg,
#af7aaa1748a0f7a .menu-list > li.icon-top > a .ap-icon svg,
#af7aaa1748a0f7a .menu-list > li.icon-bottom > a .ap-icon img,
#af7aaa1748a0f7a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#af7aaa1748a0f7a .menu-list > li.icon-right > a .ap-icon,
#af7aaa1748a0f7a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#af7aaa1748a0f7a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#af7aaa1748a0f7a .menu-list > li:hover > a,
#af7aaa1748a0f7a .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;
}
#af7aaa1748a0f7a .menu-list ul,
#af7aaa1748a0f7a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#af7aaa1748a0f7a .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#af7aaa1748a0f7a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af7aaa1748a0f7a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af7aaa1748a0f7a .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;
}
#a3faca5c31a538f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3faca5c31a538f .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3faca5c31a538f .ap-icon {
  margin-right: 6px;
}
#a3faca5c31a538f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#a3faca5c31a538f .menu-list > li.icon-bottom > a,
#a3faca5c31a538f .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3faca5c31a538f .menu-list > li.icon-bottom > a .ap-icon,
#a3faca5c31a538f .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3faca5c31a538f .menu-list > li.icon-bottom > a .ap-icon svg,
#a3faca5c31a538f .menu-list > li.icon-top > a .ap-icon svg,
#a3faca5c31a538f .menu-list > li.icon-bottom > a .ap-icon img,
#a3faca5c31a538f .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3faca5c31a538f .menu-list > li.icon-right > a .ap-icon,
#a3faca5c31a538f .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3faca5c31a538f .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3faca5c31a538f .menu-list > li:hover > a,
#a3faca5c31a538f .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;
}
#a3faca5c31a538f .menu-list > li.active > a {
  background-color: #009dda;
}
#a3faca5c31a538f .menu-list ul,
#a3faca5c31a538f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3faca5c31a538f .menu-list ul {
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}
#a3faca5c31a538f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3faca5c31a538f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3faca5c31a538f .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;
}
#a1c09a1311aaab3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1c09a1311aaab3 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1c09a1311aaab3 .ap-icon {
  margin-right: 6px;
}
#a1c09a1311aaab3 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a1c09a1311aaab3 .menu-list > li.icon-bottom > a,
#a1c09a1311aaab3 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1c09a1311aaab3 .menu-list > li.icon-bottom > a .ap-icon,
#a1c09a1311aaab3 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1c09a1311aaab3 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1c09a1311aaab3 .menu-list > li.icon-top > a .ap-icon svg,
#a1c09a1311aaab3 .menu-list > li.icon-bottom > a .ap-icon img,
#a1c09a1311aaab3 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1c09a1311aaab3 .menu-list > li.icon-right > a .ap-icon,
#a1c09a1311aaab3 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1c09a1311aaab3 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1c09a1311aaab3 .menu-list > li:hover > a,
#a1c09a1311aaab3 .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;
}
#a1c09a1311aaab3 .menu-list > li.active > a {
  background-color: #009dda;
}
#a1c09a1311aaab3 .menu-list ul,
#a1c09a1311aaab3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1c09a1311aaab3 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a1c09a1311aaab3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1c09a1311aaab3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1c09a1311aaab3 .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;
}
#aaebea75b2a783f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aaebea75b2a783f .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aaebea75b2a783f .ap-icon {
  margin-right: 6px;
}
#aaebea75b2a783f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#aaebea75b2a783f .menu-list > li.icon-bottom > a,
#aaebea75b2a783f .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aaebea75b2a783f .menu-list > li.icon-bottom > a .ap-icon,
#aaebea75b2a783f .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aaebea75b2a783f .menu-list > li.icon-bottom > a .ap-icon svg,
#aaebea75b2a783f .menu-list > li.icon-top > a .ap-icon svg,
#aaebea75b2a783f .menu-list > li.icon-bottom > a .ap-icon img,
#aaebea75b2a783f .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aaebea75b2a783f .menu-list > li.icon-right > a .ap-icon,
#aaebea75b2a783f .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aaebea75b2a783f .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aaebea75b2a783f .menu-list > li:hover > a,
#aaebea75b2a783f .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;
}
#aaebea75b2a783f .menu-list ul,
#aaebea75b2a783f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aaebea75b2a783f .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aaebea75b2a783f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aaebea75b2a783f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aaebea75b2a783f .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;
}
#a8ad0accadac63a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8ad0accadac63a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8ad0accadac63a .ap-icon {
  margin-right: 6px;
}
#a8ad0accadac63a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a8ad0accadac63a .menu-list > li.icon-bottom > a,
#a8ad0accadac63a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8ad0accadac63a .menu-list > li.icon-bottom > a .ap-icon,
#a8ad0accadac63a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8ad0accadac63a .menu-list > li.icon-bottom > a .ap-icon svg,
#a8ad0accadac63a .menu-list > li.icon-top > a .ap-icon svg,
#a8ad0accadac63a .menu-list > li.icon-bottom > a .ap-icon img,
#a8ad0accadac63a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8ad0accadac63a .menu-list > li.icon-right > a .ap-icon,
#a8ad0accadac63a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8ad0accadac63a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8ad0accadac63a .menu-list > li:hover > a,
#a8ad0accadac63a .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;
}
#a8ad0accadac63a .menu-list > li.active > a {
  background-color: #009dda;
}
#a8ad0accadac63a .menu-list ul,
#a8ad0accadac63a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8ad0accadac63a .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a8ad0accadac63a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8ad0accadac63a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8ad0accadac63a .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;
}
#addb0adc47ad180 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#addb0adc47ad180 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#addb0adc47ad180 .ap-icon {
  margin-right: 6px;
}
#addb0adc47ad180 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#addb0adc47ad180 .menu-list > li.icon-bottom > a,
#addb0adc47ad180 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#addb0adc47ad180 .menu-list > li.icon-bottom > a .ap-icon,
#addb0adc47ad180 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#addb0adc47ad180 .menu-list > li.icon-bottom > a .ap-icon svg,
#addb0adc47ad180 .menu-list > li.icon-top > a .ap-icon svg,
#addb0adc47ad180 .menu-list > li.icon-bottom > a .ap-icon img,
#addb0adc47ad180 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#addb0adc47ad180 .menu-list > li.icon-right > a .ap-icon,
#addb0adc47ad180 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#addb0adc47ad180 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#addb0adc47ad180 .menu-list > li:hover > a,
#addb0adc47ad180 .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;
}
#addb0adc47ad180 .menu-list > li.active > a {
  background-color: #009dda;
}
#addb0adc47ad180 .menu-list ul,
#addb0adc47ad180 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#addb0adc47ad180 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#addb0adc47ad180 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#addb0adc47ad180 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#addb0adc47ad180 .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;
}
#af5c6a4ee2a1721 {
  pointer-events: none;
}
#af5c6a4ee2a1721 .menu-list {
  width: 100%;
  background: #d03322;
}
#af5c6a4ee2a1721 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#af5c6a4ee2a1721 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#af5c6a4ee2a1721 .menu-list .menu-header {
  background-color: #d03322;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#af5c6a4ee2a1721 .menu-list .menu-header svg,
#af5c6a4ee2a1721 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#af5c6a4ee2a1721 .menu-list > ul {
  position: relative;
}
#af5c6a4ee2a1721 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#af5c6a4ee2a1721 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #d03322;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
  margin-bottom: 20px;
}
#af5c6a4ee2a1721 .menu-list > ul > li.active > a,
#af5c6a4ee2a1721 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#af5c6a4ee2a1721 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#af5c6a4ee2a1721 .menu-list > ul > li a img,
#af5c6a4ee2a1721 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#af5c6a4ee2a1721 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#af5c6a4ee2a1721 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#af5c6a4ee2a1721 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#af5c6a4ee2a1721 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#af5c6a4ee2a1721 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#af5c6a4ee2a1721 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #d03322;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#af5c6a4ee2a1721 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#af5c6a4ee2a1721 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#af5c6a4ee2a1721 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
#a4e6ca1b0aa7117 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a4e6ca1b0aa7117 .grid-list .product-item {
  overflow: hidden;
}
#a4e6ca1b0aa7117 .grid-list .product-preview .img {
  display: block;
}
#a4e6ca1b0aa7117 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a4e6ca1b0aa7117 .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;
}
#a4e6ca1b0aa7117 .grid-list .product-info {
  min-height: 110px;
}
#a4e6ca1b0aa7117 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a4e6ca1b0aa7117 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a4e6ca1b0aa7117 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a4e6ca1b0aa7117 .grid-list .category-name {
  font-size: 12px;
}
#a4e6ca1b0aa7117 .grid-list .category-name a {
  color: #777;
}
#a4e6ca1b0aa7117 .grid-list .title,
#a4e6ca1b0aa7117 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a4e6ca1b0aa7117 .grid-list .title a,
#a4e6ca1b0aa7117 .grid-list .subTitle a {
  color: #191919;
}
#a4e6ca1b0aa7117 .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;
}
#a4e6ca1b0aa7117 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a4e6ca1b0aa7117 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a4e6ca1b0aa7117 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a4e6ca1b0aa7117 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #0b99c7;
  line-height: 22px;
}
#a4e6ca1b0aa7117 .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a4e6ca1b0aa7117 .grid-list .product:hover {
  background-color: auto;
}
#a4e6ca1b0aa7117 .grid-list .product:hover .title a {
  color: #444;
}
#a4e6ca1b0aa7117 .grid-list .product:hover .subTitle {
  color: auto;
}
#a4e6ca1b0aa7117 .grid-list .product:hover .category {
  color: auto;
}
#a4e6ca1b0aa7117 .grid-list .product:hover .abstract {
  color: auto;
}
#a4e6ca1b0aa7117 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a4e6ca1b0aa7117 .grid-list .product-info {
    min-height: 0;
  }
  #a4e6ca1b0aa7117 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a4e6ca1b0aa7117 .grid-list .product-buttons {
    display: none;
  }
}
#acd0faea4ea6033 [data-item="undefined"] {text-align: center;}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a39fda80e8ae2fd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a63b8a905da1bf2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4939a4fd3acc74 .uk-container {
  line-height: 2;
  color: #999;
}
#a25daa9fc6a33cd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a25daa9fc6a33cd .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a25daa9fc6a33cd .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;
}
#a25daa9fc6a33cd .menu-list > li > a {
  padding: 0 15px;
}
#a25daa9fc6a33cd .menu-list > li:hover:before {
  height: 100%;
}
#a25daa9fc6a33cd .menu-list > li:hover:after {
  color: auto;
}
#a25daa9fc6a33cd .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: "|";
}
#a25daa9fc6a33cd .menu-list > li:first-child:after {
  content: "";
}
#a25daa9fc6a33cd .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);
}
#a25daa9fc6a33cd .menu-list > li ul li {
  position: relative;
}
#a25daa9fc6a33cd .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;
}
#a25daa9fc6a33cd .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;
}
#a25daa9fc6a33cd .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#a25daa9fc6a33cd li ul,
#a25daa9fc6a33cd li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a25daa9fc6a33cd li:hover > ul {
  left: auto;
}
#a25daa9fc6a33cd li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa0f5afbc9adf9c .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#aa0f5afbc9adf9c .site-language-menu a:hover {
  color: #6a6769;
}
#aa0f5afbc9adf9c .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#aa0f5afbc9adf9c .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#aa0f5afbc9adf9c .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#aa0f5afbc9adf9c .uk-dropdown li a:hover {
  color: #222;
}
#aa0f5afbc9adf9c .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#aa360a1631a0182 > .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;}#a1073a454da5403 > .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;}#a4069a90d5a7c49 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4069a90d5a7c49 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4069a90d5a7c49 .ap-icon {
  margin-right: 6px;
}
#a4069a90d5a7c49 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  text-align: left;
  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;
}
#a4069a90d5a7c49 .menu-list > li.icon-bottom > a,
#a4069a90d5a7c49 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4069a90d5a7c49 .menu-list > li.icon-bottom > a .ap-icon,
#a4069a90d5a7c49 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4069a90d5a7c49 .menu-list > li.icon-bottom > a .ap-icon svg,
#a4069a90d5a7c49 .menu-list > li.icon-top > a .ap-icon svg,
#a4069a90d5a7c49 .menu-list > li.icon-bottom > a .ap-icon img,
#a4069a90d5a7c49 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4069a90d5a7c49 .menu-list > li.icon-right > a .ap-icon,
#a4069a90d5a7c49 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4069a90d5a7c49 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4069a90d5a7c49 .menu-list > li:hover > a,
#a4069a90d5a7c49 .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;
}
#a4069a90d5a7c49 .menu-list > li.active > a {
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a4069a90d5a7c49 .menu-list ul,
#a4069a90d5a7c49 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4069a90d5a7c49 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a4069a90d5a7c49 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4069a90d5a7c49 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4069a90d5a7c49 .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;
}
#aec17afd26abe84 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aec17afd26abe84 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aec17afd26abe84 .ap-icon {
  margin-right: 6px;
}
#aec17afd26abe84 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
  text-align: left;
  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;
}
#aec17afd26abe84 .menu-list > li.icon-bottom > a,
#aec17afd26abe84 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aec17afd26abe84 .menu-list > li.icon-bottom > a .ap-icon,
#aec17afd26abe84 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aec17afd26abe84 .menu-list > li.icon-bottom > a .ap-icon svg,
#aec17afd26abe84 .menu-list > li.icon-top > a .ap-icon svg,
#aec17afd26abe84 .menu-list > li.icon-bottom > a .ap-icon img,
#aec17afd26abe84 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aec17afd26abe84 .menu-list > li.icon-right > a .ap-icon,
#aec17afd26abe84 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aec17afd26abe84 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aec17afd26abe84 .menu-list > li:hover > a,
#aec17afd26abe84 .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;
}
#aec17afd26abe84 .menu-list > li.active > a {
  background-color: #009dda;
}
#aec17afd26abe84 .menu-list ul,
#aec17afd26abe84 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aec17afd26abe84 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aec17afd26abe84 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aec17afd26abe84 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aec17afd26abe84 .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;
}
#a71e5af822ae834 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a71e5af822ae834 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a71e5af822ae834 .ap-icon {
  margin-right: 6px;
}
#a71e5af822ae834 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  text-align: left;
  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;
}
#a71e5af822ae834 .menu-list > li.icon-bottom > a,
#a71e5af822ae834 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a71e5af822ae834 .menu-list > li.icon-bottom > a .ap-icon,
#a71e5af822ae834 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a71e5af822ae834 .menu-list > li.icon-bottom > a .ap-icon svg,
#a71e5af822ae834 .menu-list > li.icon-top > a .ap-icon svg,
#a71e5af822ae834 .menu-list > li.icon-bottom > a .ap-icon img,
#a71e5af822ae834 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a71e5af822ae834 .menu-list > li.icon-right > a .ap-icon,
#a71e5af822ae834 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a71e5af822ae834 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a71e5af822ae834 .menu-list > li:hover > a,
#a71e5af822ae834 .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;
}
#a71e5af822ae834 .menu-list > li.active > a {
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a71e5af822ae834 .menu-list ul,
#a71e5af822ae834 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a71e5af822ae834 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a71e5af822ae834 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a71e5af822ae834 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a71e5af822ae834 .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;
}
#a23cea20f7ab839 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a23cea20f7ab839 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a23cea20f7ab839 .ap-icon {
  margin-right: 6px;
}
#a23cea20f7ab839 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a23cea20f7ab839 .menu-list > li.icon-bottom > a,
#a23cea20f7ab839 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a23cea20f7ab839 .menu-list > li.icon-bottom > a .ap-icon,
#a23cea20f7ab839 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a23cea20f7ab839 .menu-list > li.icon-bottom > a .ap-icon svg,
#a23cea20f7ab839 .menu-list > li.icon-top > a .ap-icon svg,
#a23cea20f7ab839 .menu-list > li.icon-bottom > a .ap-icon img,
#a23cea20f7ab839 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a23cea20f7ab839 .menu-list > li.icon-right > a .ap-icon,
#a23cea20f7ab839 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a23cea20f7ab839 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a23cea20f7ab839 .menu-list > li:hover > a,
#a23cea20f7ab839 .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;
}
#a23cea20f7ab839 .menu-list ul,
#a23cea20f7ab839 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a23cea20f7ab839 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a23cea20f7ab839 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a23cea20f7ab839 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a23cea20f7ab839 .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;
}
#a92a6a8fd5a5ce1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a92a6a8fd5a5ce1 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a92a6a8fd5a5ce1 .ap-icon {
  margin-right: 6px;
}
#a92a6a8fd5a5ce1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#a92a6a8fd5a5ce1 .menu-list > li.icon-bottom > a,
#a92a6a8fd5a5ce1 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a92a6a8fd5a5ce1 .menu-list > li.icon-bottom > a .ap-icon,
#a92a6a8fd5a5ce1 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a92a6a8fd5a5ce1 .menu-list > li.icon-bottom > a .ap-icon svg,
#a92a6a8fd5a5ce1 .menu-list > li.icon-top > a .ap-icon svg,
#a92a6a8fd5a5ce1 .menu-list > li.icon-bottom > a .ap-icon img,
#a92a6a8fd5a5ce1 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a92a6a8fd5a5ce1 .menu-list > li.icon-right > a .ap-icon,
#a92a6a8fd5a5ce1 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a92a6a8fd5a5ce1 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a92a6a8fd5a5ce1 .menu-list > li:hover > a,
#a92a6a8fd5a5ce1 .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;
}
#a92a6a8fd5a5ce1 .menu-list > li.active > a {
  background-color: #009dda;
}
#a92a6a8fd5a5ce1 .menu-list ul,
#a92a6a8fd5a5ce1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a92a6a8fd5a5ce1 .menu-list ul {
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}
#a92a6a8fd5a5ce1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a92a6a8fd5a5ce1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a92a6a8fd5a5ce1 .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;
}
#a492aa4414ab51a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a492aa4414ab51a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a492aa4414ab51a .ap-icon {
  margin-right: 6px;
}
#a492aa4414ab51a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a492aa4414ab51a .menu-list > li.icon-bottom > a,
#a492aa4414ab51a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a492aa4414ab51a .menu-list > li.icon-bottom > a .ap-icon,
#a492aa4414ab51a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a492aa4414ab51a .menu-list > li.icon-bottom > a .ap-icon svg,
#a492aa4414ab51a .menu-list > li.icon-top > a .ap-icon svg,
#a492aa4414ab51a .menu-list > li.icon-bottom > a .ap-icon img,
#a492aa4414ab51a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a492aa4414ab51a .menu-list > li.icon-right > a .ap-icon,
#a492aa4414ab51a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a492aa4414ab51a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a492aa4414ab51a .menu-list > li:hover > a,
#a492aa4414ab51a .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;
}
#a492aa4414ab51a .menu-list > li.active > a {
  background-color: #009dda;
}
#a492aa4414ab51a .menu-list ul,
#a492aa4414ab51a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a492aa4414ab51a .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a492aa4414ab51a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a492aa4414ab51a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a492aa4414ab51a .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;
}
#a867eaa4cfa54cd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a867eaa4cfa54cd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a867eaa4cfa54cd .ap-icon {
  margin-right: 6px;
}
#a867eaa4cfa54cd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a867eaa4cfa54cd .menu-list > li.icon-bottom > a,
#a867eaa4cfa54cd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a867eaa4cfa54cd .menu-list > li.icon-bottom > a .ap-icon,
#a867eaa4cfa54cd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a867eaa4cfa54cd .menu-list > li.icon-bottom > a .ap-icon svg,
#a867eaa4cfa54cd .menu-list > li.icon-top > a .ap-icon svg,
#a867eaa4cfa54cd .menu-list > li.icon-bottom > a .ap-icon img,
#a867eaa4cfa54cd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a867eaa4cfa54cd .menu-list > li.icon-right > a .ap-icon,
#a867eaa4cfa54cd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a867eaa4cfa54cd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a867eaa4cfa54cd .menu-list > li:hover > a,
#a867eaa4cfa54cd .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;
}
#a867eaa4cfa54cd .menu-list ul,
#a867eaa4cfa54cd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a867eaa4cfa54cd .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a867eaa4cfa54cd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a867eaa4cfa54cd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a867eaa4cfa54cd .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;
}
#a1746a69d0ae0fa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1746a69d0ae0fa .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1746a69d0ae0fa .ap-icon {
  margin-right: 6px;
}
#a1746a69d0ae0fa .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a1746a69d0ae0fa .menu-list > li.icon-bottom > a,
#a1746a69d0ae0fa .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1746a69d0ae0fa .menu-list > li.icon-bottom > a .ap-icon,
#a1746a69d0ae0fa .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1746a69d0ae0fa .menu-list > li.icon-bottom > a .ap-icon svg,
#a1746a69d0ae0fa .menu-list > li.icon-top > a .ap-icon svg,
#a1746a69d0ae0fa .menu-list > li.icon-bottom > a .ap-icon img,
#a1746a69d0ae0fa .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1746a69d0ae0fa .menu-list > li.icon-right > a .ap-icon,
#a1746a69d0ae0fa .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1746a69d0ae0fa .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1746a69d0ae0fa .menu-list > li:hover > a,
#a1746a69d0ae0fa .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;
}
#a1746a69d0ae0fa .menu-list > li.active > a {
  background-color: #009dda;
}
#a1746a69d0ae0fa .menu-list ul,
#a1746a69d0ae0fa .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1746a69d0ae0fa .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a1746a69d0ae0fa .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1746a69d0ae0fa .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1746a69d0ae0fa .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;
}
#a5c75a9f97a4ba0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a5c75a9f97a4ba0 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a5c75a9f97a4ba0 .ap-icon {
  margin-right: 6px;
}
#a5c75a9f97a4ba0 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#a5c75a9f97a4ba0 .menu-list > li.icon-bottom > a,
#a5c75a9f97a4ba0 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a5c75a9f97a4ba0 .menu-list > li.icon-bottom > a .ap-icon,
#a5c75a9f97a4ba0 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a5c75a9f97a4ba0 .menu-list > li.icon-bottom > a .ap-icon svg,
#a5c75a9f97a4ba0 .menu-list > li.icon-top > a .ap-icon svg,
#a5c75a9f97a4ba0 .menu-list > li.icon-bottom > a .ap-icon img,
#a5c75a9f97a4ba0 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a5c75a9f97a4ba0 .menu-list > li.icon-right > a .ap-icon,
#a5c75a9f97a4ba0 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a5c75a9f97a4ba0 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a5c75a9f97a4ba0 .menu-list > li:hover > a,
#a5c75a9f97a4ba0 .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;
}
#a5c75a9f97a4ba0 .menu-list > li.active > a {
  background-color: #009dda;
}
#a5c75a9f97a4ba0 .menu-list ul,
#a5c75a9f97a4ba0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5c75a9f97a4ba0 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a5c75a9f97a4ba0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5c75a9f97a4ba0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5c75a9f97a4ba0 .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;
}
#ac2c9ab010a1c82 {
  pointer-events: none;
}
#ac2c9ab010a1c82 .menu-list {
  width: 100%;
  background: #d03322;
}
#ac2c9ab010a1c82 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ac2c9ab010a1c82 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ac2c9ab010a1c82 .menu-list .menu-header {
  background-color: #d03322;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#ac2c9ab010a1c82 .menu-list .menu-header svg,
#ac2c9ab010a1c82 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ac2c9ab010a1c82 .menu-list > ul {
  position: relative;
}
#ac2c9ab010a1c82 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ac2c9ab010a1c82 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #d03322;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
  margin-bottom: 20px;
}
#ac2c9ab010a1c82 .menu-list > ul > li.active > a,
#ac2c9ab010a1c82 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#ac2c9ab010a1c82 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ac2c9ab010a1c82 .menu-list > ul > li a img,
#ac2c9ab010a1c82 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ac2c9ab010a1c82 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ac2c9ab010a1c82 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ac2c9ab010a1c82 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ac2c9ab010a1c82 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ac2c9ab010a1c82 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#ac2c9ab010a1c82 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #d03322;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ac2c9ab010a1c82 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ac2c9ab010a1c82 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ac2c9ab010a1c82 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
#acef8a8c39a7101 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#acef8a8c39a7101 .grid-list .product-item {
  overflow: hidden;
}
#acef8a8c39a7101 .grid-list .product-preview .img {
  display: block;
}
#acef8a8c39a7101 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#acef8a8c39a7101 .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;
}
#acef8a8c39a7101 .grid-list .product-info {
  min-height: 110px;
}
#acef8a8c39a7101 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#acef8a8c39a7101 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#acef8a8c39a7101 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#acef8a8c39a7101 .grid-list .category-name {
  font-size: 12px;
}
#acef8a8c39a7101 .grid-list .category-name a {
  color: #777;
}
#acef8a8c39a7101 .grid-list .title,
#acef8a8c39a7101 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#acef8a8c39a7101 .grid-list .title a,
#acef8a8c39a7101 .grid-list .subTitle a {
  color: #191919;
}
#acef8a8c39a7101 .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;
}
#acef8a8c39a7101 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#acef8a8c39a7101 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#acef8a8c39a7101 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#acef8a8c39a7101 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #0b99c7;
  line-height: 22px;
}
#acef8a8c39a7101 .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#acef8a8c39a7101 .grid-list .product:hover {
  background-color: auto;
}
#acef8a8c39a7101 .grid-list .product:hover .title a {
  color: #444;
}
#acef8a8c39a7101 .grid-list .product:hover .subTitle {
  color: auto;
}
#acef8a8c39a7101 .grid-list .product:hover .category {
  color: auto;
}
#acef8a8c39a7101 .grid-list .product:hover .abstract {
  color: auto;
}
#acef8a8c39a7101 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #acef8a8c39a7101 .grid-list .product-info {
    min-height: 0;
  }
  #acef8a8c39a7101 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #acef8a8c39a7101 .grid-list .product-buttons {
    display: none;
  }
}
#a37f0aad09ab0bc [data-item="undefined"] {text-align: center;}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#afd7aaa975a7180 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa31ea2d90aabab .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a575ea460aa3280 .uk-container {
  line-height: 2;
  color: #999;
}
#a96e9a857daca01 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a96e9a857daca01 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a96e9a857daca01 .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;
}
#a96e9a857daca01 .menu-list > li > a {
  padding: 0 15px;
}
#a96e9a857daca01 .menu-list > li:hover:before {
  height: 100%;
}
#a96e9a857daca01 .menu-list > li:hover:after {
  color: auto;
}
#a96e9a857daca01 .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: "|";
}
#a96e9a857daca01 .menu-list > li:first-child:after {
  content: "";
}
#a96e9a857daca01 .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);
}
#a96e9a857daca01 .menu-list > li ul li {
  position: relative;
}
#a96e9a857daca01 .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;
}
#a96e9a857daca01 .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;
}
#a96e9a857daca01 .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#a96e9a857daca01 li ul,
#a96e9a857daca01 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a96e9a857daca01 li:hover > ul {
  left: auto;
}
#a96e9a857daca01 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5fc9a0b64a182d .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a5fc9a0b64a182d .site-language-menu a:hover {
  color: #6a6769;
}
#a5fc9a0b64a182d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5fc9a0b64a182d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5fc9a0b64a182d .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5fc9a0b64a182d .uk-dropdown li a:hover {
  color: #222;
}
#a5fc9a0b64a182d .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#a0c06ac462ab52a > .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;}#a97ddaab09a94ce > .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;}#aef74a8952aa354 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aef74a8952aa354 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aef74a8952aa354 .ap-icon {
  margin-right: 6px;
}
#aef74a8952aa354 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  text-align: left;
  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;
}
#aef74a8952aa354 .menu-list > li.icon-bottom > a,
#aef74a8952aa354 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aef74a8952aa354 .menu-list > li.icon-bottom > a .ap-icon,
#aef74a8952aa354 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aef74a8952aa354 .menu-list > li.icon-bottom > a .ap-icon svg,
#aef74a8952aa354 .menu-list > li.icon-top > a .ap-icon svg,
#aef74a8952aa354 .menu-list > li.icon-bottom > a .ap-icon img,
#aef74a8952aa354 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aef74a8952aa354 .menu-list > li.icon-right > a .ap-icon,
#aef74a8952aa354 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aef74a8952aa354 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aef74a8952aa354 .menu-list > li:hover > a,
#aef74a8952aa354 .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;
}
#aef74a8952aa354 .menu-list > li.active > a {
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#aef74a8952aa354 .menu-list ul,
#aef74a8952aa354 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aef74a8952aa354 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aef74a8952aa354 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aef74a8952aa354 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aef74a8952aa354 .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;
}
#ace52a14b7a4609 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ace52a14b7a4609 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ace52a14b7a4609 .ap-icon {
  margin-right: 6px;
}
#ace52a14b7a4609 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
  text-align: left;
  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;
}
#ace52a14b7a4609 .menu-list > li.icon-bottom > a,
#ace52a14b7a4609 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ace52a14b7a4609 .menu-list > li.icon-bottom > a .ap-icon,
#ace52a14b7a4609 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ace52a14b7a4609 .menu-list > li.icon-bottom > a .ap-icon svg,
#ace52a14b7a4609 .menu-list > li.icon-top > a .ap-icon svg,
#ace52a14b7a4609 .menu-list > li.icon-bottom > a .ap-icon img,
#ace52a14b7a4609 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ace52a14b7a4609 .menu-list > li.icon-right > a .ap-icon,
#ace52a14b7a4609 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ace52a14b7a4609 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ace52a14b7a4609 .menu-list > li:hover > a,
#ace52a14b7a4609 .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;
}
#ace52a14b7a4609 .menu-list > li.active > a {
  background-color: #009dda;
}
#ace52a14b7a4609 .menu-list ul,
#ace52a14b7a4609 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ace52a14b7a4609 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ace52a14b7a4609 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ace52a14b7a4609 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ace52a14b7a4609 .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;
}
#a78b5a0c4ca706f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a78b5a0c4ca706f .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a78b5a0c4ca706f .ap-icon {
  margin-right: 6px;
}
#a78b5a0c4ca706f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  text-align: left;
  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;
}
#a78b5a0c4ca706f .menu-list > li.icon-bottom > a,
#a78b5a0c4ca706f .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a78b5a0c4ca706f .menu-list > li.icon-bottom > a .ap-icon,
#a78b5a0c4ca706f .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a78b5a0c4ca706f .menu-list > li.icon-bottom > a .ap-icon svg,
#a78b5a0c4ca706f .menu-list > li.icon-top > a .ap-icon svg,
#a78b5a0c4ca706f .menu-list > li.icon-bottom > a .ap-icon img,
#a78b5a0c4ca706f .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a78b5a0c4ca706f .menu-list > li.icon-right > a .ap-icon,
#a78b5a0c4ca706f .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a78b5a0c4ca706f .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a78b5a0c4ca706f .menu-list > li:hover > a,
#a78b5a0c4ca706f .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;
}
#a78b5a0c4ca706f .menu-list > li.active > a {
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a78b5a0c4ca706f .menu-list ul,
#a78b5a0c4ca706f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a78b5a0c4ca706f .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a78b5a0c4ca706f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a78b5a0c4ca706f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a78b5a0c4ca706f .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;
}
#a294da1758a1019 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a294da1758a1019 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a294da1758a1019 .ap-icon {
  margin-right: 6px;
}
#a294da1758a1019 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a294da1758a1019 .menu-list > li.icon-bottom > a,
#a294da1758a1019 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a294da1758a1019 .menu-list > li.icon-bottom > a .ap-icon,
#a294da1758a1019 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a294da1758a1019 .menu-list > li.icon-bottom > a .ap-icon svg,
#a294da1758a1019 .menu-list > li.icon-top > a .ap-icon svg,
#a294da1758a1019 .menu-list > li.icon-bottom > a .ap-icon img,
#a294da1758a1019 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a294da1758a1019 .menu-list > li.icon-right > a .ap-icon,
#a294da1758a1019 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a294da1758a1019 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a294da1758a1019 .menu-list > li:hover > a,
#a294da1758a1019 .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;
}
#a294da1758a1019 .menu-list ul,
#a294da1758a1019 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a294da1758a1019 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a294da1758a1019 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a294da1758a1019 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a294da1758a1019 .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;
}
#ad7f0a3593a225a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad7f0a3593a225a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad7f0a3593a225a .ap-icon {
  margin-right: 6px;
}
#ad7f0a3593a225a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#ad7f0a3593a225a .menu-list > li.icon-bottom > a,
#ad7f0a3593a225a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad7f0a3593a225a .menu-list > li.icon-bottom > a .ap-icon,
#ad7f0a3593a225a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad7f0a3593a225a .menu-list > li.icon-bottom > a .ap-icon svg,
#ad7f0a3593a225a .menu-list > li.icon-top > a .ap-icon svg,
#ad7f0a3593a225a .menu-list > li.icon-bottom > a .ap-icon img,
#ad7f0a3593a225a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad7f0a3593a225a .menu-list > li.icon-right > a .ap-icon,
#ad7f0a3593a225a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad7f0a3593a225a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad7f0a3593a225a .menu-list > li:hover > a,
#ad7f0a3593a225a .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;
}
#ad7f0a3593a225a .menu-list > li.active > a {
  background-color: #009dda;
}
#ad7f0a3593a225a .menu-list ul,
#ad7f0a3593a225a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad7f0a3593a225a .menu-list ul {
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}
#ad7f0a3593a225a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad7f0a3593a225a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad7f0a3593a225a .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;
}
#ac291a3035a1cc7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ac291a3035a1cc7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ac291a3035a1cc7 .ap-icon {
  margin-right: 6px;
}
#ac291a3035a1cc7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#ac291a3035a1cc7 .menu-list > li.icon-bottom > a,
#ac291a3035a1cc7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ac291a3035a1cc7 .menu-list > li.icon-bottom > a .ap-icon,
#ac291a3035a1cc7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ac291a3035a1cc7 .menu-list > li.icon-bottom > a .ap-icon svg,
#ac291a3035a1cc7 .menu-list > li.icon-top > a .ap-icon svg,
#ac291a3035a1cc7 .menu-list > li.icon-bottom > a .ap-icon img,
#ac291a3035a1cc7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ac291a3035a1cc7 .menu-list > li.icon-right > a .ap-icon,
#ac291a3035a1cc7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ac291a3035a1cc7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ac291a3035a1cc7 .menu-list > li:hover > a,
#ac291a3035a1cc7 .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;
}
#ac291a3035a1cc7 .menu-list > li.active > a {
  background-color: #009dda;
}
#ac291a3035a1cc7 .menu-list ul,
#ac291a3035a1cc7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ac291a3035a1cc7 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ac291a3035a1cc7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac291a3035a1cc7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac291a3035a1cc7 .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;
}
#ab02fa1e14aaa5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ab02fa1e14aaa5e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ab02fa1e14aaa5e .ap-icon {
  margin-right: 6px;
}
#ab02fa1e14aaa5e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#ab02fa1e14aaa5e .menu-list > li.icon-bottom > a,
#ab02fa1e14aaa5e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ab02fa1e14aaa5e .menu-list > li.icon-bottom > a .ap-icon,
#ab02fa1e14aaa5e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ab02fa1e14aaa5e .menu-list > li.icon-bottom > a .ap-icon svg,
#ab02fa1e14aaa5e .menu-list > li.icon-top > a .ap-icon svg,
#ab02fa1e14aaa5e .menu-list > li.icon-bottom > a .ap-icon img,
#ab02fa1e14aaa5e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ab02fa1e14aaa5e .menu-list > li.icon-right > a .ap-icon,
#ab02fa1e14aaa5e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ab02fa1e14aaa5e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ab02fa1e14aaa5e .menu-list > li:hover > a,
#ab02fa1e14aaa5e .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;
}
#ab02fa1e14aaa5e .menu-list ul,
#ab02fa1e14aaa5e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ab02fa1e14aaa5e .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ab02fa1e14aaa5e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ab02fa1e14aaa5e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ab02fa1e14aaa5e .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;
}
#a1384a138ba5245 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1384a138ba5245 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1384a138ba5245 .ap-icon {
  margin-right: 6px;
}
#a1384a138ba5245 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a1384a138ba5245 .menu-list > li.icon-bottom > a,
#a1384a138ba5245 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1384a138ba5245 .menu-list > li.icon-bottom > a .ap-icon,
#a1384a138ba5245 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1384a138ba5245 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1384a138ba5245 .menu-list > li.icon-top > a .ap-icon svg,
#a1384a138ba5245 .menu-list > li.icon-bottom > a .ap-icon img,
#a1384a138ba5245 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1384a138ba5245 .menu-list > li.icon-right > a .ap-icon,
#a1384a138ba5245 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1384a138ba5245 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1384a138ba5245 .menu-list > li:hover > a,
#a1384a138ba5245 .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;
}
#a1384a138ba5245 .menu-list > li.active > a {
  background-color: #009dda;
}
#a1384a138ba5245 .menu-list ul,
#a1384a138ba5245 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1384a138ba5245 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a1384a138ba5245 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1384a138ba5245 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1384a138ba5245 .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;
}
#af18ca0218ab884 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#af18ca0218ab884 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#af18ca0218ab884 .ap-icon {
  margin-right: 6px;
}
#af18ca0218ab884 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#af18ca0218ab884 .menu-list > li.icon-bottom > a,
#af18ca0218ab884 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#af18ca0218ab884 .menu-list > li.icon-bottom > a .ap-icon,
#af18ca0218ab884 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#af18ca0218ab884 .menu-list > li.icon-bottom > a .ap-icon svg,
#af18ca0218ab884 .menu-list > li.icon-top > a .ap-icon svg,
#af18ca0218ab884 .menu-list > li.icon-bottom > a .ap-icon img,
#af18ca0218ab884 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#af18ca0218ab884 .menu-list > li.icon-right > a .ap-icon,
#af18ca0218ab884 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#af18ca0218ab884 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#af18ca0218ab884 .menu-list > li:hover > a,
#af18ca0218ab884 .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;
}
#af18ca0218ab884 .menu-list > li.active > a {
  background-color: #009dda;
}
#af18ca0218ab884 .menu-list ul,
#af18ca0218ab884 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#af18ca0218ab884 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#af18ca0218ab884 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af18ca0218ab884 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af18ca0218ab884 .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;
}
#ac27da6e7faab56 {
  pointer-events: none;
}
#ac27da6e7faab56 .menu-list {
  width: 100%;
  background: #d03322;
}
#ac27da6e7faab56 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ac27da6e7faab56 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ac27da6e7faab56 .menu-list .menu-header {
  background-color: #d03322;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#ac27da6e7faab56 .menu-list .menu-header svg,
#ac27da6e7faab56 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ac27da6e7faab56 .menu-list > ul {
  position: relative;
}
#ac27da6e7faab56 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ac27da6e7faab56 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #d03322;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
  margin-bottom: 20px;
}
#ac27da6e7faab56 .menu-list > ul > li.active > a,
#ac27da6e7faab56 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#ac27da6e7faab56 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ac27da6e7faab56 .menu-list > ul > li a img,
#ac27da6e7faab56 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ac27da6e7faab56 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#ac27da6e7faab56 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ac27da6e7faab56 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ac27da6e7faab56 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ac27da6e7faab56 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#ac27da6e7faab56 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #d03322;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ac27da6e7faab56 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ac27da6e7faab56 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#ac27da6e7faab56 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
#ae63aaf3deae547 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#ae63aaf3deae547 .grid-list .product-item {
  overflow: hidden;
}
#ae63aaf3deae547 .grid-list .product-preview .img {
  display: block;
}
#ae63aaf3deae547 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#ae63aaf3deae547 .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;
}
#ae63aaf3deae547 .grid-list .product-info {
  min-height: 110px;
}
#ae63aaf3deae547 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#ae63aaf3deae547 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#ae63aaf3deae547 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#ae63aaf3deae547 .grid-list .category-name {
  font-size: 12px;
}
#ae63aaf3deae547 .grid-list .category-name a {
  color: #777;
}
#ae63aaf3deae547 .grid-list .title,
#ae63aaf3deae547 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#ae63aaf3deae547 .grid-list .title a,
#ae63aaf3deae547 .grid-list .subTitle a {
  color: #191919;
}
#ae63aaf3deae547 .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;
}
#ae63aaf3deae547 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#ae63aaf3deae547 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#ae63aaf3deae547 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#ae63aaf3deae547 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #0b99c7;
  line-height: 22px;
}
#ae63aaf3deae547 .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#ae63aaf3deae547 .grid-list .product:hover {
  background-color: auto;
}
#ae63aaf3deae547 .grid-list .product:hover .title a {
  color: #444;
}
#ae63aaf3deae547 .grid-list .product:hover .subTitle {
  color: auto;
}
#ae63aaf3deae547 .grid-list .product:hover .category {
  color: auto;
}
#ae63aaf3deae547 .grid-list .product:hover .abstract {
  color: auto;
}
#ae63aaf3deae547 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #ae63aaf3deae547 .grid-list .product-info {
    min-height: 0;
  }
  #ae63aaf3deae547 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #ae63aaf3deae547 .grid-list .product-buttons {
    display: none;
  }
}
#afe9aa4636a2ad9 [data-item="undefined"] {text-align: center;}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a6937a3030a9551 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6757ab685acec0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae0d9a2b7dace59 .uk-container {
  line-height: 2;
  color: #999;
}
#aa3a9a107da4b2d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa3a9a107da4b2d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa3a9a107da4b2d .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;
}
#aa3a9a107da4b2d .menu-list > li > a {
  padding: 0 15px;
}
#aa3a9a107da4b2d .menu-list > li:hover:before {
  height: 100%;
}
#aa3a9a107da4b2d .menu-list > li:hover:after {
  color: auto;
}
#aa3a9a107da4b2d .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: "|";
}
#aa3a9a107da4b2d .menu-list > li:first-child:after {
  content: "";
}
#aa3a9a107da4b2d .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);
}
#aa3a9a107da4b2d .menu-list > li ul li {
  position: relative;
}
#aa3a9a107da4b2d .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;
}
#aa3a9a107da4b2d .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;
}
#aa3a9a107da4b2d .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#aa3a9a107da4b2d li ul,
#aa3a9a107da4b2d li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#aa3a9a107da4b2d li:hover > ul {
  left: auto;
}
#aa3a9a107da4b2d li ul li:hover ul {
  left: 100%;
  top: 0;
}
#adaa8af9f9a589e .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#adaa8af9f9a589e .site-language-menu a:hover {
  color: #6a6769;
}
#adaa8af9f9a589e .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#adaa8af9f9a589e .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#adaa8af9f9a589e .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#adaa8af9f9a589e .uk-dropdown li a:hover {
  color: #222;
}
#adaa8af9f9a589e .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#a1614aa021aec36 > .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;}#a2e3da674daa797 > .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;}#aa20eaa532a5363 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa20eaa532a5363 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa20eaa532a5363 .ap-icon {
  margin-right: 6px;
}
#aa20eaa532a5363 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  text-align: left;
  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;
}
#aa20eaa532a5363 .menu-list > li.icon-bottom > a,
#aa20eaa532a5363 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa20eaa532a5363 .menu-list > li.icon-bottom > a .ap-icon,
#aa20eaa532a5363 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa20eaa532a5363 .menu-list > li.icon-bottom > a .ap-icon svg,
#aa20eaa532a5363 .menu-list > li.icon-top > a .ap-icon svg,
#aa20eaa532a5363 .menu-list > li.icon-bottom > a .ap-icon img,
#aa20eaa532a5363 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa20eaa532a5363 .menu-list > li.icon-right > a .ap-icon,
#aa20eaa532a5363 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa20eaa532a5363 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa20eaa532a5363 .menu-list > li:hover > a,
#aa20eaa532a5363 .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;
}
#aa20eaa532a5363 .menu-list > li.active > a {
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#aa20eaa532a5363 .menu-list ul,
#aa20eaa532a5363 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa20eaa532a5363 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aa20eaa532a5363 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa20eaa532a5363 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa20eaa532a5363 .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;
}
#aa4e0a18f8a6a3e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa4e0a18f8a6a3e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa4e0a18f8a6a3e .ap-icon {
  margin-right: 6px;
}
#aa4e0a18f8a6a3e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
  text-align: left;
  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;
}
#aa4e0a18f8a6a3e .menu-list > li.icon-bottom > a,
#aa4e0a18f8a6a3e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa4e0a18f8a6a3e .menu-list > li.icon-bottom > a .ap-icon,
#aa4e0a18f8a6a3e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa4e0a18f8a6a3e .menu-list > li.icon-bottom > a .ap-icon svg,
#aa4e0a18f8a6a3e .menu-list > li.icon-top > a .ap-icon svg,
#aa4e0a18f8a6a3e .menu-list > li.icon-bottom > a .ap-icon img,
#aa4e0a18f8a6a3e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa4e0a18f8a6a3e .menu-list > li.icon-right > a .ap-icon,
#aa4e0a18f8a6a3e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa4e0a18f8a6a3e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa4e0a18f8a6a3e .menu-list > li:hover > a,
#aa4e0a18f8a6a3e .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;
}
#aa4e0a18f8a6a3e .menu-list > li.active > a {
  background-color: #009dda;
}
#aa4e0a18f8a6a3e .menu-list ul,
#aa4e0a18f8a6a3e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa4e0a18f8a6a3e .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aa4e0a18f8a6a3e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa4e0a18f8a6a3e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa4e0a18f8a6a3e .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;
}
#a78eeaf599a58cc .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a78eeaf599a58cc .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a78eeaf599a58cc .ap-icon {
  margin-right: 6px;
}
#a78eeaf599a58cc .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  text-align: left;
  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;
}
#a78eeaf599a58cc .menu-list > li.icon-bottom > a,
#a78eeaf599a58cc .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a78eeaf599a58cc .menu-list > li.icon-bottom > a .ap-icon,
#a78eeaf599a58cc .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a78eeaf599a58cc .menu-list > li.icon-bottom > a .ap-icon svg,
#a78eeaf599a58cc .menu-list > li.icon-top > a .ap-icon svg,
#a78eeaf599a58cc .menu-list > li.icon-bottom > a .ap-icon img,
#a78eeaf599a58cc .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a78eeaf599a58cc .menu-list > li.icon-right > a .ap-icon,
#a78eeaf599a58cc .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a78eeaf599a58cc .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a78eeaf599a58cc .menu-list > li:hover > a,
#a78eeaf599a58cc .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;
}
#a78eeaf599a58cc .menu-list > li.active > a {
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a78eeaf599a58cc .menu-list ul,
#a78eeaf599a58cc .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a78eeaf599a58cc .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a78eeaf599a58cc .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a78eeaf599a58cc .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a78eeaf599a58cc .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;
}
#a4985a537aab2f0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4985a537aab2f0 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4985a537aab2f0 .ap-icon {
  margin-right: 6px;
}
#a4985a537aab2f0 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a4985a537aab2f0 .menu-list > li.icon-bottom > a,
#a4985a537aab2f0 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4985a537aab2f0 .menu-list > li.icon-bottom > a .ap-icon,
#a4985a537aab2f0 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4985a537aab2f0 .menu-list > li.icon-bottom > a .ap-icon svg,
#a4985a537aab2f0 .menu-list > li.icon-top > a .ap-icon svg,
#a4985a537aab2f0 .menu-list > li.icon-bottom > a .ap-icon img,
#a4985a537aab2f0 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4985a537aab2f0 .menu-list > li.icon-right > a .ap-icon,
#a4985a537aab2f0 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4985a537aab2f0 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4985a537aab2f0 .menu-list > li:hover > a,
#a4985a537aab2f0 .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;
}
#a4985a537aab2f0 .menu-list ul,
#a4985a537aab2f0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4985a537aab2f0 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a4985a537aab2f0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4985a537aab2f0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4985a537aab2f0 .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;
}
#aa6aaa094fa77eb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aa6aaa094fa77eb .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aa6aaa094fa77eb .ap-icon {
  margin-right: 6px;
}
#aa6aaa094fa77eb .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#aa6aaa094fa77eb .menu-list > li.icon-bottom > a,
#aa6aaa094fa77eb .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aa6aaa094fa77eb .menu-list > li.icon-bottom > a .ap-icon,
#aa6aaa094fa77eb .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aa6aaa094fa77eb .menu-list > li.icon-bottom > a .ap-icon svg,
#aa6aaa094fa77eb .menu-list > li.icon-top > a .ap-icon svg,
#aa6aaa094fa77eb .menu-list > li.icon-bottom > a .ap-icon img,
#aa6aaa094fa77eb .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aa6aaa094fa77eb .menu-list > li.icon-right > a .ap-icon,
#aa6aaa094fa77eb .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aa6aaa094fa77eb .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aa6aaa094fa77eb .menu-list > li:hover > a,
#aa6aaa094fa77eb .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;
}
#aa6aaa094fa77eb .menu-list > li.active > a {
  background-color: #009dda;
}
#aa6aaa094fa77eb .menu-list ul,
#aa6aaa094fa77eb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa6aaa094fa77eb .menu-list ul {
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}
#aa6aaa094fa77eb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa6aaa094fa77eb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa6aaa094fa77eb .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;
}
#ade25a277da3f35 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ade25a277da3f35 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ade25a277da3f35 .ap-icon {
  margin-right: 6px;
}
#ade25a277da3f35 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#ade25a277da3f35 .menu-list > li.icon-bottom > a,
#ade25a277da3f35 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ade25a277da3f35 .menu-list > li.icon-bottom > a .ap-icon,
#ade25a277da3f35 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ade25a277da3f35 .menu-list > li.icon-bottom > a .ap-icon svg,
#ade25a277da3f35 .menu-list > li.icon-top > a .ap-icon svg,
#ade25a277da3f35 .menu-list > li.icon-bottom > a .ap-icon img,
#ade25a277da3f35 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ade25a277da3f35 .menu-list > li.icon-right > a .ap-icon,
#ade25a277da3f35 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ade25a277da3f35 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ade25a277da3f35 .menu-list > li:hover > a,
#ade25a277da3f35 .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;
}
#ade25a277da3f35 .menu-list > li.active > a {
  background-color: #009dda;
}
#ade25a277da3f35 .menu-list ul,
#ade25a277da3f35 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ade25a277da3f35 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ade25a277da3f35 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ade25a277da3f35 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ade25a277da3f35 .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;
}
#a3953ac73da4518 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3953ac73da4518 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3953ac73da4518 .ap-icon {
  margin-right: 6px;
}
#a3953ac73da4518 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a3953ac73da4518 .menu-list > li.icon-bottom > a,
#a3953ac73da4518 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3953ac73da4518 .menu-list > li.icon-bottom > a .ap-icon,
#a3953ac73da4518 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3953ac73da4518 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3953ac73da4518 .menu-list > li.icon-top > a .ap-icon svg,
#a3953ac73da4518 .menu-list > li.icon-bottom > a .ap-icon img,
#a3953ac73da4518 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3953ac73da4518 .menu-list > li.icon-right > a .ap-icon,
#a3953ac73da4518 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3953ac73da4518 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3953ac73da4518 .menu-list > li:hover > a,
#a3953ac73da4518 .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;
}
#a3953ac73da4518 .menu-list ul,
#a3953ac73da4518 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3953ac73da4518 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a3953ac73da4518 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3953ac73da4518 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3953ac73da4518 .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;
}
#a56bea1f4bab131 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a56bea1f4bab131 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a56bea1f4bab131 .ap-icon {
  margin-right: 6px;
}
#a56bea1f4bab131 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a56bea1f4bab131 .menu-list > li.icon-bottom > a,
#a56bea1f4bab131 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a56bea1f4bab131 .menu-list > li.icon-bottom > a .ap-icon,
#a56bea1f4bab131 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a56bea1f4bab131 .menu-list > li.icon-bottom > a .ap-icon svg,
#a56bea1f4bab131 .menu-list > li.icon-top > a .ap-icon svg,
#a56bea1f4bab131 .menu-list > li.icon-bottom > a .ap-icon img,
#a56bea1f4bab131 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a56bea1f4bab131 .menu-list > li.icon-right > a .ap-icon,
#a56bea1f4bab131 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a56bea1f4bab131 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a56bea1f4bab131 .menu-list > li:hover > a,
#a56bea1f4bab131 .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;
}
#a56bea1f4bab131 .menu-list > li.active > a {
  background-color: #009dda;
}
#a56bea1f4bab131 .menu-list ul,
#a56bea1f4bab131 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a56bea1f4bab131 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a56bea1f4bab131 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a56bea1f4bab131 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a56bea1f4bab131 .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;
}
#a1673a9c03a38bd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1673a9c03a38bd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1673a9c03a38bd .ap-icon {
  margin-right: 6px;
}
#a1673a9c03a38bd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#a1673a9c03a38bd .menu-list > li.icon-bottom > a,
#a1673a9c03a38bd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1673a9c03a38bd .menu-list > li.icon-bottom > a .ap-icon,
#a1673a9c03a38bd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1673a9c03a38bd .menu-list > li.icon-bottom > a .ap-icon svg,
#a1673a9c03a38bd .menu-list > li.icon-top > a .ap-icon svg,
#a1673a9c03a38bd .menu-list > li.icon-bottom > a .ap-icon img,
#a1673a9c03a38bd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1673a9c03a38bd .menu-list > li.icon-right > a .ap-icon,
#a1673a9c03a38bd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1673a9c03a38bd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1673a9c03a38bd .menu-list > li:hover > a,
#a1673a9c03a38bd .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;
}
#a1673a9c03a38bd .menu-list > li.active > a {
  background-color: #009dda;
}
#a1673a9c03a38bd .menu-list ul,
#a1673a9c03a38bd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1673a9c03a38bd .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a1673a9c03a38bd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1673a9c03a38bd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1673a9c03a38bd .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;
}
#aadf7addfba07bd {
  pointer-events: none;
}
#aadf7addfba07bd .menu-list {
  width: 100%;
  background: #d03322;
}
#aadf7addfba07bd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#aadf7addfba07bd .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#aadf7addfba07bd .menu-list .menu-header {
  background-color: #d03322;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#aadf7addfba07bd .menu-list .menu-header svg,
#aadf7addfba07bd .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#aadf7addfba07bd .menu-list > ul {
  position: relative;
}
#aadf7addfba07bd .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#aadf7addfba07bd .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #d03322;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
  margin-bottom: 20px;
}
#aadf7addfba07bd .menu-list > ul > li.active > a,
#aadf7addfba07bd .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#aadf7addfba07bd .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#aadf7addfba07bd .menu-list > ul > li a img,
#aadf7addfba07bd .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#aadf7addfba07bd .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#aadf7addfba07bd .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#aadf7addfba07bd .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#aadf7addfba07bd .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#aadf7addfba07bd .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#aadf7addfba07bd .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #d03322;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#aadf7addfba07bd .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#aadf7addfba07bd .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#aadf7addfba07bd .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
#a8fb7a9adda1087 [data-item="undefined"] {text-align: center;}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a45e7a2cd0a602f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7fe9a4960aac13 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6e03a4345a9e09 .uk-container {
  line-height: 2;
  color: #999;
}
#ab045a0c8ca7101 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab045a0c8ca7101 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab045a0c8ca7101 .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;
}
#ab045a0c8ca7101 .menu-list > li > a {
  padding: 0 15px;
}
#ab045a0c8ca7101 .menu-list > li:hover:before {
  height: 100%;
}
#ab045a0c8ca7101 .menu-list > li:hover:after {
  color: auto;
}
#ab045a0c8ca7101 .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: "|";
}
#ab045a0c8ca7101 .menu-list > li:first-child:after {
  content: "";
}
#ab045a0c8ca7101 .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);
}
#ab045a0c8ca7101 .menu-list > li ul li {
  position: relative;
}
#ab045a0c8ca7101 .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;
}
#ab045a0c8ca7101 .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;
}
#ab045a0c8ca7101 .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ab045a0c8ca7101 li ul,
#ab045a0c8ca7101 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ab045a0c8ca7101 li:hover > ul {
  left: auto;
}
#ab045a0c8ca7101 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#abe73a4f89af31d .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#abe73a4f89af31d .site-language-menu a:hover {
  color: #6a6769;
}
#abe73a4f89af31d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#abe73a4f89af31d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#abe73a4f89af31d .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#abe73a4f89af31d .uk-dropdown li a:hover {
  color: #222;
}
#abe73a4f89af31d .uk-dropdown li:last-child {
  border-bottom: none;
}
#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#abf8cae99baf393 > .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;}#aaf13ac022a82c1 > .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;}#a0ff7aab64a21e8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a0ff7aab64a21e8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a0ff7aab64a21e8 .ap-icon {
  margin-right: 6px;
}
#a0ff7aab64a21e8 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  text-align: left;
  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;
}
#a0ff7aab64a21e8 .menu-list > li.icon-bottom > a,
#a0ff7aab64a21e8 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a0ff7aab64a21e8 .menu-list > li.icon-bottom > a .ap-icon,
#a0ff7aab64a21e8 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a0ff7aab64a21e8 .menu-list > li.icon-bottom > a .ap-icon svg,
#a0ff7aab64a21e8 .menu-list > li.icon-top > a .ap-icon svg,
#a0ff7aab64a21e8 .menu-list > li.icon-bottom > a .ap-icon img,
#a0ff7aab64a21e8 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a0ff7aab64a21e8 .menu-list > li.icon-right > a .ap-icon,
#a0ff7aab64a21e8 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a0ff7aab64a21e8 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a0ff7aab64a21e8 .menu-list > li:hover > a,
#a0ff7aab64a21e8 .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;
}
#a0ff7aab64a21e8 .menu-list > li.active > a {
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a0ff7aab64a21e8 .menu-list ul,
#a0ff7aab64a21e8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0ff7aab64a21e8 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a0ff7aab64a21e8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0ff7aab64a21e8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0ff7aab64a21e8 .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;
}
#a2499a10daa5c55 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2499a10daa5c55 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2499a10daa5c55 .ap-icon {
  margin-right: 6px;
}
#a2499a10daa5c55 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
  text-align: left;
  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;
}
#a2499a10daa5c55 .menu-list > li.icon-bottom > a,
#a2499a10daa5c55 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2499a10daa5c55 .menu-list > li.icon-bottom > a .ap-icon,
#a2499a10daa5c55 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2499a10daa5c55 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2499a10daa5c55 .menu-list > li.icon-top > a .ap-icon svg,
#a2499a10daa5c55 .menu-list > li.icon-bottom > a .ap-icon img,
#a2499a10daa5c55 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2499a10daa5c55 .menu-list > li.icon-right > a .ap-icon,
#a2499a10daa5c55 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2499a10daa5c55 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2499a10daa5c55 .menu-list > li:hover > a,
#a2499a10daa5c55 .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;
}
#a2499a10daa5c55 .menu-list > li.active > a {
  background-color: #009dda;
}
#a2499a10daa5c55 .menu-list ul,
#a2499a10daa5c55 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2499a10daa5c55 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a2499a10daa5c55 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2499a10daa5c55 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2499a10daa5c55 .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;
}
#a2917a137aa4edb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2917a137aa4edb .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2917a137aa4edb .ap-icon {
  margin-right: 6px;
}
#a2917a137aa4edb .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  text-align: left;
  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;
}
#a2917a137aa4edb .menu-list > li.icon-bottom > a,
#a2917a137aa4edb .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2917a137aa4edb .menu-list > li.icon-bottom > a .ap-icon,
#a2917a137aa4edb .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2917a137aa4edb .menu-list > li.icon-bottom > a .ap-icon svg,
#a2917a137aa4edb .menu-list > li.icon-top > a .ap-icon svg,
#a2917a137aa4edb .menu-list > li.icon-bottom > a .ap-icon img,
#a2917a137aa4edb .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2917a137aa4edb .menu-list > li.icon-right > a .ap-icon,
#a2917a137aa4edb .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2917a137aa4edb .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2917a137aa4edb .menu-list > li:hover > a,
#a2917a137aa4edb .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;
}
#a2917a137aa4edb .menu-list > li.active > a {
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a2917a137aa4edb .menu-list ul,
#a2917a137aa4edb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2917a137aa4edb .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a2917a137aa4edb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2917a137aa4edb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2917a137aa4edb .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;
}
#a13d1a1e0caee1a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a13d1a1e0caee1a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a13d1a1e0caee1a .ap-icon {
  margin-right: 6px;
}
#a13d1a1e0caee1a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a13d1a1e0caee1a .menu-list > li.icon-bottom > a,
#a13d1a1e0caee1a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a13d1a1e0caee1a .menu-list > li.icon-bottom > a .ap-icon,
#a13d1a1e0caee1a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a13d1a1e0caee1a .menu-list > li.icon-bottom > a .ap-icon svg,
#a13d1a1e0caee1a .menu-list > li.icon-top > a .ap-icon svg,
#a13d1a1e0caee1a .menu-list > li.icon-bottom > a .ap-icon img,
#a13d1a1e0caee1a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a13d1a1e0caee1a .menu-list > li.icon-right > a .ap-icon,
#a13d1a1e0caee1a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a13d1a1e0caee1a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a13d1a1e0caee1a .menu-list > li:hover > a,
#a13d1a1e0caee1a .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;
}
#a13d1a1e0caee1a .menu-list ul,
#a13d1a1e0caee1a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a13d1a1e0caee1a .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a13d1a1e0caee1a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a13d1a1e0caee1a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a13d1a1e0caee1a .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;
}
#a3afba95f4a9afb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3afba95f4a9afb .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3afba95f4a9afb .ap-icon {
  margin-right: 6px;
}
#a3afba95f4a9afb .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#a3afba95f4a9afb .menu-list > li.icon-bottom > a,
#a3afba95f4a9afb .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3afba95f4a9afb .menu-list > li.icon-bottom > a .ap-icon,
#a3afba95f4a9afb .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3afba95f4a9afb .menu-list > li.icon-bottom > a .ap-icon svg,
#a3afba95f4a9afb .menu-list > li.icon-top > a .ap-icon svg,
#a3afba95f4a9afb .menu-list > li.icon-bottom > a .ap-icon img,
#a3afba95f4a9afb .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3afba95f4a9afb .menu-list > li.icon-right > a .ap-icon,
#a3afba95f4a9afb .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3afba95f4a9afb .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3afba95f4a9afb .menu-list > li:hover > a,
#a3afba95f4a9afb .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;
}
#a3afba95f4a9afb .menu-list > li.active > a {
  background-color: #009dda;
}
#a3afba95f4a9afb .menu-list ul,
#a3afba95f4a9afb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3afba95f4a9afb .menu-list ul {
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}
#a3afba95f4a9afb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3afba95f4a9afb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3afba95f4a9afb .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;
}
#a8194abfbca25b4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8194abfbca25b4 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8194abfbca25b4 .ap-icon {
  margin-right: 6px;
}
#a8194abfbca25b4 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a8194abfbca25b4 .menu-list > li.icon-bottom > a,
#a8194abfbca25b4 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8194abfbca25b4 .menu-list > li.icon-bottom > a .ap-icon,
#a8194abfbca25b4 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8194abfbca25b4 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8194abfbca25b4 .menu-list > li.icon-top > a .ap-icon svg,
#a8194abfbca25b4 .menu-list > li.icon-bottom > a .ap-icon img,
#a8194abfbca25b4 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8194abfbca25b4 .menu-list > li.icon-right > a .ap-icon,
#a8194abfbca25b4 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8194abfbca25b4 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8194abfbca25b4 .menu-list > li:hover > a,
#a8194abfbca25b4 .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;
}
#a8194abfbca25b4 .menu-list > li.active > a {
  background-color: #009dda;
}
#a8194abfbca25b4 .menu-list ul,
#a8194abfbca25b4 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8194abfbca25b4 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a8194abfbca25b4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8194abfbca25b4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8194abfbca25b4 .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;
}
#ac49ba2809ad9d2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ac49ba2809ad9d2 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ac49ba2809ad9d2 .ap-icon {
  margin-right: 6px;
}
#ac49ba2809ad9d2 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#ac49ba2809ad9d2 .menu-list > li.icon-bottom > a,
#ac49ba2809ad9d2 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ac49ba2809ad9d2 .menu-list > li.icon-bottom > a .ap-icon,
#ac49ba2809ad9d2 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ac49ba2809ad9d2 .menu-list > li.icon-bottom > a .ap-icon svg,
#ac49ba2809ad9d2 .menu-list > li.icon-top > a .ap-icon svg,
#ac49ba2809ad9d2 .menu-list > li.icon-bottom > a .ap-icon img,
#ac49ba2809ad9d2 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ac49ba2809ad9d2 .menu-list > li.icon-right > a .ap-icon,
#ac49ba2809ad9d2 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ac49ba2809ad9d2 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ac49ba2809ad9d2 .menu-list > li:hover > a,
#ac49ba2809ad9d2 .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;
}
#ac49ba2809ad9d2 .menu-list ul,
#ac49ba2809ad9d2 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ac49ba2809ad9d2 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ac49ba2809ad9d2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac49ba2809ad9d2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac49ba2809ad9d2 .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;
}
#a9718adc8aa46e9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9718adc8aa46e9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9718adc8aa46e9 .ap-icon {
  margin-right: 6px;
}
#a9718adc8aa46e9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a9718adc8aa46e9 .menu-list > li.icon-bottom > a,
#a9718adc8aa46e9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9718adc8aa46e9 .menu-list > li.icon-bottom > a .ap-icon,
#a9718adc8aa46e9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9718adc8aa46e9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a9718adc8aa46e9 .menu-list > li.icon-top > a .ap-icon svg,
#a9718adc8aa46e9 .menu-list > li.icon-bottom > a .ap-icon img,
#a9718adc8aa46e9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9718adc8aa46e9 .menu-list > li.icon-right > a .ap-icon,
#a9718adc8aa46e9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9718adc8aa46e9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9718adc8aa46e9 .menu-list > li:hover > a,
#a9718adc8aa46e9 .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;
}
#a9718adc8aa46e9 .menu-list > li.active > a {
  background-color: #009dda;
}
#a9718adc8aa46e9 .menu-list ul,
#a9718adc8aa46e9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9718adc8aa46e9 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a9718adc8aa46e9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9718adc8aa46e9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9718adc8aa46e9 .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;
}
#a3399aa895a29f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3399aa895a29f9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3399aa895a29f9 .ap-icon {
  margin-right: 6px;
}
#a3399aa895a29f9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#a3399aa895a29f9 .menu-list > li.icon-bottom > a,
#a3399aa895a29f9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3399aa895a29f9 .menu-list > li.icon-bottom > a .ap-icon,
#a3399aa895a29f9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3399aa895a29f9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3399aa895a29f9 .menu-list > li.icon-top > a .ap-icon svg,
#a3399aa895a29f9 .menu-list > li.icon-bottom > a .ap-icon img,
#a3399aa895a29f9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3399aa895a29f9 .menu-list > li.icon-right > a .ap-icon,
#a3399aa895a29f9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3399aa895a29f9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3399aa895a29f9 .menu-list > li:hover > a,
#a3399aa895a29f9 .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;
}
#a3399aa895a29f9 .menu-list > li.active > a {
  background-color: #009dda;
}
#a3399aa895a29f9 .menu-list ul,
#a3399aa895a29f9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3399aa895a29f9 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a3399aa895a29f9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3399aa895a29f9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3399aa895a29f9 .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;
}
#a3acca62c6a804f {
  pointer-events: none;
}
#a3acca62c6a804f .menu-list {
  width: 100%;
  background: #d03322;
}
#a3acca62c6a804f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a3acca62c6a804f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a3acca62c6a804f .menu-list .menu-header {
  background-color: #d03322;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#a3acca62c6a804f .menu-list .menu-header svg,
#a3acca62c6a804f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a3acca62c6a804f .menu-list > ul {
  position: relative;
}
#a3acca62c6a804f .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a3acca62c6a804f .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #d03322;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
  margin-bottom: 20px;
}
#a3acca62c6a804f .menu-list > ul > li.active > a,
#a3acca62c6a804f .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#a3acca62c6a804f .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a3acca62c6a804f .menu-list > ul > li a img,
#a3acca62c6a804f .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a3acca62c6a804f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a3acca62c6a804f .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a3acca62c6a804f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a3acca62c6a804f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a3acca62c6a804f .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a3acca62c6a804f .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #d03322;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a3acca62c6a804f .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a3acca62c6a804f .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a3acca62c6a804f .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
#ad3f0abf85ae1f3 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#ad3f0abf85ae1f3 .grid-list .product-item {
  overflow: hidden;
}
#ad3f0abf85ae1f3 .grid-list .product-preview .img {
  display: block;
}
#ad3f0abf85ae1f3 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#ad3f0abf85ae1f3 .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;
}
#ad3f0abf85ae1f3 .grid-list .product-info {
  min-height: 110px;
}
#ad3f0abf85ae1f3 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#ad3f0abf85ae1f3 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#ad3f0abf85ae1f3 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#ad3f0abf85ae1f3 .grid-list .category-name {
  font-size: 12px;
}
#ad3f0abf85ae1f3 .grid-list .category-name a {
  color: #777;
}
#ad3f0abf85ae1f3 .grid-list .title,
#ad3f0abf85ae1f3 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#ad3f0abf85ae1f3 .grid-list .title a,
#ad3f0abf85ae1f3 .grid-list .subTitle a {
  color: #191919;
}
#ad3f0abf85ae1f3 .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;
}
#ad3f0abf85ae1f3 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#ad3f0abf85ae1f3 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#ad3f0abf85ae1f3 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#ad3f0abf85ae1f3 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #0b99c7;
  line-height: 22px;
}
#ad3f0abf85ae1f3 .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#ad3f0abf85ae1f3 .grid-list .product:hover {
  background-color: auto;
}
#ad3f0abf85ae1f3 .grid-list .product:hover .title a {
  color: #444;
}
#ad3f0abf85ae1f3 .grid-list .product:hover .subTitle {
  color: auto;
}
#ad3f0abf85ae1f3 .grid-list .product:hover .category {
  color: auto;
}
#ad3f0abf85ae1f3 .grid-list .product:hover .abstract {
  color: auto;
}
#ad3f0abf85ae1f3 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #ad3f0abf85ae1f3 .grid-list .product-info {
    min-height: 0;
  }
  #ad3f0abf85ae1f3 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #ad3f0abf85ae1f3 .grid-list .product-buttons {
    display: none;
  }
}
#a7fb7a8b49acd8a [data-item="undefined"] {text-align: center;}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a76c0a39fea0f8f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4dbaa3681a7417 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1c91ac73aa2117 .uk-container {
  line-height: 2;
  color: #999;
}
#a57eba9eceab768 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a57eba9eceab768 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a57eba9eceab768 .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;
}
#a57eba9eceab768 .menu-list > li > a {
  padding: 0 15px;
}
#a57eba9eceab768 .menu-list > li:hover:before {
  height: 100%;
}
#a57eba9eceab768 .menu-list > li:hover:after {
  color: auto;
}
#a57eba9eceab768 .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: "|";
}
#a57eba9eceab768 .menu-list > li:first-child:after {
  content: "";
}
#a57eba9eceab768 .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);
}
#a57eba9eceab768 .menu-list > li ul li {
  position: relative;
}
#a57eba9eceab768 .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;
}
#a57eba9eceab768 .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;
}
#a57eba9eceab768 .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#a57eba9eceab768 li ul,
#a57eba9eceab768 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a57eba9eceab768 li:hover > ul {
  left: auto;
}
#a57eba9eceab768 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6c4fab29fa1958 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a6c4fab29fa1958 .site-language-menu a:hover {
  color: #6a6769;
}
#a6c4fab29fa1958 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a6c4fab29fa1958 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a6c4fab29fa1958 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a6c4fab29fa1958 .uk-dropdown li a:hover {
  color: #222;
}
#a6c4fab29fa1958 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#a34daa661ba3468 > .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;}#af647a9622ad576 > .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;}#a9bf5ad1cfa65aa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9bf5ad1cfa65aa .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9bf5ad1cfa65aa .ap-icon {
  margin-right: 6px;
}
#a9bf5ad1cfa65aa .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  text-align: left;
  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;
}
#a9bf5ad1cfa65aa .menu-list > li.icon-bottom > a,
#a9bf5ad1cfa65aa .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9bf5ad1cfa65aa .menu-list > li.icon-bottom > a .ap-icon,
#a9bf5ad1cfa65aa .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9bf5ad1cfa65aa .menu-list > li.icon-bottom > a .ap-icon svg,
#a9bf5ad1cfa65aa .menu-list > li.icon-top > a .ap-icon svg,
#a9bf5ad1cfa65aa .menu-list > li.icon-bottom > a .ap-icon img,
#a9bf5ad1cfa65aa .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9bf5ad1cfa65aa .menu-list > li.icon-right > a .ap-icon,
#a9bf5ad1cfa65aa .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9bf5ad1cfa65aa .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9bf5ad1cfa65aa .menu-list > li:hover > a,
#a9bf5ad1cfa65aa .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;
}
#a9bf5ad1cfa65aa .menu-list > li.active > a {
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a9bf5ad1cfa65aa .menu-list ul,
#a9bf5ad1cfa65aa .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9bf5ad1cfa65aa .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a9bf5ad1cfa65aa .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9bf5ad1cfa65aa .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9bf5ad1cfa65aa .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;
}
#a3be4a0d0ea229f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3be4a0d0ea229f .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3be4a0d0ea229f .ap-icon {
  margin-right: 6px;
}
#a3be4a0d0ea229f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
  text-align: left;
  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;
}
#a3be4a0d0ea229f .menu-list > li.icon-bottom > a,
#a3be4a0d0ea229f .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3be4a0d0ea229f .menu-list > li.icon-bottom > a .ap-icon,
#a3be4a0d0ea229f .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3be4a0d0ea229f .menu-list > li.icon-bottom > a .ap-icon svg,
#a3be4a0d0ea229f .menu-list > li.icon-top > a .ap-icon svg,
#a3be4a0d0ea229f .menu-list > li.icon-bottom > a .ap-icon img,
#a3be4a0d0ea229f .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3be4a0d0ea229f .menu-list > li.icon-right > a .ap-icon,
#a3be4a0d0ea229f .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3be4a0d0ea229f .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3be4a0d0ea229f .menu-list > li:hover > a,
#a3be4a0d0ea229f .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;
}
#a3be4a0d0ea229f .menu-list > li.active > a {
  background-color: #009dda;
}
#a3be4a0d0ea229f .menu-list ul,
#a3be4a0d0ea229f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3be4a0d0ea229f .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a3be4a0d0ea229f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3be4a0d0ea229f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3be4a0d0ea229f .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;
}
#a74cfa456da90d7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a74cfa456da90d7 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a74cfa456da90d7 .ap-icon {
  margin-right: 6px;
}
#a74cfa456da90d7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  text-align: left;
  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;
}
#a74cfa456da90d7 .menu-list > li.icon-bottom > a,
#a74cfa456da90d7 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a74cfa456da90d7 .menu-list > li.icon-bottom > a .ap-icon,
#a74cfa456da90d7 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a74cfa456da90d7 .menu-list > li.icon-bottom > a .ap-icon svg,
#a74cfa456da90d7 .menu-list > li.icon-top > a .ap-icon svg,
#a74cfa456da90d7 .menu-list > li.icon-bottom > a .ap-icon img,
#a74cfa456da90d7 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a74cfa456da90d7 .menu-list > li.icon-right > a .ap-icon,
#a74cfa456da90d7 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a74cfa456da90d7 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a74cfa456da90d7 .menu-list > li:hover > a,
#a74cfa456da90d7 .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;
}
#a74cfa456da90d7 .menu-list > li.active > a {
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a74cfa456da90d7 .menu-list ul,
#a74cfa456da90d7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a74cfa456da90d7 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a74cfa456da90d7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a74cfa456da90d7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a74cfa456da90d7 .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;
}
#af54aa6756a7243 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#af54aa6756a7243 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#af54aa6756a7243 .ap-icon {
  margin-right: 6px;
}
#af54aa6756a7243 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#af54aa6756a7243 .menu-list > li.icon-bottom > a,
#af54aa6756a7243 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#af54aa6756a7243 .menu-list > li.icon-bottom > a .ap-icon,
#af54aa6756a7243 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#af54aa6756a7243 .menu-list > li.icon-bottom > a .ap-icon svg,
#af54aa6756a7243 .menu-list > li.icon-top > a .ap-icon svg,
#af54aa6756a7243 .menu-list > li.icon-bottom > a .ap-icon img,
#af54aa6756a7243 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#af54aa6756a7243 .menu-list > li.icon-right > a .ap-icon,
#af54aa6756a7243 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#af54aa6756a7243 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#af54aa6756a7243 .menu-list > li:hover > a,
#af54aa6756a7243 .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;
}
#af54aa6756a7243 .menu-list ul,
#af54aa6756a7243 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#af54aa6756a7243 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#af54aa6756a7243 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af54aa6756a7243 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af54aa6756a7243 .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;
}
#a7023ac551ade28 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7023ac551ade28 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7023ac551ade28 .ap-icon {
  margin-right: 6px;
}
#a7023ac551ade28 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#a7023ac551ade28 .menu-list > li.icon-bottom > a,
#a7023ac551ade28 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7023ac551ade28 .menu-list > li.icon-bottom > a .ap-icon,
#a7023ac551ade28 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7023ac551ade28 .menu-list > li.icon-bottom > a .ap-icon svg,
#a7023ac551ade28 .menu-list > li.icon-top > a .ap-icon svg,
#a7023ac551ade28 .menu-list > li.icon-bottom > a .ap-icon img,
#a7023ac551ade28 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7023ac551ade28 .menu-list > li.icon-right > a .ap-icon,
#a7023ac551ade28 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7023ac551ade28 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7023ac551ade28 .menu-list > li:hover > a,
#a7023ac551ade28 .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;
}
#a7023ac551ade28 .menu-list > li.active > a {
  background-color: #009dda;
}
#a7023ac551ade28 .menu-list ul,
#a7023ac551ade28 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7023ac551ade28 .menu-list ul {
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}
#a7023ac551ade28 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7023ac551ade28 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7023ac551ade28 .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;
}
#a905aa28ada0045 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a905aa28ada0045 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a905aa28ada0045 .ap-icon {
  margin-right: 6px;
}
#a905aa28ada0045 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a905aa28ada0045 .menu-list > li.icon-bottom > a,
#a905aa28ada0045 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a905aa28ada0045 .menu-list > li.icon-bottom > a .ap-icon,
#a905aa28ada0045 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a905aa28ada0045 .menu-list > li.icon-bottom > a .ap-icon svg,
#a905aa28ada0045 .menu-list > li.icon-top > a .ap-icon svg,
#a905aa28ada0045 .menu-list > li.icon-bottom > a .ap-icon img,
#a905aa28ada0045 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a905aa28ada0045 .menu-list > li.icon-right > a .ap-icon,
#a905aa28ada0045 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a905aa28ada0045 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a905aa28ada0045 .menu-list > li:hover > a,
#a905aa28ada0045 .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;
}
#a905aa28ada0045 .menu-list > li.active > a {
  background-color: #009dda;
}
#a905aa28ada0045 .menu-list ul,
#a905aa28ada0045 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a905aa28ada0045 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a905aa28ada0045 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a905aa28ada0045 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a905aa28ada0045 .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;
}
#ac6b9aaf42ae552 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ac6b9aaf42ae552 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ac6b9aaf42ae552 .ap-icon {
  margin-right: 6px;
}
#ac6b9aaf42ae552 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#ac6b9aaf42ae552 .menu-list > li.icon-bottom > a,
#ac6b9aaf42ae552 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ac6b9aaf42ae552 .menu-list > li.icon-bottom > a .ap-icon,
#ac6b9aaf42ae552 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ac6b9aaf42ae552 .menu-list > li.icon-bottom > a .ap-icon svg,
#ac6b9aaf42ae552 .menu-list > li.icon-top > a .ap-icon svg,
#ac6b9aaf42ae552 .menu-list > li.icon-bottom > a .ap-icon img,
#ac6b9aaf42ae552 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ac6b9aaf42ae552 .menu-list > li.icon-right > a .ap-icon,
#ac6b9aaf42ae552 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ac6b9aaf42ae552 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ac6b9aaf42ae552 .menu-list > li:hover > a,
#ac6b9aaf42ae552 .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;
}
#ac6b9aaf42ae552 .menu-list ul,
#ac6b9aaf42ae552 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ac6b9aaf42ae552 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ac6b9aaf42ae552 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac6b9aaf42ae552 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac6b9aaf42ae552 .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;
}
#a77cfa9c4aa8c74 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a77cfa9c4aa8c74 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a77cfa9c4aa8c74 .ap-icon {
  margin-right: 6px;
}
#a77cfa9c4aa8c74 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a77cfa9c4aa8c74 .menu-list > li.icon-bottom > a,
#a77cfa9c4aa8c74 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a77cfa9c4aa8c74 .menu-list > li.icon-bottom > a .ap-icon,
#a77cfa9c4aa8c74 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a77cfa9c4aa8c74 .menu-list > li.icon-bottom > a .ap-icon svg,
#a77cfa9c4aa8c74 .menu-list > li.icon-top > a .ap-icon svg,
#a77cfa9c4aa8c74 .menu-list > li.icon-bottom > a .ap-icon img,
#a77cfa9c4aa8c74 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a77cfa9c4aa8c74 .menu-list > li.icon-right > a .ap-icon,
#a77cfa9c4aa8c74 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a77cfa9c4aa8c74 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a77cfa9c4aa8c74 .menu-list > li:hover > a,
#a77cfa9c4aa8c74 .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;
}
#a77cfa9c4aa8c74 .menu-list > li.active > a {
  background-color: #009dda;
}
#a77cfa9c4aa8c74 .menu-list ul,
#a77cfa9c4aa8c74 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a77cfa9c4aa8c74 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a77cfa9c4aa8c74 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a77cfa9c4aa8c74 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a77cfa9c4aa8c74 .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;
}
#a3acca17d8a9b4f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3acca17d8a9b4f .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3acca17d8a9b4f .ap-icon {
  margin-right: 6px;
}
#a3acca17d8a9b4f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#a3acca17d8a9b4f .menu-list > li.icon-bottom > a,
#a3acca17d8a9b4f .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3acca17d8a9b4f .menu-list > li.icon-bottom > a .ap-icon,
#a3acca17d8a9b4f .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3acca17d8a9b4f .menu-list > li.icon-bottom > a .ap-icon svg,
#a3acca17d8a9b4f .menu-list > li.icon-top > a .ap-icon svg,
#a3acca17d8a9b4f .menu-list > li.icon-bottom > a .ap-icon img,
#a3acca17d8a9b4f .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3acca17d8a9b4f .menu-list > li.icon-right > a .ap-icon,
#a3acca17d8a9b4f .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3acca17d8a9b4f .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3acca17d8a9b4f .menu-list > li:hover > a,
#a3acca17d8a9b4f .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;
}
#a3acca17d8a9b4f .menu-list > li.active > a {
  background-color: #009dda;
}
#a3acca17d8a9b4f .menu-list ul,
#a3acca17d8a9b4f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3acca17d8a9b4f .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a3acca17d8a9b4f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3acca17d8a9b4f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3acca17d8a9b4f .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;
}
#a4ccda450ba0380 {
  pointer-events: none;
}
#a4ccda450ba0380 .menu-list {
  width: 100%;
  background: #d03322;
}
#a4ccda450ba0380 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a4ccda450ba0380 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a4ccda450ba0380 .menu-list .menu-header {
  background-color: #d03322;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#a4ccda450ba0380 .menu-list .menu-header svg,
#a4ccda450ba0380 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a4ccda450ba0380 .menu-list > ul {
  position: relative;
}
#a4ccda450ba0380 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a4ccda450ba0380 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #d03322;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
  margin-bottom: 20px;
}
#a4ccda450ba0380 .menu-list > ul > li.active > a,
#a4ccda450ba0380 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#a4ccda450ba0380 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a4ccda450ba0380 .menu-list > ul > li a img,
#a4ccda450ba0380 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a4ccda450ba0380 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a4ccda450ba0380 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a4ccda450ba0380 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a4ccda450ba0380 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a4ccda450ba0380 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a4ccda450ba0380 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #d03322;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a4ccda450ba0380 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a4ccda450ba0380 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a4ccda450ba0380 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
#a1e04af84aa0de3 [data-item="undefined"] {text-align: center;}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a64dea6736a6f51 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae365a1e24aa981 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae649a89bfabe76 .uk-container {
  line-height: 2;
  color: #999;
}
#a59a4aa3dbaf6de .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a59a4aa3dbaf6de .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a59a4aa3dbaf6de .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;
}
#a59a4aa3dbaf6de .menu-list > li > a {
  padding: 0 15px;
}
#a59a4aa3dbaf6de .menu-list > li:hover:before {
  height: 100%;
}
#a59a4aa3dbaf6de .menu-list > li:hover:after {
  color: auto;
}
#a59a4aa3dbaf6de .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: "|";
}
#a59a4aa3dbaf6de .menu-list > li:first-child:after {
  content: "";
}
#a59a4aa3dbaf6de .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);
}
#a59a4aa3dbaf6de .menu-list > li ul li {
  position: relative;
}
#a59a4aa3dbaf6de .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;
}
#a59a4aa3dbaf6de .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;
}
#a59a4aa3dbaf6de .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#a59a4aa3dbaf6de li ul,
#a59a4aa3dbaf6de li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a59a4aa3dbaf6de li:hover > ul {
  left: auto;
}
#a59a4aa3dbaf6de li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5bada8219a5e05 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a5bada8219a5e05 .site-language-menu a:hover {
  color: #6a6769;
}
#a5bada8219a5e05 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5bada8219a5e05 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5bada8219a5e05 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5bada8219a5e05 .uk-dropdown li a:hover {
  color: #222;
}
#a5bada8219a5e05 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#a9d0aa6217a546d > .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;}#a8e5ba17a9aa8a6 > .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;}#a6a44ad754affdd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a6a44ad754affdd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a6a44ad754affdd .ap-icon {
  margin-right: 6px;
}
#a6a44ad754affdd .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;
}
#a6a44ad754affdd .menu-list > li.icon-bottom > a,
#a6a44ad754affdd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a6a44ad754affdd .menu-list > li.icon-bottom > a .ap-icon,
#a6a44ad754affdd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a6a44ad754affdd .menu-list > li.icon-bottom > a .ap-icon svg,
#a6a44ad754affdd .menu-list > li.icon-top > a .ap-icon svg,
#a6a44ad754affdd .menu-list > li.icon-bottom > a .ap-icon img,
#a6a44ad754affdd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a6a44ad754affdd .menu-list > li.icon-right > a .ap-icon,
#a6a44ad754affdd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a6a44ad754affdd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a6a44ad754affdd .menu-list > li:hover > a,
#a6a44ad754affdd .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;
}
#a6a44ad754affdd .menu-list ul,
#a6a44ad754affdd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a6a44ad754affdd .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a6a44ad754affdd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6a44ad754affdd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6a44ad754affdd .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;
}
#ac0e7aba60ad85b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ac0e7aba60ad85b .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ac0e7aba60ad85b .ap-icon {
  margin-right: 6px;
}
#ac0e7aba60ad85b .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;
}
#ac0e7aba60ad85b .menu-list > li.icon-bottom > a,
#ac0e7aba60ad85b .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ac0e7aba60ad85b .menu-list > li.icon-bottom > a .ap-icon,
#ac0e7aba60ad85b .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ac0e7aba60ad85b .menu-list > li.icon-bottom > a .ap-icon svg,
#ac0e7aba60ad85b .menu-list > li.icon-top > a .ap-icon svg,
#ac0e7aba60ad85b .menu-list > li.icon-bottom > a .ap-icon img,
#ac0e7aba60ad85b .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ac0e7aba60ad85b .menu-list > li.icon-right > a .ap-icon,
#ac0e7aba60ad85b .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ac0e7aba60ad85b .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ac0e7aba60ad85b .menu-list > li:hover > a,
#ac0e7aba60ad85b .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;
}
#ac0e7aba60ad85b .menu-list > li.active > a {
  background-color: #009dda;
}
#ac0e7aba60ad85b .menu-list ul,
#ac0e7aba60ad85b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ac0e7aba60ad85b .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ac0e7aba60ad85b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac0e7aba60ad85b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac0e7aba60ad85b .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;
}
#a786fa417aa33fa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a786fa417aa33fa .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a786fa417aa33fa .ap-icon {
  margin-right: 6px;
}
#a786fa417aa33fa .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;
}
#a786fa417aa33fa .menu-list > li.icon-bottom > a,
#a786fa417aa33fa .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a786fa417aa33fa .menu-list > li.icon-bottom > a .ap-icon,
#a786fa417aa33fa .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a786fa417aa33fa .menu-list > li.icon-bottom > a .ap-icon svg,
#a786fa417aa33fa .menu-list > li.icon-top > a .ap-icon svg,
#a786fa417aa33fa .menu-list > li.icon-bottom > a .ap-icon img,
#a786fa417aa33fa .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a786fa417aa33fa .menu-list > li.icon-right > a .ap-icon,
#a786fa417aa33fa .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a786fa417aa33fa .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a786fa417aa33fa .menu-list > li:hover > a,
#a786fa417aa33fa .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;
}
#a786fa417aa33fa .menu-list ul,
#a786fa417aa33fa .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a786fa417aa33fa .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a786fa417aa33fa .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a786fa417aa33fa .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a786fa417aa33fa .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;
}
#a6f44afc2da9cb0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a6f44afc2da9cb0 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a6f44afc2da9cb0 .ap-icon {
  margin-right: 6px;
}
#a6f44afc2da9cb0 .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;
}
#a6f44afc2da9cb0 .menu-list > li.icon-bottom > a,
#a6f44afc2da9cb0 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a6f44afc2da9cb0 .menu-list > li.icon-bottom > a .ap-icon,
#a6f44afc2da9cb0 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a6f44afc2da9cb0 .menu-list > li.icon-bottom > a .ap-icon svg,
#a6f44afc2da9cb0 .menu-list > li.icon-top > a .ap-icon svg,
#a6f44afc2da9cb0 .menu-list > li.icon-bottom > a .ap-icon img,
#a6f44afc2da9cb0 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a6f44afc2da9cb0 .menu-list > li.icon-right > a .ap-icon,
#a6f44afc2da9cb0 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a6f44afc2da9cb0 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a6f44afc2da9cb0 .menu-list > li:hover > a,
#a6f44afc2da9cb0 .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;
}
#a6f44afc2da9cb0 .menu-list ul,
#a6f44afc2da9cb0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a6f44afc2da9cb0 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a6f44afc2da9cb0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6f44afc2da9cb0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6f44afc2da9cb0 .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;
}
#a529aa77b3a0e67 [data-item="undefined"] {text-align: center;}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#abf40afc01a6d25 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aea0aa0b9ba3a06 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a188aa130aae30a .uk-container {
  line-height: 2;
  color: #999;
}
#a080aaf065ab96f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a080aaf065ab96f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a080aaf065ab96f .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;
}
#a080aaf065ab96f .menu-list > li > a {
  padding: 0 15px;
}
#a080aaf065ab96f .menu-list > li:hover:before {
  height: 100%;
}
#a080aaf065ab96f .menu-list > li:hover:after {
  color: auto;
}
#a080aaf065ab96f .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: "|";
}
#a080aaf065ab96f .menu-list > li:first-child:after {
  content: "";
}
#a080aaf065ab96f .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);
}
#a080aaf065ab96f .menu-list > li ul li {
  position: relative;
}
#a080aaf065ab96f .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;
}
#a080aaf065ab96f .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;
}
#a080aaf065ab96f .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#a080aaf065ab96f li ul,
#a080aaf065ab96f li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a080aaf065ab96f li:hover > ul {
  left: auto;
}
#a080aaf065ab96f li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7e4da0474a4cc5 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a7e4da0474a4cc5 .site-language-menu a:hover {
  color: #6a6769;
}
#a7e4da0474a4cc5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7e4da0474a4cc5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7e4da0474a4cc5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7e4da0474a4cc5 .uk-dropdown li a:hover {
  color: #222;
}
#a7e4da0474a4cc5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a01d7a7ce7a1ac4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a46a4a570ca21e6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae5a4a907eaf132 .uk-container {
  line-height: 2;
  color: #999;
}
#acb7fafbc6a11a6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acb7fafbc6a11a6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acb7fafbc6a11a6 .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;
}
#acb7fafbc6a11a6 .menu-list > li > a {
  padding: 0 15px;
}
#acb7fafbc6a11a6 .menu-list > li:hover:before {
  height: 100%;
}
#acb7fafbc6a11a6 .menu-list > li:hover:after {
  color: auto;
}
#acb7fafbc6a11a6 .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: "|";
}
#acb7fafbc6a11a6 .menu-list > li:first-child:after {
  content: "";
}
#acb7fafbc6a11a6 .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);
}
#acb7fafbc6a11a6 .menu-list > li ul li {
  position: relative;
}
#acb7fafbc6a11a6 .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;
}
#acb7fafbc6a11a6 .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;
}
#acb7fafbc6a11a6 .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#acb7fafbc6a11a6 li ul,
#acb7fafbc6a11a6 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#acb7fafbc6a11a6 li:hover > ul {
  left: auto;
}
#acb7fafbc6a11a6 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae762a06b1ab576 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#ae762a06b1ab576 .site-language-menu a:hover {
  color: #6a6769;
}
#ae762a06b1ab576 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae762a06b1ab576 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae762a06b1ab576 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae762a06b1ab576 .uk-dropdown li a:hover {
  color: #222;
}
#ae762a06b1ab576 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#a16c8a77cda4a21 > .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;}#ad02faf03dacc9b > .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;}#a2d43a8675a29b3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2d43a8675a29b3 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2d43a8675a29b3 .ap-icon {
  margin-right: 6px;
}
#a2d43a8675a29b3 .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;
}
#a2d43a8675a29b3 .menu-list > li.icon-bottom > a,
#a2d43a8675a29b3 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2d43a8675a29b3 .menu-list > li.icon-bottom > a .ap-icon,
#a2d43a8675a29b3 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2d43a8675a29b3 .menu-list > li.icon-bottom > a .ap-icon svg,
#a2d43a8675a29b3 .menu-list > li.icon-top > a .ap-icon svg,
#a2d43a8675a29b3 .menu-list > li.icon-bottom > a .ap-icon img,
#a2d43a8675a29b3 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2d43a8675a29b3 .menu-list > li.icon-right > a .ap-icon,
#a2d43a8675a29b3 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2d43a8675a29b3 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2d43a8675a29b3 .menu-list > li:hover > a,
#a2d43a8675a29b3 .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;
}
#a2d43a8675a29b3 .menu-list > li.active > a {
  background-color: #009dda;
}
#a2d43a8675a29b3 .menu-list ul,
#a2d43a8675a29b3 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2d43a8675a29b3 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a2d43a8675a29b3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2d43a8675a29b3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2d43a8675a29b3 .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;
}
#a9a02aaebeac384 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a9a02aaebeac384 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a9a02aaebeac384 .ap-icon {
  margin-right: 6px;
}
#a9a02aaebeac384 .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;
}
#a9a02aaebeac384 .menu-list > li.icon-bottom > a,
#a9a02aaebeac384 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a9a02aaebeac384 .menu-list > li.icon-bottom > a .ap-icon,
#a9a02aaebeac384 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a9a02aaebeac384 .menu-list > li.icon-bottom > a .ap-icon svg,
#a9a02aaebeac384 .menu-list > li.icon-top > a .ap-icon svg,
#a9a02aaebeac384 .menu-list > li.icon-bottom > a .ap-icon img,
#a9a02aaebeac384 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a9a02aaebeac384 .menu-list > li.icon-right > a .ap-icon,
#a9a02aaebeac384 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a9a02aaebeac384 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a9a02aaebeac384 .menu-list > li:hover > a,
#a9a02aaebeac384 .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;
}
#a9a02aaebeac384 .menu-list ul,
#a9a02aaebeac384 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a9a02aaebeac384 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a9a02aaebeac384 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a9a02aaebeac384 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a9a02aaebeac384 .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;
}
#a808ca6623af179 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a808ca6623af179 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a808ca6623af179 .ap-icon {
  margin-right: 6px;
}
#a808ca6623af179 .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;
}
#a808ca6623af179 .menu-list > li.icon-bottom > a,
#a808ca6623af179 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a808ca6623af179 .menu-list > li.icon-bottom > a .ap-icon,
#a808ca6623af179 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a808ca6623af179 .menu-list > li.icon-bottom > a .ap-icon svg,
#a808ca6623af179 .menu-list > li.icon-top > a .ap-icon svg,
#a808ca6623af179 .menu-list > li.icon-bottom > a .ap-icon img,
#a808ca6623af179 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a808ca6623af179 .menu-list > li.icon-right > a .ap-icon,
#a808ca6623af179 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a808ca6623af179 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a808ca6623af179 .menu-list > li:hover > a,
#a808ca6623af179 .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;
}
#a808ca6623af179 .menu-list ul,
#a808ca6623af179 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a808ca6623af179 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a808ca6623af179 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a808ca6623af179 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a808ca6623af179 .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;
}
#a294ba2de3ab804 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a294ba2de3ab804 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a294ba2de3ab804 .ap-icon {
  margin-right: 6px;
}
#a294ba2de3ab804 .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;
}
#a294ba2de3ab804 .menu-list > li.icon-bottom > a,
#a294ba2de3ab804 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a294ba2de3ab804 .menu-list > li.icon-bottom > a .ap-icon,
#a294ba2de3ab804 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a294ba2de3ab804 .menu-list > li.icon-bottom > a .ap-icon svg,
#a294ba2de3ab804 .menu-list > li.icon-top > a .ap-icon svg,
#a294ba2de3ab804 .menu-list > li.icon-bottom > a .ap-icon img,
#a294ba2de3ab804 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a294ba2de3ab804 .menu-list > li.icon-right > a .ap-icon,
#a294ba2de3ab804 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a294ba2de3ab804 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a294ba2de3ab804 .menu-list > li:hover > a,
#a294ba2de3ab804 .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;
}
#a294ba2de3ab804 .menu-list ul,
#a294ba2de3ab804 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a294ba2de3ab804 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a294ba2de3ab804 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a294ba2de3ab804 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a294ba2de3ab804 .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;
}
#a81e3a360fa5d62 [data-item="undefined"] {text-align: center;}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#aba73aef05a455d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a104da9915a0ffa .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0c7da9f72aa3b9 .uk-container {
  line-height: 2;
  color: #999;
}
#a1252a92eaa0342 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1252a92eaa0342 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1252a92eaa0342 .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;
}
#a1252a92eaa0342 .menu-list > li > a {
  padding: 0 15px;
}
#a1252a92eaa0342 .menu-list > li:hover:before {
  height: 100%;
}
#a1252a92eaa0342 .menu-list > li:hover:after {
  color: auto;
}
#a1252a92eaa0342 .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: "|";
}
#a1252a92eaa0342 .menu-list > li:first-child:after {
  content: "";
}
#a1252a92eaa0342 .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);
}
#a1252a92eaa0342 .menu-list > li ul li {
  position: relative;
}
#a1252a92eaa0342 .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;
}
#a1252a92eaa0342 .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;
}
#a1252a92eaa0342 .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#a1252a92eaa0342 li ul,
#a1252a92eaa0342 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a1252a92eaa0342 li:hover > ul {
  left: auto;
}
#a1252a92eaa0342 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac94ca4930a6604 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#ac94ca4930a6604 .site-language-menu a:hover {
  color: #6a6769;
}
#ac94ca4930a6604 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ac94ca4930a6604 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ac94ca4930a6604 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ac94ca4930a6604 .uk-dropdown li a:hover {
  color: #222;
}
#ac94ca4930a6604 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#a834ca3f28afd0e > .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;}#a94d9a42e7a7b1a > .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;}#a668fa7fe0a52f8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a668fa7fe0a52f8 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a668fa7fe0a52f8 .ap-icon {
  margin-right: 6px;
}
#a668fa7fe0a52f8 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  text-align: left;
  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;
}
#a668fa7fe0a52f8 .menu-list > li.icon-bottom > a,
#a668fa7fe0a52f8 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a668fa7fe0a52f8 .menu-list > li.icon-bottom > a .ap-icon,
#a668fa7fe0a52f8 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a668fa7fe0a52f8 .menu-list > li.icon-bottom > a .ap-icon svg,
#a668fa7fe0a52f8 .menu-list > li.icon-top > a .ap-icon svg,
#a668fa7fe0a52f8 .menu-list > li.icon-bottom > a .ap-icon img,
#a668fa7fe0a52f8 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a668fa7fe0a52f8 .menu-list > li.icon-right > a .ap-icon,
#a668fa7fe0a52f8 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a668fa7fe0a52f8 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a668fa7fe0a52f8 .menu-list > li:hover > a,
#a668fa7fe0a52f8 .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;
}
#a668fa7fe0a52f8 .menu-list > li.active > a {
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a668fa7fe0a52f8 .menu-list ul,
#a668fa7fe0a52f8 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a668fa7fe0a52f8 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a668fa7fe0a52f8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a668fa7fe0a52f8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a668fa7fe0a52f8 .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;
}
#ae5e2a6800af075 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ae5e2a6800af075 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ae5e2a6800af075 .ap-icon {
  margin-right: 6px;
}
#ae5e2a6800af075 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
  text-align: left;
  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;
}
#ae5e2a6800af075 .menu-list > li.icon-bottom > a,
#ae5e2a6800af075 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ae5e2a6800af075 .menu-list > li.icon-bottom > a .ap-icon,
#ae5e2a6800af075 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ae5e2a6800af075 .menu-list > li.icon-bottom > a .ap-icon svg,
#ae5e2a6800af075 .menu-list > li.icon-top > a .ap-icon svg,
#ae5e2a6800af075 .menu-list > li.icon-bottom > a .ap-icon img,
#ae5e2a6800af075 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ae5e2a6800af075 .menu-list > li.icon-right > a .ap-icon,
#ae5e2a6800af075 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ae5e2a6800af075 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ae5e2a6800af075 .menu-list > li:hover > a,
#ae5e2a6800af075 .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;
}
#ae5e2a6800af075 .menu-list > li.active > a {
  background-color: #009dda;
}
#ae5e2a6800af075 .menu-list ul,
#ae5e2a6800af075 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ae5e2a6800af075 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ae5e2a6800af075 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae5e2a6800af075 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae5e2a6800af075 .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;
}
#a7ed6a99c9a0a51 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a7ed6a99c9a0a51 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a7ed6a99c9a0a51 .ap-icon {
  margin-right: 6px;
}
#a7ed6a99c9a0a51 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  text-align: left;
  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;
}
#a7ed6a99c9a0a51 .menu-list > li.icon-bottom > a,
#a7ed6a99c9a0a51 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a7ed6a99c9a0a51 .menu-list > li.icon-bottom > a .ap-icon,
#a7ed6a99c9a0a51 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a7ed6a99c9a0a51 .menu-list > li.icon-bottom > a .ap-icon svg,
#a7ed6a99c9a0a51 .menu-list > li.icon-top > a .ap-icon svg,
#a7ed6a99c9a0a51 .menu-list > li.icon-bottom > a .ap-icon img,
#a7ed6a99c9a0a51 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a7ed6a99c9a0a51 .menu-list > li.icon-right > a .ap-icon,
#a7ed6a99c9a0a51 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a7ed6a99c9a0a51 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a7ed6a99c9a0a51 .menu-list > li:hover > a,
#a7ed6a99c9a0a51 .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;
}
#a7ed6a99c9a0a51 .menu-list > li.active > a {
  background-color: #009dda;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a7ed6a99c9a0a51 .menu-list ul,
#a7ed6a99c9a0a51 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a7ed6a99c9a0a51 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a7ed6a99c9a0a51 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7ed6a99c9a0a51 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7ed6a99c9a0a51 .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;
}
#ac57eaf140a9a7f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ac57eaf140a9a7f .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ac57eaf140a9a7f .ap-icon {
  margin-right: 6px;
}
#ac57eaf140a9a7f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#ac57eaf140a9a7f .menu-list > li.icon-bottom > a,
#ac57eaf140a9a7f .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ac57eaf140a9a7f .menu-list > li.icon-bottom > a .ap-icon,
#ac57eaf140a9a7f .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ac57eaf140a9a7f .menu-list > li.icon-bottom > a .ap-icon svg,
#ac57eaf140a9a7f .menu-list > li.icon-top > a .ap-icon svg,
#ac57eaf140a9a7f .menu-list > li.icon-bottom > a .ap-icon img,
#ac57eaf140a9a7f .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ac57eaf140a9a7f .menu-list > li.icon-right > a .ap-icon,
#ac57eaf140a9a7f .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ac57eaf140a9a7f .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ac57eaf140a9a7f .menu-list > li:hover > a,
#ac57eaf140a9a7f .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;
}
#ac57eaf140a9a7f .menu-list ul,
#ac57eaf140a9a7f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ac57eaf140a9a7f .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#ac57eaf140a9a7f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac57eaf140a9a7f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac57eaf140a9a7f .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;
}
#a13a3acb46a50df .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a13a3acb46a50df .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a13a3acb46a50df .ap-icon {
  margin-right: 6px;
}
#a13a3acb46a50df .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#a13a3acb46a50df .menu-list > li.icon-bottom > a,
#a13a3acb46a50df .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a13a3acb46a50df .menu-list > li.icon-bottom > a .ap-icon,
#a13a3acb46a50df .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a13a3acb46a50df .menu-list > li.icon-bottom > a .ap-icon svg,
#a13a3acb46a50df .menu-list > li.icon-top > a .ap-icon svg,
#a13a3acb46a50df .menu-list > li.icon-bottom > a .ap-icon img,
#a13a3acb46a50df .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a13a3acb46a50df .menu-list > li.icon-right > a .ap-icon,
#a13a3acb46a50df .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a13a3acb46a50df .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a13a3acb46a50df .menu-list > li:hover > a,
#a13a3acb46a50df .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;
}
#a13a3acb46a50df .menu-list > li.active > a {
  background-color: #009dda;
}
#a13a3acb46a50df .menu-list ul,
#a13a3acb46a50df .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a13a3acb46a50df .menu-list ul {
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}
#a13a3acb46a50df .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a13a3acb46a50df .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a13a3acb46a50df .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;
}
#a4e89afe65a9a59 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a4e89afe65a9a59 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a4e89afe65a9a59 .ap-icon {
  margin-right: 6px;
}
#a4e89afe65a9a59 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a4e89afe65a9a59 .menu-list > li.icon-bottom > a,
#a4e89afe65a9a59 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a4e89afe65a9a59 .menu-list > li.icon-bottom > a .ap-icon,
#a4e89afe65a9a59 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a4e89afe65a9a59 .menu-list > li.icon-bottom > a .ap-icon svg,
#a4e89afe65a9a59 .menu-list > li.icon-top > a .ap-icon svg,
#a4e89afe65a9a59 .menu-list > li.icon-bottom > a .ap-icon img,
#a4e89afe65a9a59 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a4e89afe65a9a59 .menu-list > li.icon-right > a .ap-icon,
#a4e89afe65a9a59 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a4e89afe65a9a59 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a4e89afe65a9a59 .menu-list > li:hover > a,
#a4e89afe65a9a59 .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;
}
#a4e89afe65a9a59 .menu-list > li.active > a {
  background-color: #009dda;
}
#a4e89afe65a9a59 .menu-list ul,
#a4e89afe65a9a59 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a4e89afe65a9a59 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a4e89afe65a9a59 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a4e89afe65a9a59 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a4e89afe65a9a59 .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;
}
#a376da606aaf435 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a376da606aaf435 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a376da606aaf435 .ap-icon {
  margin-right: 6px;
}
#a376da606aaf435 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a376da606aaf435 .menu-list > li.icon-bottom > a,
#a376da606aaf435 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a376da606aaf435 .menu-list > li.icon-bottom > a .ap-icon,
#a376da606aaf435 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a376da606aaf435 .menu-list > li.icon-bottom > a .ap-icon svg,
#a376da606aaf435 .menu-list > li.icon-top > a .ap-icon svg,
#a376da606aaf435 .menu-list > li.icon-bottom > a .ap-icon img,
#a376da606aaf435 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a376da606aaf435 .menu-list > li.icon-right > a .ap-icon,
#a376da606aaf435 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a376da606aaf435 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a376da606aaf435 .menu-list > li:hover > a,
#a376da606aaf435 .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;
}
#a376da606aaf435 .menu-list ul,
#a376da606aaf435 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a376da606aaf435 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a376da606aaf435 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a376da606aaf435 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a376da606aaf435 .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;
}
#a2fc6a6966a302f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a2fc6a6966a302f .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a2fc6a6966a302f .ap-icon {
  margin-right: 6px;
}
#a2fc6a6966a302f .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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;
}
#a2fc6a6966a302f .menu-list > li.icon-bottom > a,
#a2fc6a6966a302f .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a2fc6a6966a302f .menu-list > li.icon-bottom > a .ap-icon,
#a2fc6a6966a302f .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a2fc6a6966a302f .menu-list > li.icon-bottom > a .ap-icon svg,
#a2fc6a6966a302f .menu-list > li.icon-top > a .ap-icon svg,
#a2fc6a6966a302f .menu-list > li.icon-bottom > a .ap-icon img,
#a2fc6a6966a302f .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a2fc6a6966a302f .menu-list > li.icon-right > a .ap-icon,
#a2fc6a6966a302f .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a2fc6a6966a302f .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a2fc6a6966a302f .menu-list > li:hover > a,
#a2fc6a6966a302f .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;
}
#a2fc6a6966a302f .menu-list > li.active > a {
  background-color: #009dda;
}
#a2fc6a6966a302f .menu-list ul,
#a2fc6a6966a302f .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2fc6a6966a302f .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a2fc6a6966a302f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2fc6a6966a302f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2fc6a6966a302f .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;
}
#a732ea89daac223 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a732ea89daac223 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a732ea89daac223 .ap-icon {
  margin-right: 6px;
}
#a732ea89daac223 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 16px;
  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;
}
#a732ea89daac223 .menu-list > li.icon-bottom > a,
#a732ea89daac223 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a732ea89daac223 .menu-list > li.icon-bottom > a .ap-icon,
#a732ea89daac223 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a732ea89daac223 .menu-list > li.icon-bottom > a .ap-icon svg,
#a732ea89daac223 .menu-list > li.icon-top > a .ap-icon svg,
#a732ea89daac223 .menu-list > li.icon-bottom > a .ap-icon img,
#a732ea89daac223 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a732ea89daac223 .menu-list > li.icon-right > a .ap-icon,
#a732ea89daac223 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a732ea89daac223 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a732ea89daac223 .menu-list > li:hover > a,
#a732ea89daac223 .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;
}
#a732ea89daac223 .menu-list > li.active > a {
  background-color: #009dda;
}
#a732ea89daac223 .menu-list ul,
#a732ea89daac223 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a732ea89daac223 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a732ea89daac223 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a732ea89daac223 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a732ea89daac223 .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;
}
#a173ca8993af48d {
  pointer-events: none;
}
#a173ca8993af48d .menu-list {
  width: 100%;
  background: #d03322;
}
#a173ca8993af48d ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a173ca8993af48d .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a173ca8993af48d .menu-list .menu-header {
  background-color: #d03322;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#a173ca8993af48d .menu-list .menu-header svg,
#a173ca8993af48d .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a173ca8993af48d .menu-list > ul {
  position: relative;
}
#a173ca8993af48d .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a173ca8993af48d .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #d03322;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
  margin-bottom: 20px;
}
#a173ca8993af48d .menu-list > ul > li.active > a,
#a173ca8993af48d .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#a173ca8993af48d .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a173ca8993af48d .menu-list > ul > li a img,
#a173ca8993af48d .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a173ca8993af48d .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 240px;
  top: 25px;
  width: 250px;
  background-color: #333;
  border-left: none;
}
#a173ca8993af48d .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a173ca8993af48d .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a173ca8993af48d .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a173ca8993af48d .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #333;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  line-height: 50px;
}
#a173ca8993af48d .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #d03322;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a173ca8993af48d .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a173ca8993af48d .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
#a173ca8993af48d .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
#a5e8ea4368ad51f .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a5e8ea4368ad51f .grid-list .product-item {
  overflow: hidden;
}
#a5e8ea4368ad51f .grid-list .product-preview .img {
  display: block;
}
#a5e8ea4368ad51f .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a5e8ea4368ad51f .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;
}
#a5e8ea4368ad51f .grid-list .product-info {
  min-height: 110px;
}
#a5e8ea4368ad51f .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a5e8ea4368ad51f .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a5e8ea4368ad51f .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a5e8ea4368ad51f .grid-list .category-name {
  font-size: 12px;
}
#a5e8ea4368ad51f .grid-list .category-name a {
  color: #777;
}
#a5e8ea4368ad51f .grid-list .title,
#a5e8ea4368ad51f .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a5e8ea4368ad51f .grid-list .title a,
#a5e8ea4368ad51f .grid-list .subTitle a {
  color: #191919;
}
#a5e8ea4368ad51f .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;
}
#a5e8ea4368ad51f .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a5e8ea4368ad51f .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a5e8ea4368ad51f .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a5e8ea4368ad51f .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #0b99c7;
  line-height: 22px;
}
#a5e8ea4368ad51f .grid-list .subTitle {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a5e8ea4368ad51f .grid-list .product:hover {
  background-color: auto;
}
#a5e8ea4368ad51f .grid-list .product:hover .title a {
  color: #444;
}
#a5e8ea4368ad51f .grid-list .product:hover .subTitle {
  color: auto;
}
#a5e8ea4368ad51f .grid-list .product:hover .category {
  color: auto;
}
#a5e8ea4368ad51f .grid-list .product:hover .abstract {
  color: auto;
}
#a5e8ea4368ad51f .grid-list .product:hover .product-btn {
  color: auto;
  background-color: #4a90e2;
}
@media (max-width: 640px) {
  #a5e8ea4368ad51f .grid-list .product-info {
    min-height: 0;
  }
  #a5e8ea4368ad51f .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a5e8ea4368ad51f .grid-list .product-buttons {
    display: none;
  }
}
#a0dcaa5a1fa7b1b [data-item="undefined"] {text-align: center;}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#a05cca36efa0579 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0bbca23f1a0374 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4519a4780a9ae8 .uk-container {
  line-height: 2;
  color: #999;
}
#a4edfa5d4fa133c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a4edfa5d4fa133c .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a4edfa5d4fa133c .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;
}
#a4edfa5d4fa133c .menu-list > li > a {
  padding: 0 15px;
}
#a4edfa5d4fa133c .menu-list > li:hover:before {
  height: 100%;
}
#a4edfa5d4fa133c .menu-list > li:hover:after {
  color: auto;
}
#a4edfa5d4fa133c .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: "|";
}
#a4edfa5d4fa133c .menu-list > li:first-child:after {
  content: "";
}
#a4edfa5d4fa133c .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);
}
#a4edfa5d4fa133c .menu-list > li ul li {
  position: relative;
}
#a4edfa5d4fa133c .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;
}
#a4edfa5d4fa133c .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;
}
#a4edfa5d4fa133c .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#a4edfa5d4fa133c li ul,
#a4edfa5d4fa133c li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a4edfa5d4fa133c li:hover > ul {
  left: auto;
}
#a4edfa5d4fa133c li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7255a30f6a9959 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#a7255a30f6a9959 .site-language-menu a:hover {
  color: #6a6769;
}
#a7255a30f6a9959 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7255a30f6a9959 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7255a30f6a9959 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7255a30f6a9959 .uk-dropdown li a:hover {
  color: #222;
}
#a7255a30f6a9959 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#a8572aac55a4eaa > .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;}#abdf3ae884aa2f6 > .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;}#a688da62aaaebae .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a688da62aaaebae .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a688da62aaaebae .ap-icon {
  margin-right: 6px;
}
#a688da62aaaebae .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;
}
#a688da62aaaebae .menu-list > li.icon-bottom > a,
#a688da62aaaebae .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a688da62aaaebae .menu-list > li.icon-bottom > a .ap-icon,
#a688da62aaaebae .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a688da62aaaebae .menu-list > li.icon-bottom > a .ap-icon svg,
#a688da62aaaebae .menu-list > li.icon-top > a .ap-icon svg,
#a688da62aaaebae .menu-list > li.icon-bottom > a .ap-icon img,
#a688da62aaaebae .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a688da62aaaebae .menu-list > li.icon-right > a .ap-icon,
#a688da62aaaebae .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a688da62aaaebae .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a688da62aaaebae .menu-list > li:hover > a,
#a688da62aaaebae .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;
}
#a688da62aaaebae .menu-list > li.active > a {
  background-color: #009dda;
}
#a688da62aaaebae .menu-list ul,
#a688da62aaaebae .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a688da62aaaebae .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a688da62aaaebae .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a688da62aaaebae .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a688da62aaaebae .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;
}
#a44f6a2b4da010e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f6a2b4da010e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f6a2b4da010e .ap-icon {
  margin-right: 6px;
}
#a44f6a2b4da010e .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;
}
#a44f6a2b4da010e .menu-list > li.icon-bottom > a,
#a44f6a2b4da010e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f6a2b4da010e .menu-list > li.icon-bottom > a .ap-icon,
#a44f6a2b4da010e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f6a2b4da010e .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f6a2b4da010e .menu-list > li.icon-top > a .ap-icon svg,
#a44f6a2b4da010e .menu-list > li.icon-bottom > a .ap-icon img,
#a44f6a2b4da010e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f6a2b4da010e .menu-list > li.icon-right > a .ap-icon,
#a44f6a2b4da010e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f6a2b4da010e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f6a2b4da010e .menu-list > li:hover > a,
#a44f6a2b4da010e .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;
}
#a44f6a2b4da010e .menu-list > li.active > a {
  background-color: #009dda;
}
#a44f6a2b4da010e .menu-list ul,
#a44f6a2b4da010e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f6a2b4da010e .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f6a2b4da010e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f6a2b4da010e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f6a2b4da010e .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;
}
#a74c6a56b9a7e5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a74c6a56b9a7e5e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a74c6a56b9a7e5e .ap-icon {
  margin-right: 6px;
}
#a74c6a56b9a7e5e .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;
}
#a74c6a56b9a7e5e .menu-list > li.icon-bottom > a,
#a74c6a56b9a7e5e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a74c6a56b9a7e5e .menu-list > li.icon-bottom > a .ap-icon,
#a74c6a56b9a7e5e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a74c6a56b9a7e5e .menu-list > li.icon-bottom > a .ap-icon svg,
#a74c6a56b9a7e5e .menu-list > li.icon-top > a .ap-icon svg,
#a74c6a56b9a7e5e .menu-list > li.icon-bottom > a .ap-icon img,
#a74c6a56b9a7e5e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a74c6a56b9a7e5e .menu-list > li.icon-right > a .ap-icon,
#a74c6a56b9a7e5e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a74c6a56b9a7e5e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a74c6a56b9a7e5e .menu-list > li:hover > a,
#a74c6a56b9a7e5e .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;
}
#a74c6a56b9a7e5e .menu-list > li.active > a {
  background-color: #009dda;
}
#a74c6a56b9a7e5e .menu-list ul,
#a74c6a56b9a7e5e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a74c6a56b9a7e5e .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#a74c6a56b9a7e5e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a74c6a56b9a7e5e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a74c6a56b9a7e5e .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;
}
#aea59a7e08ab688 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aea59a7e08ab688 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aea59a7e08ab688 .ap-icon {
  margin-right: 6px;
}
#aea59a7e08ab688 .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;
}
#aea59a7e08ab688 .menu-list > li.icon-bottom > a,
#aea59a7e08ab688 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aea59a7e08ab688 .menu-list > li.icon-bottom > a .ap-icon,
#aea59a7e08ab688 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aea59a7e08ab688 .menu-list > li.icon-bottom > a .ap-icon svg,
#aea59a7e08ab688 .menu-list > li.icon-top > a .ap-icon svg,
#aea59a7e08ab688 .menu-list > li.icon-bottom > a .ap-icon img,
#aea59a7e08ab688 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aea59a7e08ab688 .menu-list > li.icon-right > a .ap-icon,
#aea59a7e08ab688 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aea59a7e08ab688 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aea59a7e08ab688 .menu-list > li:hover > a,
#aea59a7e08ab688 .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;
}
#aea59a7e08ab688 .menu-list > li.active > a {
  background-color: #009dda;
}
#aea59a7e08ab688 .menu-list ul,
#aea59a7e08ab688 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aea59a7e08ab688 .menu-list ul {
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}
#aea59a7e08ab688 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aea59a7e08ab688 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aea59a7e08ab688 .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;
}
#a5562a26f3a41b7 [data-item="undefined"] {text-align: center;}#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af725a0b09a1c8c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0a00a158ea13de .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6273a1af3ad4f8 .uk-container {
  min-height: 400px;
}
#a6df3a3734aecec .uk-container {
  line-height: 2;
  color: #999;
}
#ae54fa020cabec6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae54fa020cabec6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae54fa020cabec6 .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;
}
#ae54fa020cabec6 .menu-list > li > a {
  padding: 0 15px;
}
#ae54fa020cabec6 .menu-list > li:hover:before {
  height: 100%;
}
#ae54fa020cabec6 .menu-list > li:hover:after {
  color: auto;
}
#ae54fa020cabec6 .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: "|";
}
#ae54fa020cabec6 .menu-list > li:first-child:after {
  content: "";
}
#ae54fa020cabec6 .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);
}
#ae54fa020cabec6 .menu-list > li ul li {
  position: relative;
}
#ae54fa020cabec6 .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;
}
#ae54fa020cabec6 .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;
}
#ae54fa020cabec6 .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#ae54fa020cabec6 li ul,
#ae54fa020cabec6 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#ae54fa020cabec6 li:hover > ul {
  left: auto;
}
#ae54fa020cabec6 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7205aa426ae6a9 > .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;}#aba5aac254ab479 > .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;}#afbf4aeef9a2f6d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#afbf4aeef9a2f6d .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#afbf4aeef9a2f6d .ap-icon {
  margin-right: 6px;
}
#afbf4aeef9a2f6d .indicator {
  margin-left: 4px;
}
#afbf4aeef9a2f6d .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-family: inherit;
  color: #ffffff;
  background-color: #019dda;
}
#afbf4aeef9a2f6d .menu-list li:hover > a,
#afbf4aeef9a2f6d .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#afbf4aeef9a2f6d .menu-list ul,
#afbf4aeef9a2f6d .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);
}
#afbf4aeef9a2f6d .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#afbf4aeef9a2f6d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#afbf4aeef9a2f6d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#afbf4aeef9a2f6d .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;
}
#a83a9ac9a2abdf8 > .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;}#aedc1ad6b7a7791 > .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;}#a9fcfa1afda9a6c > .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;}#aaceda703fab1fd > .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;}#abceaa39e5acb29 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#abceaa39e5acb29 .ele-wrap:hover {background-color: #0483cc;}#aea48a015da1535 .form-agree {
  display: flex;
  align-items: center;
}
#aea48a015da1535 .uk-form .form-submit-btn {
  width: 159px;
}
#aea48a015da1535 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#aea48a015da1535 .submit-wrap {
  text-align: center;
}
#aea48a015da1535 .submit-wrap button {
  background-color: #e9eaeb;
}
#aea48a015da1535 .submit-wrap button:hover {
  background-color: #019dda;
}
#aea48a015da1535 .submit-wrap button {
  color: #000000;
}
#aea48a015da1535 .submit-wrap button {
  font-size: 14px;
}
#aea48a015da1535 .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;
}
#aea48a015da1535 form {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
#aea48a015da1535 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aea48a015da1535 .form-item .uk-input,
#aea48a015da1535 .form-item .uk-select,
#aea48a015da1535 .form-item .uk-textarea {
  width: autopx;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
#aea48a015da1535 .form-item .auto-height {
  height: auto;
}
#aea48a015da1535 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#aea48a015da1535 .form-item > label {
  flex: none;
}
#aea48a015da1535 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#aea48a015da1535 .form-item .uk-input,
#aea48a015da1535 .form-item .uk-select,
#aea48a015da1535 .form-item .uk-textarea,
#aea48a015da1535 .form-item .address-select,
#aea48a015da1535 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#aea48a015da1535 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a0b06a63afa8162 {background-color: rgba(0,0,0,0.7);}#a0b06a63afa8162 > .lightbox-content {
                background-image: linear-gradient(180deg,
                rgba(188, 15, 15, 1),
                rgba(155, 17, 34, 1));
            border-top-left-radius: 75px;border-bottom-right-radius: 75px;border-top-right-radius: 75px;border-bottom-left-radius: 75px;}#a3c2dae598ade41 {background-color: rgba(0,0,0,0.7);}#a3c2dae598ade41 > .lightbox-content {
                background-image: linear-gradient(180deg,
                rgba(188, 15, 15, 1),
                rgba(155, 17, 34, 1));
            border-top-left-radius: 75px;border-bottom-right-radius: 75px;border-top-right-radius: 75px;border-bottom-left-radius: 75px;}#a6827a72b5a248e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac0ebaa24fa9f02 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9331a5ba2a4127 .uk-container {
  line-height: 2;
  color: #999;
}
#a024cad67ba7165 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a024cad67ba7165 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a024cad67ba7165 .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;
}
#a024cad67ba7165 .menu-list > li > a {
  padding: 0 15px;
}
#a024cad67ba7165 .menu-list > li:hover:before {
  height: 100%;
}
#a024cad67ba7165 .menu-list > li:hover:after {
  color: auto;
}
#a024cad67ba7165 .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: "|";
}
#a024cad67ba7165 .menu-list > li:first-child:after {
  content: "";
}
#a024cad67ba7165 .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);
}
#a024cad67ba7165 .menu-list > li ul li {
  position: relative;
}
#a024cad67ba7165 .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;
}
#a024cad67ba7165 .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;
}
#a024cad67ba7165 .menu-list > li:hover > a {
  background-color: #eaeaea;
}
#a024cad67ba7165 li ul,
#a024cad67ba7165 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a024cad67ba7165 li:hover > ul {
  left: auto;
}
#a024cad67ba7165 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ab054abb3ba2ea5 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6a6769;
}
#ab054abb3ba2ea5 .site-language-menu a:hover {
  color: #6a6769;
}
#ab054abb3ba2ea5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ab054abb3ba2ea5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ab054abb3ba2ea5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ab054abb3ba2ea5 .uk-dropdown li a:hover {
  color: #222;
}
#ab054abb3ba2ea5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aaf86aa931a0aca > .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;}#a442aa06dba2a10 > .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;}#a8a41aa1e5a7685 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #019dda;
  text-align: center;
}
#a8a41aa1e5a7685 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8a41aa1e5a7685 .ap-icon {
  margin-right: 6px;
}
#a8a41aa1e5a7685 .indicator {
  margin-left: 4px;
}
#a8a41aa1e5a7685 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 66px;
  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;
}
#a8a41aa1e5a7685 .menu-list li:hover > a,
#a8a41aa1e5a7685 .menu-list li.active > a {
  background: #000000;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a8a41aa1e5a7685 .menu-list ul,
#a8a41aa1e5a7685 .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);
}
#a8a41aa1e5a7685 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#a8a41aa1e5a7685 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8a41aa1e5a7685 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8a41aa1e5a7685 .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;
}
#add0ba562cad665 .form-agree {
  display: flex;
  align-items: center;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  width: 160px;
}
#add0ba562cad665 .uk-form .form-submit-btn {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}
#add0ba562cad665 .submit-wrap {
  text-align: center;
}
#add0ba562cad665 .submit-wrap button {
  background-color: #e9ebea;
}
#add0ba562cad665 .submit-wrap button:hover {
  background-color: #009dda;
}
#add0ba562cad665 .submit-wrap button {
  color: #4a4a4a;
}
#add0ba562cad665 .submit-wrap button {
  font-size: 14px;
}
#add0ba562cad665 .submit-wrap button {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#add0ba562cad665 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea {
  width: autopx;
}
#add0ba562cad665 .form-item .auto-height {
  height: auto;
}
#add0ba562cad665 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#add0ba562cad665 .form-item > label {
  flex: none;
}
#add0ba562cad665 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#add0ba562cad665 .form-item .uk-input,
#add0ba562cad665 .form-item .uk-select,
#add0ba562cad665 .form-item .uk-textarea,
#add0ba562cad665 .form-item .address-select,
#add0ba562cad665 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#add0ba562cad665 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ac826ad044a600b a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#ac826ad044a600b a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(50, 50, 50, 1);}#af747a0781aac15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(50, 50, 50, 1);}#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;
  }
}
#ad996a8d2aaea0c .uk-container {
  line-height: 2;
  color: #999;
}
#a8af7a1170a263f .uk-container {
  line-height: 2;
  color: #999;
}
#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;
}
#aa4e6adb14aee9d .uk-container {
  line-height: 2;
  color: #999;
}
#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;
}
#a31e4a3e6fa4911 .uk-container {
  line-height: 2;
  color: #999;
}
#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;
  }
}
#ae733a792dae73b .uk-container {
  line-height: 2;
  color: #999;
}
#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;
}
#a4a0cab84ba611d .uk-container {
  line-height: 2;
  color: #999;
}
