.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: #f5f7f9;
}
/* 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: #F73859;
  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: #4e4e4e;
  text-shadow: none;
}
::selection {
  background: #4e4e4e;
  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 #4e4e4e;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #4e4e4e;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #F0F5F9;
}
/* ========================================================================
     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: #F0F5F9;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #4e4e4e;
  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: #4e4e4e;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #4e4e4e;
  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: #F0F5F9;
  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: #4e4e4e;
  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: #4e4e4e;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #4e4e4e;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #4e4e4e;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #525252;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #525252;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #4e4e4e;
  color: #ffffff;
  border-color: #4e4e4e;
}
/*
   * 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: #F0F5F9;
  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: #4e4e4e;
}
/* 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: #F73859;
}
/* 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: #4e4e4e;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #525252;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #F0F5F9;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #F0F5F9;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #4e4e4e;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #525252;
}
/* ========================================================================
     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: #4e4e4e;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #525252;
  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: #4e4e4e;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #525252;
  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: #4e4e4e;
}
/*
   * 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: #4e4e4e;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #4e4e4e;
  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: #F0F5F9;
}
.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: #4e4e4e;
  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: #4e4e4e;
}
/* 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: #4e4e4e;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #4e4e4e;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #4e4e4e;
}
/* 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: #4e4e4e;
  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: #4e4e4e;
  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: #4e4e4e;
  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: #4e4e4e;
}
/* 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: #4e4e4e;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #4e4e4e;
  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: #4e4e4e;
}
/*
   * 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: #4e4e4e;
}
/* 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: #F0F5F9;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #4e4e4e;
}
/*
   * 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: #4e4e4e;
  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: #F0F5F9;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #4e4e4e;
}
.uk-progress::-moz-progress-bar {
  background-color: #4e4e4e;
}
.uk-progress::-ms-fill {
  background-color: #4e4e4e;
}
/* ========================================================================
     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: #4e4e4e !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: #4e4e4e !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #4e4e4e;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #F0F5F9;
}
.uk-background-primary {
  background-color: #4e4e4e;
}
.uk-background-secondary {
  background-color: #525252;
}
/* ========================================================================
     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: #4e4e4e;
  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: #4e4e4e;
  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: #4e4e4e;
  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: #F0F5F9;
  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: #4e4e4e;
}
.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(82, 82, 82, 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: #4e4e4e;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #F0F5F9;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #4e4e4e;
}
.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: #4e4e4e;
  border-color: #4e4e4e;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #4e4e4e;
}
/* ========================================================================
   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: #353535;
}
.ap-list-filter dd a.active {
  background-color: #4e4e4e;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #4e4e4e;
}
.category li a.active {
  color: #4e4e4e;
}
.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: #4e4e4e;
}
.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: #4e4e4e;
  border: 1px solid rgba(78, 78, 78, 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: #4e4e4e;
}
form .step .ui-step.active .ui-step-title {
  color: #4e4e4e;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #4e4e4e;
  background-color: #4e4e4e;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #4e4e4e;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #4e4e4e;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #4e4e4e;
  color: #4e4e4e;
}
.btn-effect-2:hover {
  background-color: #4e4e4e;
}
.uk-button.btn-effect-5 {
  background-color: #4e4e4e;
  box-shadow: 0 0 15px rgba(78, 78, 78, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #4e4e4e;
}
.header-effect-6 [data-item='title']::before {
  background-color: #4e4e4e;
}
#a6f5dae960ad44f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@media (min-width: 1200px) {
  #a4818ace4ba8399 .uk-container {
    padding: 0 60px;
  }
}
#a4818ace4ba8399 .date-time {
  padding: 18px 0 20px;
  font-size: 18px;
  color: #3a3c41;
  display: block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  border-top: 2px solid #4e4e4e;
}
#a4818ace4ba8399 .comments_count {
  display: block;
  padding: 14px 0 18px;
  text-align: center;
  background-color: #e7ecee;
}
#a4818ace4ba8399 .uk-card {
  padding: 10px;
}
#a4818ace4ba8399 .tag-link {
  background-color: #919292;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 13px !important;
}
#a4818ace4ba8399 .uk-list a.active,
#a4818ace4ba8399 .uk-list a:hover {
  color: #4e4e4e;
  text-decoration: none;
}
#a4b45abec1aec18 .uk-container {
  line-height: 2;
  color: #999;
}
#ad82da6e02a5fd7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ad82da6e02a5fd7 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ad82da6e02a5fd7 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#ad82da6e02a5fd7 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ad82da6e02a5fd7 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ad82da6e02a5fd7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ad82da6e02a5fd7 .menu-list > li.active > a:before,
#ad82da6e02a5fd7 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ad82da6e02a5fd7 .menu-list > li ul li {
  position: relative;
}
#ad82da6e02a5fd7 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ad82da6e02a5fd7 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ad82da6e02a5fd7 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#ad82da6e02a5fd7 .menu-list li ul li a:active,
#ad82da6e02a5fd7 .menu-list li ul li a.active,
#ad82da6e02a5fd7 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad82da6e02a5fd7 .menu-list li ul,
#ad82da6e02a5fd7 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#ad82da6e02a5fd7 .menu-list li ul.menu-b > li,
#ad82da6e02a5fd7 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ad82da6e02a5fd7 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ad82da6e02a5fd7 .menu-list li:hover > ul {
  display: block;
}
#ad82da6e02a5fd7 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a957aa98b4a17c6 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a957aa98b4a17c6 .site-language-menu a:hover {
  color: #ccc;
}
#a957aa98b4a17c6 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a957aa98b4a17c6 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a957aa98b4a17c6 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a957aa98b4a17c6 .uk-dropdown li a:hover {
  color: #222;
}
#a957aa98b4a17c6 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a4818ace4ba8399 [data-item*=".abstract"], #a4818ace4ba8399 [data-item*=".abstract"] a {show: true;}#a4818ace4ba8399 [data-item*=".subTitle"], #a4818ace4ba8399 [data-item*=".subTitle"] a {show: true;}#a4818ace4ba8399 [data-item*=".category"], #a4818ace4ba8399 [data-item*=".category"] a {show: true;}#a4818ace4ba8399 [data-item="items"] .img {background-size: contain;}#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#af712a28efa2502 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@media (min-width: 1200px) {
  #a9474acb11a8493 .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #a9474acb11a8493 .sidebar {
    width: 28.5%;
    padding-left: 32px;
    border-left: 1px solid #ececec;
    margin-left: 32px;
  }
}
#a9474acb11a8493 .sidebar .uk-h3 {
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
}
#a9474acb11a8493 .sidebar .uk-h3:before {
  content: ' ';
  position: absolute;
  width: 3px;
  height: 100%;
  left: -33px;
  top: 0;
  background-color: #4e4e4e;
}
#a9474acb11a8493 .sidebar .uk-h3:after {
  content: ' ';
  position: absolute;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #666666;
}
#a9474acb11a8493 .uk-list li::before {
  color: #4e4e4e;
}
#a9474acb11a8493 .uk-list a {
  color: #4c4c4c;
}
#a9474acb11a8493 .uk-list a.active,
#a9474acb11a8493 .uk-list a:hover {
  color: #4e4e4e;
  text-decoration: none;
}
#a9474acb11a8493 .post-sidebar-image {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
#a9474acb11a8493 .tag {
  display: inline-block;
  margin: 0 8px 10px 0;
  border: 1px solid #ececec;
}
#a9474acb11a8493 .tag a {
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
}
#a4c9ca2db5a355d .uk-container {
  line-height: 2;
  color: #999;
}
#acceca4572abdc3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acceca4572abdc3 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acceca4572abdc3 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#acceca4572abdc3 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acceca4572abdc3 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#acceca4572abdc3 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#acceca4572abdc3 .menu-list > li.active > a:before,
#acceca4572abdc3 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acceca4572abdc3 .menu-list > li ul li {
  position: relative;
}
#acceca4572abdc3 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acceca4572abdc3 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acceca4572abdc3 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#acceca4572abdc3 .menu-list li ul li a:active,
#acceca4572abdc3 .menu-list li ul li a.active,
#acceca4572abdc3 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#acceca4572abdc3 .menu-list li ul,
#acceca4572abdc3 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#acceca4572abdc3 .menu-list li ul.menu-b > li,
#acceca4572abdc3 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acceca4572abdc3 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acceca4572abdc3 .menu-list li:hover > ul {
  display: block;
}
#acceca4572abdc3 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a650ca8029a547a .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a650ca8029a547a .site-language-menu a:hover {
  color: #ccc;
}
#a650ca8029a547a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a650ca8029a547a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a650ca8029a547a .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a650ca8029a547a .uk-dropdown li a:hover {
  color: #222;
}
#a650ca8029a547a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a9474acb11a8493 [data-item*=".abstract"], #a9474acb11a8493 [data-item*=".abstract"] a {show: false;}#a9474acb11a8493 [data-item*=".subTitle"], #a9474acb11a8493 [data-item*=".subTitle"] a {show: true;}#a9474acb11a8493 [data-item*=".category"], #a9474acb11a8493 [data-item*=".category"] a {show: true;}#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a231ca7136a2d23 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@media (min-width: 1200px) {
  #a7436a532dacba0 .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #a7436a532dacba0 .sidebar {
    width: 300px;
    padding: 1;
  }
}
#a7436a532dacba0 .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 15px;
}
#a7436a532dacba0 .rich-img-wrap {
  display: block;
}
#a7436a532dacba0 .author-name {
  color: #262626;
  display: block;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
}
#a7436a532dacba0 .author-info span {
  background: #b4b4b4;
  border: 1px solid #4e4e4e;
  color: #4e4e4e;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-top: 4px;
  padding: 0 6px;
  text-align: center;
}
#a7436a532dacba0 .sidebar .border-1 {
  padding: 15px 16px 40px;
  border-radius: 3px;
  overflow: hidden;
  border-top: 3px solid #4e4e4e;
}
#a7436a532dacba0 .new-list {
  padding: 15px 0 0;
  border-top: 1px solid #ececec;
}
#a7436a532dacba0 .sidebar .uk-h4 {
  color: #262626;
  font-size: 14px;
  margin: 0;
}
#a7436a532dacba0 .sidebar .uk-h4:before {
  background: #4e4e4e;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 6px 0 0;
  width: 2px;
}
#a7436a532dacba0 .author-wrapper {
  position: relative;
}
#a7436a532dacba0 .sidebar h3 {
  font-size: 16px;
  line-height: 25px;
  color: #262626;
}
#a7436a532dacba0 .sidebar h3::after {
  border: .5px solid #ddd;
  content: "";
  display: block;
  height: 0;
  margin-top: 10px;
  width: 20px;
}
#a7436a532dacba0 .sidebar .footer-tip {
  text-align: center;
  line-height: 40px;
  color: #fff;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#a7436a532dacba0 .new-list li {
  padding: 5px 0 15px;
}
#a7436a532dacba0 .sidebar a {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  padding-bottom: 4px;
  display: block;
}
#a7436a532dacba0 .sidebar a:hover {
  color: #626262;
}
#a7436a532dacba0 .new-list li span {
  font-size: 12px;
  color: #a7a7a7;
}
#ad897ae001a15c6 .uk-container {
  line-height: 2;
  color: #999;
}
#a2a6eacf92a57eb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a2a6eacf92a57eb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2a6eacf92a57eb .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a2a6eacf92a57eb .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2a6eacf92a57eb .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a2a6eacf92a57eb .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a2a6eacf92a57eb .menu-list > li.active > a:before,
#a2a6eacf92a57eb .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2a6eacf92a57eb .menu-list > li ul li {
  position: relative;
}
#a2a6eacf92a57eb .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a2a6eacf92a57eb .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a2a6eacf92a57eb .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a2a6eacf92a57eb .menu-list li ul li a:active,
#a2a6eacf92a57eb .menu-list li ul li a.active,
#a2a6eacf92a57eb .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a2a6eacf92a57eb .menu-list li ul,
#a2a6eacf92a57eb .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a2a6eacf92a57eb .menu-list li ul.menu-b > li,
#a2a6eacf92a57eb .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2a6eacf92a57eb .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2a6eacf92a57eb .menu-list li:hover > ul {
  display: block;
}
#a2a6eacf92a57eb .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ab247ac081ad292 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ab247ac081ad292 .site-language-menu a:hover {
  color: #ccc;
}
#ab247ac081ad292 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ab247ac081ad292 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ab247ac081ad292 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ab247ac081ad292 .uk-dropdown li a:hover {
  color: #222;
}
#ab247ac081ad292 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a6098ac440a701a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab4b8a35a1a7d04 .uk-card {
  overflow: hidden;
  border-right: 1px solid #FFFFFF69;
  height: 100%;
  padding-bottom: 30px;
}
#ab4b8a35a1a7d04 .list {
  height: 100%;
  min-height: 700px;
}
@media (max-width: 640px) {
  #ab4b8a35a1a7d04 .list {
    min-height: 400px;
  }
}
#ab4b8a35a1a7d04 .item:last-child .uk-card {
  border-right: none;
}
#ab4b8a35a1a7d04 .uk-link-reset {
  cursor: default;
  height: 100%;
  justify-content: flex-end;
}
#ab4b8a35a1a7d04 .uk-card .abstract {
  margin: 10px auto;
  font-size: 16px;
  padding: 0 15px;
}
#ab4b8a35a1a7d04 .uk-card .item-logo .ap-icon {
  width: 55px;
  height: 55px;
  font-size: 45px;
}
#ab4b8a35a1a7d04 .uk-card .title {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  color: #fff;
  position: relative;
}
#ab4b8a35a1a7d04 .uk-card .title::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  border-bottom: 2px solid #ececec;
  margin: 0 auto 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#ab4b8a35a1a7d04 .uk-card .uk-h5,
#ab4b8a35a1a7d04 .uk-card .ap-icon {
  color: #666666;
}
#a54c8a9d61a33d1 .uk-container {
  line-height: 2;
  color: #999;
}
#aa4d5a8904a2eb9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa4d5a8904a2eb9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa4d5a8904a2eb9 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#aa4d5a8904a2eb9 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa4d5a8904a2eb9 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#aa4d5a8904a2eb9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#aa4d5a8904a2eb9 .menu-list > li.active > a:before,
#aa4d5a8904a2eb9 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa4d5a8904a2eb9 .menu-list > li ul li {
  position: relative;
}
#aa4d5a8904a2eb9 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa4d5a8904a2eb9 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa4d5a8904a2eb9 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#aa4d5a8904a2eb9 .menu-list li ul li a:active,
#aa4d5a8904a2eb9 .menu-list li ul li a.active,
#aa4d5a8904a2eb9 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aa4d5a8904a2eb9 .menu-list li ul,
#aa4d5a8904a2eb9 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#aa4d5a8904a2eb9 .menu-list li ul.menu-b > li,
#aa4d5a8904a2eb9 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa4d5a8904a2eb9 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa4d5a8904a2eb9 .menu-list li:hover > ul {
  display: block;
}
#aa4d5a8904a2eb9 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae1ceaec7fa0eee .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae1ceaec7fa0eee .site-language-menu a:hover {
  color: #ccc;
}
#ae1ceaec7fa0eee .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae1ceaec7fa0eee .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae1ceaec7fa0eee .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae1ceaec7fa0eee .uk-dropdown li a:hover {
  color: #222;
}
#ae1ceaec7fa0eee .uk-dropdown li:last-child {
  border-bottom: none;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a06dea145ca1e07 > .lightbox-content {background-repeat: repeat-x;background-size: auto;background-color: rgba(255, 229, 183, 1);}#a9072ae0f3afd4f .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#a9072ae0f3afd4f .ele-wrap:hover {background-color: #0483cc;}#ae547a305ea4651 .form-agree {
  display: flex;
  align-items: center;
}
#ae547a305ea4651 .uk-form .form-submit-btn {
  width: 130px;
}
#ae547a305ea4651 .uk-form .form-submit-btn {
  height: 45px;
  line-height: 45px;
  padding-top: 0;
  padding-bottom: 0;
}
#ae547a305ea4651 .submit-wrap button {
  background-color: #eb5934;
}
#ae547a305ea4651 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ae547a305ea4651 .form-item .uk-input,
#ae547a305ea4651 .form-item .uk-select,
#ae547a305ea4651 .form-item .uk-textarea {
  width: 350px;
  height: 45px;
  line-height: 45px;
}
#ae547a305ea4651 .form-item .uk-input::-webkit-input-placeholder,
#ae547a305ea4651 .form-item .uk-select::-webkit-input-placeholder,
#ae547a305ea4651 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#ae547a305ea4651 .form-item .uk-input:-ms-input-placeholder,
#ae547a305ea4651 .form-item .uk-select:-ms-input-placeholder,
#ae547a305ea4651 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#ae547a305ea4651 .form-item .uk-input::-moz-placeholder,
#ae547a305ea4651 .form-item .uk-select::-moz-placeholder,
#ae547a305ea4651 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#ae547a305ea4651 .form-item .uk-input::placeholder,
#ae547a305ea4651 .form-item .uk-select::placeholder,
#ae547a305ea4651 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#ae547a305ea4651 .form-item .auto-height {
  height: auto;
}
#ae547a305ea4651 .form-item .send-code {
  bottom: 2.5px;
}
#ae547a305ea4651 .form-item .uk-textarea {
  height: 90px;
  line-height: 1.5;
}
#a8b74a9d65a102a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#afcd3afb91a4701 .uk-container {
  line-height: 2;
  color: #999;
}
#a70dbabb6daa322 .ap-category-filter ul li.active {
  border-color: #4e4e4e;
  color: #4e4e4e;
}
#a70dbabb6daa322 .grid-list .product-item {
  overflow: hidden;
}
#a70dbabb6daa322 .grid-list .product-preview .img {
  display: block;
}
#a70dbabb6daa322 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a70dbabb6daa322 .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;
}
#a70dbabb6daa322 .grid-list .product-info {
  min-height: 110px;
}
#a70dbabb6daa322 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a70dbabb6daa322 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a70dbabb6daa322 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a70dbabb6daa322 .grid-list .category-name {
  font-size: 12px;
}
#a70dbabb6daa322 .grid-list .category-name a {
  color: #777;
}
#a70dbabb6daa322 .grid-list .title,
#a70dbabb6daa322 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a70dbabb6daa322 .grid-list .title a,
#a70dbabb6daa322 .grid-list .subTitle a {
  color: #191919;
}
#a70dbabb6daa322 .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;
}
#a70dbabb6daa322 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a70dbabb6daa322 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a70dbabb6daa322 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a70dbabb6daa322 .grid-list .category {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a70dbabb6daa322 .grid-list .product:hover {
  background-color: auto;
}
#a70dbabb6daa322 .grid-list .product:hover .title a {
  color: #444;
}
#a70dbabb6daa322 .grid-list .product:hover .subTitle {
  color: auto;
}
#a70dbabb6daa322 .grid-list .product:hover .category {
  color: auto;
}
#a70dbabb6daa322 .grid-list .product:hover .abstract {
  color: auto;
}
#a70dbabb6daa322 .grid-list .product:hover .product-btn {
  color: auto;
}
#a70dbabb6daa322 .uk-pagination li a {
  font-size: 14px;
}
#a70dbabb6daa322 .uk-pagination li.uk-active a {
  color: #ffffff;
}
#a70dbabb6daa322 .uk-pagination li.uk-active {
  background-color: #ff7d00;
  border-color: #ff7d00;
}
#a70dbabb6daa322 .uk-pagination li:hover {
  border-color: #ff7d00;
}
@media (max-width: 640px) {
  #a70dbabb6daa322 .grid-list .product-info {
    min-height: 0;
  }
  #a70dbabb6daa322 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a70dbabb6daa322 .grid-list .product-buttons {
    display: none;
  }
}
#aa340ade41a8f0e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa340ade41a8f0e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa340ade41a8f0e .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 40px;
  font-weight: bold;
  font-style: normal;
  font-size: 19px;
  font-family: NotoSansSC-Medium;
  color: #333;
}
#aa340ade41a8f0e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa340ade41a8f0e .menu-list > li.active > a:before,
#aa340ade41a8f0e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa340ade41a8f0e .menu-list > li ul li {
  position: relative;
}
#aa340ade41a8f0e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa340ade41a8f0e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa340ade41a8f0e .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aa340ade41a8f0e .menu-list li ul li a:active,
#aa340ade41a8f0e .menu-list li ul li a.active,
#aa340ade41a8f0e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aa340ade41a8f0e .menu-list li ul,
#aa340ade41a8f0e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#aa340ade41a8f0e .menu-list li ul.menu-b > li,
#aa340ade41a8f0e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa340ade41a8f0e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa340ade41a8f0e .menu-list li:hover > ul {
  display: block;
}
#aa340ade41a8f0e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7a46aa4dda5fa5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a7a46aa4dda5fa5 .site-language-menu a:hover {
  color: #ccc;
}
#a7a46aa4dda5fa5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7a46aa4dda5fa5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7a46aa4dda5fa5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7a46aa4dda5fa5 .uk-dropdown li a:hover {
  color: #222;
}
#a7a46aa4dda5fa5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#aec00a9373a4041 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#afb5ba2f43aa711 .feature-image,
#afb5ba2f43aa711 feature-image-wrap {
  height: 500px;
}
#afb5ba2f43aa711 .feature-image {
  bottom: -20px;
}
#a8314a7a27a274a .uk-container {
  line-height: 2;
  color: #999;
}
#ae286afa5ea1ab3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae286afa5ea1ab3 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae286afa5ea1ab3 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#ae286afa5ea1ab3 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ae286afa5ea1ab3 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ae286afa5ea1ab3 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ae286afa5ea1ab3 .menu-list > li.active > a:before,
#ae286afa5ea1ab3 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ae286afa5ea1ab3 .menu-list > li ul li {
  position: relative;
}
#ae286afa5ea1ab3 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ae286afa5ea1ab3 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ae286afa5ea1ab3 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#ae286afa5ea1ab3 .menu-list li ul li a:active,
#ae286afa5ea1ab3 .menu-list li ul li a.active,
#ae286afa5ea1ab3 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ae286afa5ea1ab3 .menu-list li ul,
#ae286afa5ea1ab3 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#ae286afa5ea1ab3 .menu-list li ul.menu-b > li,
#ae286afa5ea1ab3 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ae286afa5ea1ab3 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ae286afa5ea1ab3 .menu-list li:hover > ul {
  display: block;
}
#ae286afa5ea1ab3 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aed40a90a9ac310 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#aed40a90a9ac310 .site-language-menu a:hover {
  color: #ccc;
}
#aed40a90a9ac310 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#aed40a90a9ac310 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#aed40a90a9ac310 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#aed40a90a9ac310 .uk-dropdown li a:hover {
  color: #222;
}
#aed40a90a9ac310 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a03d1a3ac5aeada a, #a03d1a3ac5aeada {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a5ea7aca52ac5bf .form-agree {
  display: flex;
  align-items: center;
}
#a5ea7aca52ac5bf .uk-form .form-submit-btn {
  width: 340px;
}
#a5ea7aca52ac5bf .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a5ea7aca52ac5bf .submit-wrap {
  text-align: center;
}
#a5ea7aca52ac5bf .submit-wrap button {
  background-color: #f5a623;
}
#a5ea7aca52ac5bf .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a5ea7aca52ac5bf form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a5ea7aca52ac5bf .form-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
#a5ea7aca52ac5bf .form-item .uk-input,
#a5ea7aca52ac5bf .form-item .uk-select,
#a5ea7aca52ac5bf .form-item .uk-textarea {
  border: none !important;
}
#a5ea7aca52ac5bf .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a5ea7aca52ac5bf .form-item .uk-input,
#a5ea7aca52ac5bf .form-item .uk-select,
#a5ea7aca52ac5bf .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#a5ea7aca52ac5bf .form-item .auto-height {
  height: auto;
}
#a5ea7aca52ac5bf .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a5ea7aca52ac5bf .form-item .send-code {
  bottom: 0px;
}
#a5ea7aca52ac5bf .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a5ea7aca52ac5bf .uk-form-label,
#a5ea7aca52ac5bf .form-agree,
#a5ea7aca52ac5bf .uk-h3,
#a5ea7aca52ac5bf p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a5ea7aca52ac5bf .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#a5ea7aca52ac5bf .form-item > label {
  flex: none;
}
#a5ea7aca52ac5bf .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a5ea7aca52ac5bf .form-item .uk-input,
#a5ea7aca52ac5bf .form-item .uk-select,
#a5ea7aca52ac5bf .form-item .uk-textarea,
#a5ea7aca52ac5bf .form-item .address-select,
#a5ea7aca52ac5bf .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a5ea7aca52ac5bf .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#aec89aea30ada9e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#afe03a209ea47ad .feature-image,
#afe03a209ea47ad feature-image-wrap {
  height: 500px;
}
#afe03a209ea47ad .feature-image {
  bottom: -20px;
}
#a05d6a38ebaf51a .uk-container {
  line-height: 2;
  color: #999;
}
#a6c5fac1efacbbf .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6c5fac1efacbbf .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6c5fac1efacbbf .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a6c5fac1efacbbf .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6c5fac1efacbbf .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a6c5fac1efacbbf .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a6c5fac1efacbbf .menu-list > li.active > a:before,
#a6c5fac1efacbbf .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6c5fac1efacbbf .menu-list > li ul li {
  position: relative;
}
#a6c5fac1efacbbf .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a6c5fac1efacbbf .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6c5fac1efacbbf .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a6c5fac1efacbbf .menu-list li ul li a:active,
#a6c5fac1efacbbf .menu-list li ul li a.active,
#a6c5fac1efacbbf .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a6c5fac1efacbbf .menu-list li ul,
#a6c5fac1efacbbf .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a6c5fac1efacbbf .menu-list li ul.menu-b > li,
#a6c5fac1efacbbf .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6c5fac1efacbbf .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6c5fac1efacbbf .menu-list li:hover > ul {
  display: block;
}
#a6c5fac1efacbbf .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa5a2a1013afe08 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#aa5a2a1013afe08 .site-language-menu a:hover {
  color: #ccc;
}
#aa5a2a1013afe08 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#aa5a2a1013afe08 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#aa5a2a1013afe08 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#aa5a2a1013afe08 .uk-dropdown li a:hover {
  color: #222;
}
#aa5a2a1013afe08 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a2c5ca5d3fabb03 a, #a2c5ca5d3fabb03 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#aff01ab094a8269 .form-agree {
  display: flex;
  align-items: center;
}
#aff01ab094a8269 .uk-form .form-submit-btn {
  width: 340px;
}
#aff01ab094a8269 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#aff01ab094a8269 .submit-wrap {
  text-align: center;
}
#aff01ab094a8269 .submit-wrap button {
  background-color: #f5a623;
}
#aff01ab094a8269 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#aff01ab094a8269 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aff01ab094a8269 .form-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
#aff01ab094a8269 .form-item .uk-input,
#aff01ab094a8269 .form-item .uk-select,
#aff01ab094a8269 .form-item .uk-textarea {
  border: none !important;
}
#aff01ab094a8269 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#aff01ab094a8269 .form-item .uk-input,
#aff01ab094a8269 .form-item .uk-select,
#aff01ab094a8269 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#aff01ab094a8269 .form-item .auto-height {
  height: auto;
}
#aff01ab094a8269 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#aff01ab094a8269 .form-item .send-code {
  bottom: 0px;
}
#aff01ab094a8269 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#aff01ab094a8269 .uk-form-label,
#aff01ab094a8269 .form-agree,
#aff01ab094a8269 .uk-h3,
#aff01ab094a8269 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#aff01ab094a8269 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#aff01ab094a8269 .form-item > label {
  flex: none;
}
#aff01ab094a8269 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#aff01ab094a8269 .form-item .uk-input,
#aff01ab094a8269 .form-item .uk-select,
#aff01ab094a8269 .form-item .uk-textarea,
#aff01ab094a8269 .form-item .address-select,
#aff01ab094a8269 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#aff01ab094a8269 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a3492aa120a4b42 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a870fa8ba5ad29c .feature-image,
#a870fa8ba5ad29c feature-image-wrap {
  height: 500px;
}
#a870fa8ba5ad29c .feature-image {
  bottom: -20px;
}
#ab343a0237a7a03 .uk-container {
  line-height: 2;
  color: #999;
}
#a7274a5eeea7c4c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7274a5eeea7c4c .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7274a5eeea7c4c .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a7274a5eeea7c4c .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a7274a5eeea7c4c .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a7274a5eeea7c4c .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a7274a5eeea7c4c .menu-list > li.active > a:before,
#a7274a5eeea7c4c .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a7274a5eeea7c4c .menu-list > li ul li {
  position: relative;
}
#a7274a5eeea7c4c .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a7274a5eeea7c4c .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a7274a5eeea7c4c .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a7274a5eeea7c4c .menu-list li ul li a:active,
#a7274a5eeea7c4c .menu-list li ul li a.active,
#a7274a5eeea7c4c .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a7274a5eeea7c4c .menu-list li ul,
#a7274a5eeea7c4c .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a7274a5eeea7c4c .menu-list li ul.menu-b > li,
#a7274a5eeea7c4c .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a7274a5eeea7c4c .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a7274a5eeea7c4c .menu-list li:hover > ul {
  display: block;
}
#a7274a5eeea7c4c .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a669aa9156a08d8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a669aa9156a08d8 .site-language-menu a:hover {
  color: #ccc;
}
#a669aa9156a08d8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a669aa9156a08d8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a669aa9156a08d8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a669aa9156a08d8 .uk-dropdown li a:hover {
  color: #222;
}
#a669aa9156a08d8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aa7e6a407aa49fc a, #aa7e6a407aa49fc {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a1f40a02e1a8998 .form-agree {
  display: flex;
  align-items: center;
}
#a1f40a02e1a8998 .uk-form .form-submit-btn {
  width: 340px;
}
#a1f40a02e1a8998 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a1f40a02e1a8998 .submit-wrap {
  text-align: center;
}
#a1f40a02e1a8998 .submit-wrap button {
  background-color: #f5a623;
}
#a1f40a02e1a8998 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a1f40a02e1a8998 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a1f40a02e1a8998 .form-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
#a1f40a02e1a8998 .form-item .uk-input,
#a1f40a02e1a8998 .form-item .uk-select,
#a1f40a02e1a8998 .form-item .uk-textarea {
  border: none !important;
}
#a1f40a02e1a8998 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a1f40a02e1a8998 .form-item .uk-input,
#a1f40a02e1a8998 .form-item .uk-select,
#a1f40a02e1a8998 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#a1f40a02e1a8998 .form-item .auto-height {
  height: auto;
}
#a1f40a02e1a8998 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a1f40a02e1a8998 .form-item .send-code {
  bottom: 0px;
}
#a1f40a02e1a8998 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a1f40a02e1a8998 .uk-form-label,
#a1f40a02e1a8998 .form-agree,
#a1f40a02e1a8998 .uk-h3,
#a1f40a02e1a8998 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a1f40a02e1a8998 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#a1f40a02e1a8998 .form-item > label {
  flex: none;
}
#a1f40a02e1a8998 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a1f40a02e1a8998 .form-item .uk-input,
#a1f40a02e1a8998 .form-item .uk-select,
#a1f40a02e1a8998 .form-item .uk-textarea,
#a1f40a02e1a8998 .form-item .address-select,
#a1f40a02e1a8998 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a1f40a02e1a8998 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#ab9a7a37dbae270 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4743a4739ae8fb .feature-image,
#a4743a4739ae8fb feature-image-wrap {
  height: 500px;
}
#a4743a4739ae8fb .feature-image {
  bottom: -20px;
}
#a2768af826af1af .uk-container {
  line-height: 2;
  color: #999;
}
#af666a6f41a6d72 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af666a6f41a6d72 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af666a6f41a6d72 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#af666a6f41a6d72 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af666a6f41a6d72 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#af666a6f41a6d72 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#af666a6f41a6d72 .menu-list > li.active > a:before,
#af666a6f41a6d72 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af666a6f41a6d72 .menu-list > li ul li {
  position: relative;
}
#af666a6f41a6d72 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#af666a6f41a6d72 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af666a6f41a6d72 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#af666a6f41a6d72 .menu-list li ul li a:active,
#af666a6f41a6d72 .menu-list li ul li a.active,
#af666a6f41a6d72 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#af666a6f41a6d72 .menu-list li ul,
#af666a6f41a6d72 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#af666a6f41a6d72 .menu-list li ul.menu-b > li,
#af666a6f41a6d72 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af666a6f41a6d72 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af666a6f41a6d72 .menu-list li:hover > ul {
  display: block;
}
#af666a6f41a6d72 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#abe23a2c06a833a .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#abe23a2c06a833a .site-language-menu a:hover {
  color: #ccc;
}
#abe23a2c06a833a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#abe23a2c06a833a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#abe23a2c06a833a .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#abe23a2c06a833a .uk-dropdown li a:hover {
  color: #222;
}
#abe23a2c06a833a .uk-dropdown li:last-child {
  border-bottom: none;
}
#ab35ea27a3abcad a, #ab35ea27a3abcad {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#acfdaa2f92a65df .form-agree {
  display: flex;
  align-items: center;
}
#acfdaa2f92a65df .uk-form .form-submit-btn {
  width: 340px;
}
#acfdaa2f92a65df .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#acfdaa2f92a65df .submit-wrap {
  text-align: center;
}
#acfdaa2f92a65df .submit-wrap button {
  background-color: #f5a623;
}
#acfdaa2f92a65df .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#acfdaa2f92a65df form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#acfdaa2f92a65df .form-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
#acfdaa2f92a65df .form-item .uk-input,
#acfdaa2f92a65df .form-item .uk-select,
#acfdaa2f92a65df .form-item .uk-textarea {
  border: none !important;
}
#acfdaa2f92a65df .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#acfdaa2f92a65df .form-item .uk-input,
#acfdaa2f92a65df .form-item .uk-select,
#acfdaa2f92a65df .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#acfdaa2f92a65df .form-item .auto-height {
  height: auto;
}
#acfdaa2f92a65df .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#acfdaa2f92a65df .form-item .send-code {
  bottom: 0px;
}
#acfdaa2f92a65df .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#acfdaa2f92a65df .uk-form-label,
#acfdaa2f92a65df .form-agree,
#acfdaa2f92a65df .uk-h3,
#acfdaa2f92a65df p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#acfdaa2f92a65df .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#acfdaa2f92a65df .form-item > label {
  flex: none;
}
#acfdaa2f92a65df .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#acfdaa2f92a65df .form-item .uk-input,
#acfdaa2f92a65df .form-item .uk-select,
#acfdaa2f92a65df .form-item .uk-textarea,
#acfdaa2f92a65df .form-item .address-select,
#acfdaa2f92a65df .form-item .uk-grid {
  border: none;
  flex: 1;
}
#acfdaa2f92a65df .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a25bbad714ac306 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7379ac3fda92fa .feature-image,
#a7379ac3fda92fa feature-image-wrap {
  height: 500px;
}
#a7379ac3fda92fa .feature-image {
  bottom: -20px;
}
#a2d81a6928a668c .uk-container {
  line-height: 2;
  color: #999;
}
#a9dd9aec3ba52d9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9dd9aec3ba52d9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9dd9aec3ba52d9 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a9dd9aec3ba52d9 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9dd9aec3ba52d9 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a9dd9aec3ba52d9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a9dd9aec3ba52d9 .menu-list > li.active > a:before,
#a9dd9aec3ba52d9 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9dd9aec3ba52d9 .menu-list > li ul li {
  position: relative;
}
#a9dd9aec3ba52d9 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9dd9aec3ba52d9 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9dd9aec3ba52d9 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a9dd9aec3ba52d9 .menu-list li ul li a:active,
#a9dd9aec3ba52d9 .menu-list li ul li a.active,
#a9dd9aec3ba52d9 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a9dd9aec3ba52d9 .menu-list li ul,
#a9dd9aec3ba52d9 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a9dd9aec3ba52d9 .menu-list li ul.menu-b > li,
#a9dd9aec3ba52d9 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9dd9aec3ba52d9 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9dd9aec3ba52d9 .menu-list li:hover > ul {
  display: block;
}
#a9dd9aec3ba52d9 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a105aa3e24ac91a .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a105aa3e24ac91a .site-language-menu a:hover {
  color: #ccc;
}
#a105aa3e24ac91a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a105aa3e24ac91a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a105aa3e24ac91a .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a105aa3e24ac91a .uk-dropdown li a:hover {
  color: #222;
}
#a105aa3e24ac91a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a15d2a2c9aad61a a, #a15d2a2c9aad61a {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#aae73a796da3d86 .form-agree {
  display: flex;
  align-items: center;
}
#aae73a796da3d86 .uk-form .form-submit-btn {
  width: 340px;
}
#aae73a796da3d86 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#aae73a796da3d86 .submit-wrap {
  text-align: center;
}
#aae73a796da3d86 .submit-wrap button {
  background-color: #f5a623;
}
#aae73a796da3d86 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#aae73a796da3d86 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#aae73a796da3d86 .form-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
#aae73a796da3d86 .form-item .uk-input,
#aae73a796da3d86 .form-item .uk-select,
#aae73a796da3d86 .form-item .uk-textarea {
  border: none !important;
}
#aae73a796da3d86 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#aae73a796da3d86 .form-item .uk-input,
#aae73a796da3d86 .form-item .uk-select,
#aae73a796da3d86 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#aae73a796da3d86 .form-item .auto-height {
  height: auto;
}
#aae73a796da3d86 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#aae73a796da3d86 .form-item .send-code {
  bottom: 0px;
}
#aae73a796da3d86 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#aae73a796da3d86 .uk-form-label,
#aae73a796da3d86 .form-agree,
#aae73a796da3d86 .uk-h3,
#aae73a796da3d86 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#aae73a796da3d86 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#aae73a796da3d86 .form-item > label {
  flex: none;
}
#aae73a796da3d86 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#aae73a796da3d86 .form-item .uk-input,
#aae73a796da3d86 .form-item .uk-select,
#aae73a796da3d86 .form-item .uk-textarea,
#aae73a796da3d86 .form-item .address-select,
#aae73a796da3d86 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#aae73a796da3d86 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a6cdfae835a2433 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a986dab0d5a7da7 .feature-image,
#a986dab0d5a7da7 feature-image-wrap {
  height: 500px;
}
#a986dab0d5a7da7 .feature-image {
  bottom: -20px;
}
#acdd2add7da450b .uk-container {
  line-height: 2;
  color: #999;
}
#a1162afa61ac5cc .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1162afa61ac5cc .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1162afa61ac5cc .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a1162afa61ac5cc .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1162afa61ac5cc .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1162afa61ac5cc .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1162afa61ac5cc .menu-list > li.active > a:before,
#a1162afa61ac5cc .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1162afa61ac5cc .menu-list > li ul li {
  position: relative;
}
#a1162afa61ac5cc .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1162afa61ac5cc .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a1162afa61ac5cc .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a1162afa61ac5cc .menu-list li ul li a:active,
#a1162afa61ac5cc .menu-list li ul li a.active,
#a1162afa61ac5cc .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a1162afa61ac5cc .menu-list li ul,
#a1162afa61ac5cc .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a1162afa61ac5cc .menu-list li ul.menu-b > li,
#a1162afa61ac5cc .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1162afa61ac5cc .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1162afa61ac5cc .menu-list li:hover > ul {
  display: block;
}
#a1162afa61ac5cc .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a8e9da6aebae18d .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a8e9da6aebae18d .site-language-menu a:hover {
  color: #ccc;
}
#a8e9da6aebae18d .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8e9da6aebae18d .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8e9da6aebae18d .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a8e9da6aebae18d .uk-dropdown li a:hover {
  color: #222;
}
#a8e9da6aebae18d .uk-dropdown li:last-child {
  border-bottom: none;
}
#ad17fabd5fa1a81 a, #ad17fabd5fa1a81 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a9aefa52b9a1c83 .form-agree {
  display: flex;
  align-items: center;
}
#a9aefa52b9a1c83 .uk-form .form-submit-btn {
  width: 340px;
}
#a9aefa52b9a1c83 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9aefa52b9a1c83 .submit-wrap {
  text-align: center;
}
#a9aefa52b9a1c83 .submit-wrap button {
  background-color: #f5a623;
}
#a9aefa52b9a1c83 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a9aefa52b9a1c83 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9aefa52b9a1c83 .form-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
#a9aefa52b9a1c83 .form-item .uk-input,
#a9aefa52b9a1c83 .form-item .uk-select,
#a9aefa52b9a1c83 .form-item .uk-textarea {
  border: none !important;
}
#a9aefa52b9a1c83 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a9aefa52b9a1c83 .form-item .uk-input,
#a9aefa52b9a1c83 .form-item .uk-select,
#a9aefa52b9a1c83 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#a9aefa52b9a1c83 .form-item .auto-height {
  height: auto;
}
#a9aefa52b9a1c83 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a9aefa52b9a1c83 .form-item .send-code {
  bottom: 0px;
}
#a9aefa52b9a1c83 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a9aefa52b9a1c83 .uk-form-label,
#a9aefa52b9a1c83 .form-agree,
#a9aefa52b9a1c83 .uk-h3,
#a9aefa52b9a1c83 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a9aefa52b9a1c83 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#a9aefa52b9a1c83 .form-item > label {
  flex: none;
}
#a9aefa52b9a1c83 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a9aefa52b9a1c83 .form-item .uk-input,
#a9aefa52b9a1c83 .form-item .uk-select,
#a9aefa52b9a1c83 .form-item .uk-textarea,
#a9aefa52b9a1c83 .form-item .address-select,
#a9aefa52b9a1c83 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a9aefa52b9a1c83 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a5e30a439fa2150 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a76f5ac787aefc7 .feature-image,
#a76f5ac787aefc7 feature-image-wrap {
  height: 500px;
}
#a76f5ac787aefc7 .feature-image {
  bottom: -20px;
}
#ae45aa955aa0afe .uk-container {
  line-height: 2;
  color: #999;
}
#ac435a1c36a2df8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ac435a1c36a2df8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ac435a1c36a2df8 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#ac435a1c36a2df8 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ac435a1c36a2df8 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ac435a1c36a2df8 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ac435a1c36a2df8 .menu-list > li.active > a:before,
#ac435a1c36a2df8 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ac435a1c36a2df8 .menu-list > li ul li {
  position: relative;
}
#ac435a1c36a2df8 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ac435a1c36a2df8 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ac435a1c36a2df8 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#ac435a1c36a2df8 .menu-list li ul li a:active,
#ac435a1c36a2df8 .menu-list li ul li a.active,
#ac435a1c36a2df8 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ac435a1c36a2df8 .menu-list li ul,
#ac435a1c36a2df8 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#ac435a1c36a2df8 .menu-list li ul.menu-b > li,
#ac435a1c36a2df8 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ac435a1c36a2df8 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ac435a1c36a2df8 .menu-list li:hover > ul {
  display: block;
}
#ac435a1c36a2df8 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7e60aa87baa610 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a7e60aa87baa610 .site-language-menu a:hover {
  color: #ccc;
}
#a7e60aa87baa610 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a7e60aa87baa610 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a7e60aa87baa610 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a7e60aa87baa610 .uk-dropdown li a:hover {
  color: #222;
}
#a7e60aa87baa610 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a68bba9a15ad441 a, #a68bba9a15ad441 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a3a3aacb46aff3d .form-agree {
  display: flex;
  align-items: center;
}
#a3a3aacb46aff3d .uk-form .form-submit-btn {
  width: 340px;
}
#a3a3aacb46aff3d .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a3a3aacb46aff3d .submit-wrap {
  text-align: center;
}
#a3a3aacb46aff3d .submit-wrap button {
  background-color: #f5a623;
}
#a3a3aacb46aff3d .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a3a3aacb46aff3d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a3a3aacb46aff3d .form-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
#a3a3aacb46aff3d .form-item .uk-input,
#a3a3aacb46aff3d .form-item .uk-select,
#a3a3aacb46aff3d .form-item .uk-textarea {
  border: none !important;
}
#a3a3aacb46aff3d .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a3a3aacb46aff3d .form-item .uk-input,
#a3a3aacb46aff3d .form-item .uk-select,
#a3a3aacb46aff3d .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#a3a3aacb46aff3d .form-item .auto-height {
  height: auto;
}
#a3a3aacb46aff3d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a3a3aacb46aff3d .form-item .send-code {
  bottom: 0px;
}
#a3a3aacb46aff3d .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a3a3aacb46aff3d .uk-form-label,
#a3a3aacb46aff3d .form-agree,
#a3a3aacb46aff3d .uk-h3,
#a3a3aacb46aff3d p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a3a3aacb46aff3d .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#a3a3aacb46aff3d .form-item > label {
  flex: none;
}
#a3a3aacb46aff3d .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a3a3aacb46aff3d .form-item .uk-input,
#a3a3aacb46aff3d .form-item .uk-select,
#a3a3aacb46aff3d .form-item .uk-textarea,
#a3a3aacb46aff3d .form-item .address-select,
#a3a3aacb46aff3d .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a3a3aacb46aff3d .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a7a05a0eb2a2d79 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7926a4e53a8dea .feature-image,
#a7926a4e53a8dea feature-image-wrap {
  height: 500px;
}
#a7926a4e53a8dea .feature-image {
  bottom: -20px;
}
#a27bbae051afad3 .uk-container {
  line-height: 2;
  color: #999;
}
#a58f0a786fabd40 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a58f0a786fabd40 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a58f0a786fabd40 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a58f0a786fabd40 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a58f0a786fabd40 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a58f0a786fabd40 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a58f0a786fabd40 .menu-list > li.active > a:before,
#a58f0a786fabd40 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a58f0a786fabd40 .menu-list > li ul li {
  position: relative;
}
#a58f0a786fabd40 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a58f0a786fabd40 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a58f0a786fabd40 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a58f0a786fabd40 .menu-list li ul li a:active,
#a58f0a786fabd40 .menu-list li ul li a.active,
#a58f0a786fabd40 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a58f0a786fabd40 .menu-list li ul,
#a58f0a786fabd40 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a58f0a786fabd40 .menu-list li ul.menu-b > li,
#a58f0a786fabd40 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a58f0a786fabd40 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a58f0a786fabd40 .menu-list li:hover > ul {
  display: block;
}
#a58f0a786fabd40 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#acd83ad708ab0db .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#acd83ad708ab0db .site-language-menu a:hover {
  color: #ccc;
}
#acd83ad708ab0db .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#acd83ad708ab0db .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#acd83ad708ab0db .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#acd83ad708ab0db .uk-dropdown li a:hover {
  color: #222;
}
#acd83ad708ab0db .uk-dropdown li:last-child {
  border-bottom: none;
}
#abff7aec78a9068 a, #abff7aec78a9068 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#acbbea1184a55b4 .form-agree {
  display: flex;
  align-items: center;
}
#acbbea1184a55b4 .uk-form .form-submit-btn {
  width: 340px;
}
#acbbea1184a55b4 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#acbbea1184a55b4 .submit-wrap {
  text-align: center;
}
#acbbea1184a55b4 .submit-wrap button {
  background-color: #f5a623;
}
#acbbea1184a55b4 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#acbbea1184a55b4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#acbbea1184a55b4 .form-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
#acbbea1184a55b4 .form-item .uk-input,
#acbbea1184a55b4 .form-item .uk-select,
#acbbea1184a55b4 .form-item .uk-textarea {
  border: none !important;
}
#acbbea1184a55b4 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#acbbea1184a55b4 .form-item .uk-input,
#acbbea1184a55b4 .form-item .uk-select,
#acbbea1184a55b4 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#acbbea1184a55b4 .form-item .auto-height {
  height: auto;
}
#acbbea1184a55b4 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#acbbea1184a55b4 .form-item .send-code {
  bottom: 0px;
}
#acbbea1184a55b4 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#acbbea1184a55b4 .uk-form-label,
#acbbea1184a55b4 .form-agree,
#acbbea1184a55b4 .uk-h3,
#acbbea1184a55b4 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#acbbea1184a55b4 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#acbbea1184a55b4 .form-item > label {
  flex: none;
}
#acbbea1184a55b4 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#acbbea1184a55b4 .form-item .uk-input,
#acbbea1184a55b4 .form-item .uk-select,
#acbbea1184a55b4 .form-item .uk-textarea,
#acbbea1184a55b4 .form-item .address-select,
#acbbea1184a55b4 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#acbbea1184a55b4 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#ab4e5afce4a50ec .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a89f6ae833af0d0 .feature-image,
#a89f6ae833af0d0 feature-image-wrap {
  height: 500px;
}
#a89f6ae833af0d0 .feature-image {
  bottom: -20px;
}
#a8350a8f75ab7ab .uk-container {
  line-height: 2;
  color: #999;
}
#a10c6a67bca20c2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a10c6a67bca20c2 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a10c6a67bca20c2 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a10c6a67bca20c2 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a10c6a67bca20c2 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a10c6a67bca20c2 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a10c6a67bca20c2 .menu-list > li.active > a:before,
#a10c6a67bca20c2 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a10c6a67bca20c2 .menu-list > li ul li {
  position: relative;
}
#a10c6a67bca20c2 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a10c6a67bca20c2 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a10c6a67bca20c2 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a10c6a67bca20c2 .menu-list li ul li a:active,
#a10c6a67bca20c2 .menu-list li ul li a.active,
#a10c6a67bca20c2 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a10c6a67bca20c2 .menu-list li ul,
#a10c6a67bca20c2 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a10c6a67bca20c2 .menu-list li ul.menu-b > li,
#a10c6a67bca20c2 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a10c6a67bca20c2 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a10c6a67bca20c2 .menu-list li:hover > ul {
  display: block;
}
#a10c6a67bca20c2 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aec99a4b53ad278 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#aec99a4b53ad278 .site-language-menu a:hover {
  color: #ccc;
}
#aec99a4b53ad278 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#aec99a4b53ad278 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#aec99a4b53ad278 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#aec99a4b53ad278 .uk-dropdown li a:hover {
  color: #222;
}
#aec99a4b53ad278 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a95d0a5a63a39fb a, #a95d0a5a63a39fb {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a08b9a4fe8a5e75 .form-agree {
  display: flex;
  align-items: center;
}
#a08b9a4fe8a5e75 .uk-form .form-submit-btn {
  width: 340px;
}
#a08b9a4fe8a5e75 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a08b9a4fe8a5e75 .submit-wrap {
  text-align: center;
}
#a08b9a4fe8a5e75 .submit-wrap button {
  background-color: #f5a623;
}
#a08b9a4fe8a5e75 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a08b9a4fe8a5e75 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a08b9a4fe8a5e75 .form-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
#a08b9a4fe8a5e75 .form-item .uk-input,
#a08b9a4fe8a5e75 .form-item .uk-select,
#a08b9a4fe8a5e75 .form-item .uk-textarea {
  border: none !important;
}
#a08b9a4fe8a5e75 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a08b9a4fe8a5e75 .form-item .uk-input,
#a08b9a4fe8a5e75 .form-item .uk-select,
#a08b9a4fe8a5e75 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#a08b9a4fe8a5e75 .form-item .auto-height {
  height: auto;
}
#a08b9a4fe8a5e75 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a08b9a4fe8a5e75 .form-item .send-code {
  bottom: 0px;
}
#a08b9a4fe8a5e75 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a08b9a4fe8a5e75 .uk-form-label,
#a08b9a4fe8a5e75 .form-agree,
#a08b9a4fe8a5e75 .uk-h3,
#a08b9a4fe8a5e75 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a08b9a4fe8a5e75 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#a08b9a4fe8a5e75 .form-item > label {
  flex: none;
}
#a08b9a4fe8a5e75 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a08b9a4fe8a5e75 .form-item .uk-input,
#a08b9a4fe8a5e75 .form-item .uk-select,
#a08b9a4fe8a5e75 .form-item .uk-textarea,
#a08b9a4fe8a5e75 .form-item .address-select,
#a08b9a4fe8a5e75 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a08b9a4fe8a5e75 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#acc17aee34a5f8b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a465ba6ad6a9892 .feature-image,
#a465ba6ad6a9892 feature-image-wrap {
  height: 500px;
}
#a465ba6ad6a9892 .feature-image {
  bottom: -20px;
}
#a9f0fa981ea1e95 .uk-container {
  line-height: 2;
  color: #999;
}
#a7804aa1b9acd19 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7804aa1b9acd19 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7804aa1b9acd19 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a7804aa1b9acd19 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a7804aa1b9acd19 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a7804aa1b9acd19 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a7804aa1b9acd19 .menu-list > li.active > a:before,
#a7804aa1b9acd19 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a7804aa1b9acd19 .menu-list > li ul li {
  position: relative;
}
#a7804aa1b9acd19 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a7804aa1b9acd19 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a7804aa1b9acd19 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a7804aa1b9acd19 .menu-list li ul li a:active,
#a7804aa1b9acd19 .menu-list li ul li a.active,
#a7804aa1b9acd19 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a7804aa1b9acd19 .menu-list li ul,
#a7804aa1b9acd19 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a7804aa1b9acd19 .menu-list li ul.menu-b > li,
#a7804aa1b9acd19 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a7804aa1b9acd19 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a7804aa1b9acd19 .menu-list li:hover > ul {
  display: block;
}
#a7804aa1b9acd19 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2ba3ac94fa2bed .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a2ba3ac94fa2bed .site-language-menu a:hover {
  color: #ccc;
}
#a2ba3ac94fa2bed .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a2ba3ac94fa2bed .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a2ba3ac94fa2bed .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a2ba3ac94fa2bed .uk-dropdown li a:hover {
  color: #222;
}
#a2ba3ac94fa2bed .uk-dropdown li:last-child {
  border-bottom: none;
}
#ae7b7aa4b4ac5ff a, #ae7b7aa4b4ac5ff {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a6ad2a5e47a769c .form-agree {
  display: flex;
  align-items: center;
}
#a6ad2a5e47a769c .uk-form .form-submit-btn {
  width: 340px;
}
#a6ad2a5e47a769c .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a6ad2a5e47a769c .submit-wrap {
  text-align: center;
}
#a6ad2a5e47a769c .submit-wrap button {
  background-color: #f5a623;
}
#a6ad2a5e47a769c .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a6ad2a5e47a769c form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a6ad2a5e47a769c .form-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
#a6ad2a5e47a769c .form-item .uk-input,
#a6ad2a5e47a769c .form-item .uk-select,
#a6ad2a5e47a769c .form-item .uk-textarea {
  border: none !important;
}
#a6ad2a5e47a769c .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a6ad2a5e47a769c .form-item .uk-input,
#a6ad2a5e47a769c .form-item .uk-select,
#a6ad2a5e47a769c .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#a6ad2a5e47a769c .form-item .auto-height {
  height: auto;
}
#a6ad2a5e47a769c .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a6ad2a5e47a769c .form-item .send-code {
  bottom: 0px;
}
#a6ad2a5e47a769c .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a6ad2a5e47a769c .uk-form-label,
#a6ad2a5e47a769c .form-agree,
#a6ad2a5e47a769c .uk-h3,
#a6ad2a5e47a769c p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a6ad2a5e47a769c .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#a6ad2a5e47a769c .form-item > label {
  flex: none;
}
#a6ad2a5e47a769c .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a6ad2a5e47a769c .form-item .uk-input,
#a6ad2a5e47a769c .form-item .uk-select,
#a6ad2a5e47a769c .form-item .uk-textarea,
#a6ad2a5e47a769c .form-item .address-select,
#a6ad2a5e47a769c .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a6ad2a5e47a769c .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a4248aa986ada44 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8468a6d1baa235 .feature-image,
#a8468a6d1baa235 feature-image-wrap {
  height: 500px;
}
#a8468a6d1baa235 .feature-image {
  bottom: -20px;
}
#a5c10a8fcdac371 .uk-container {
  line-height: 2;
  color: #999;
}
#ae5d6ae9a4a5ca3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae5d6ae9a4a5ca3 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae5d6ae9a4a5ca3 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#ae5d6ae9a4a5ca3 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ae5d6ae9a4a5ca3 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ae5d6ae9a4a5ca3 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ae5d6ae9a4a5ca3 .menu-list > li.active > a:before,
#ae5d6ae9a4a5ca3 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ae5d6ae9a4a5ca3 .menu-list > li ul li {
  position: relative;
}
#ae5d6ae9a4a5ca3 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ae5d6ae9a4a5ca3 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ae5d6ae9a4a5ca3 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#ae5d6ae9a4a5ca3 .menu-list li ul li a:active,
#ae5d6ae9a4a5ca3 .menu-list li ul li a.active,
#ae5d6ae9a4a5ca3 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ae5d6ae9a4a5ca3 .menu-list li ul,
#ae5d6ae9a4a5ca3 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#ae5d6ae9a4a5ca3 .menu-list li ul.menu-b > li,
#ae5d6ae9a4a5ca3 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ae5d6ae9a4a5ca3 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ae5d6ae9a4a5ca3 .menu-list li:hover > ul {
  display: block;
}
#ae5d6ae9a4a5ca3 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a65a8a79cba1166 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a65a8a79cba1166 .site-language-menu a:hover {
  color: #ccc;
}
#a65a8a79cba1166 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a65a8a79cba1166 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a65a8a79cba1166 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a65a8a79cba1166 .uk-dropdown li a:hover {
  color: #222;
}
#a65a8a79cba1166 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aa389a6600aba39 a, #aa389a6600aba39 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a35d1a06f1aeb36 .form-agree {
  display: flex;
  align-items: center;
}
#a35d1a06f1aeb36 .uk-form .form-submit-btn {
  width: 340px;
}
#a35d1a06f1aeb36 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a35d1a06f1aeb36 .submit-wrap {
  text-align: center;
}
#a35d1a06f1aeb36 .submit-wrap button {
  background-color: #f5a623;
}
#a35d1a06f1aeb36 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a35d1a06f1aeb36 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a35d1a06f1aeb36 .form-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
#a35d1a06f1aeb36 .form-item .uk-input,
#a35d1a06f1aeb36 .form-item .uk-select,
#a35d1a06f1aeb36 .form-item .uk-textarea {
  border: none !important;
}
#a35d1a06f1aeb36 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a35d1a06f1aeb36 .form-item .uk-input,
#a35d1a06f1aeb36 .form-item .uk-select,
#a35d1a06f1aeb36 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#a35d1a06f1aeb36 .form-item .auto-height {
  height: auto;
}
#a35d1a06f1aeb36 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a35d1a06f1aeb36 .form-item .send-code {
  bottom: 0px;
}
#a35d1a06f1aeb36 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a35d1a06f1aeb36 .uk-form-label,
#a35d1a06f1aeb36 .form-agree,
#a35d1a06f1aeb36 .uk-h3,
#a35d1a06f1aeb36 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a35d1a06f1aeb36 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#a35d1a06f1aeb36 .form-item > label {
  flex: none;
}
#a35d1a06f1aeb36 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a35d1a06f1aeb36 .form-item .uk-input,
#a35d1a06f1aeb36 .form-item .uk-select,
#a35d1a06f1aeb36 .form-item .uk-textarea,
#a35d1a06f1aeb36 .form-item .address-select,
#a35d1a06f1aeb36 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a35d1a06f1aeb36 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a97caa44c8a4e94 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a294fac558a341a .feature-image,
#a294fac558a341a feature-image-wrap {
  height: 500px;
}
#a294fac558a341a .feature-image {
  bottom: -20px;
}
#a62b5a089ea5cc3 .uk-container {
  line-height: 2;
  color: #999;
}
#a289aa9c89a0a1b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a289aa9c89a0a1b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a289aa9c89a0a1b .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a289aa9c89a0a1b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a289aa9c89a0a1b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a289aa9c89a0a1b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a289aa9c89a0a1b .menu-list > li.active > a:before,
#a289aa9c89a0a1b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a289aa9c89a0a1b .menu-list > li ul li {
  position: relative;
}
#a289aa9c89a0a1b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a289aa9c89a0a1b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a289aa9c89a0a1b .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a289aa9c89a0a1b .menu-list li ul li a:active,
#a289aa9c89a0a1b .menu-list li ul li a.active,
#a289aa9c89a0a1b .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a289aa9c89a0a1b .menu-list li ul,
#a289aa9c89a0a1b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a289aa9c89a0a1b .menu-list li ul.menu-b > li,
#a289aa9c89a0a1b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a289aa9c89a0a1b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a289aa9c89a0a1b .menu-list li:hover > ul {
  display: block;
}
#a289aa9c89a0a1b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a9e40a124fae660 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a9e40a124fae660 .site-language-menu a:hover {
  color: #ccc;
}
#a9e40a124fae660 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a9e40a124fae660 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a9e40a124fae660 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a9e40a124fae660 .uk-dropdown li a:hover {
  color: #222;
}
#a9e40a124fae660 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a51e6a20c8a9d83 a, #a51e6a20c8a9d83 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a420fa1a6fa724d .form-agree {
  display: flex;
  align-items: center;
}
#a420fa1a6fa724d .uk-form .form-submit-btn {
  width: 340px;
}
#a420fa1a6fa724d .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a420fa1a6fa724d .submit-wrap {
  text-align: center;
}
#a420fa1a6fa724d .submit-wrap button {
  background-color: #f5a623;
}
#a420fa1a6fa724d .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a420fa1a6fa724d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a420fa1a6fa724d .form-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
#a420fa1a6fa724d .form-item .uk-input,
#a420fa1a6fa724d .form-item .uk-select,
#a420fa1a6fa724d .form-item .uk-textarea {
  border: none !important;
}
#a420fa1a6fa724d .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a420fa1a6fa724d .form-item .uk-input,
#a420fa1a6fa724d .form-item .uk-select,
#a420fa1a6fa724d .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#a420fa1a6fa724d .form-item .auto-height {
  height: auto;
}
#a420fa1a6fa724d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a420fa1a6fa724d .form-item .send-code {
  bottom: 0px;
}
#a420fa1a6fa724d .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a420fa1a6fa724d .uk-form-label,
#a420fa1a6fa724d .form-agree,
#a420fa1a6fa724d .uk-h3,
#a420fa1a6fa724d p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a420fa1a6fa724d .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#a420fa1a6fa724d .form-item > label {
  flex: none;
}
#a420fa1a6fa724d .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a420fa1a6fa724d .form-item .uk-input,
#a420fa1a6fa724d .form-item .uk-select,
#a420fa1a6fa724d .form-item .uk-textarea,
#a420fa1a6fa724d .form-item .address-select,
#a420fa1a6fa724d .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a420fa1a6fa724d .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#aae5cac50bac1dd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac6bea00e5a5b84 .feature-image,
#ac6bea00e5a5b84 feature-image-wrap {
  height: 500px;
}
#ac6bea00e5a5b84 .feature-image {
  bottom: -20px;
}
#a91c8ae82aa8a1f .uk-container {
  line-height: 2;
  color: #999;
}
#a7068a4e4cab4bf .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7068a4e4cab4bf .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7068a4e4cab4bf .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a7068a4e4cab4bf .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a7068a4e4cab4bf .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a7068a4e4cab4bf .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a7068a4e4cab4bf .menu-list > li.active > a:before,
#a7068a4e4cab4bf .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a7068a4e4cab4bf .menu-list > li ul li {
  position: relative;
}
#a7068a4e4cab4bf .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a7068a4e4cab4bf .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a7068a4e4cab4bf .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a7068a4e4cab4bf .menu-list li ul li a:active,
#a7068a4e4cab4bf .menu-list li ul li a.active,
#a7068a4e4cab4bf .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a7068a4e4cab4bf .menu-list li ul,
#a7068a4e4cab4bf .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a7068a4e4cab4bf .menu-list li ul.menu-b > li,
#a7068a4e4cab4bf .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a7068a4e4cab4bf .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a7068a4e4cab4bf .menu-list li:hover > ul {
  display: block;
}
#a7068a4e4cab4bf .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad9f7a1aa2a0ffd .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ad9f7a1aa2a0ffd .site-language-menu a:hover {
  color: #ccc;
}
#ad9f7a1aa2a0ffd .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ad9f7a1aa2a0ffd .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ad9f7a1aa2a0ffd .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ad9f7a1aa2a0ffd .uk-dropdown li a:hover {
  color: #222;
}
#ad9f7a1aa2a0ffd .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac7aba87f1a3af6 a, #ac7aba87f1a3af6 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a9e87a520ea31ba .form-agree {
  display: flex;
  align-items: center;
}
#a9e87a520ea31ba .uk-form .form-submit-btn {
  width: 340px;
}
#a9e87a520ea31ba .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a9e87a520ea31ba .submit-wrap {
  text-align: center;
}
#a9e87a520ea31ba .submit-wrap button {
  background-color: #f5a623;
}
#a9e87a520ea31ba .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a9e87a520ea31ba form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9e87a520ea31ba .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a9e87a520ea31ba .form-item .uk-input,
#a9e87a520ea31ba .form-item .uk-select,
#a9e87a520ea31ba .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#a9e87a520ea31ba .form-item .auto-height {
  height: auto;
}
#a9e87a520ea31ba .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a9e87a520ea31ba .form-item .send-code {
  bottom: 0px;
}
#a9e87a520ea31ba .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a9e87a520ea31ba .uk-form-label,
#a9e87a520ea31ba .form-agree,
#a9e87a520ea31ba .uk-h3,
#a9e87a520ea31ba p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#aa575ab53fa4237 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7200a36d5a3844 .feature-image,
#a7200a36d5a3844 feature-image-wrap {
  height: 500px;
}
#a7200a36d5a3844 .feature-image {
  bottom: -20px;
}
#a958aa155dac81f .uk-container {
  line-height: 2;
  color: #999;
}
#aef42a29eaa93ca .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aef42a29eaa93ca .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aef42a29eaa93ca .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#aef42a29eaa93ca .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aef42a29eaa93ca .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#aef42a29eaa93ca .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#aef42a29eaa93ca .menu-list > li.active > a:before,
#aef42a29eaa93ca .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aef42a29eaa93ca .menu-list > li ul li {
  position: relative;
}
#aef42a29eaa93ca .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aef42a29eaa93ca .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aef42a29eaa93ca .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#aef42a29eaa93ca .menu-list li ul li a:active,
#aef42a29eaa93ca .menu-list li ul li a.active,
#aef42a29eaa93ca .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aef42a29eaa93ca .menu-list li ul,
#aef42a29eaa93ca .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#aef42a29eaa93ca .menu-list li ul.menu-b > li,
#aef42a29eaa93ca .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aef42a29eaa93ca .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aef42a29eaa93ca .menu-list li:hover > ul {
  display: block;
}
#aef42a29eaa93ca .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a61ffa14cca10b4 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a61ffa14cca10b4 .site-language-menu a:hover {
  color: #ccc;
}
#a61ffa14cca10b4 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a61ffa14cca10b4 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a61ffa14cca10b4 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a61ffa14cca10b4 .uk-dropdown li a:hover {
  color: #222;
}
#a61ffa14cca10b4 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a02a6a6367af104 a, #a02a6a6367af104 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a631fad11ba7ad2 .form-agree {
  display: flex;
  align-items: center;
}
#a631fad11ba7ad2 .uk-form .form-submit-btn {
  width: 340px;
}
#a631fad11ba7ad2 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a631fad11ba7ad2 .submit-wrap {
  text-align: center;
}
#a631fad11ba7ad2 .submit-wrap button {
  background-color: #f5a623;
}
#a631fad11ba7ad2 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a631fad11ba7ad2 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a631fad11ba7ad2 .form-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
#a631fad11ba7ad2 .form-item .uk-input,
#a631fad11ba7ad2 .form-item .uk-select,
#a631fad11ba7ad2 .form-item .uk-textarea {
  border: none !important;
}
#a631fad11ba7ad2 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a631fad11ba7ad2 .form-item .uk-input,
#a631fad11ba7ad2 .form-item .uk-select,
#a631fad11ba7ad2 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#a631fad11ba7ad2 .form-item .auto-height {
  height: auto;
}
#a631fad11ba7ad2 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a631fad11ba7ad2 .form-item .send-code {
  bottom: 0px;
}
#a631fad11ba7ad2 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a631fad11ba7ad2 .uk-form-label,
#a631fad11ba7ad2 .form-agree,
#a631fad11ba7ad2 .uk-h3,
#a631fad11ba7ad2 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a631fad11ba7ad2 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#a631fad11ba7ad2 .form-item > label {
  flex: none;
}
#a631fad11ba7ad2 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a631fad11ba7ad2 .form-item .uk-input,
#a631fad11ba7ad2 .form-item .uk-select,
#a631fad11ba7ad2 .form-item .uk-textarea,
#a631fad11ba7ad2 .form-item .address-select,
#a631fad11ba7ad2 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a631fad11ba7ad2 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a711aa7c6da78f2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7135a9f4aa979d .feature-image,
#a7135a9f4aa979d feature-image-wrap {
  height: 500px;
}
#a7135a9f4aa979d .feature-image {
  bottom: -20px;
}
#a2eeaa7d7ba699e .uk-container {
  line-height: 2;
  color: #999;
}
#ae64daf8c1ad99e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae64daf8c1ad99e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae64daf8c1ad99e .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#ae64daf8c1ad99e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ae64daf8c1ad99e .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ae64daf8c1ad99e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ae64daf8c1ad99e .menu-list > li.active > a:before,
#ae64daf8c1ad99e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ae64daf8c1ad99e .menu-list > li ul li {
  position: relative;
}
#ae64daf8c1ad99e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ae64daf8c1ad99e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ae64daf8c1ad99e .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#ae64daf8c1ad99e .menu-list li ul li a:active,
#ae64daf8c1ad99e .menu-list li ul li a.active,
#ae64daf8c1ad99e .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ae64daf8c1ad99e .menu-list li ul,
#ae64daf8c1ad99e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#ae64daf8c1ad99e .menu-list li ul.menu-b > li,
#ae64daf8c1ad99e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ae64daf8c1ad99e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ae64daf8c1ad99e .menu-list li:hover > ul {
  display: block;
}
#ae64daf8c1ad99e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a77fdac3e9addcb .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a77fdac3e9addcb .site-language-menu a:hover {
  color: #ccc;
}
#a77fdac3e9addcb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a77fdac3e9addcb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a77fdac3e9addcb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a77fdac3e9addcb .uk-dropdown li a:hover {
  color: #222;
}
#a77fdac3e9addcb .uk-dropdown li:last-child {
  border-bottom: none;
}
#af6f9aee4aa5912 a, #af6f9aee4aa5912 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#ac7bfa0318ad216 .form-agree {
  display: flex;
  align-items: center;
}
#ac7bfa0318ad216 .uk-form .form-submit-btn {
  width: 340px;
}
#ac7bfa0318ad216 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#ac7bfa0318ad216 .submit-wrap {
  text-align: center;
}
#ac7bfa0318ad216 .submit-wrap button {
  background-color: #f5a623;
}
#ac7bfa0318ad216 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ac7bfa0318ad216 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ac7bfa0318ad216 .form-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
#ac7bfa0318ad216 .form-item .uk-input,
#ac7bfa0318ad216 .form-item .uk-select,
#ac7bfa0318ad216 .form-item .uk-textarea {
  border: none !important;
}
#ac7bfa0318ad216 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#ac7bfa0318ad216 .form-item .uk-input,
#ac7bfa0318ad216 .form-item .uk-select,
#ac7bfa0318ad216 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#ac7bfa0318ad216 .form-item .auto-height {
  height: auto;
}
#ac7bfa0318ad216 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#ac7bfa0318ad216 .form-item .send-code {
  bottom: 0px;
}
#ac7bfa0318ad216 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#ac7bfa0318ad216 .uk-form-label,
#ac7bfa0318ad216 .form-agree,
#ac7bfa0318ad216 .uk-h3,
#ac7bfa0318ad216 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#ac7bfa0318ad216 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
}
#ac7bfa0318ad216 .form-item > label {
  flex: none;
}
#ac7bfa0318ad216 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#ac7bfa0318ad216 .form-item .uk-input,
#ac7bfa0318ad216 .form-item .uk-select,
#ac7bfa0318ad216 .form-item .uk-textarea,
#ac7bfa0318ad216 .form-item .address-select,
#ac7bfa0318ad216 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#ac7bfa0318ad216 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a9fa2ac2b3a4bff .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2ecea4824a8e5b .feature-image,
#a2ecea4824a8e5b feature-image-wrap {
  height: 500px;
}
#a2ecea4824a8e5b .feature-image {
  bottom: -20px;
}
#afbf4a48b6a101b .uk-container {
  line-height: 2;
  color: #999;
}
#adca3a0884acc89 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#adca3a0884acc89 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#adca3a0884acc89 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#adca3a0884acc89 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#adca3a0884acc89 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#adca3a0884acc89 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#adca3a0884acc89 .menu-list > li.active > a:before,
#adca3a0884acc89 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#adca3a0884acc89 .menu-list > li ul li {
  position: relative;
}
#adca3a0884acc89 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#adca3a0884acc89 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#adca3a0884acc89 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#adca3a0884acc89 .menu-list li ul li a:active,
#adca3a0884acc89 .menu-list li ul li a.active,
#adca3a0884acc89 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#adca3a0884acc89 .menu-list li ul,
#adca3a0884acc89 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#adca3a0884acc89 .menu-list li ul.menu-b > li,
#adca3a0884acc89 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#adca3a0884acc89 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#adca3a0884acc89 .menu-list li:hover > ul {
  display: block;
}
#adca3a0884acc89 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aa27bab5c1a4df8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#aa27bab5c1a4df8 .site-language-menu a:hover {
  color: #ccc;
}
#aa27bab5c1a4df8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#aa27bab5c1a4df8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#aa27bab5c1a4df8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#aa27bab5c1a4df8 .uk-dropdown li a:hover {
  color: #222;
}
#aa27bab5c1a4df8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ad1e5a409fa4693 a, #ad1e5a409fa4693 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a98eaabd88aca55 .form-agree {
  display: flex;
  align-items: center;
}
#a98eaabd88aca55 .uk-form .form-submit-btn {
  width: 340px;
}
#a98eaabd88aca55 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a98eaabd88aca55 .submit-wrap {
  text-align: center;
}
#a98eaabd88aca55 .submit-wrap button {
  background-color: #f5a623;
}
#a98eaabd88aca55 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a98eaabd88aca55 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a98eaabd88aca55 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a98eaabd88aca55 .form-item .uk-input,
#a98eaabd88aca55 .form-item .uk-select,
#a98eaabd88aca55 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#a98eaabd88aca55 .form-item .auto-height {
  height: auto;
}
#a98eaabd88aca55 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a98eaabd88aca55 .form-item .send-code {
  bottom: 0px;
}
#a98eaabd88aca55 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a98eaabd88aca55 .uk-form-label,
#a98eaabd88aca55 .form-agree,
#a98eaabd88aca55 .uk-h3,
#a98eaabd88aca55 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#ad687a7dbea8d20 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad76dae4a7a57e7 .feature-image,
#ad76dae4a7a57e7 feature-image-wrap {
  height: 500px;
}
#ad76dae4a7a57e7 .feature-image {
  bottom: -20px;
}
#a6694af3eeac625 .uk-container {
  line-height: 2;
  color: #999;
}
#ad087a6665a15aa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ad087a6665a15aa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ad087a6665a15aa .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#ad087a6665a15aa .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ad087a6665a15aa .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ad087a6665a15aa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ad087a6665a15aa .menu-list > li.active > a:before,
#ad087a6665a15aa .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ad087a6665a15aa .menu-list > li ul li {
  position: relative;
}
#ad087a6665a15aa .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ad087a6665a15aa .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ad087a6665a15aa .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#ad087a6665a15aa .menu-list li ul li a:active,
#ad087a6665a15aa .menu-list li ul li a.active,
#ad087a6665a15aa .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad087a6665a15aa .menu-list li ul,
#ad087a6665a15aa .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#ad087a6665a15aa .menu-list li ul.menu-b > li,
#ad087a6665a15aa .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ad087a6665a15aa .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ad087a6665a15aa .menu-list li:hover > ul {
  display: block;
}
#ad087a6665a15aa .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aabb2ad0b6a9ac4 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#aabb2ad0b6a9ac4 .site-language-menu a:hover {
  color: #ccc;
}
#aabb2ad0b6a9ac4 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#aabb2ad0b6a9ac4 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#aabb2ad0b6a9ac4 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#aabb2ad0b6a9ac4 .uk-dropdown li a:hover {
  color: #222;
}
#aabb2ad0b6a9ac4 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a4681a38bfa2ad8 a, #a4681a38bfa2ad8 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#adf8aa3c12a2e86 .form-agree {
  display: flex;
  align-items: center;
}
#adf8aa3c12a2e86 .uk-form .form-submit-btn {
  width: 340px;
}
#adf8aa3c12a2e86 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#adf8aa3c12a2e86 .submit-wrap {
  text-align: center;
}
#adf8aa3c12a2e86 .submit-wrap button {
  background-color: #f5a623;
}
#adf8aa3c12a2e86 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#adf8aa3c12a2e86 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adf8aa3c12a2e86 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#adf8aa3c12a2e86 .form-item .uk-input,
#adf8aa3c12a2e86 .form-item .uk-select,
#adf8aa3c12a2e86 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#adf8aa3c12a2e86 .form-item .auto-height {
  height: auto;
}
#adf8aa3c12a2e86 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#adf8aa3c12a2e86 .form-item .send-code {
  bottom: 0px;
}
#adf8aa3c12a2e86 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#adf8aa3c12a2e86 .uk-form-label,
#adf8aa3c12a2e86 .form-agree,
#adf8aa3c12a2e86 .uk-h3,
#adf8aa3c12a2e86 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a91d9a0c93ad56b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aad5faee50a0682 .feature-image,
#aad5faee50a0682 feature-image-wrap {
  height: 500px;
}
#aad5faee50a0682 .feature-image {
  bottom: -20px;
}
#a280ca4648a654e .uk-container {
  line-height: 2;
  color: #999;
}
#aa506a85b4a26c7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aa506a85b4a26c7 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aa506a85b4a26c7 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#aa506a85b4a26c7 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aa506a85b4a26c7 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#aa506a85b4a26c7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#aa506a85b4a26c7 .menu-list > li.active > a:before,
#aa506a85b4a26c7 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aa506a85b4a26c7 .menu-list > li ul li {
  position: relative;
}
#aa506a85b4a26c7 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aa506a85b4a26c7 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aa506a85b4a26c7 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#aa506a85b4a26c7 .menu-list li ul li a:active,
#aa506a85b4a26c7 .menu-list li ul li a.active,
#aa506a85b4a26c7 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aa506a85b4a26c7 .menu-list li ul,
#aa506a85b4a26c7 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#aa506a85b4a26c7 .menu-list li ul.menu-b > li,
#aa506a85b4a26c7 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aa506a85b4a26c7 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aa506a85b4a26c7 .menu-list li:hover > ul {
  display: block;
}
#aa506a85b4a26c7 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af9baa9202ab72a .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#af9baa9202ab72a .site-language-menu a:hover {
  color: #ccc;
}
#af9baa9202ab72a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af9baa9202ab72a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af9baa9202ab72a .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af9baa9202ab72a .uk-dropdown li a:hover {
  color: #222;
}
#af9baa9202ab72a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a705da0926adeb4 a, #a705da0926adeb4 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a7271a071ba235d .form-agree {
  display: flex;
  align-items: center;
}
#a7271a071ba235d .uk-form .form-submit-btn {
  width: 340px;
}
#a7271a071ba235d .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a7271a071ba235d .submit-wrap {
  text-align: center;
}
#a7271a071ba235d .submit-wrap button {
  background-color: #f5a623;
}
#a7271a071ba235d .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a7271a071ba235d form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a7271a071ba235d .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a7271a071ba235d .form-item .uk-input,
#a7271a071ba235d .form-item .uk-select,
#a7271a071ba235d .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
}
#a7271a071ba235d .form-item .auto-height {
  height: auto;
}
#a7271a071ba235d .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a7271a071ba235d .form-item .send-code {
  bottom: 0px;
}
#a7271a071ba235d .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a7271a071ba235d .uk-form-label,
#a7271a071ba235d .form-agree,
#a7271a071ba235d .uk-h3,
#a7271a071ba235d p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a013fa0a70a33e9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8faca5420addd4 .uk-container {
  line-height: 2;
  color: #999;
}
#ab199a53d6a030b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ab199a53d6a030b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ab199a53d6a030b .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 40px;
  font-weight: bold;
  font-style: normal;
  font-size: 19px;
  font-family: NotoSansSC-Medium;
  color: #333;
}
#ab199a53d6a030b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ab199a53d6a030b .menu-list > li.active > a:before,
#ab199a53d6a030b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ab199a53d6a030b .menu-list > li ul li {
  position: relative;
}
#ab199a53d6a030b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ab199a53d6a030b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ab199a53d6a030b .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ab199a53d6a030b .menu-list li ul li a:active,
#ab199a53d6a030b .menu-list li ul li a.active,
#ab199a53d6a030b .menu-list li ul li.active > a {
  background-color: #c24a00;
}
#ab199a53d6a030b .menu-list li ul,
#ab199a53d6a030b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#ab199a53d6a030b .menu-list li ul.menu-b > li,
#ab199a53d6a030b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ab199a53d6a030b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ab199a53d6a030b .menu-list li:hover > ul {
  display: block;
}
#ab199a53d6a030b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ab394ae4baa5451 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ab394ae4baa5451 .site-language-menu a:hover {
  color: #ccc;
}
#ab394ae4baa5451 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ab394ae4baa5451 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ab394ae4baa5451 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ab394ae4baa5451 .uk-dropdown li a:hover {
  color: #222;
}
#ab394ae4baa5451 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a47c4a7948a1ff0 .gallery-items-wrap {
  margin-left: -15px;
}
#a47c4a7948a1ff0 .filter.active {
  background-color: #4e4e4e;
}
#a47c4a7948a1ff0 .gallery-item {
  width: 350px;
  margin: 0 0 15px 15px;
  float: left;
  list-style: none;
  position: relative;
}
#a47c4a7948a1ff0 .text-style-3 figure {
  height: 300px;
}
#a47c4a7948a1ff0 .filter.active {
  background-color: #ffffff;
}
#a47c4a7948a1ff0 .gallery-item {
  margin-left: 75px;
}
#a47c4a7948a1ff0 .gallery-items-wrap {
  margin-left: -75px;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a02c8a27ceaa25a .logged {
  display: none;
}
#a02c8a27ceaa25a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a02c8a27ceaa25a .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a02c8a27ceaa25a .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a02c8a27ceaa25a .quick-menus > li:last-child::after {
  content: '';
}
#a02c8a27ceaa25a .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a02c8a27ceaa25a .site-header {
  height: 80px;
}
#a02c8a27ceaa25a .uk-navbar-item,
#a02c8a27ceaa25a .uk-navbar-nav > li > a,
#a02c8a27ceaa25a .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a02c8a27ceaa25a .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4e4e4e;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a02c8a27ceaa25a .uk-navbar-nav > li > a:hover::before,
#a02c8a27ceaa25a .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a02c8a27ceaa25a .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a02c8a27ceaa25a .uk-navbar-nav > li.active > a {
  color: #4e4e4e;
}
#a02c8a27ceaa25a .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a02c8a27ceaa25a .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a02c8a27ceaa25a .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a02c8a27ceaa25a .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a02c8a27ceaa25a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a02c8a27ceaa25a .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a02c8a27ceaa25a .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a02c8a27ceaa25a .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a02c8a27ceaa25a .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a02c8a27ceaa25a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4e4e4e;
}
#a02c8a27ceaa25a .site-pc-navbar {
  background: #fff;
}
#a02c8a27ceaa25a .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a02c8a27ceaa25a .logo {
  display: inline-block;
}
#a02c8a27ceaa25a .menu-list {
  justify-content: center;
}
#a02c8a27ceaa25a .submenu-items {
  display: inline-block;
}
#a02c8a27ceaa25a .submenu-items .sub-menu-item:last-child svg,
#a02c8a27ceaa25a .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a203ea2a8aa346a .uk-container {
  line-height: 2;
  color: #999;
}
#a4bf0a2ac5a2e57 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a4bf0a2ac5a2e57 .site-language-menu a:hover {
  color: #ccc;
}
#a4bf0a2ac5a2e57 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a4bf0a2ac5a2e57 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a4bf0a2ac5a2e57 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a4bf0a2ac5a2e57 .uk-dropdown li a:hover {
  color: #222;
}
#a4bf0a2ac5a2e57 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a4cb1a17dea7a3d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a4cb1a17dea7a3d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a4cb1a17dea7a3d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 30px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #3a3939;
}
#a4cb1a17dea7a3d .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #3a3939;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a4cb1a17dea7a3d .menu-list > li.active > a:before,
#a4cb1a17dea7a3d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a4cb1a17dea7a3d .menu-list > li ul li {
  position: relative;
}
#a4cb1a17dea7a3d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a4cb1a17dea7a3d .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a4cb1a17dea7a3d .menu-list li ul li:hover > a {
  background-color: #f06507;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a4cb1a17dea7a3d .menu-list li ul li a:active,
#a4cb1a17dea7a3d .menu-list li ul li a.active,
#a4cb1a17dea7a3d .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a4cb1a17dea7a3d .menu-list li ul,
#a4cb1a17dea7a3d .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a4cb1a17dea7a3d .menu-list li ul.menu-b > li,
#a4cb1a17dea7a3d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a4cb1a17dea7a3d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a4cb1a17dea7a3d .menu-list li:hover > ul {
  display: block;
}
#a4cb1a17dea7a3d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a02c8a27ceaa25a .logged {
  display: none;
}
#a02c8a27ceaa25a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a02c8a27ceaa25a .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a02c8a27ceaa25a .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a02c8a27ceaa25a .quick-menus > li:last-child::after {
  content: '';
}
#a02c8a27ceaa25a .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a02c8a27ceaa25a .site-header {
  height: 80px;
}
#a02c8a27ceaa25a .uk-navbar-item,
#a02c8a27ceaa25a .uk-navbar-nav > li > a,
#a02c8a27ceaa25a .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a02c8a27ceaa25a .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4e4e4e;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a02c8a27ceaa25a .uk-navbar-nav > li > a:hover::before,
#a02c8a27ceaa25a .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a02c8a27ceaa25a .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a02c8a27ceaa25a .uk-navbar-nav > li.active > a {
  color: #4e4e4e;
}
#a02c8a27ceaa25a .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a02c8a27ceaa25a .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a02c8a27ceaa25a .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a02c8a27ceaa25a .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a02c8a27ceaa25a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a02c8a27ceaa25a .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a02c8a27ceaa25a .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a02c8a27ceaa25a .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a02c8a27ceaa25a .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a02c8a27ceaa25a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4e4e4e;
}
#a02c8a27ceaa25a .site-pc-navbar {
  background: #fff;
}
#a02c8a27ceaa25a .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a02c8a27ceaa25a .logo {
  display: inline-block;
}
#a02c8a27ceaa25a .menu-list {
  justify-content: center;
}
#a02c8a27ceaa25a .submenu-items {
  display: inline-block;
}
#a02c8a27ceaa25a .submenu-items .sub-menu-item:last-child svg,
#a02c8a27ceaa25a .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a2a4caab91aec4d .uk-container {
  line-height: 2;
  color: #999;
}
#a4bf0a2ac5a2e57 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a4bf0a2ac5a2e57 .site-language-menu a:hover {
  color: #ccc;
}
#a4bf0a2ac5a2e57 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a4bf0a2ac5a2e57 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a4bf0a2ac5a2e57 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a4bf0a2ac5a2e57 .uk-dropdown li a:hover {
  color: #222;
}
#a4bf0a2ac5a2e57 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a4cb1a17dea7a3d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a4cb1a17dea7a3d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a4cb1a17dea7a3d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 30px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #3a3939;
}
#a4cb1a17dea7a3d .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #3a3939;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a4cb1a17dea7a3d .menu-list > li.active > a:before,
#a4cb1a17dea7a3d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a4cb1a17dea7a3d .menu-list > li ul li {
  position: relative;
}
#a4cb1a17dea7a3d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a4cb1a17dea7a3d .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a4cb1a17dea7a3d .menu-list li ul li:hover > a {
  background-color: #f06507;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a4cb1a17dea7a3d .menu-list li ul li a:active,
#a4cb1a17dea7a3d .menu-list li ul li a.active,
#a4cb1a17dea7a3d .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a4cb1a17dea7a3d .menu-list li ul,
#a4cb1a17dea7a3d .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a4cb1a17dea7a3d .menu-list li ul.menu-b > li,
#a4cb1a17dea7a3d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a4cb1a17dea7a3d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a4cb1a17dea7a3d .menu-list li:hover > ul {
  display: block;
}
#a4cb1a17dea7a3d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6183a4b0eadbb5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a02c8a27ceaa25a .logged {
  display: none;
}
#a02c8a27ceaa25a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a02c8a27ceaa25a .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a02c8a27ceaa25a .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a02c8a27ceaa25a .quick-menus > li:last-child::after {
  content: '';
}
#a02c8a27ceaa25a .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a02c8a27ceaa25a .site-header {
  height: 80px;
}
#a02c8a27ceaa25a .uk-navbar-item,
#a02c8a27ceaa25a .uk-navbar-nav > li > a,
#a02c8a27ceaa25a .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a02c8a27ceaa25a .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4e4e4e;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a02c8a27ceaa25a .uk-navbar-nav > li > a:hover::before,
#a02c8a27ceaa25a .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a02c8a27ceaa25a .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a02c8a27ceaa25a .uk-navbar-nav > li.active > a {
  color: #4e4e4e;
}
#a02c8a27ceaa25a .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a02c8a27ceaa25a .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a02c8a27ceaa25a .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a02c8a27ceaa25a .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a02c8a27ceaa25a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a02c8a27ceaa25a .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a02c8a27ceaa25a .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a02c8a27ceaa25a .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a02c8a27ceaa25a .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a02c8a27ceaa25a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4e4e4e;
}
#a02c8a27ceaa25a .site-pc-navbar {
  background: #fff;
}
#a02c8a27ceaa25a .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a02c8a27ceaa25a .logo {
  display: inline-block;
}
#a02c8a27ceaa25a .menu-list {
  justify-content: center;
}
#a02c8a27ceaa25a .submenu-items {
  display: inline-block;
}
#a02c8a27ceaa25a .submenu-items .sub-menu-item:last-child svg,
#a02c8a27ceaa25a .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#abcb7a8dbda7595 .uk-container {
  line-height: 2;
  color: #999;
}
#a4bf0a2ac5a2e57 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a4bf0a2ac5a2e57 .site-language-menu a:hover {
  color: #ccc;
}
#a4bf0a2ac5a2e57 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a4bf0a2ac5a2e57 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a4bf0a2ac5a2e57 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a4bf0a2ac5a2e57 .uk-dropdown li a:hover {
  color: #222;
}
#a4bf0a2ac5a2e57 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a4cb1a17dea7a3d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a4cb1a17dea7a3d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a4cb1a17dea7a3d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 30px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #3a3939;
}
#a4cb1a17dea7a3d .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #3a3939;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a4cb1a17dea7a3d .menu-list > li.active > a:before,
#a4cb1a17dea7a3d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a4cb1a17dea7a3d .menu-list > li ul li {
  position: relative;
}
#a4cb1a17dea7a3d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a4cb1a17dea7a3d .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a4cb1a17dea7a3d .menu-list li ul li:hover > a {
  background-color: #f06507;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a4cb1a17dea7a3d .menu-list li ul li a:active,
#a4cb1a17dea7a3d .menu-list li ul li a.active,
#a4cb1a17dea7a3d .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a4cb1a17dea7a3d .menu-list li ul,
#a4cb1a17dea7a3d .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a4cb1a17dea7a3d .menu-list li ul.menu-b > li,
#a4cb1a17dea7a3d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a4cb1a17dea7a3d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a4cb1a17dea7a3d .menu-list li:hover > ul {
  display: block;
}
#a4cb1a17dea7a3d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a0fdea0d4ba4657 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa88ea8522a3e28 .feature-image,
#aa88ea8522a3e28 feature-image-wrap {
  height: 500px;
}
#aa88ea8522a3e28 .feature-image {
  bottom: -20px;
}
#a235aa6a28a6928 .uk-container {
  line-height: 2;
  color: #999;
}
#ad550ac2e8a233b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ad550ac2e8a233b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ad550ac2e8a233b .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#ad550ac2e8a233b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ad550ac2e8a233b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ad550ac2e8a233b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ad550ac2e8a233b .menu-list > li.active > a:before,
#ad550ac2e8a233b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ad550ac2e8a233b .menu-list > li ul li {
  position: relative;
}
#ad550ac2e8a233b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ad550ac2e8a233b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ad550ac2e8a233b .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#ad550ac2e8a233b .menu-list li ul li a:active,
#ad550ac2e8a233b .menu-list li ul li a.active,
#ad550ac2e8a233b .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad550ac2e8a233b .menu-list li ul,
#ad550ac2e8a233b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#ad550ac2e8a233b .menu-list li ul.menu-b > li,
#ad550ac2e8a233b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ad550ac2e8a233b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ad550ac2e8a233b .menu-list li:hover > ul {
  display: block;
}
#ad550ac2e8a233b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af213a2f45adae9 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#af213a2f45adae9 .site-language-menu a:hover {
  color: #ccc;
}
#af213a2f45adae9 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af213a2f45adae9 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af213a2f45adae9 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af213a2f45adae9 .uk-dropdown li a:hover {
  color: #222;
}
#af213a2f45adae9 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a4132aafefaafb6 a, #a4132aafefaafb6 {
        font-weight: bold;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;}#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#adb5da977aa23d2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1524a84efa6f92 .feature-image,
#a1524a84efa6f92 feature-image-wrap {
  height: 500px;
}
#a1524a84efa6f92 .feature-image {
  bottom: -20px;
}
#a8e19a616da834c .uk-container {
  line-height: 2;
  color: #999;
}
#aaa59a8063a50a9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aaa59a8063a50a9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aaa59a8063a50a9 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#aaa59a8063a50a9 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aaa59a8063a50a9 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#aaa59a8063a50a9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#aaa59a8063a50a9 .menu-list > li.active > a:before,
#aaa59a8063a50a9 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aaa59a8063a50a9 .menu-list > li ul li {
  position: relative;
}
#aaa59a8063a50a9 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aaa59a8063a50a9 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aaa59a8063a50a9 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#aaa59a8063a50a9 .menu-list li ul li a:active,
#aaa59a8063a50a9 .menu-list li ul li a.active,
#aaa59a8063a50a9 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aaa59a8063a50a9 .menu-list li ul,
#aaa59a8063a50a9 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#aaa59a8063a50a9 .menu-list li ul.menu-b > li,
#aaa59a8063a50a9 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aaa59a8063a50a9 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aaa59a8063a50a9 .menu-list li:hover > ul {
  display: block;
}
#aaa59a8063a50a9 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae551af5e1a748e .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae551af5e1a748e .site-language-menu a:hover {
  color: #ccc;
}
#ae551af5e1a748e .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae551af5e1a748e .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae551af5e1a748e .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae551af5e1a748e .uk-dropdown li a:hover {
  color: #222;
}
#ae551af5e1a748e .uk-dropdown li:last-child {
  border-bottom: none;
}
#a3e40af272a4c47 a, #a3e40af272a4c47 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a6171a9903a4900 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a70faa27baa83f5 .feature-image,
#a70faa27baa83f5 feature-image-wrap {
  height: 500px;
}
#a70faa27baa83f5 .feature-image {
  bottom: -20px;
}
#af8e3a9a75adb54 .uk-container {
  line-height: 2;
  color: #999;
}
#a1a67a3d31a3299 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1a67a3d31a3299 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1a67a3d31a3299 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a1a67a3d31a3299 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1a67a3d31a3299 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1a67a3d31a3299 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1a67a3d31a3299 .menu-list > li.active > a:before,
#a1a67a3d31a3299 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1a67a3d31a3299 .menu-list > li ul li {
  position: relative;
}
#a1a67a3d31a3299 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1a67a3d31a3299 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a1a67a3d31a3299 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a1a67a3d31a3299 .menu-list li ul li a:active,
#a1a67a3d31a3299 .menu-list li ul li a.active,
#a1a67a3d31a3299 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a1a67a3d31a3299 .menu-list li ul,
#a1a67a3d31a3299 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a1a67a3d31a3299 .menu-list li ul.menu-b > li,
#a1a67a3d31a3299 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1a67a3d31a3299 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1a67a3d31a3299 .menu-list li:hover > ul {
  display: block;
}
#a1a67a3d31a3299 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5986ab4d5a323e .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a5986ab4d5a323e .site-language-menu a:hover {
  color: #ccc;
}
#a5986ab4d5a323e .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5986ab4d5a323e .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5986ab4d5a323e .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5986ab4d5a323e .uk-dropdown li a:hover {
  color: #222;
}
#a5986ab4d5a323e .uk-dropdown li:last-child {
  border-bottom: none;
}
#a6009a7e9fa6f80 a, #a6009a7e9fa6f80 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: NotoSansSC-Medium;}#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#aa6bbac84dacdb6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa687a0868a3857 .feature-image,
#aa687a0868a3857 feature-image-wrap {
  height: 500px;
}
#aa687a0868a3857 .feature-image {
  bottom: -20px;
}
#a54cbada93a10f9 .uk-container {
  line-height: 2;
  color: #999;
}
#ac8c5a6d43a27f7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ac8c5a6d43a27f7 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ac8c5a6d43a27f7 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#ac8c5a6d43a27f7 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ac8c5a6d43a27f7 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ac8c5a6d43a27f7 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ac8c5a6d43a27f7 .menu-list > li.active > a:before,
#ac8c5a6d43a27f7 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ac8c5a6d43a27f7 .menu-list > li ul li {
  position: relative;
}
#ac8c5a6d43a27f7 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ac8c5a6d43a27f7 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ac8c5a6d43a27f7 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#ac8c5a6d43a27f7 .menu-list li ul li a:active,
#ac8c5a6d43a27f7 .menu-list li ul li a.active,
#ac8c5a6d43a27f7 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ac8c5a6d43a27f7 .menu-list li ul,
#ac8c5a6d43a27f7 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#ac8c5a6d43a27f7 .menu-list li ul.menu-b > li,
#ac8c5a6d43a27f7 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ac8c5a6d43a27f7 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ac8c5a6d43a27f7 .menu-list li:hover > ul {
  display: block;
}
#ac8c5a6d43a27f7 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4307a1089aefe5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a4307a1089aefe5 .site-language-menu a:hover {
  color: #ccc;
}
#a4307a1089aefe5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a4307a1089aefe5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a4307a1089aefe5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a4307a1089aefe5 .uk-dropdown li a:hover {
  color: #222;
}
#a4307a1089aefe5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ace99a3db3a6359 a, #ace99a3db3a6359 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a2dbaa29dda3667 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac474af934ae52f .feature-image,
#ac474af934ae52f feature-image-wrap {
  height: 500px;
}
#ac474af934ae52f .feature-image {
  bottom: -20px;
}
#ae067ad95da7e62 .uk-container {
  line-height: 2;
  color: #999;
}
#a2077a163aa58c6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a2077a163aa58c6 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a2077a163aa58c6 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a2077a163aa58c6 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a2077a163aa58c6 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a2077a163aa58c6 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a2077a163aa58c6 .menu-list > li.active > a:before,
#a2077a163aa58c6 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a2077a163aa58c6 .menu-list > li ul li {
  position: relative;
}
#a2077a163aa58c6 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a2077a163aa58c6 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a2077a163aa58c6 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a2077a163aa58c6 .menu-list li ul li a:active,
#a2077a163aa58c6 .menu-list li ul li a.active,
#a2077a163aa58c6 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a2077a163aa58c6 .menu-list li ul,
#a2077a163aa58c6 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a2077a163aa58c6 .menu-list li ul.menu-b > li,
#a2077a163aa58c6 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a2077a163aa58c6 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a2077a163aa58c6 .menu-list li:hover > ul {
  display: block;
}
#a2077a163aa58c6 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4900aa64aa2377 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a4900aa64aa2377 .site-language-menu a:hover {
  color: #ccc;
}
#a4900aa64aa2377 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a4900aa64aa2377 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a4900aa64aa2377 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a4900aa64aa2377 .uk-dropdown li a:hover {
  color: #222;
}
#a4900aa64aa2377 .uk-dropdown li:last-child {
  border-bottom: none;
}
#af4b0a9254a2fcd a, #af4b0a9254a2fcd {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a057bae472a3b80 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac05aaca3face56 .feature-image,
#ac05aaca3face56 feature-image-wrap {
  height: 500px;
}
#ac05aaca3face56 .feature-image {
  bottom: -20px;
}
#aaf9dae510a6177 .uk-container {
  line-height: 2;
  color: #999;
}
#ad439adec3a57cf .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ad439adec3a57cf .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ad439adec3a57cf .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#ad439adec3a57cf .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ad439adec3a57cf .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ad439adec3a57cf .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ad439adec3a57cf .menu-list > li.active > a:before,
#ad439adec3a57cf .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ad439adec3a57cf .menu-list > li ul li {
  position: relative;
}
#ad439adec3a57cf .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ad439adec3a57cf .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ad439adec3a57cf .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#ad439adec3a57cf .menu-list li ul li a:active,
#ad439adec3a57cf .menu-list li ul li a.active,
#ad439adec3a57cf .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad439adec3a57cf .menu-list li ul,
#ad439adec3a57cf .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#ad439adec3a57cf .menu-list li ul.menu-b > li,
#ad439adec3a57cf .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ad439adec3a57cf .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ad439adec3a57cf .menu-list li:hover > ul {
  display: block;
}
#ad439adec3a57cf .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5293aefb6a9c63 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a5293aefb6a9c63 .site-language-menu a:hover {
  color: #ccc;
}
#a5293aefb6a9c63 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5293aefb6a9c63 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5293aefb6a9c63 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5293aefb6a9c63 .uk-dropdown li a:hover {
  color: #222;
}
#a5293aefb6a9c63 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5c15a9f35aae59 a, #a5c15a9f35aae59 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a63a2a2feaae031 , #a63a2a2feaae031 a{color: rgba(177, 177, 177, 1);}#ab123aa4e2a74b5 [data-item="buttons[0]"] {left: 0px;top: 1px; position: relative;}#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a7f2baf561a9ffd .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acf43a6279a9656 .feature-image,
#acf43a6279a9656 feature-image-wrap {
  height: 500px;
}
#acf43a6279a9656 .feature-image {
  bottom: -20px;
}
#aeccaae034aa0d0 .icon-box {
  width: 8.125rem;
  height: 8.125rem;
  line-height: 8.125rem;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #e5e5e5;
  transition: all 0.2s ease-in;
}
#aeccaae034aa0d0 .icon-box:hover {
  border-color: #4e4e4e;
}
#aeccaae034aa0d0 .icon-box i {
  color: #4e4e4e;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #aeccaae034aa0d0 .icon-box {
    width: 50px;
    height: 50px;
  }
  #aeccaae034aa0d0 .icon-box .uk-h1 {
    font-size: 24px;
  }
}
#a0908adb54a0e5a .uk-container {
  line-height: 2;
  color: #999;
}
#ae6ccaab8ea1558 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae6ccaab8ea1558 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae6ccaab8ea1558 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#ae6ccaab8ea1558 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ae6ccaab8ea1558 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ae6ccaab8ea1558 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ae6ccaab8ea1558 .menu-list > li.active > a:before,
#ae6ccaab8ea1558 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ae6ccaab8ea1558 .menu-list > li ul li {
  position: relative;
}
#ae6ccaab8ea1558 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ae6ccaab8ea1558 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ae6ccaab8ea1558 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#ae6ccaab8ea1558 .menu-list li ul li a:active,
#ae6ccaab8ea1558 .menu-list li ul li a.active,
#ae6ccaab8ea1558 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ae6ccaab8ea1558 .menu-list li ul,
#ae6ccaab8ea1558 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#ae6ccaab8ea1558 .menu-list li ul.menu-b > li,
#ae6ccaab8ea1558 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ae6ccaab8ea1558 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ae6ccaab8ea1558 .menu-list li:hover > ul {
  display: block;
}
#ae6ccaab8ea1558 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0822aebefa5ddb .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a0822aebefa5ddb .site-language-menu a:hover {
  color: #ccc;
}
#a0822aebefa5ddb .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a0822aebefa5ddb .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a0822aebefa5ddb .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a0822aebefa5ddb .uk-dropdown li a:hover {
  color: #222;
}
#a0822aebefa5ddb .uk-dropdown li:last-child {
  border-bottom: none;
}
#af2c1ad984a84f2 a, #af2c1ad984a84f2 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#af2c1ad984a84f2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a218eaf684a459b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3e10af534a447c .feature-image,
#a3e10af534a447c feature-image-wrap {
  height: 500px;
}
#a3e10af534a447c .feature-image {
  bottom: -20px;
}
#af68ea48e3a44a8 .icon-box {
  width: 8.125rem;
  height: 8.125rem;
  line-height: 8.125rem;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #e5e5e5;
  transition: all 0.2s ease-in;
}
#af68ea48e3a44a8 .icon-box:hover {
  border-color: #4e4e4e;
}
#af68ea48e3a44a8 .icon-box i {
  color: #4e4e4e;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #af68ea48e3a44a8 .icon-box {
    width: 50px;
    height: 50px;
  }
  #af68ea48e3a44a8 .icon-box .uk-h1 {
    font-size: 24px;
  }
}
#abd48a0962a5e72 .uk-container {
  line-height: 2;
  color: #999;
}
#a094ca6ff3a9421 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a094ca6ff3a9421 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a094ca6ff3a9421 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a094ca6ff3a9421 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a094ca6ff3a9421 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a094ca6ff3a9421 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a094ca6ff3a9421 .menu-list > li.active > a:before,
#a094ca6ff3a9421 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a094ca6ff3a9421 .menu-list > li ul li {
  position: relative;
}
#a094ca6ff3a9421 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a094ca6ff3a9421 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a094ca6ff3a9421 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a094ca6ff3a9421 .menu-list li ul li a:active,
#a094ca6ff3a9421 .menu-list li ul li a.active,
#a094ca6ff3a9421 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a094ca6ff3a9421 .menu-list li ul,
#a094ca6ff3a9421 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a094ca6ff3a9421 .menu-list li ul.menu-b > li,
#a094ca6ff3a9421 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a094ca6ff3a9421 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a094ca6ff3a9421 .menu-list li:hover > ul {
  display: block;
}
#a094ca6ff3a9421 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af738a167fa4f7b .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#af738a167fa4f7b .site-language-menu a:hover {
  color: #ccc;
}
#af738a167fa4f7b .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af738a167fa4f7b .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af738a167fa4f7b .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af738a167fa4f7b .uk-dropdown li a:hover {
  color: #222;
}
#af738a167fa4f7b .uk-dropdown li:last-child {
  border-bottom: none;
}
#ad008aa14ca8ec7 a, #ad008aa14ca8ec7 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a91bda118badd16 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8383a8bffa8985 .feature-image,
#a8383a8bffa8985 feature-image-wrap {
  height: 500px;
}
#a8383a8bffa8985 .feature-image {
  bottom: -20px;
}
#aad2faccc0a151a .icon-box {
  width: 8.125rem;
  height: 8.125rem;
  line-height: 8.125rem;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #e5e5e5;
  transition: all 0.2s ease-in;
}
#aad2faccc0a151a .icon-box:hover {
  border-color: #4e4e4e;
}
#aad2faccc0a151a .icon-box i {
  color: #4e4e4e;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #aad2faccc0a151a .icon-box {
    width: 50px;
    height: 50px;
  }
  #aad2faccc0a151a .icon-box .uk-h1 {
    font-size: 24px;
  }
}
#a0533ab4e1a5f70 .uk-container {
  line-height: 2;
  color: #999;
}
#a0c92a312ba8aaa .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a0c92a312ba8aaa .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a0c92a312ba8aaa .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a0c92a312ba8aaa .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a0c92a312ba8aaa .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a0c92a312ba8aaa .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a0c92a312ba8aaa .menu-list > li.active > a:before,
#a0c92a312ba8aaa .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a0c92a312ba8aaa .menu-list > li ul li {
  position: relative;
}
#a0c92a312ba8aaa .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a0c92a312ba8aaa .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a0c92a312ba8aaa .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a0c92a312ba8aaa .menu-list li ul li a:active,
#a0c92a312ba8aaa .menu-list li ul li a.active,
#a0c92a312ba8aaa .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a0c92a312ba8aaa .menu-list li ul,
#a0c92a312ba8aaa .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a0c92a312ba8aaa .menu-list li ul.menu-b > li,
#a0c92a312ba8aaa .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a0c92a312ba8aaa .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a0c92a312ba8aaa .menu-list li:hover > ul {
  display: block;
}
#a0c92a312ba8aaa .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad591ac1dfa1bec .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ad591ac1dfa1bec .site-language-menu a:hover {
  color: #ccc;
}
#ad591ac1dfa1bec .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ad591ac1dfa1bec .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ad591ac1dfa1bec .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ad591ac1dfa1bec .uk-dropdown li a:hover {
  color: #222;
}
#ad591ac1dfa1bec .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5f98a8214a479c a, #a5f98a8214a479c {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a313ba04e9a3d8b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a53d6a6a76abdea .feature-image,
#a53d6a6a76abdea feature-image-wrap {
  height: 500px;
}
#a53d6a6a76abdea .feature-image {
  bottom: -20px;
}
#a4890ac61bafb05 .icon-box {
  width: 8.125rem;
  height: 8.125rem;
  line-height: 8.125rem;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #e5e5e5;
  transition: all 0.2s ease-in;
}
#a4890ac61bafb05 .icon-box:hover {
  border-color: #4e4e4e;
}
#a4890ac61bafb05 .icon-box i {
  color: #4e4e4e;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #a4890ac61bafb05 .icon-box {
    width: 50px;
    height: 50px;
  }
  #a4890ac61bafb05 .icon-box .uk-h1 {
    font-size: 24px;
  }
}
#a36cba1c3dadec5 .uk-container {
  line-height: 2;
  color: #999;
}
#a344aa3b0ea2ab0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a344aa3b0ea2ab0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a344aa3b0ea2ab0 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a344aa3b0ea2ab0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a344aa3b0ea2ab0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a344aa3b0ea2ab0 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a344aa3b0ea2ab0 .menu-list > li.active > a:before,
#a344aa3b0ea2ab0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a344aa3b0ea2ab0 .menu-list > li ul li {
  position: relative;
}
#a344aa3b0ea2ab0 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a344aa3b0ea2ab0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a344aa3b0ea2ab0 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a344aa3b0ea2ab0 .menu-list li ul li a:active,
#a344aa3b0ea2ab0 .menu-list li ul li a.active,
#a344aa3b0ea2ab0 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a344aa3b0ea2ab0 .menu-list li ul,
#a344aa3b0ea2ab0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a344aa3b0ea2ab0 .menu-list li ul.menu-b > li,
#a344aa3b0ea2ab0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a344aa3b0ea2ab0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a344aa3b0ea2ab0 .menu-list li:hover > ul {
  display: block;
}
#a344aa3b0ea2ab0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#abf58a4f43ad9ee .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#abf58a4f43ad9ee .site-language-menu a:hover {
  color: #ccc;
}
#abf58a4f43ad9ee .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#abf58a4f43ad9ee .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#abf58a4f43ad9ee .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#abf58a4f43ad9ee .uk-dropdown li a:hover {
  color: #222;
}
#abf58a4f43ad9ee .uk-dropdown li:last-child {
  border-bottom: none;
}
#a2bcbab0aba6136 a, #a2bcbab0aba6136 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a2fb4a00cda18fa .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7a46aac10a8d1f .feature-image,
#a7a46aac10a8d1f feature-image-wrap {
  height: 500px;
}
#a7a46aac10a8d1f .feature-image {
  bottom: -20px;
}
#ae855abd16a27c0 .icon-box {
  width: 8.125rem;
  height: 8.125rem;
  line-height: 8.125rem;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #e5e5e5;
  transition: all 0.2s ease-in;
}
#ae855abd16a27c0 .icon-box:hover {
  border-color: #4e4e4e;
}
#ae855abd16a27c0 .icon-box i {
  color: #4e4e4e;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #ae855abd16a27c0 .icon-box {
    width: 50px;
    height: 50px;
  }
  #ae855abd16a27c0 .icon-box .uk-h1 {
    font-size: 24px;
  }
}
#a9acca8ddca8ced .uk-container {
  line-height: 2;
  color: #999;
}
#abe50a5e99a94f9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#abe50a5e99a94f9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#abe50a5e99a94f9 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#abe50a5e99a94f9 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#abe50a5e99a94f9 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#abe50a5e99a94f9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#abe50a5e99a94f9 .menu-list > li.active > a:before,
#abe50a5e99a94f9 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#abe50a5e99a94f9 .menu-list > li ul li {
  position: relative;
}
#abe50a5e99a94f9 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#abe50a5e99a94f9 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#abe50a5e99a94f9 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#abe50a5e99a94f9 .menu-list li ul li a:active,
#abe50a5e99a94f9 .menu-list li ul li a.active,
#abe50a5e99a94f9 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#abe50a5e99a94f9 .menu-list li ul,
#abe50a5e99a94f9 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#abe50a5e99a94f9 .menu-list li ul.menu-b > li,
#abe50a5e99a94f9 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#abe50a5e99a94f9 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#abe50a5e99a94f9 .menu-list li:hover > ul {
  display: block;
}
#abe50a5e99a94f9 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a00e3a79e4aa52a .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a00e3a79e4aa52a .site-language-menu a:hover {
  color: #ccc;
}
#a00e3a79e4aa52a .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a00e3a79e4aa52a .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a00e3a79e4aa52a .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a00e3a79e4aa52a .uk-dropdown li a:hover {
  color: #222;
}
#a00e3a79e4aa52a .uk-dropdown li:last-child {
  border-bottom: none;
}
#a93b4a0ca3af15e a, #a93b4a0ca3af15e {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;color: rgba(255, 255, 255, 1);}#a93b4a0ca3af15e a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a963da7c29aa0dc .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a24b4a345da5aab .feature-image,
#a24b4a345da5aab feature-image-wrap {
  height: 500px;
}
#a24b4a345da5aab .feature-image {
  bottom: -20px;
}
#a1250a0910a0a43 .icon-box {
  width: 8.125rem;
  height: 8.125rem;
  line-height: 8.125rem;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px solid #e5e5e5;
  transition: all 0.2s ease-in;
}
#a1250a0910a0a43 .icon-box:hover {
  border-color: #4e4e4e;
}
#a1250a0910a0a43 .icon-box i {
  color: #4e4e4e;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #a1250a0910a0a43 .icon-box {
    width: 50px;
    height: 50px;
  }
  #a1250a0910a0a43 .icon-box .uk-h1 {
    font-size: 24px;
  }
}
#a067aa9f33afe44 .uk-container {
  line-height: 2;
  color: #999;
}
#a6396aec7bafc16 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a6396aec7bafc16 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a6396aec7bafc16 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a6396aec7bafc16 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a6396aec7bafc16 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a6396aec7bafc16 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a6396aec7bafc16 .menu-list > li.active > a:before,
#a6396aec7bafc16 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a6396aec7bafc16 .menu-list > li ul li {
  position: relative;
}
#a6396aec7bafc16 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a6396aec7bafc16 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a6396aec7bafc16 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a6396aec7bafc16 .menu-list li ul li a:active,
#a6396aec7bafc16 .menu-list li ul li a.active,
#a6396aec7bafc16 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a6396aec7bafc16 .menu-list li ul,
#a6396aec7bafc16 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a6396aec7bafc16 .menu-list li ul.menu-b > li,
#a6396aec7bafc16 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a6396aec7bafc16 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a6396aec7bafc16 .menu-list li:hover > ul {
  display: block;
}
#a6396aec7bafc16 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#abe5aa3cf8aadaf .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#abe5aa3cf8aadaf .site-language-menu a:hover {
  color: #ccc;
}
#abe5aa3cf8aadaf .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#abe5aa3cf8aadaf .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#abe5aa3cf8aadaf .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#abe5aa3cf8aadaf .uk-dropdown li a:hover {
  color: #222;
}
#abe5aa3cf8aadaf .uk-dropdown li:last-child {
  border-bottom: none;
}
#a85a7ab9daab091 a, #a85a7ab9daab091 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a6cbcaa53ba63db .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1365ab138a5b5e .feature-image,
#a1365ab138a5b5e feature-image-wrap {
  height: 500px;
}
#a1365ab138a5b5e .feature-image {
  bottom: -20px;
}
#a0bb3a3d32ac2e1 .uk-slider {
  padding-top: 30px;
}
#a0bb3a3d32ac2e1 .uk-slider-nav {
  position: absolute;
  right: 0;
  top: 10px;
}
#a0bb3a3d32ac2e1 .uk-card-media-top {
  overflow: hidden;
}
#a0bb3a3d32ac2e1 .img-wrap {
  overflow: hidden;
  transition: all 0.2s ease-in;
}
#a0bb3a3d32ac2e1 .uk-card:hover .img-wrap {
  transform: scale(1.2);
}
#a0bb3a3d32ac2e1 .uk-card {
  border: 1px solid #ececec;
}
#a0bb3a3d32ac2e1 .uk-dotnav > * {
  padding-left: 6px;
}
#a0bb3a3d32ac2e1 .uk-dotnav > * > * {
  width: 6px;
  height: 6px;
  border: none;
  transform: all .2s ease;
  background-color: #9b9b9b;
}
#a0bb3a3d32ac2e1 .uk-dotnav > .uk-active > * {
  width: 10px;
  height: 10px;
  margin-top: -2px;
  background-color: #4e4e4e;
}
#a284ba51f8a8325 .uk-container {
  line-height: 2;
  color: #999;
}
#a89eaa6fe0aae64 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a89eaa6fe0aae64 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a89eaa6fe0aae64 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a89eaa6fe0aae64 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a89eaa6fe0aae64 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a89eaa6fe0aae64 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a89eaa6fe0aae64 .menu-list > li.active > a:before,
#a89eaa6fe0aae64 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a89eaa6fe0aae64 .menu-list > li ul li {
  position: relative;
}
#a89eaa6fe0aae64 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a89eaa6fe0aae64 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a89eaa6fe0aae64 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a89eaa6fe0aae64 .menu-list li ul li a:active,
#a89eaa6fe0aae64 .menu-list li ul li a.active,
#a89eaa6fe0aae64 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a89eaa6fe0aae64 .menu-list li ul,
#a89eaa6fe0aae64 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a89eaa6fe0aae64 .menu-list li ul.menu-b > li,
#a89eaa6fe0aae64 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a89eaa6fe0aae64 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a89eaa6fe0aae64 .menu-list li:hover > ul {
  display: block;
}
#a89eaa6fe0aae64 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a01eca139ca1820 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a01eca139ca1820 .site-language-menu a:hover {
  color: #ccc;
}
#a01eca139ca1820 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a01eca139ca1820 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a01eca139ca1820 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a01eca139ca1820 .uk-dropdown li a:hover {
  color: #222;
}
#a01eca139ca1820 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a708ea1c42a69d4 a, #a708ea1c42a69d4 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: NotoSansSC-Medium;}#a0bb3a3d32ac2e1 [data-item*=".title"], #a0bb3a3d32ac2e1 [data-item*=".title"] a {max-line: 2;}#a0bb3a3d32ac2e1 [data-item*=".abstract"], #a0bb3a3d32ac2e1 [data-item*=".abstract"] a {show: true;max-line: 2;}#a0bb3a3d32ac2e1 [data-item*=".subTitle"], #a0bb3a3d32ac2e1 [data-item*=".subTitle"] a {show: false;}#a0bb3a3d32ac2e1 [data-item*=".category"], #a0bb3a3d32ac2e1 [data-item*=".category"] a {show: true;}#a0bb3a3d32ac2e1 [data-item="buttons[0]"] {font-size: 14px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px rgba(245, 166, 35, 1);color: #ffffff;border-color: rgba(245, 166, 35, 1);background-color: rgba(245, 166, 35, 1);font-family: NotoSansSC-Medium;}#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a94e4af308a9ed2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac6e8ae1e7aaabc .feature-image,
#ac6e8ae1e7aaabc feature-image-wrap {
  height: 500px;
}
#ac6e8ae1e7aaabc .feature-image {
  bottom: -20px;
}
#a34caa2ac7af855 .uk-container {
  line-height: 2;
  color: #999;
}
#a7056a0327a47a0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7056a0327a47a0 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7056a0327a47a0 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a7056a0327a47a0 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a7056a0327a47a0 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a7056a0327a47a0 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a7056a0327a47a0 .menu-list > li.active > a:before,
#a7056a0327a47a0 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a7056a0327a47a0 .menu-list > li ul li {
  position: relative;
}
#a7056a0327a47a0 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a7056a0327a47a0 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a7056a0327a47a0 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a7056a0327a47a0 .menu-list li ul li a:active,
#a7056a0327a47a0 .menu-list li ul li a.active,
#a7056a0327a47a0 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a7056a0327a47a0 .menu-list li ul,
#a7056a0327a47a0 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a7056a0327a47a0 .menu-list li ul.menu-b > li,
#a7056a0327a47a0 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a7056a0327a47a0 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a7056a0327a47a0 .menu-list li:hover > ul {
  display: block;
}
#a7056a0327a47a0 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0099aa78ca8f62 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a0099aa78ca8f62 .site-language-menu a:hover {
  color: #ccc;
}
#a0099aa78ca8f62 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a0099aa78ca8f62 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a0099aa78ca8f62 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a0099aa78ca8f62 .uk-dropdown li a:hover {
  color: #222;
}
#a0099aa78ca8f62 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a8d2bae469a7a8d a, #a8d2bae469a7a8d {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a2d91a1368ab136 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1fd5a744ca2f46 .feature-image,
#a1fd5a744ca2f46 feature-image-wrap {
  height: 500px;
}
#a1fd5a744ca2f46 .feature-image {
  bottom: -20px;
}
#a4742a9583a3d8d .uk-container {
  line-height: 2;
  color: #999;
}
#a29afa3f94a7457 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a29afa3f94a7457 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a29afa3f94a7457 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a29afa3f94a7457 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a29afa3f94a7457 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a29afa3f94a7457 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a29afa3f94a7457 .menu-list > li.active > a:before,
#a29afa3f94a7457 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a29afa3f94a7457 .menu-list > li ul li {
  position: relative;
}
#a29afa3f94a7457 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a29afa3f94a7457 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a29afa3f94a7457 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a29afa3f94a7457 .menu-list li ul li a:active,
#a29afa3f94a7457 .menu-list li ul li a.active,
#a29afa3f94a7457 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a29afa3f94a7457 .menu-list li ul,
#a29afa3f94a7457 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a29afa3f94a7457 .menu-list li ul.menu-b > li,
#a29afa3f94a7457 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a29afa3f94a7457 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a29afa3f94a7457 .menu-list li:hover > ul {
  display: block;
}
#a29afa3f94a7457 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a98e9aaac6ab4b2 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a98e9aaac6ab4b2 .site-language-menu a:hover {
  color: #ccc;
}
#a98e9aaac6ab4b2 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a98e9aaac6ab4b2 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a98e9aaac6ab4b2 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a98e9aaac6ab4b2 .uk-dropdown li a:hover {
  color: #222;
}
#a98e9aaac6ab4b2 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a22aaab956aad65 a, #a22aaab956aad65 {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: NotoSansSC-Medium;}#a09a9a48d1af97c .ap-category-filter ul li.active {
  border-color: #4e4e4e;
  color: #4e4e4e;
}
#a09a9a48d1af97c .grid-list .product-item {
  overflow: hidden;
}
#a09a9a48d1af97c .grid-list .product-preview .img {
  display: block;
}
#a09a9a48d1af97c .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a09a9a48d1af97c .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;
}
#a09a9a48d1af97c .grid-list .product-info {
  min-height: 110px;
}
#a09a9a48d1af97c .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a09a9a48d1af97c .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a09a9a48d1af97c .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a09a9a48d1af97c .grid-list .category-name {
  font-size: 12px;
}
#a09a9a48d1af97c .grid-list .category-name a {
  color: #777;
}
#a09a9a48d1af97c .grid-list .title,
#a09a9a48d1af97c .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a09a9a48d1af97c .grid-list .title a,
#a09a9a48d1af97c .grid-list .subTitle a {
  color: #191919;
}
#a09a9a48d1af97c .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;
}
#a09a9a48d1af97c .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a09a9a48d1af97c .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a09a9a48d1af97c .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a09a9a48d1af97c .grid-list .product:hover {
  background-color: auto;
}
#a09a9a48d1af97c .grid-list .product:hover .title a {
  color: #444;
}
#a09a9a48d1af97c .grid-list .product:hover .subTitle {
  color: auto;
}
#a09a9a48d1af97c .grid-list .product:hover .category {
  color: auto;
}
#a09a9a48d1af97c .grid-list .product:hover .abstract {
  color: auto;
}
#a09a9a48d1af97c .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a09a9a48d1af97c .grid-list .product-info {
    min-height: 0;
  }
  #a09a9a48d1af97c .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a09a9a48d1af97c .grid-list .product-buttons {
    display: none;
  }
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a543ba143fa245d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3ad5aebffa3511 {
  min-height: 90vh;
  /* mobile */
}
#a3ad5aebffa3511 .search-highlight {
  background: yellow;
}
#a3ad5aebffa3511 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a3ad5aebffa3511 .el-title {
  margin-bottom: 20px;
}
#a3ad5aebffa3511 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a3ad5aebffa3511 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a3ad5aebffa3511 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a3ad5aebffa3511 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a3ad5aebffa3511 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a3ad5aebffa3511 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a3ad5aebffa3511 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a3ad5aebffa3511 .el-title {
    margin-bottom: 0;
  }
  #a3ad5aebffa3511 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a3ad5aebffa3511 .category {
    font-size: 12px;
  }
  #a3ad5aebffa3511 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a376ca5b55a7808 .uk-container {
  line-height: 2;
  color: #999;
}
#ad66aaf8dca3268 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ad66aaf8dca3268 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ad66aaf8dca3268 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#ad66aaf8dca3268 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ad66aaf8dca3268 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ad66aaf8dca3268 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ad66aaf8dca3268 .menu-list > li.active > a:before,
#ad66aaf8dca3268 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ad66aaf8dca3268 .menu-list > li ul li {
  position: relative;
}
#ad66aaf8dca3268 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ad66aaf8dca3268 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ad66aaf8dca3268 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#ad66aaf8dca3268 .menu-list li ul li a:active,
#ad66aaf8dca3268 .menu-list li ul li a.active,
#ad66aaf8dca3268 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad66aaf8dca3268 .menu-list li ul,
#ad66aaf8dca3268 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#ad66aaf8dca3268 .menu-list li ul.menu-b > li,
#ad66aaf8dca3268 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ad66aaf8dca3268 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ad66aaf8dca3268 .menu-list li:hover > ul {
  display: block;
}
#ad66aaf8dca3268 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a85a2a23d7a5d03 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a85a2a23d7a5d03 .site-language-menu a:hover {
  color: #ccc;
}
#a85a2a23d7a5d03 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a85a2a23d7a5d03 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a85a2a23d7a5d03 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a85a2a23d7a5d03 .uk-dropdown li a:hover {
  color: #222;
}
#a85a2a23d7a5d03 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a0ec0aa3a2afbd8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a61eea2ee1a2eb4 {
  /* Error Page */
  /* Error Page */
  /*--------------------------------------------Framework --------------------------------*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /* Margin section */
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done - For the inside sections that has also Title section*/
  /* Margin section */
  /*--------------------------------------------FrameWork------------------------*/
}
#a61eea2ee1a2eb4 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a61eea2ee1a2eb4 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a61eea2ee1a2eb4 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a61eea2ee1a2eb4 .error .clip:nth-of-type(1) .shadow,
#a61eea2ee1a2eb4 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a61eea2ee1a2eb4 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a61eea2ee1a2eb4 .error h2 {
  font-size: 32px;
}
#a61eea2ee1a2eb4 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a61eea2ee1a2eb4 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a61eea2ee1a2eb4 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a61eea2ee1a2eb4 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a61eea2ee1a2eb4 .error .clip .shadow {
  overflow: hidden;
}
#a61eea2ee1a2eb4 .error .clip:nth-of-type(2) .shadow {
  overflow: hidden;
  position: relative;
  box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}
#a61eea2ee1a2eb4 .error .clip:nth-of-type(3) .shadow:after,
#a61eea2ee1a2eb4 .error .clip:nth-of-type(1) .shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  width: 10px;
  background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
  border-radius: 50%;
}
#a61eea2ee1a2eb4 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a61eea2ee1a2eb4 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a61eea2ee1a2eb4 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a61eea2ee1a2eb4 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a61eea2ee1a2eb4 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a61eea2ee1a2eb4 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a61eea2ee1a2eb4 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a61eea2ee1a2eb4 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a61eea2ee1a2eb4 {
    /* Error Page */
    /* Error Page */
  }
  #a61eea2ee1a2eb4 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a61eea2ee1a2eb4 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a61eea2ee1a2eb4 .error .clip:nth-of-type(1) .shadow,
  #a61eea2ee1a2eb4 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a61eea2ee1a2eb4 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a61eea2ee1a2eb4 .error h2 {
    font-size: 24px;
  }
  #a61eea2ee1a2eb4 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a61eea2ee1a2eb4 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a61eea2ee1a2eb4 .error .container-error-404 {
    height: 150px;
  }
}
#a61eea2ee1a2eb4 .overlay {
  position: relative;
  z-index: 20;
}
#a61eea2ee1a2eb4 .ground-color {
  background: white;
}
#a61eea2ee1a2eb4 .item-bg-color {
  background: #EAEAEA;
}
#a61eea2ee1a2eb4 .padding-top {
  padding-top: 10px;
}
#a61eea2ee1a2eb4 .padding-bottom {
  padding-bottom: 10px;
}
#a61eea2ee1a2eb4 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a61eea2ee1a2eb4 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a61eea2ee1a2eb4 .padding-all {
  padding: 10px;
}
#a61eea2ee1a2eb4 .no-padding-left {
  padding-left: 0px;
}
#a61eea2ee1a2eb4 .no-padding-right {
  padding-right: 0px;
}
#a61eea2ee1a2eb4 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a61eea2ee1a2eb4 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a61eea2ee1a2eb4 .no-padding {
  padding: 0px;
}
#a61eea2ee1a2eb4 .margin-top {
  margin-top: 10px;
}
#a61eea2ee1a2eb4 .margin-bottom {
  margin-bottom: 10px;
}
#a61eea2ee1a2eb4 .margin-right {
  margin-right: 10px;
}
#a61eea2ee1a2eb4 .margin-left {
  margin-left: 10px;
}
#a61eea2ee1a2eb4 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a61eea2ee1a2eb4 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a61eea2ee1a2eb4 .margin-all {
  margin: 10px;
}
#a61eea2ee1a2eb4 .no-margin {
  margin: 0px;
}
#a61eea2ee1a2eb4 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a61eea2ee1a2eb4 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a61eea2ee1a2eb4 .inside-col-shrink {
  margin: 0px 20px;
}
#a61eea2ee1a2eb4 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a3d82a99d6acc1a .uk-container {
  line-height: 2;
  color: #999;
}
#a8fbca076aa3cb5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8fbca076aa3cb5 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8fbca076aa3cb5 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a8fbca076aa3cb5 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a8fbca076aa3cb5 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a8fbca076aa3cb5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a8fbca076aa3cb5 .menu-list > li.active > a:before,
#a8fbca076aa3cb5 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a8fbca076aa3cb5 .menu-list > li ul li {
  position: relative;
}
#a8fbca076aa3cb5 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a8fbca076aa3cb5 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a8fbca076aa3cb5 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8fbca076aa3cb5 .menu-list li ul li a:active,
#a8fbca076aa3cb5 .menu-list li ul li a.active,
#a8fbca076aa3cb5 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a8fbca076aa3cb5 .menu-list li ul,
#a8fbca076aa3cb5 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a8fbca076aa3cb5 .menu-list li ul.menu-b > li,
#a8fbca076aa3cb5 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a8fbca076aa3cb5 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a8fbca076aa3cb5 .menu-list li:hover > ul {
  display: block;
}
#a8fbca076aa3cb5 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ab534a8ec0a50d5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ab534a8ec0a50d5 .site-language-menu a:hover {
  color: #ccc;
}
#ab534a8ec0a50d5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ab534a8ec0a50d5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ab534a8ec0a50d5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ab534a8ec0a50d5 .uk-dropdown li a:hover {
  color: #222;
}
#ab534a8ec0a50d5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a134ca8858ad98b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a23dfa7536a1a87 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a23dfa7536a1a87 .switch_item {
  margin-right: 10px;
}
#a23dfa7536a1a87 a.switch_item:hover {
  text-decoration: underline;
}
#a23dfa7536a1a87 .slider {
  width: 420px;
  height: 600px;
}
#a23dfa7536a1a87 .uk-slideshow-items {
  height: 100%;
}
#a23dfa7536a1a87 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a23dfa7536a1a87 .login-wrap {
  width: 100%;
  height: 100%;
}
#a23dfa7536a1a87 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a23dfa7536a1a87 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a23dfa7536a1a87 .phone-login-box {
  margin: 40px auto 40px;
}
#a23dfa7536a1a87 .login-header {
  margin-bottom: 24px;
}
#a23dfa7536a1a87 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a23dfa7536a1a87 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a23dfa7536a1a87 .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;
}
#a23dfa7536a1a87 .forget_password {
  cursor: pointer;
}
#a23dfa7536a1a87 .forget_password:hover {
  color: #4e4e4e;
}
#a23dfa7536a1a87 .input-item input.error,
#a23dfa7536a1a87 .input-item input.error::placeholder {
  color: #fc4343;
}
#a23dfa7536a1a87 .input-item input::placeholder {
  color: #999;
}
#a23dfa7536a1a87 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a23dfa7536a1a87 .form-item {
  margin: 24px 0;
}
#a23dfa7536a1a87 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a23dfa7536a1a87 .send-code {
  float: left;
  margin-left: 20px;
}
#a23dfa7536a1a87 .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;
}
#a23dfa7536a1a87 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a23dfa7536a1a87 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a23dfa7536a1a87 .login_btn_wrap {
  text-align: center;
}
#a23dfa7536a1a87 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a23dfa7536a1a87 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a23dfa7536a1a87 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a6703af6fda251e .uk-container {
  line-height: 2;
  color: #999;
}
#abc1cad25aa684a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#abc1cad25aa684a .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#abc1cad25aa684a .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#abc1cad25aa684a .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#abc1cad25aa684a .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#abc1cad25aa684a .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#abc1cad25aa684a .menu-list > li.active > a:before,
#abc1cad25aa684a .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#abc1cad25aa684a .menu-list > li ul li {
  position: relative;
}
#abc1cad25aa684a .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#abc1cad25aa684a .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#abc1cad25aa684a .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#abc1cad25aa684a .menu-list li ul li a:active,
#abc1cad25aa684a .menu-list li ul li a.active,
#abc1cad25aa684a .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#abc1cad25aa684a .menu-list li ul,
#abc1cad25aa684a .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#abc1cad25aa684a .menu-list li ul.menu-b > li,
#abc1cad25aa684a .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#abc1cad25aa684a .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#abc1cad25aa684a .menu-list li:hover > ul {
  display: block;
}
#abc1cad25aa684a .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5e25a6c70a9ea8 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a5e25a6c70a9ea8 .site-language-menu a:hover {
  color: #ccc;
}
#a5e25a6c70a9ea8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a5e25a6c70a9ea8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a5e25a6c70a9ea8 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a5e25a6c70a9ea8 .uk-dropdown li a:hover {
  color: #222;
}
#a5e25a6c70a9ea8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#ac49ca57bca0ae5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#abc6dae7e4a2489 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#abc6dae7e4a2489 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#abc6dae7e4a2489 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#abc6dae7e4a2489 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#abc6dae7e4a2489 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#abc6dae7e4a2489 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#abc6dae7e4a2489 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#abc6dae7e4a2489 .nav-list {
  padding: 0 20px;
}
#abc6dae7e4a2489 .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;
}
#abc6dae7e4a2489 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#abc6dae7e4a2489 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#abc6dae7e4a2489 .order-item:hover {
  background: #f7f7f7;
}
#abc6dae7e4a2489 .del-order {
  cursor: pointer;
}
#abc6dae7e4a2489 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#abc6dae7e4a2489 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#abc6dae7e4a2489 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#abc6dae7e4a2489 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#abc6dae7e4a2489 .goods-item .goods-info {
  padding: 0 15px;
}
#abc6dae7e4a2489 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#abc6dae7e4a2489 .appoint-time {
  margin-bottom: 4px;
}
#abc6dae7e4a2489 .appoint-name {
  color: #333;
  font-size: 14px;
}
#abc6dae7e4a2489 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#abc6dae7e4a2489 .goods-item .goods-name {
  color: #333;
}
#abc6dae7e4a2489 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#abc6dae7e4a2489 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#abc6dae7e4a2489 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#abc6dae7e4a2489 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#abc6dae7e4a2489 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#abc6dae7e4a2489 .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;
}
#abc6dae7e4a2489 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#abc6dae7e4a2489 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#abc6dae7e4a2489 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#abc6dae7e4a2489 .setting-form {
  padding: 30px 20px;
}
#abc6dae7e4a2489 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#abc6dae7e4a2489 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#abc6dae7e4a2489 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#abc6dae7e4a2489 .setting-form .setting-btns {
  margin-left: 130px;
}
#abc6dae7e4a2489 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#abc6dae7e4a2489 .setting-wrap {
  position: relative;
}
#abc6dae7e4a2489 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#abc6dae7e4a2489 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#abc6dae7e4a2489 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#abc6dae7e4a2489 .address-wrap {
  padding: 30px 20px;
}
#abc6dae7e4a2489 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#abc6dae7e4a2489 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#abc6dae7e4a2489 .addr-list {
  min-height: 200px;
}
#abc6dae7e4a2489 .addr-detail .addr-item-name,
#abc6dae7e4a2489 .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;
}
#abc6dae7e4a2489 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#abc6dae7e4a2489 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#abc6dae7e4a2489 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#abc6dae7e4a2489 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#abc6dae7e4a2489 .add-addr {
  height: 32px;
  line-height: 30px;
}
#abc6dae7e4a2489 .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;
}
#abc6dae7e4a2489 .publish-item {
  cursor: default;
  min-height: 120px;
}
#abc6dae7e4a2489 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#abc6dae7e4a2489 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#abc6dae7e4a2489 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #4e4e4e;
}
#abc6dae7e4a2489 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a8e65a210fa0c1f .uk-container {
  line-height: 2;
  color: #999;
}
#ae3d3aa7f3a0e3b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae3d3aa7f3a0e3b .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae3d3aa7f3a0e3b .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#ae3d3aa7f3a0e3b .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ae3d3aa7f3a0e3b .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ae3d3aa7f3a0e3b .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#ae3d3aa7f3a0e3b .menu-list > li.active > a:before,
#ae3d3aa7f3a0e3b .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ae3d3aa7f3a0e3b .menu-list > li ul li {
  position: relative;
}
#ae3d3aa7f3a0e3b .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ae3d3aa7f3a0e3b .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ae3d3aa7f3a0e3b .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#ae3d3aa7f3a0e3b .menu-list li ul li a:active,
#ae3d3aa7f3a0e3b .menu-list li ul li a.active,
#ae3d3aa7f3a0e3b .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ae3d3aa7f3a0e3b .menu-list li ul,
#ae3d3aa7f3a0e3b .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#ae3d3aa7f3a0e3b .menu-list li ul.menu-b > li,
#ae3d3aa7f3a0e3b .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ae3d3aa7f3a0e3b .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ae3d3aa7f3a0e3b .menu-list li:hover > ul {
  display: block;
}
#ae3d3aa7f3a0e3b .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2ccea4205aee52 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a2ccea4205aee52 .site-language-menu a:hover {
  color: #ccc;
}
#a2ccea4205aee52 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a2ccea4205aee52 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a2ccea4205aee52 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a2ccea4205aee52 .uk-dropdown li a:hover {
  color: #222;
}
#a2ccea4205aee52 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a6169ab835a9bf0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aaff4aadb2a01ec {
  min-height: 90vh;
  /* mobile */
}
#aaff4aadb2a01ec .search-highlight {
  background: yellow;
}
#aaff4aadb2a01ec .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#aaff4aadb2a01ec .el-title {
  margin-bottom: 20px;
}
#aaff4aadb2a01ec .el-item:hover .el-title {
  color: #0f6ecd;
}
#aaff4aadb2a01ec .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#aaff4aadb2a01ec .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#aaff4aadb2a01ec .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#aaff4aadb2a01ec .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#aaff4aadb2a01ec .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#aaff4aadb2a01ec .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #aaff4aadb2a01ec .el-title {
    margin-bottom: 0;
  }
  #aaff4aadb2a01ec .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #aaff4aadb2a01ec .category {
    font-size: 12px;
  }
  #aaff4aadb2a01ec .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a45b3afa80aaad3 .uk-container {
  line-height: 2;
  color: #999;
}
#a1dc9a517baf635 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a1dc9a517baf635 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a1dc9a517baf635 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a1dc9a517baf635 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a1dc9a517baf635 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1dc9a517baf635 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a1dc9a517baf635 .menu-list > li.active > a:before,
#a1dc9a517baf635 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a1dc9a517baf635 .menu-list > li ul li {
  position: relative;
}
#a1dc9a517baf635 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a1dc9a517baf635 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a1dc9a517baf635 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a1dc9a517baf635 .menu-list li ul li a:active,
#a1dc9a517baf635 .menu-list li ul li a.active,
#a1dc9a517baf635 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a1dc9a517baf635 .menu-list li ul,
#a1dc9a517baf635 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a1dc9a517baf635 .menu-list li ul.menu-b > li,
#a1dc9a517baf635 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a1dc9a517baf635 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a1dc9a517baf635 .menu-list li:hover > ul {
  display: block;
}
#a1dc9a517baf635 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3427ad3d6ac32f .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a3427ad3d6ac32f .site-language-menu a:hover {
  color: #ccc;
}
#a3427ad3d6ac32f .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a3427ad3d6ac32f .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a3427ad3d6ac32f .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a3427ad3d6ac32f .uk-dropdown li a:hover {
  color: #222;
}
#a3427ad3d6ac32f .uk-dropdown li:last-child {
  border-bottom: none;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}#a36dfaee65a2616 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8cfba78ecaf41f .comment-detail {
  min-height: 600px;
}
#a8cfba78ecaf41f table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a8cfba78ecaf41f table th,
#a8cfba78ecaf41f table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a8cfba78ecaf41f table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a8cfba78ecaf41f .red {
  color: #F00!important;
}
#a8cfba78ecaf41f .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;
}
#a391ba18a2a266c .uk-container {
  line-height: 2;
  color: #999;
}
#a644ca5862aa2b8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a644ca5862aa2b8 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a644ca5862aa2b8 .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 59px;
  padding: 0 28px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333;
}
#a644ca5862aa2b8 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a644ca5862aa2b8 .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a644ca5862aa2b8 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
}
#a644ca5862aa2b8 .menu-list > li.active > a:before,
#a644ca5862aa2b8 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a644ca5862aa2b8 .menu-list > li ul li {
  position: relative;
}
#a644ca5862aa2b8 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a644ca5862aa2b8 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f5a623;
  width: 180px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a644ca5862aa2b8 .menu-list li ul li:hover > a {
  background-color: #d15000;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a644ca5862aa2b8 .menu-list li ul li a:active,
#a644ca5862aa2b8 .menu-list li ul li a.active,
#a644ca5862aa2b8 .menu-list li ul li.active > a {
  background-color: #c24a00;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a644ca5862aa2b8 .menu-list li ul,
#a644ca5862aa2b8 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #f5a623;
}
#a644ca5862aa2b8 .menu-list li ul.menu-b > li,
#a644ca5862aa2b8 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a644ca5862aa2b8 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a644ca5862aa2b8 .menu-list li:hover > ul {
  display: block;
}
#a644ca5862aa2b8 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a258bab11fa779c .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#a258bab11fa779c .site-language-menu a:hover {
  color: #ccc;
}
#a258bab11fa779c .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a258bab11fa779c .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a258bab11fa779c .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#a258bab11fa779c .uk-dropdown li a:hover {
  color: #222;
}
#a258bab11fa779c .uk-dropdown li:last-child {
  border-bottom: none;
}
#a93efaefb4a51b0 , #a93efaefb4a51b0 a{color: rgba(255, 255, 255, 1);}#a4721a1710a8bf1 , #a4721a1710a8bf1 a{color: rgba(255, 255, 255, 1);}#a58eaa6a6faf309 , #a58eaa6a6faf309 a{color: rgba(255, 255, 255, 1);}