<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@to TopIcon:/resources/sys/img/totop-default.svg;
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #000000;
}
/* 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) &gt; code,
:not(pre) &gt; kbd,
:not(pre) &gt; 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: #000000;
}
/* 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: #7fbc9d;
  text-shadow: none;
}
::selection {
  background: #7fbc9d;
  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 #7fbc9d;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #7fbc9d;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list &gt; ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped &gt; li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list &gt; dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped &gt; tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #7fbc9d;
  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: #7fbc9d;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active &gt; .uk-icon-button {
  background-color: #7fbc9d;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #7fbc9d;
  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: #7fbc9d;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #7fbc9d;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #7fbc9d;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #222222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #7fbc9d;
  color: #ffffff;
  border-color: #7fbc9d;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #7fbc9d;
}
/* 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: #000000;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #000000;
}
/* 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: #7fbc9d;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #7fbc9d;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222222;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #7fbc9d;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222222;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #7fbc9d;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222222;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #7fbc9d;
}
/*
   * 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: #7fbc9d;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #7fbc9d;
  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 &gt; :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon &gt; .uk-parent &gt; a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default &gt; li &gt; a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default &gt; li &gt; a:hover,
.uk-nav-default &gt; li &gt; a:focus {
  color: #7fbc9d;
  background-color: transparent;
}
/* Active */
.uk-nav-default &gt; li.uk-active &gt; 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 &gt; li &gt; a {
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary &gt; li &gt; a:hover,
.uk-nav-primary &gt; li &gt; a:focus {
  color: #7fbc9d;
}
/* 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 &gt; li &gt; a {
  color: #666;
}
.uk-navbar-nav &gt; li &gt; 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 &gt; li:hover &gt; a,
.uk-navbar-nav &gt; li &gt; a:focus,
.uk-navbar-nav &gt; li &gt; a.uk-open {
  color: #7fbc9d;
  outline: none;
}
.uk-navbar-nav &gt; li &gt; a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav &gt; li.uk-active &gt; a::before {
  background-color: #7fbc9d;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #7fbc9d;
}
/* 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 &gt; li &gt; a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav &gt; li &gt; a:hover,
.uk-navbar-dropdown-nav &gt; li &gt; a:focus {
  color: #7fbc9d;
  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 &gt; * &gt; :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav &gt; * &gt; a:hover,
.uk-subnav &gt; * &gt; a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill &gt; * &gt; :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav-pill &gt; * &gt; a:hover,
.uk-subnav-pill &gt; * &gt; a:focus {
  background-color: #ffffff;
  color: #666;
}
/* OnClick */
.uk-subnav-pill &gt; * &gt; a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill &gt; .uk-active &gt; a {
  background-color: #7fbc9d;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav &gt; .uk-disabled &gt; a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb &gt; * &gt; * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb &gt; * &gt; :hover,
.uk-breadcrumb &gt; * &gt; :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb &gt; .uk-disabled &gt; * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination &gt; * &gt; * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination &gt; * &gt; :hover,
.uk-pagination &gt; * &gt; :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination &gt; .uk-active &gt; * {
  color: #7fbc9d;
  background-color: transparent;
}
/* Disabled */
.uk-pagination &gt; .uk-disabled &gt; * {
  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 &gt; * &gt; a {
  color: #999999;
}
/* Hover + Focus */
.uk-tab &gt; * &gt; a:hover,
.uk-tab &gt; * &gt; a:focus {
  color: #666;
  text-decoration: none;
  border-color: transparent;
}
/* Active */
.uk-tab &gt; .uk-active &gt; a {
  border-color: #7fbc9d;
}
/* Disabled */
.uk-tab &gt; .uk-disabled &gt; a {
  color: #999999;
}
/* Items
   ========================================================================== */
/* Hover + Focus */
.uk-dotnav &gt; * &gt; :hover,
.uk-dotnav &gt; * &gt; :focus {
  background-color: rgba(248, 108, 74, 0.4);
  outline: none;
  border-color: transparent;
}
/* OnClick */
.uk-dotnav &gt; * &gt; :active {
  background-color: #7fbc9d;
  border-color: transparent;
}
/* Active */
.uk-dotnav &gt; .uk-active &gt; * {
  background-color: #7fbc9d;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-dropdown-nav &gt; li &gt; a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav &gt; li &gt; a:hover,
.uk-dropdown-nav &gt; li &gt; a:focus,
.uk-dropdown-nav &gt; li.uk-active &gt; a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #7fbc9d;
}
/*
   * 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: #7fbc9d;
}
/* 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 &gt; .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f8f8f8;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #7fbc9d;
}
/*
   * 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: #7fbc9d;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #7fbc9d;
}
.uk-progress::-moz-progress-bar {
  background-color: #7fbc9d;
}
.uk-progress::-ms-fill {
  background-color: #7fbc9d;
}
/* ========================================================================
     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: #7fbc9d !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: #7fbc9d !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #7fbc9d;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #7fbc9d;
}
.uk-background-secondary {
  background-color: #222222;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary &gt; :not([class*='uk-card-media']) a,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) a,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) a:hover,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) a:hover,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) h1,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary &gt; :not([class*='uk-card-media']) h2,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary &gt; :not([class*='uk-card-media']) h3,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary &gt; :not([class*='uk-card-media']) h4,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary &gt; :not([class*='uk-card-media']) h5,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary &gt; :not([class*='uk-card-media']) h6,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) h1,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary &gt; :not([class*='uk-card-media']) h2,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary &gt; :not([class*='uk-card-media']) h3,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary &gt; :not([class*='uk-card-media']) h4,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary &gt; :not([class*='uk-card-media']) h5,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary &gt; :not([class*='uk-card-media']) h6,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary &gt; :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: #7fbc9d;
  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 &gt; :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-secondary &gt; :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: #7fbc9d;
  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 &gt; :not([class*='uk-card-media']) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.ap-toolbar .uk-button-primary {
  background-color: #7fbc9d;
  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 &gt; :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary &gt; :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 &gt; li &gt; a:hover,
.uk-light .uk-nav-default &gt; li &gt; a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default &gt; li &gt; a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default &gt; li &gt; a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default &gt; li &gt; a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default &gt; li &gt; a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default &gt; li &gt; a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default &gt; li &gt; a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default &gt; li &gt; a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default &gt; li &gt; a:focus,
.uk-card-primary.uk-card-body .uk-nav-default &gt; li &gt; a:hover,
.uk-card-primary.uk-card-body .uk-nav-default &gt; li &gt; a:focus,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-nav-default &gt; li &gt; a:hover,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-nav-default &gt; li &gt; a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default &gt; li &gt; a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default &gt; li &gt; a:focus,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-nav-default &gt; li &gt; a:hover,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-nav-default &gt; li &gt; a:focus,
.uk-overlay-primary .uk-nav-default &gt; li &gt; a:hover,
.uk-overlay-primary .uk-nav-default &gt; li &gt; a:focus,
.ap-toolbar .uk-nav-default &gt; li &gt; a:hover,
.ap-toolbar .uk-nav-default &gt; li &gt; a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default &gt; li.uk-active &gt; a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default &gt; li.uk-active &gt; a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default &gt; li.uk-active &gt; a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default &gt; li.uk-active &gt; a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default &gt; li.uk-active &gt; a,
.uk-card-primary.uk-card-body .uk-nav-default &gt; li.uk-active &gt; a,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-nav-default &gt; li.uk-active &gt; a,
.uk-card-secondary.uk-card-body .uk-nav-default &gt; li.uk-active &gt; a,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-nav-default &gt; li.uk-active &gt; a,
.uk-overlay-primary .uk-nav-default &gt; li.uk-active &gt; a,
.ap-toolbar .uk-nav-default &gt; li.uk-active &gt; 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 &gt; :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 &gt; :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 &gt; li.uk-active &gt; a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary &gt; li.uk-active &gt; a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary &gt; li.uk-active &gt; a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary &gt; li.uk-active &gt; a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary &gt; li.uk-active &gt; a,
.uk-card-primary.uk-card-body .uk-nav-primary &gt; li.uk-active &gt; a,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-nav-primary &gt; li.uk-active &gt; a,
.uk-card-secondary.uk-card-body .uk-nav-primary &gt; li.uk-active &gt; a,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-nav-primary &gt; li.uk-active &gt; a,
.uk-overlay-primary .uk-nav-primary &gt; li.uk-active &gt; a,
.ap-toolbar .uk-nav-primary &gt; li.uk-active &gt; 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 &gt; :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 &gt; :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 &gt; li &gt; a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav &gt; li &gt; a::before,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li &gt; a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav &gt; li &gt; a::before,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li &gt; a::before,
.uk-overlay-primary .uk-navbar-nav &gt; li &gt; a::before,
.ap-toolbar .uk-navbar-nav &gt; li &gt; a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav &gt; li:hover &gt; a,
.uk-light .uk-navbar-nav &gt; li &gt; a:focus,
.uk-light .uk-navbar-nav &gt; li &gt; a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li:hover &gt; a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li:hover &gt; a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li:hover &gt; a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li:hover &gt; a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li &gt; a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav &gt; li:hover &gt; a,
.uk-card-primary.uk-card-body .uk-navbar-nav &gt; li &gt; a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav &gt; li &gt; a.uk-open,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li:hover &gt; a,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li &gt; a:focus,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li &gt; a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav &gt; li:hover &gt; a,
.uk-card-secondary.uk-card-body .uk-navbar-nav &gt; li &gt; a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav &gt; li &gt; a.uk-open,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li:hover &gt; a,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li &gt; a:focus,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li &gt; a.uk-open,
.uk-overlay-primary .uk-navbar-nav &gt; li:hover &gt; a,
.uk-overlay-primary .uk-navbar-nav &gt; li &gt; a:focus,
.uk-overlay-primary .uk-navbar-nav &gt; li &gt; a.uk-open,
.ap-toolbar .uk-navbar-nav &gt; li:hover &gt; a,
.ap-toolbar .uk-navbar-nav &gt; li &gt; a:focus,
.ap-toolbar .uk-navbar-nav &gt; li &gt; a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav &gt; li.uk-active &gt; a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li.uk-active &gt; a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li.uk-active &gt; a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li.uk-active &gt; a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li.uk-active &gt; a,
.uk-card-primary.uk-card-body .uk-navbar-nav &gt; li.uk-active &gt; a,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li.uk-active &gt; a,
.uk-card-secondary.uk-card-body .uk-navbar-nav &gt; li.uk-active &gt; a,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li.uk-active &gt; a,
.uk-overlay-primary .uk-navbar-nav &gt; li.uk-active &gt; a,
.ap-toolbar .uk-navbar-nav &gt; li.uk-active &gt; a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav &gt; li.uk-active &gt; a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li.uk-active &gt; a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li.uk-active &gt; a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav &gt; li.uk-active &gt; a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav &gt; li.uk-active &gt; a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav &gt; li.uk-active &gt; a::before,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li.uk-active &gt; a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav &gt; li.uk-active &gt; a::before,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-navbar-nav &gt; li.uk-active &gt; a::before,
.uk-overlay-primary .uk-navbar-nav &gt; li.uk-active &gt; a::before,
.ap-toolbar .uk-navbar-nav &gt; li.uk-active &gt; a::before {
  background-color: #7fbc9d;
}
.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 &gt; :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary &gt; :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 &gt; .uk-active &gt; a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav &gt; .uk-active &gt; a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav &gt; .uk-active &gt; a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav &gt; .uk-active &gt; a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav &gt; .uk-active &gt; a,
.uk-card-primary.uk-card-body .uk-subnav &gt; .uk-active &gt; a,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-subnav &gt; .uk-active &gt; a,
.uk-card-secondary.uk-card-body .uk-subnav &gt; .uk-active &gt; a,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-subnav &gt; .uk-active &gt; a,
.uk-overlay-primary .uk-subnav &gt; .uk-active &gt; a,
.ap-toolbar .uk-subnav &gt; .uk-active &gt; a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill &gt; .uk-active &gt; a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill &gt; .uk-active &gt; a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill &gt; .uk-active &gt; a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill &gt; .uk-active &gt; a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill &gt; .uk-active &gt; a,
.uk-card-primary.uk-card-body .uk-subnav-pill &gt; .uk-active &gt; a,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-subnav-pill &gt; .uk-active &gt; a,
.uk-card-secondary.uk-card-body .uk-subnav-pill &gt; .uk-active &gt; a,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-subnav-pill &gt; .uk-active &gt; a,
.uk-overlay-primary .uk-subnav-pill &gt; .uk-active &gt; a,
.ap-toolbar .uk-subnav-pill &gt; .uk-active &gt; a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab &gt; .uk-active &gt; a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab &gt; .uk-active &gt; a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab &gt; .uk-active &gt; a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab &gt; .uk-active &gt; a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab &gt; .uk-active &gt; a,
.uk-card-primary.uk-card-body .uk-tab &gt; .uk-active &gt; a,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-tab &gt; .uk-active &gt; a,
.uk-card-secondary.uk-card-body .uk-tab &gt; .uk-active &gt; a,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-tab &gt; .uk-active &gt; a,
.uk-overlay-primary .uk-tab &gt; .uk-active &gt; a,
.ap-toolbar .uk-tab &gt; .uk-active &gt; a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav &gt; .uk-active &gt; *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav &gt; .uk-active &gt; *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav &gt; .uk-active &gt; *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav &gt; .uk-active &gt; *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav &gt; .uk-active &gt; *,
.uk-card-primary.uk-card-body .uk-dotnav &gt; .uk-active &gt; *,
.uk-card-primary &gt; :not([class*='uk-card-media']) .uk-dotnav &gt; .uk-active &gt; *,
.uk-card-secondary.uk-card-body .uk-dotnav &gt; .uk-active &gt; *,
.uk-card-secondary &gt; :not([class*='uk-card-media']) .uk-dotnav &gt; .uk-active &gt; *,
.uk-overlay-primary .uk-dotnav &gt; .uk-active &gt; *,
.ap-toolbar .uk-dotnav &gt; .uk-active &gt; * {
  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 &gt; :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary &gt; :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 &gt; :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary &gt; :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 &gt; li.uk-active &gt; a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav &gt; li &gt; a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav &gt; li &gt; a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(34, 34, 34, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav &gt; li &gt; a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav &gt; li &gt; a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #7fbc9d;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #7fbc9d;
}
.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 &gt; li &gt; 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: #7fbc9d;
  border-color: #7fbc9d;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #7fbc9d;
}
/* ========================================================================
   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 &gt; * {
    padding-left: 6px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid &gt; .uk-grid-margin {
    margin-top: 12px;
  }
  .uk-grid + .uk-grid-collapse,
  .uk-grid-collapse &gt; .uk-grid-margin {
    margin-top: 0;
  }
  .uk-grid-collapse &gt; * {
    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: #5eaa83;
}
.ap-list-filter dd a.active {
  background-color: #7fbc9d;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #7fbc9d;
}
.category li a.active {
  color: #7fbc9d;
}
.uk-lightbox-items &gt; * &gt; 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: #7fbc9d;
}
.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: #7fbc9d;
  border: 1px solid rgba(127, 188, 157, 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: #7fbc9d;
}
form .step .ui-step.active .ui-step-title {
  color: #7fbc9d;
}
/**************** è‡ªå®šä¹‰ç‰ˆå—æ&nbsp;·å¼ ********************/
.btn-effect-1 {
  border-color: #7fbc9d;
  background-color: #7fbc9d;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #7fbc9d;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #7fbc9d;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #7fbc9d;
  color: #7fbc9d;
}
.btn-effect-2:hover {
  background-color: #7fbc9d;
}
.uk-button.btn-effect-5 {
  background-color: #7fbc9d;
  box-shadow: 0 0 15px rgba(127, 188, 157, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #7fbc9d;
}
.header-effect-6 [data-item='title']::before {
  background-color: #7fbc9d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4ba4a6df6aaca8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0b30abe89a28ff .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a0b30abe89a28ff .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a0b30abe89a28ff .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a0b30abe89a28ff .data-list .uk-card {
  cursor: pointer !important;
}
#a0b30abe89a28ff .data-list .uk-card img {
  max-height: 300px;
}
#a0b30abe89a28ff .data-list .uk-card:hover {
  background: #fafafa;
}
#a0b30abe89a28ff .data-list .uk-card:hover .uk-h4 {
  color: #000000;
}
#a0b30abe89a28ff .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a0b30abe89a28ff .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a0b30abe89a28ff .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a0b30abe89a28ff .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a0b30abe89a28ff .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a0b30abe89a28ff .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #7fbc9d;
  cursor: pointer;
}
#a0b30abe89a28ff .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#a0b30abe89a28ff .uk-card .category:hover {
  background: #7fbc9d;
}
#a0b30abe89a28ff .accordion-menu {
  width: 100%;
}
#a0b30abe89a28ff .accordion-menu ul ul.submenu,
#a0b30abe89a28ff .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a0b30abe89a28ff .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a0b30abe89a28ff .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  background: #ececec;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 13px;
  border: none;
}
#a0b30abe89a28ff .accordion-menu &gt; ul &gt; li &gt; a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a0b30abe89a28ff .accordion-menu .menu-item.active &gt; a {
  background: #7fbc9d;
  color: #fff;
}
#a0b30abe89a28ff .accordion-menu li a:hover {
  background-color: #7fbc9d;
  color: #fff;
  border: none;
}
#a0b30abe89a28ff .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a0b30abe89a28ff .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a0b30abe89a28ff .hot-list,
#a0b30abe89a28ff .new-list {
  padding: 12px;
}
#a0b30abe89a28ff .new-list a:hover,
#a0b30abe89a28ff .hot-list a:hover {
  color: #000000;
}
#a0b30abe89a28ff .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a0b30abe89a28ff .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a0b30abe89a28ff .hot-item:hover a {
  color: #000000;
}
#a0b30abe89a28ff .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a0b30abe89a28ff .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #7fbc9d;
  content: "";
}
#a0b30abe89a28ff .content-header {
  padding-bottom: 10px;
}
#a0b30abe89a28ff .item-title {
  color: #333;
}
#a0b30abe89a28ff input::placeholder {
  color: #999;
}
#a0b30abe89a28ff .datetime {
  color: #999;
}
#a0b30abe89a28ff .new-item a {
  padding-left: 25px;
}
#a0b30abe89a28ff .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2d98aef21a4ee5 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#afdc8ac55dae43c &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a155eae691a6ff3 , #a155eae691a6ff3 a{color: rgba(255, 255, 255, 1);}#a27dba687aa7b71 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a27dba687aa7b71 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a084ea02fba6ec5 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a084ea02fba6ec5 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adcf0afbf3a1bc7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9ce8acf26abe36 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a9ce8acf26abe36 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a9ce8acf26abe36 .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #a9ce8acf26abe36 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a9ce8acf26abe36 .uk-container {
    padding: 0;
  }
  #a9ce8acf26abe36 .sidebar {
    padding: 10px;
  }
}
#a9ce8acf26abe36 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a9ce8acf26abe36 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a9ce8acf26abe36 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #7fbc9d;
  cursor: pointer;
}
#a9ce8acf26abe36 .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#a9ce8acf26abe36 .content-tags a:hover {
  background: #7fbc9d;
  color: #fff;
  border-color: #7fbc9d;
}
#a9ce8acf26abe36 .abstract,
#a9ce8acf26abe36 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a9ce8acf26abe36 .copyright a {
  color: #999;
  word-break: break-all;
}
#a9ce8acf26abe36 .detail-content {
  font-size: 16px;
  color: #444;
}
#a9ce8acf26abe36 .detail-content img {
  margin-bottom: 10px;
}
#a9ce8acf26abe36 .detail-content table {
  font-size: 13px;
}
#a9ce8acf26abe36 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a9ce8acf26abe36 .hot-list,
#a9ce8acf26abe36 .new-list {
  padding: 12px;
}
#a9ce8acf26abe36 .new-list a:hover,
#a9ce8acf26abe36 .hot-list a:hover {
  color: #000000;
}
#a9ce8acf26abe36 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a9ce8acf26abe36 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a9ce8acf26abe36 .hot-item:hover a {
  color: #000000;
}
#a9ce8acf26abe36 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a9ce8acf26abe36 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #7fbc9d;
  content: "";
}
#a9ce8acf26abe36 .content-header {
  padding-bottom: 10px;
}
#a9ce8acf26abe36 .item-title {
  color: #333;
}
#a9ce8acf26abe36 input::placeholder {
  color: #999;
}
#a9ce8acf26abe36 .datetime {
  color: #999;
}
#a9ce8acf26abe36 .new-item a {
  padding-left: 25px;
}
#a9ce8acf26abe36 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#a9ce8acf26abe36 .siblings a {
  color: #444;
  line-height: 2;
}
#a9ce8acf26abe36 .siblings a:hover {
  color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a33eea6c61a4ae8 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#afdc8ac55dae43c &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a155eae691a6ff3 , #a155eae691a6ff3 a{color: rgba(255, 255, 255, 1);}#a27dba687aa7b71 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a27dba687aa7b71 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a084ea02fba6ec5 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a084ea02fba6ec5 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4ba4a6df6aaca8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a25eaad803a7bce .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a28f7a1d98af10e .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: rgba(255, 255, 255, 0.2);border-radius: 25px;font-size: 20px;justify-content: center;}#a28f7a1d98af10e .ele-wrap:hover {border-color: rgba(107, 171, 139, 1);background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#ab76ca5185aba85 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: rgba(255, 255, 255, 0.2);border-radius: 25px;font-size: 20px;justify-content: center;}#ab76ca5185aba85 .ele-wrap:hover {border-color: rgba(107, 171, 139, 1);background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a6e80a8e30ae5f5 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: rgba(255, 255, 255, 0.2);border-radius: 25px;font-size: 20px;justify-content: center;}#a6e80a8e30ae5f5 .ele-wrap:hover {border-color: rgba(107, 171, 139, 1);background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a304ea651dad29f .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: rgba(255, 255, 255, 0.2);border-radius: 25px;font-size: 20px;justify-content: center;}#a304ea651dad29f .ele-wrap:hover {border-color: rgba(107, 171, 139, 1);background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#aa2c4a930cab2c8 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: rgba(255, 255, 255, 0.2);border-radius: 25px;font-size: 20px;justify-content: center;}#aa2c4a930cab2c8 .ele-wrap:hover {border-color: rgba(107, 171, 139, 1);background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5794ab8c9a6daa &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-left-color: rgba(255, 255, 255, 1);}#a39e6af37dac8b3 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a48e1a74e0a7a32 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 18px;justify-content: center;font-weight: 500;}#a48e1a74e0a7a32 .ele-wrap:hover {background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0);}#a95b8ae89cac681 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);}#a95b8ae89cac681  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(0, 49, 25, 0.3);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a06a0a548aa8ecf {
  overflow: hidden;
}
#a06a0a548aa8ecf .img-wrap {
  transition: all 0.3s ease-in;
}
#a06a0a548aa8ecf .img-wrap:hover {
  transform: scale(1.1);
}
#a9cf1a5437a5d9c &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 198, 0, 1);}#a9cf1a5437a5d9c  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(0, 49, 25, 0.3);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abd1fa07dda0657 {
  overflow: hidden;
}
#abd1fa07dda0657 .img-wrap {
  transition: all 0.3s ease-in;
}
#abd1fa07dda0657 .img-wrap:hover {
  transform: scale(1.1);
}
#a16f6a9eceafa8d &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(127, 188, 157, 1);}#a16f6a9eceafa8d  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(0, 49, 25, 0.3);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5b1ca3ab9ad4cb {
  overflow: hidden;
}
#a5b1ca3ab9ad4cb .img-wrap {
  transition: all 0.3s ease-in;
}
#a5b1ca3ab9ad4cb .img-wrap:hover {
  transform: scale(1.1);
}
#a269aa3ebdac896 &gt; .ele-wrap {background-color: rgba(127, 188, 157, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2791ae068aac21 .a0c99a2c69a3b35 {
  overflow: hidden;
}
#a2791ae068aac21 .a0c99a2c69a3b35 , #a2791ae068aac21 .a0c99a2c69a3b35 &gt; * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2791ae068aac21 .a1920ac337a1d98 {
  overflow: hidden;
}
#a2791ae068aac21 .a7615a2156af660 &gt; .ele-wrap {background-color: rgba(127, 188, 157, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2791ae068aac21 .ae2a9af6b7ad345  {
        font-weight: normal;
        font-style: normal;
    font-size: 40px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2791ae068aac21 .a950bafca5a1a61  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2791ae068aac21 .dynamic-list-item {
  background-color: #ffffff;
}
#a2791ae068aac21 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2791ae068aac21 .uk-position-center-left-out {
    left: -30px;
  }
  #a2791ae068aac21 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac0aaa2228aa632 .a756aa9879a6568 {
  overflow: hidden;
}
#ac0aaa2228aa632 .a756aa9879a6568 , #ac0aaa2228aa632 .a756aa9879a6568 &gt; * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac0aaa2228aa632 .ae850a7fe8acb54 {
  overflow: hidden;
}
#ac0aaa2228aa632 .af017aed09ac810 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac0aaa2228aa632 .ad351ae1f3a9de8  {
        font-weight: normal;
        font-style: normal;
    font-size: 40px;text-align: center;font-family: inherit;color: rgba(209, 209, 209, 1);}#ac0aaa2228aa632 .ae247a89c2a96e7  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(209, 209, 209, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac0aaa2228aa632 .uk-grid &gt; .uk-grid-margin {
  margin-top: 0px;
}
#ac0aaa2228aa632 .dynamic-list-item {
  border-bottom-width: 1px;
  border-bottom-color: #ebebeb;
  border-bottom-style: solid;
  background-color: #ffffff;
}
#ac0aaa2228aa632 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac0aaa2228aa632 .uk-position-center-left-out {
    left: -30px;
  }
  #ac0aaa2228aa632 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6483a58bba9d17 &gt; .ele-wrap {background-color: rgba(127, 188, 157, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aeb34a5f25acabb .a2adeab2b5a094c {
  overflow: hidden;
}
#aeb34a5f25acabb .a2adeab2b5a094c , #aeb34a5f25acabb .a2adeab2b5a094c &gt; * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;line-height: 30px;}#aeb34a5f25acabb .ae156ad1bda81c4  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aeb34a5f25acabb .uk-grid &gt; .uk-grid-margin {
  margin-top: 1px;
}
#aeb34a5f25acabb .dynamic-list-item {
  background-color: #ffffff;
}
#aeb34a5f25acabb .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aeb34a5f25acabb .uk-position-center-left-out {
    left: -30px;
  }
  #aeb34a5f25acabb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acd61a90e2a6ce4 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: transparent;border-radius: 25px;font-size: 16px;justify-content: center;}#acd61a90e2a6ce4 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #7fbc9d;}#ad6cba13cba0410 &gt; .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;}#ae49dae35aa1abc &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a48c7a7c57a7c39 , #a48c7a7c57a7c39 a{color: rgba(255, 255, 255, 1);}#a374da6908a7258 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a374da6908a7258 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#aacd5af8ffa51a8 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#aacd5af8ffa51a8 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a41c8acbd0a2216 , #a41c8acbd0a2216 a{color: rgba(255, 255, 255, 1);}#a6c4ba27d3a02f6 {background-color: rgba(0,0,0,0.7);}#a6c4ba27d3a02f6 &gt; .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adbd3aab41afba4 .uk-form .form-submit-btn {
  width: 340px;
}
#adbd3aab41afba4 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#adbd3aab41afba4 .submit-wrap {
  text-align: center;
}
#adbd3aab41afba4 .submit-wrap button {
  background-color: #7fbc9d;
}
#adbd3aab41afba4 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#adbd3aab41afba4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adbd3aab41afba4 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#adbd3aab41afba4 .form-item .uk-input,
#adbd3aab41afba4 .form-item .uk-select,
#adbd3aab41afba4 .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;
}
#adbd3aab41afba4 .form-item .auto-height {
  height: auto;
}
#adbd3aab41afba4 .form-item div &gt; label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#adbd3aab41afba4 .form-item .send-code {
  bottom: 0px;
}
#adbd3aab41afba4 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#adbd3aab41afba4 .uk-form-label,
#adbd3aab41afba4 .form-agree,
#adbd3aab41afba4 .uk-h3,
#adbd3aab41afba4 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4ba4a6df6aaca8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2d2caae80a1e69 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5652ade12a51bc &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a709aaa61bae662 &gt; .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: inherit;color: rgba(109, 158, 133, 1);}#a63e6a8377ac72e &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);color: #333333;}#a63e6a8377ac72e * {color: #333333 }
                            #a63e6a8377ac72e .line{border-color: #333333 }#a63e6a8377ac72e  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aeb72aff41abaf0 {
  overflow: hidden;
}
#aeb72aff41abaf0 .img-wrap {
  transition: all 0.3s ease-in;
}
#aeb72aff41abaf0 .img-wrap:hover {
  transform: scale(1.1);
}
#a973da28daa73d4 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #333333;}#a973da28daa73d4 * {color: #333333 }
                            #a973da28daa73d4 .line{border-color: #333333 }#a973da28daa73d4  &gt; .ele-wrap:hover {color: #ff7500;}#a973da28daa73d4:hover * {color: #ff7500 }
                            #a973da28daa73d4:hover .line{border-color: #ff7500 }#ab38fab4c0a7e98 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);color: #333333;}#ab38fab4c0a7e98 * {color: #333333 }
                            #ab38fab4c0a7e98 .line{border-color: #333333 }#ab38fab4c0a7e98  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a85aaa4340af6a0 {
  overflow: hidden;
}
#a85aaa4340af6a0 .img-wrap {
  transition: all 0.3s ease-in;
}
#a85aaa4340af6a0 .img-wrap:hover {
  transform: scale(1.1);
}
#a523bad49ca3841 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #333333;}#a523bad49ca3841 * {color: #333333 }
                            #a523bad49ca3841 .line{border-color: #333333 }#a523bad49ca3841  &gt; .ele-wrap:hover {color: #ff7500;}#a523bad49ca3841:hover * {color: #ff7500 }
                            #a523bad49ca3841:hover .line{border-color: #ff7500 }#a4074a5c5ea8347 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);color: #333333;}#a4074a5c5ea8347 * {color: #333333 }
                            #a4074a5c5ea8347 .line{border-color: #333333 }#a4074a5c5ea8347  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae935ad52ba6cb7 {
  overflow: hidden;
}
#ae935ad52ba6cb7 .img-wrap {
  transition: all 0.3s ease-in;
}
#ae935ad52ba6cb7 .img-wrap:hover {
  transform: scale(1.1);
}
#a1628ae138a3f5e &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #333333;}#a1628ae138a3f5e * {color: #333333 }
                            #a1628ae138a3f5e .line{border-color: #333333 }#a1628ae138a3f5e  &gt; .ele-wrap:hover {color: #ff7500;}#a1628ae138a3f5e:hover * {color: #ff7500 }
                            #a1628ae138a3f5e:hover .line{border-color: #ff7500 }#a96b7a5495a769b &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);color: #333333;}#a96b7a5495a769b * {color: #333333 }
                            #a96b7a5495a769b .line{border-color: #333333 }#a96b7a5495a769b  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aeb6ca5c42a1ae6 {
  overflow: hidden;
}
#aeb6ca5c42a1ae6 .img-wrap {
  transition: all 0.3s ease-in;
}
#aeb6ca5c42a1ae6 .img-wrap:hover {
  transform: scale(1.1);
}
#a70e1a273bacf14 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #333333;}#a70e1a273bacf14 * {color: #333333 }
                            #a70e1a273bacf14 .line{border-color: #333333 }#a70e1a273bacf14  &gt; .ele-wrap:hover {color: #ff7500;}#a70e1a273bacf14:hover * {color: #ff7500 }
                            #a70e1a273bacf14:hover .line{border-color: #ff7500 }#a1ccaa5444a4a53 a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(109, 158, 133, 1);}#a0db1ad900ad23d a, #a0db1ad900ad23d {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aedd7aa17caad9b &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-left-color: rgba(255, 255, 255, 1);}#a986aae738aafbe &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97a9abd01a5190 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6fb8a85b6abb05 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);color: #333333;}#a6fb8a85b6abb05 * {color: #333333 }
                            #a6fb8a85b6abb05 .line{border-color: #333333 }#a6fb8a85b6abb05  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a66c4a3e9cabf2c {
  overflow: hidden;
}
#a66c4a3e9cabf2c .img-wrap {
  transition: all 0.3s ease-in;
}
#a66c4a3e9cabf2c .img-wrap:hover {
  transform: scale(1.1);
}
#a7ceca716fad63c .ele-wrap {color: #444;background-color: transparent;font-size: 16px;justify-content: center;border-style: solid;}#a7ceca716fad63c .ele-wrap:hover {color: #ff7500;border-color: rgba(255, 117, 0, 1);}#aaa75a11bfa5416 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);color: #333333;}#aaa75a11bfa5416 * {color: #333333 }
                            #aaa75a11bfa5416 .line{border-color: #333333 }#aaa75a11bfa5416  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a63faa07a8a3fa2 {
  overflow: hidden;
}
#a63faa07a8a3fa2 .img-wrap {
  transition: all 0.3s ease-in;
}
#a63faa07a8a3fa2 .img-wrap:hover {
  transform: scale(1.1);
}
#a08faaeef1aae2c .ele-wrap {color: #444;background-color: transparent;font-size: 16px;justify-content: center;border-style: solid;}#a08faaeef1aae2c .ele-wrap:hover {color: #ff7500;border-color: rgba(255, 117, 0, 1);}#a5fd7ae21aa5e0f &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);color: #333333;}#a5fd7ae21aa5e0f * {color: #333333 }
                            #a5fd7ae21aa5e0f .line{border-color: #333333 }#a5fd7ae21aa5e0f  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab66a3014a30d9 {
  overflow: hidden;
}
#aab66a3014a30d9 .img-wrap {
  transition: all 0.3s ease-in;
}
#aab66a3014a30d9 .img-wrap:hover {
  transform: scale(1.1);
}
#ae9b0af70ba34e6 .ele-wrap {color: #444;background-color: transparent;font-size: 16px;justify-content: center;border-style: solid;}#ae9b0af70ba34e6 .ele-wrap:hover {color: #ff7500;border-color: rgba(255, 117, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a942ea3a01aa3eb &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a01aeaee4ba1025 , #a01aeaee4ba1025 a{color: rgba(255, 255, 255, 1);}#a72a1aed5aab1d0 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a72a1aed5aab1d0 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a8a8fa5866aa92e .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a8a8fa5866aa92e .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a902dadf0da46d1 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3796afe8aaa891 , #a3796afe8aaa891 a{color: rgba(82, 195, 85, 1);}#ab715abf0aa95c9 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a80a5af160a3d9b , #a80a5af160a3d9b a{color: rgba(82, 195, 85, 1);}#afa54a1cb0af85e &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9080afda9aa319 , #a9080afda9aa319 a{color: rgba(82, 195, 85, 1);}#afb8caadc5adc31 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75b1adc38a9220 , #a75b1adc38a9220 a{color: rgba(82, 195, 85, 1);}#a6c4ba27d3a02f6 {background-color: rgba(0,0,0,0.7);}#a6c4ba27d3a02f6 &gt; .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adbd3aab41afba4 .uk-form .form-submit-btn {
  width: 340px;
}
#adbd3aab41afba4 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#adbd3aab41afba4 .submit-wrap {
  text-align: center;
}
#adbd3aab41afba4 .submit-wrap button {
  background-color: #7fbc9d;
}
#adbd3aab41afba4 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#adbd3aab41afba4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adbd3aab41afba4 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#adbd3aab41afba4 .form-item .uk-input,
#adbd3aab41afba4 .form-item .uk-select,
#adbd3aab41afba4 .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;
}
#adbd3aab41afba4 .form-item .auto-height {
  height: auto;
}
#adbd3aab41afba4 .form-item div &gt; label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#adbd3aab41afba4 .form-item .send-code {
  bottom: 0px;
}
#adbd3aab41afba4 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#adbd3aab41afba4 .uk-form-label,
#adbd3aab41afba4 .form-agree,
#adbd3aab41afba4 .uk-h3,
#adbd3aab41afba4 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff83afa25a6151 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a625aaf672ac015 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac301aa208adc1b &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac25da4e81a1df9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(109, 158, 133, 1);}#a6220ada12aa4e4 a, #a6220ada12aa4e4 {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#ab878abdcda0436 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-left-color: rgba(255, 255, 255, 1);}#a38bea1e76ad67b &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef82af333ae0b1 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a68f5a9813afc98 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);color: #333333;}#a68f5a9813afc98 * {color: #333333 }
                            #a68f5a9813afc98 .line{border-color: #333333 }#a68f5a9813afc98  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aba07a24f1ad870 {
  overflow: hidden;
}
#aba07a24f1ad870 .img-wrap {
  transition: all 0.3s ease-in;
}
#aba07a24f1ad870 .img-wrap:hover {
  transform: scale(1.1);
}
#a8bccaee78aaf81 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);color: #333333;}#a8bccaee78aaf81 * {color: #333333 }
                            #a8bccaee78aaf81 .line{border-color: #333333 }#a8bccaee78aaf81  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a149aafff8a6fd6 {
  overflow: hidden;
}
#a149aafff8a6fd6 .img-wrap {
  transition: all 0.3s ease-in;
}
#a149aafff8a6fd6 .img-wrap:hover {
  transform: scale(1.1);
}
#aca47a2ca1a0c3c &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);color: #333333;}#aca47a2ca1a0c3c * {color: #333333 }
                            #aca47a2ca1a0c3c .line{border-color: #333333 }#aca47a2ca1a0c3c  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c1aad2e0a1a1a {
  overflow: hidden;
}
#a5c1aad2e0a1a1a .img-wrap {
  transition: all 0.3s ease-in;
}
#a5c1aad2e0a1a1a .img-wrap:hover {
  transform: scale(1.1);
}
#af007a9022acdca &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad75ca363eaafc4 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);color: #333333;}#ad75ca363eaafc4 * {color: #333333 }
                            #ad75ca363eaafc4 .line{border-color: #333333 }#ad75ca363eaafc4  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36ceaf0abacc6f {
  overflow: hidden;
}
#a36ceaf0abacc6f .img-wrap {
  transition: all 0.3s ease-in;
}
#a36ceaf0abacc6f .img-wrap:hover {
  transform: scale(1.1);
}
#ad769acc3ba1c10 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);color: #333333;}#ad769acc3ba1c10 * {color: #333333 }
                            #ad769acc3ba1c10 .line{border-color: #333333 }#ad769acc3ba1c10  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afe05ad432af12f {
  overflow: hidden;
}
#afe05ad432af12f .img-wrap {
  transition: all 0.3s ease-in;
}
#afe05ad432af12f .img-wrap:hover {
  transform: scale(1.1);
}
#a3a93a2aaca9da8 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);color: #333333;}#a3a93a2aaca9da8 * {color: #333333 }
                            #a3a93a2aaca9da8 .line{border-color: #333333 }#a3a93a2aaca9da8  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a42f7a0c9da6307 {
  overflow: hidden;
}
#a42f7a0c9da6307 .img-wrap {
  transition: all 0.3s ease-in;
}
#a42f7a0c9da6307 .img-wrap:hover {
  transform: scale(1.1);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8356aa8dfa1865 .img-wrap {
  border-bottom-color: #f1f1f1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-color: #f1f1f1;
  border-left-color: #f1f1f1;
  border-top-color: #f1f1f1;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a03b6acd49a30b2 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);}#a03b6acd49a30b2  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(49, 26, 0, 0.2);}#acdbca038fadc22 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);}#acdbca038fadc22  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(49, 26, 0, 0.2);}#a4acca34bba6da6 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);}#a4acca34bba6da6  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(49, 26, 0, 0.2);}#ab8fca71d3a062f &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a2d46a6773aeade , #a2d46a6773aeade a{color: rgba(255, 255, 255, 1);}#abacea2f0ea9050 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#abacea2f0ea9050 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a4f60ad8a3ac924 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a4f60ad8a3ac924 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6dd0a8a34aa511 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3b78a2bffa8f3f , #a3b78a2bffa8f3f a{color: rgba(82, 195, 85, 1);}#a1b41a814fa1c57 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab97fad46aa9107 , #ab97fad46aa9107 a{color: rgba(82, 195, 85, 1);}#a96a1a2d39aae28 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9a58a5e80a36b5 , #a9a58a5e80a36b5 a{color: rgba(82, 195, 85, 1);}#afb32a8a8eadc7f &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac2dfa21e6af403 , #ac2dfa21e6af403 a{color: rgba(82, 195, 85, 1);}#a6c4ba27d3a02f6 {background-color: rgba(0,0,0,0.7);}#a6c4ba27d3a02f6 &gt; .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adbd3aab41afba4 .uk-form .form-submit-btn {
  width: 340px;
}
#adbd3aab41afba4 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#adbd3aab41afba4 .submit-wrap {
  text-align: center;
}
#adbd3aab41afba4 .submit-wrap button {
  background-color: #7fbc9d;
}
#adbd3aab41afba4 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#adbd3aab41afba4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adbd3aab41afba4 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#adbd3aab41afba4 .form-item .uk-input,
#adbd3aab41afba4 .form-item .uk-select,
#adbd3aab41afba4 .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;
}
#adbd3aab41afba4 .form-item .auto-height {
  height: auto;
}
#adbd3aab41afba4 .form-item div &gt; label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#adbd3aab41afba4 .form-item .send-code {
  bottom: 0px;
}
#adbd3aab41afba4 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#adbd3aab41afba4 .uk-form-label,
#adbd3aab41afba4 .form-agree,
#adbd3aab41afba4 .uk-h3,
#adbd3aab41afba4 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae2a0aec42ae2b5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac658abe26a7e28 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ab9c9af9dba6011 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0244a0204a9fd3 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);color: #333333;}#a0244a0204a9fd3 * {color: #333333 }
                            #a0244a0204a9fd3 .line{border-color: #333333 }#a0244a0204a9fd3  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a424ba1a6aaca7b {
  overflow: hidden;
}
#a424ba1a6aaca7b .img-wrap {
  transition: all 0.3s ease-in;
}
#a424ba1a6aaca7b .img-wrap:hover {
  transform: scale(1.1);
}
#a458cab12aa31cb a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a458cab12aa31cb a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 117, 0, 1);}#ad7dbaf431ad4c2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#ad7dbaf431ad4c2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 117, 0, 1);}#ab559a7716a88b0 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);color: #333333;}#ab559a7716a88b0 * {color: #333333 }
                            #ab559a7716a88b0 .line{border-color: #333333 }#ab559a7716a88b0  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2926a4759a60a7 {
  overflow: hidden;
}
#a2926a4759a60a7 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2926a4759a60a7 .img-wrap:hover {
  transform: scale(1.1);
}
#aa259a2676a5e0a a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#aa259a2676a5e0a a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 117, 0, 1);}#ad96ea082da1a42 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);color: #333333;}#ad96ea082da1a42 * {color: #333333 }
                            #ad96ea082da1a42 .line{border-color: #333333 }#ad96ea082da1a42  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaba4af84fac86f {
  overflow: hidden;
}
#aaba4af84fac86f .img-wrap {
  transition: all 0.3s ease-in;
}
#aaba4af84fac86f .img-wrap:hover {
  transform: scale(1.1);
}
#acb35aa6d2af9d2 a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#acb35aa6d2af9d2 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 117, 0, 1);}#a3619ae76ca7018 a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a3619ae76ca7018 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 117, 0, 1);}#ab52fa6ff7a3422 a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#ab52fa6ff7a3422 a:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 117, 0, 1);}#aeaf7ab65ba6e97 a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(109, 158, 133, 1);}#ade6daa95da81d6 a, #ade6daa95da81d6 {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a4329a5daaa89de &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-left-color: rgba(255, 255, 255, 1);}#ae603afa6fa880e &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3317a07b6abf1e &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6a41a6df0af351 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);color: #333333;}#a6a41a6df0af351 * {color: #333333 }
                            #a6a41a6df0af351 .line{border-color: #333333 }#a6a41a6df0af351  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad076a0bf2a2b18 {
  overflow: hidden;
}
#ad076a0bf2a2b18 .img-wrap {
  transition: all 0.3s ease-in;
}
#ad076a0bf2a2b18 .img-wrap:hover {
  transform: scale(1.1);
}
#a650fa114caebf8 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);color: #333333;}#a650fa114caebf8 * {color: #333333 }
                            #a650fa114caebf8 .line{border-color: #333333 }#a650fa114caebf8  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3056a91b1a47ec {
  overflow: hidden;
}
#a3056a91b1a47ec .img-wrap {
  transition: all 0.3s ease-in;
}
#a3056a91b1a47ec .img-wrap:hover {
  transform: scale(1.1);
}
#a32e5aa564a6d89 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);color: #333333;}#a32e5aa564a6d89 * {color: #333333 }
                            #a32e5aa564a6d89 .line{border-color: #333333 }#a32e5aa564a6d89  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6a69a0a8daf6f9 {
  overflow: hidden;
}
#a6a69a0a8daf6f9 .img-wrap {
  transition: all 0.3s ease-in;
}
#a6a69a0a8daf6f9 .img-wrap:hover {
  transform: scale(1.1);
}
#acb1aa78c7a4a88 &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#afdc2a7585a8bf1 , #afdc2a7585a8bf1 a{color: rgba(255, 255, 255, 1);}#a00d8a307da3897 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a00d8a307da3897 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a3d97a378eaec98 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a3d97a378eaec98 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad704a5d12a20dc &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0061ac9f3ab988 , #a0061ac9f3ab988 a{color: rgba(82, 195, 85, 1);}#a75b5ac5b6a337c &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab951afd4ca19bb , #ab951afd4ca19bb a{color: rgba(82, 195, 85, 1);}#a8ea3a7fa4ab4b3 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6a17a7f23a6209 , #a6a17a7f23a6209 a{color: rgba(82, 195, 85, 1);}#a5b30a39eaa10c6 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3c5fa6186ae7fc , #a3c5fa6186ae7fc a{color: rgba(82, 195, 85, 1);}#a6c4ba27d3a02f6 {background-color: rgba(0,0,0,0.7);}#a6c4ba27d3a02f6 &gt; .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adbd3aab41afba4 .uk-form .form-submit-btn {
  width: 340px;
}
#adbd3aab41afba4 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#adbd3aab41afba4 .submit-wrap {
  text-align: center;
}
#adbd3aab41afba4 .submit-wrap button {
  background-color: #7fbc9d;
}
#adbd3aab41afba4 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#adbd3aab41afba4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adbd3aab41afba4 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#adbd3aab41afba4 .form-item .uk-input,
#adbd3aab41afba4 .form-item .uk-select,
#adbd3aab41afba4 .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;
}
#adbd3aab41afba4 .form-item .auto-height {
  height: auto;
}
#adbd3aab41afba4 .form-item div &gt; label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#adbd3aab41afba4 .form-item .send-code {
  bottom: 0px;
}
#adbd3aab41afba4 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#adbd3aab41afba4 .uk-form-label,
#adbd3aab41afba4 .form-agree,
#adbd3aab41afba4 .uk-h3,
#adbd3aab41afba4 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8810acf20a4b2a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5feba658da90ef .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aad66a71d0aeb29 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0a77a3d3da2358 a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(109, 158, 133, 1);}#a54cba8d51a0ced &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(179, 111, 48, 1);color: #333333;}#a54cba8d51a0ced * {color: #333333 }
                            #a54cba8d51a0ced .line{border-color: #333333 }#a54cba8d51a0ced  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8360a303bac504 {
  overflow: hidden;
}
#a8360a303bac504 .img-wrap {
  transition: all 0.3s ease-in;
}
#a8360a303bac504 .img-wrap:hover {
  transform: scale(1.1);
}
#a0760a154bac520 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #333333;}#a0760a154bac520 * {color: #333333 }
                            #a0760a154bac520 .line{border-color: #333333 }#a0760a154bac520  &gt; .ele-wrap:hover {color: #ff7500;}#a0760a154bac520:hover * {color: #ff7500 }
                            #a0760a154bac520:hover .line{border-color: #ff7500 }#a056daf440a9247 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(179, 111, 48, 1);color: #333333;}#a056daf440a9247 * {color: #333333 }
                            #a056daf440a9247 .line{border-color: #333333 }#a056daf440a9247  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a17e4acdb9a2936 {
  overflow: hidden;
}
#a17e4acdb9a2936 .img-wrap {
  transition: all 0.3s ease-in;
}
#a17e4acdb9a2936 .img-wrap:hover {
  transform: scale(1.1);
}
#a656fa505ca654a &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #333333;}#a656fa505ca654a * {color: #333333 }
                            #a656fa505ca654a .line{border-color: #333333 }#a656fa505ca654a  &gt; .ele-wrap:hover {color: #ff7500;}#a656fa505ca654a:hover * {color: #ff7500 }
                            #a656fa505ca654a:hover .line{border-color: #ff7500 }#a18dba036da9485 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(179, 111, 48, 1);color: #333333;}#a18dba036da9485 * {color: #333333 }
                            #a18dba036da9485 .line{border-color: #333333 }#a18dba036da9485  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6ec8a069aa558d {
  overflow: hidden;
}
#a6ec8a069aa558d .img-wrap {
  transition: all 0.3s ease-in;
}
#a6ec8a069aa558d .img-wrap:hover {
  transform: scale(1.1);
}
#acc74a6260ae92a &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #333333;}#acc74a6260ae92a * {color: #333333 }
                            #acc74a6260ae92a .line{border-color: #333333 }#acc74a6260ae92a  &gt; .ele-wrap:hover {color: #ff7500;}#acc74a6260ae92a:hover * {color: #ff7500 }
                            #acc74a6260ae92a:hover .line{border-color: #ff7500 }#a6199a47fba76fa a, #a6199a47fba76fa {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a6c18af8d3a2be5 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-left-color: rgba(255, 255, 255, 1);}#aefc4aa671ae054 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8bc7aa20ea18d3 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af9e1a3c90a65b6 &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a8147ad2eba9d17 , #a8147ad2eba9d17 a{color: rgba(255, 255, 255, 1);}#aea58a2333aa313 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#aea58a2333aa313 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a02c4aa84aaad5d .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a02c4aa84aaad5d .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a946ba8b3baf65a &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a22dcac083a93f0 , #a22dcac083a93f0 a{color: rgba(82, 195, 85, 1);}#ab6b7ad817ad1f1 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af6f5a271da8bd8 , #af6f5a271da8bd8 a{color: rgba(82, 195, 85, 1);}#ab2c1a9921a1299 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afd1fad0f3ae093 , #afd1fad0f3ae093 a{color: rgba(82, 195, 85, 1);}#a8411abe9ea7291 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acd1caa8b1ab9cc , #acd1caa8b1ab9cc a{color: rgba(82, 195, 85, 1);}#a6c4ba27d3a02f6 {background-color: rgba(0,0,0,0.7);}#a6c4ba27d3a02f6 &gt; .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adbd3aab41afba4 .uk-form .form-submit-btn {
  width: 340px;
}
#adbd3aab41afba4 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#adbd3aab41afba4 .submit-wrap {
  text-align: center;
}
#adbd3aab41afba4 .submit-wrap button {
  background-color: #7fbc9d;
}
#adbd3aab41afba4 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#adbd3aab41afba4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adbd3aab41afba4 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#adbd3aab41afba4 .form-item .uk-input,
#adbd3aab41afba4 .form-item .uk-select,
#adbd3aab41afba4 .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;
}
#adbd3aab41afba4 .form-item .auto-height {
  height: auto;
}
#adbd3aab41afba4 .form-item div &gt; label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#adbd3aab41afba4 .form-item .send-code {
  bottom: 0px;
}
#adbd3aab41afba4 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#adbd3aab41afba4 .uk-form-label,
#adbd3aab41afba4 .form-agree,
#adbd3aab41afba4 .uk-h3,
#adbd3aab41afba4 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abcf1a7346a2b96 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af7ada6d5ca10ca .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#af56dadeeaa322d &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4d3ea3ed6aceed a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(109, 158, 133, 1);}#ae81cad31da3c0f &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(179, 111, 48, 1);color: #333333;}#ae81cad31da3c0f * {color: #333333 }
                            #ae81cad31da3c0f .line{border-color: #333333 }#ae81cad31da3c0f  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a88aea811ca78cd {
  overflow: hidden;
}
#a88aea811ca78cd .img-wrap {
  transition: all 0.3s ease-in;
}
#a88aea811ca78cd .img-wrap:hover {
  transform: scale(1.1);
}
#a4c0bad454a14a3 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(179, 111, 48, 1);color: #333333;}#a4c0bad454a14a3 * {color: #333333 }
                            #a4c0bad454a14a3 .line{border-color: #333333 }#a4c0bad454a14a3  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2ee0abe94ac8fc {
  overflow: hidden;
}
#a2ee0abe94ac8fc .img-wrap {
  transition: all 0.3s ease-in;
}
#a2ee0abe94ac8fc .img-wrap:hover {
  transform: scale(1.1);
}
#a95f1a05f5ae863 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(179, 111, 48, 1);color: #333333;}#a95f1a05f5ae863 * {color: #333333 }
                            #a95f1a05f5ae863 .line{border-color: #333333 }#a95f1a05f5ae863  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a86d7ac050a571c {
  overflow: hidden;
}
#a86d7ac050a571c .img-wrap {
  transition: all 0.3s ease-in;
}
#a86d7ac050a571c .img-wrap:hover {
  transform: scale(1.1);
}
#a55b4ad30fa9736 a, #a55b4ad30fa9736 {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a9e11aa50ca23c7 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-left-color: rgba(255, 255, 255, 1);}#ae733a2e32af369 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae0eda3cf1ad941 .img-wrap {
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
#a80b9afb42a744b &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a9369ac3d1a4083 , #a9369ac3d1a4083 a{color: rgba(255, 255, 255, 1);}#a8027a33d9ac76d .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a8027a33d9ac76d .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a0a7eae8a8aaea4 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a0a7eae8a8aaea4 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9a2ca31c2aacc1 &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a24dcaafb7a7849 , #a24dcaafb7a7849 a{color: rgba(255, 255, 255, 1);}#abc9ca5402a1d33 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#abc9ca5402a1d33 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#ada43a8bc2a2136 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#ada43a8bc2a2136 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2ad2a8f61a2cd8 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0909afb13a45b3 , #a0909afb13a45b3 a{color: rgba(82, 195, 85, 1);}#ac69aa5a20a952f &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0332abe54a7616 , #a0332abe54a7616 a{color: rgba(82, 195, 85, 1);}#ac6bda4dc3a6c95 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4199ab70aae427 , #a4199ab70aae427 a{color: rgba(82, 195, 85, 1);}#a0f54af894a07ab &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4230ad6a7a8812 , #a4230ad6a7a8812 a{color: rgba(82, 195, 85, 1);}#a6c4ba27d3a02f6 {background-color: rgba(0,0,0,0.7);}#a6c4ba27d3a02f6 &gt; .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adbd3aab41afba4 .uk-form .form-submit-btn {
  width: 340px;
}
#adbd3aab41afba4 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#adbd3aab41afba4 .submit-wrap {
  text-align: center;
}
#adbd3aab41afba4 .submit-wrap button {
  background-color: #7fbc9d;
}
#adbd3aab41afba4 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#adbd3aab41afba4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adbd3aab41afba4 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#adbd3aab41afba4 .form-item .uk-input,
#adbd3aab41afba4 .form-item .uk-select,
#adbd3aab41afba4 .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;
}
#adbd3aab41afba4 .form-item .auto-height {
  height: auto;
}
#adbd3aab41afba4 .form-item div &gt; label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#adbd3aab41afba4 .form-item .send-code {
  bottom: 0px;
}
#adbd3aab41afba4 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#adbd3aab41afba4 .uk-form-label,
#adbd3aab41afba4 .form-agree,
#adbd3aab41afba4 .uk-h3,
#adbd3aab41afba4 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8f05adfeba6ff4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0721ac737aa3e4 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a7746a53bca7939 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae853a4c8ba8a05 a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(109, 158, 133, 1);}#af0c3a4e09a9a5d a, #af0c3a4e09a9a5d {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a62d6ad979a165e &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-left-color: rgba(255, 255, 255, 1);}#ad80ca8200a5fd5 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3b2bacbe1a5aca &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#af09da22d0a77a3 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(101, 148, 62, 1);color: #333333;}#af09da22d0a77a3 * {color: #333333 }
                            #af09da22d0a77a3 .line{border-color: #333333 }#af09da22d0a77a3  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad417a9919aa8b5 {
  overflow: hidden;
}
#ad417a9919aa8b5 .img-wrap {
  transition: all 0.3s ease-in;
}
#ad417a9919aa8b5 .img-wrap:hover {
  transform: scale(1.1);
}
#a1236af1b0aab65 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(101, 148, 62, 1);color: #333333;}#a1236af1b0aab65 * {color: #333333 }
                            #a1236af1b0aab65 .line{border-color: #333333 }#a1236af1b0aab65  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acfbba422fa1b73 {
  overflow: hidden;
}
#acfbba422fa1b73 .img-wrap {
  transition: all 0.3s ease-in;
}
#acfbba422fa1b73 .img-wrap:hover {
  transform: scale(1.1);
}
#a84f4a4a72a74fd &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(101, 148, 62, 1);color: #333333;}#a84f4a4a72a74fd * {color: #333333 }
                            #a84f4a4a72a74fd .line{border-color: #333333 }#a84f4a4a72a74fd  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0e52a5ee4a2f46 {
  overflow: hidden;
}
#a0e52a5ee4a2f46 .img-wrap {
  transition: all 0.3s ease-in;
}
#a0e52a5ee4a2f46 .img-wrap:hover {
  transform: scale(1.1);
}
#aaae0a4e4caf47c &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(101, 148, 62, 1);color: #333333;}#aaae0a4e4caf47c * {color: #333333 }
                            #aaae0a4e4caf47c .line{border-color: #333333 }#aaae0a4e4caf47c  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6691ab42fa7f50 {
  overflow: hidden;
}
#a6691ab42fa7f50 .img-wrap {
  transition: all 0.3s ease-in;
}
#a6691ab42fa7f50 .img-wrap:hover {
  transform: scale(1.1);
}
#a7e0eac060a366b &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5cb8a7b04ac961 .img-wrap {
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
#a9c42acfd7ad1ef &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);}#a9c42acfd7ad1ef  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}#afd46a7d25a71b8 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);}#afd46a7d25a71b8  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}#a72aea838aaf46e &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);}#a72aea838aaf46e  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}#aedd5af561a0a62 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);}#aedd5af561a0a62  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}#abb27aa1daa9ca9 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a2fa2ad733abe6f , #a2fa2ad733abe6f a{color: rgba(109, 158, 133, 1);}#a839aad0b9a3ff0 .ele-wrap {border-color: rgba(127, 188, 157, 1);border-width: 1px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a839aad0b9a3ff0 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a573ba0c2da80bd .ele-wrap {border-color: rgba(127, 188, 157, 1);border-width: 1px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a573ba0c2da80bd .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a128da1da1ab940 &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#ab7cfa3f0ca960a , #ab7cfa3f0ca960a a{color: rgba(255, 255, 255, 1);}#a590aaa86caeacb .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a590aaa86caeacb .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#ab82cad312a7762 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#ab82cad312a7762 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9e26ab2b8a6512 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa251a55f6aa9a2 , #aa251a55f6aa9a2 a{color: rgba(82, 195, 85, 1);}#aa317a3695abacb &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6060ab538aa642 , #a6060ab538aa642 a{color: rgba(82, 195, 85, 1);}#ac251a1feaa86f2 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afa7ba559da4b98 , #afa7ba559da4b98 a{color: rgba(82, 195, 85, 1);}#aedbba6ffca6bd4 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af27ba5a91adb6a , #af27ba5a91adb6a a{color: rgba(82, 195, 85, 1);}#a6c4ba27d3a02f6 {background-color: rgba(0,0,0,0.7);}#a6c4ba27d3a02f6 &gt; .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adbd3aab41afba4 .uk-form .form-submit-btn {
  width: 340px;
}
#adbd3aab41afba4 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#adbd3aab41afba4 .submit-wrap {
  text-align: center;
}
#adbd3aab41afba4 .submit-wrap button {
  background-color: #7fbc9d;
}
#adbd3aab41afba4 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#adbd3aab41afba4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adbd3aab41afba4 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#adbd3aab41afba4 .form-item .uk-input,
#adbd3aab41afba4 .form-item .uk-select,
#adbd3aab41afba4 .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;
}
#adbd3aab41afba4 .form-item .auto-height {
  height: auto;
}
#adbd3aab41afba4 .form-item div &gt; label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#adbd3aab41afba4 .form-item .send-code {
  bottom: 0px;
}
#adbd3aab41afba4 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#adbd3aab41afba4 .uk-form-label,
#adbd3aab41afba4 .form-agree,
#adbd3aab41afba4 .uk-h3,
#adbd3aab41afba4 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#add45a27eaaf738 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b0ba5f19a06d0 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac69ca7526acbb1 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#abf8fa3dbfa2411 a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(109, 158, 133, 1);}#a8cdba14f7a969b a, #a8cdba14f7a969b {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a31eaa59fba5f06 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-left-color: rgba(255, 255, 255, 1);}#a3e8da36cba653e &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a57a6a969dae49f &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2c3aa7472a6d5f &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(101, 148, 62, 1);color: #333333;}#a2c3aa7472a6d5f * {color: #333333 }
                            #a2c3aa7472a6d5f .line{border-color: #333333 }#a2c3aa7472a6d5f  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aed56aafcbadee1 {
  overflow: hidden;
}
#aed56aafcbadee1 .img-wrap {
  transition: all 0.3s ease-in;
}
#aed56aafcbadee1 .img-wrap:hover {
  transform: scale(1.1);
}
#a8dd2a81f5a90d4 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(101, 148, 62, 1);color: #333333;}#a8dd2a81f5a90d4 * {color: #333333 }
                            #a8dd2a81f5a90d4 .line{border-color: #333333 }#a8dd2a81f5a90d4  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5130a5ec6a7287 {
  overflow: hidden;
}
#a5130a5ec6a7287 .img-wrap {
  transition: all 0.3s ease-in;
}
#a5130a5ec6a7287 .img-wrap:hover {
  transform: scale(1.1);
}
#a0621a5fe6a490a &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(101, 148, 62, 1);color: #333333;}#a0621a5fe6a490a * {color: #333333 }
                            #a0621a5fe6a490a .line{border-color: #333333 }#a0621a5fe6a490a  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab8bdaf96fa061f {
  overflow: hidden;
}
#ab8bdaf96fa061f .img-wrap {
  transition: all 0.3s ease-in;
}
#ab8bdaf96fa061f .img-wrap:hover {
  transform: scale(1.1);
}
#a08b6a08f3ae782 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6698a52aeaa3df .img-wrap {
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
#afdc9a10d6a8cce &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);}#afdc9a10d6a8cce  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}#ae7faabb03aa4ab &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);}#ae7faabb03aa4ab  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}#a9324a5e56a834e &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);}#a9324a5e56a834e  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}#a8370a20cfaf39c &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);}#a8370a20cfaf39c  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}#abd21a4195ad0ba &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a54bcadc60ab61f , #a54bcadc60ab61f a{color: rgba(109, 158, 133, 1);}#a6461a2ed4a6245 .ele-wrap {border-color: rgba(127, 188, 157, 1);border-width: 1px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a6461a2ed4a6245 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a64e8a0e36ab41b .ele-wrap {border-color: rgba(127, 188, 157, 1);border-width: 1px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a64e8a0e36ab41b .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3682ac813afe3e &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a38c2a58d3ac5fd , #a38c2a58d3ac5fd a{color: rgba(255, 255, 255, 1);}#a9a1aa29b2a4feb .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a9a1aa29b2a4feb .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#ac216a7b8ea3f9a .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#ac216a7b8ea3f9a .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1551aff68abb8b &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abcf3a8ec7a6e86 , #abcf3a8ec7a6e86 a{color: rgba(82, 195, 85, 1);}#a7595ac8b6a7640 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab85fadda4a1bd0 , #ab85fadda4a1bd0 a{color: rgba(82, 195, 85, 1);}#a0bb5a18c0a7541 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acd74a0e38a9ca7 , #acd74a0e38a9ca7 a{color: rgba(82, 195, 85, 1);}#a6a21a34e4a4eb2 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa60aa47e0af5cc , #aa60aa47e0af5cc a{color: rgba(82, 195, 85, 1);}#a6c4ba27d3a02f6 {background-color: rgba(0,0,0,0.7);}#a6c4ba27d3a02f6 &gt; .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adbd3aab41afba4 .uk-form .form-submit-btn {
  width: 340px;
}
#adbd3aab41afba4 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#adbd3aab41afba4 .submit-wrap {
  text-align: center;
}
#adbd3aab41afba4 .submit-wrap button {
  background-color: #7fbc9d;
}
#adbd3aab41afba4 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#adbd3aab41afba4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adbd3aab41afba4 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#adbd3aab41afba4 .form-item .uk-input,
#adbd3aab41afba4 .form-item .uk-select,
#adbd3aab41afba4 .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;
}
#adbd3aab41afba4 .form-item .auto-height {
  height: auto;
}
#adbd3aab41afba4 .form-item div &gt; label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#adbd3aab41afba4 .form-item .send-code {
  bottom: 0px;
}
#adbd3aab41afba4 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#adbd3aab41afba4 .uk-form-label,
#adbd3aab41afba4 .form-agree,
#adbd3aab41afba4 .uk-h3,
#adbd3aab41afba4 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8208a6800ac1f4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a329da8301a75ee .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a409aa8bfaaf185 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a13f9ab953a7d08 a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(109, 158, 133, 1);}#a4db3a9787a0e72 a, #a4db3a9787a0e72 {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a7806a9698ad165 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-left-color: rgba(255, 255, 255, 1);}#a91aea401ba7282 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af661a33f4adee4 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a0f99a0a6baaf10 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(57, 109, 78, 1);color: #333333;}#a0f99a0a6baaf10 * {color: #333333 }
                            #a0f99a0a6baaf10 .line{border-color: #333333 }#a0f99a0a6baaf10  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a99e6a8b92aa14c {
  overflow: hidden;
}
#a99e6a8b92aa14c .img-wrap {
  transition: all 0.3s ease-in;
}
#a99e6a8b92aa14c .img-wrap:hover {
  transform: scale(1.1);
}
#a5f63aec46ac62d &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(57, 109, 78, 1);color: #333333;}#a5f63aec46ac62d * {color: #333333 }
                            #a5f63aec46ac62d .line{border-color: #333333 }#a5f63aec46ac62d  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aefa4aa539a435e {
  overflow: hidden;
}
#aefa4aa539a435e .img-wrap {
  transition: all 0.3s ease-in;
}
#aefa4aa539a435e .img-wrap:hover {
  transform: scale(1.1);
}
#a02d5a359ba5d68 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(57, 109, 78, 1);color: #333333;}#a02d5a359ba5d68 * {color: #333333 }
                            #a02d5a359ba5d68 .line{border-color: #333333 }#a02d5a359ba5d68  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aece1aeaffa0436 {
  overflow: hidden;
}
#aece1aeaffa0436 .img-wrap {
  transition: all 0.3s ease-in;
}
#aece1aeaffa0436 .img-wrap:hover {
  transform: scale(1.1);
}
#ab3f8a7132a0b34 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad93aac47fac597 &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a1205aefbda821c , #a1205aefbda821c a{color: rgba(255, 255, 255, 1);}#a93e3a9594ad735 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a93e3a9594ad735 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a3741aba6eaca90 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a3741aba6eaca90 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4531a22cba4322 &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a90a2a290baa745 , #a90a2a290baa745 a{color: rgba(255, 255, 255, 1);}#a929da7aa2a2e35 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a929da7aa2a2e35 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a4dfba7e69ab433 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a4dfba7e69ab433 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a944aaf56fa97cd &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4fc2a19f7a3d1c , #a4fc2a19f7a3d1c a{color: rgba(82, 195, 85, 1);}#a19fbac544aa145 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a480eabc29ae342 , #a480eabc29ae342 a{color: rgba(82, 195, 85, 1);}#a1766aa109a719b &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5a52aa05aa7b4b , #a5a52aa05aa7b4b a{color: rgba(82, 195, 85, 1);}#a0148a133fa56d1 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab57ca728ca1df1 , #ab57ca728ca1df1 a{color: rgba(82, 195, 85, 1);}#a6c4ba27d3a02f6 {background-color: rgba(0,0,0,0.7);}#a6c4ba27d3a02f6 &gt; .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adbd3aab41afba4 .uk-form .form-submit-btn {
  width: 340px;
}
#adbd3aab41afba4 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#adbd3aab41afba4 .submit-wrap {
  text-align: center;
}
#adbd3aab41afba4 .submit-wrap button {
  background-color: #7fbc9d;
}
#adbd3aab41afba4 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#adbd3aab41afba4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adbd3aab41afba4 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#adbd3aab41afba4 .form-item .uk-input,
#adbd3aab41afba4 .form-item .uk-select,
#adbd3aab41afba4 .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;
}
#adbd3aab41afba4 .form-item .auto-height {
  height: auto;
}
#adbd3aab41afba4 .form-item div &gt; label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#adbd3aab41afba4 .form-item .send-code {
  bottom: 0px;
}
#adbd3aab41afba4 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#adbd3aab41afba4 .uk-form-label,
#adbd3aab41afba4 .form-agree,
#adbd3aab41afba4 .uk-h3,
#adbd3aab41afba4 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a142ea11ebab522 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afeb2a39c2a095e .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a0abfa62b2a705f a, #a0abfa62b2a705f {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a1268af39ea5ebc &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-left-color: rgba(255, 255, 255, 1);}#a9dabadb52a676c &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a472cad268aabab &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2288a086da263c a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(109, 158, 133, 1);}#ac877a3aeea16d3 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a88b3a0264a4859 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a7a25ad037a3b85 &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a657aa4e5aa1417 , #a657aa4e5aa1417 a{color: rgba(255, 255, 255, 1);}#adc62a4f08adad2 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#adc62a4f08adad2 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a611da30e9a070f .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a611da30e9a070f .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3d44a7b34a6495 &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#abc9fabac1abb18 , #abc9fabac1abb18 a{color: rgba(255, 255, 255, 1);}#ab8d2add7dae480 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#ab8d2add7dae480 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#ae52fa9b8ea31eb .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#ae52fa9b8ea31eb .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a971ba3e13a244e &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a63e1a3dbcadb7c , #a63e1a3dbcadb7c a{color: rgba(82, 195, 85, 1);}#aed12af79ba463b &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9624a0a73ae524 , #a9624a0a73ae524 a{color: rgba(82, 195, 85, 1);}#a36bbaca1cad5e9 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a71edaf489a2b49 , #a71edaf489a2b49 a{color: rgba(82, 195, 85, 1);}#ac738a8b6aa552d &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acfd0a22b9a1022 , #acfd0a22b9a1022 a{color: rgba(82, 195, 85, 1);}#a6c4ba27d3a02f6 {background-color: rgba(0,0,0,0.7);}#a6c4ba27d3a02f6 &gt; .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adbd3aab41afba4 .uk-form .form-submit-btn {
  width: 340px;
}
#adbd3aab41afba4 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#adbd3aab41afba4 .submit-wrap {
  text-align: center;
}
#adbd3aab41afba4 .submit-wrap button {
  background-color: #7fbc9d;
}
#adbd3aab41afba4 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#adbd3aab41afba4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adbd3aab41afba4 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#adbd3aab41afba4 .form-item .uk-input,
#adbd3aab41afba4 .form-item .uk-select,
#adbd3aab41afba4 .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;
}
#adbd3aab41afba4 .form-item .auto-height {
  height: auto;
}
#adbd3aab41afba4 .form-item div &gt; label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#adbd3aab41afba4 .form-item .send-code {
  bottom: 0px;
}
#adbd3aab41afba4 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#adbd3aab41afba4 .uk-form-label,
#adbd3aab41afba4 .form-agree,
#adbd3aab41afba4 .uk-h3,
#adbd3aab41afba4 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac037a072ca106b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab6e0a2aa1aa14e .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a397eaf322a0fef a, #a397eaf322a0fef {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2dfaaddacace25 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-left-color: rgba(255, 255, 255, 1);}#a459ba7afea1c7a &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7d86aa9e3a0774 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aac29a471ba75e9 a {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(109, 158, 133, 1);}#a632ca19cbaf528 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa733a0377a1620 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a3b43abda5a146c &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab0aaff00a61e4 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a61bfa1203afaa5 &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#add7ca5bc7a826e , #add7ca5bc7a826e a{color: rgba(255, 255, 255, 1);}#a8420a6d03a7c28 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a8420a6d03a7c28 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a3a5ba46e1ae31e .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a3a5ba46e1ae31e .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a641fa223faddb3 &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a9269ad4c2a8b91 , #a9269ad4c2a8b91 a{color: rgba(255, 255, 255, 1);}#add9caf6aaab923 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#add9caf6aaab923 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#aa3d5aad65a2233 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#aa3d5aad65a2233 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a932aaedc7afb54 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0f35a7277acba9 , #a0f35a7277acba9 a{color: rgba(82, 195, 85, 1);}#ade89a5427a6023 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6912a64f1ae109 , #a6912a64f1ae109 a{color: rgba(82, 195, 85, 1);}#a122ca5282a6e86 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5909ad56ea4dde , #a5909ad56ea4dde a{color: rgba(82, 195, 85, 1);}#a26a0a809ea39a8 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0bb5a17ada3d5a , #a0bb5a17ada3d5a a{color: rgba(82, 195, 85, 1);}#a6c4ba27d3a02f6 {background-color: rgba(0,0,0,0.7);}#a6c4ba27d3a02f6 &gt; .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adbd3aab41afba4 .uk-form .form-submit-btn {
  width: 340px;
}
#adbd3aab41afba4 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#adbd3aab41afba4 .submit-wrap {
  text-align: center;
}
#adbd3aab41afba4 .submit-wrap button {
  background-color: #7fbc9d;
}
#adbd3aab41afba4 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#adbd3aab41afba4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adbd3aab41afba4 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#adbd3aab41afba4 .form-item .uk-input,
#adbd3aab41afba4 .form-item .uk-select,
#adbd3aab41afba4 .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;
}
#adbd3aab41afba4 .form-item .auto-height {
  height: auto;
}
#adbd3aab41afba4 .form-item div &gt; label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#adbd3aab41afba4 .form-item .send-code {
  bottom: 0px;
}
#adbd3aab41afba4 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#adbd3aab41afba4 .uk-form-label,
#adbd3aab41afba4 .form-agree,
#adbd3aab41afba4 .uk-h3,
#adbd3aab41afba4 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a43a87dda276c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8140ad5adac390 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a00eea6d04ab5bd &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1a76af7f1a5534 a, #a1a76af7f1a5534 {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#a2d1da7c6ea318c &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-left-color: rgba(255, 255, 255, 1);}#acb27adb66ab1ee &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa264ada6ea55f8 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a558fad7edaaac1 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(109, 158, 133, 1);color: #333333;}#a558fad7edaaac1 * {color: #333333 }
                            #a558fad7edaaac1 .line{border-color: #333333 }#a558fad7edaaac1  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}#ad61ba6cb1a2628 &gt; .ele-wrap {background-color: rgba(8, 8, 8, 1);background-image: url(/resources/upload/a509eaec24ad79e/1622714357639.jpeg);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a461fa5d4ea05d7 &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0.6);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aabc3aa55eacd40 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(109, 158, 133, 1);color: #333333;}#aabc3aa55eacd40 * {color: #333333 }
                            #aabc3aa55eacd40 .line{border-color: #333333 }#aabc3aa55eacd40  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}#ac945ac562a8b4f &gt; .ele-wrap {background-color: rgba(8, 8, 8, 1);background-image: url(/resources/upload/a509eaec24ad79e/1622714353966.jpeg);background-size: cover;background-position: center right;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1c28ab1f8a66b0 &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0.6);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6b28a29eea8842 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(109, 158, 133, 1);color: #333333;}#a6b28a29eea8842 * {color: #333333 }
                            #a6b28a29eea8842 .line{border-color: #333333 }#a6b28a29eea8842  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}#a8f0aa80cbaf56b &gt; .ele-wrap {background-color: rgba(8, 8, 8, 1);background-image: url(/resources/upload/a509eaec24ad79e/1622714356604.jpeg);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0964a7752a460d &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0.6);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae898a13a5a9134 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(109, 158, 133, 1);color: #333333;}#ae898a13a5a9134 * {color: #333333 }
                            #ae898a13a5a9134 .line{border-color: #333333 }#ae898a13a5a9134  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(51, 51, 51, 0.2);}#a7888a1bbca8a8b &gt; .ele-wrap {background-color: rgba(8, 8, 8, 1);background-image: url(/resources/upload/a509eaec24ad79e/1622714355614.jpeg);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7a6fa9206a138a &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0.6);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7a42a5f3da8313 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad0c3afac8abd9e &gt; .ele-wrap {background-image: url(/resources/upload/a509eaec24ad79e/1622714571570.jpeg);background-size: cover;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a828ea9795a3a94 &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#afe80af91ba8066 , #afe80af91ba8066 a{color: rgba(255, 255, 255, 1);}#ac232a667eae669 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#ac232a667eae669 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a3680a9954a7b63 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a3680a9954a7b63 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6c0ea5e74ae043 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7227ab41ba6d75 , #a7227ab41ba6d75 a{color: rgba(82, 195, 85, 1);}#a016da7d18a9568 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a788ba5b19a6d3a , #a788ba5b19a6d3a a{color: rgba(82, 195, 85, 1);}#a1a07a83cda1bbd &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a54c8ab7b5a3fc1 , #a54c8ab7b5a3fc1 a{color: rgba(82, 195, 85, 1);}#a1b7ca1511a7040 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac497ad5ddaa2f0 , #ac497ad5ddaa2f0 a{color: rgba(82, 195, 85, 1);}#a6c4ba27d3a02f6 {background-color: rgba(0,0,0,0.7);}#a6c4ba27d3a02f6 &gt; .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adbd3aab41afba4 .uk-form .form-submit-btn {
  width: 340px;
}
#adbd3aab41afba4 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#adbd3aab41afba4 .submit-wrap {
  text-align: center;
}
#adbd3aab41afba4 .submit-wrap button {
  background-color: #7fbc9d;
}
#adbd3aab41afba4 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#adbd3aab41afba4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adbd3aab41afba4 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#adbd3aab41afba4 .form-item .uk-input,
#adbd3aab41afba4 .form-item .uk-select,
#adbd3aab41afba4 .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;
}
#adbd3aab41afba4 .form-item .auto-height {
  height: auto;
}
#adbd3aab41afba4 .form-item div &gt; label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#adbd3aab41afba4 .form-item .send-code {
  bottom: 0px;
}
#adbd3aab41afba4 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#adbd3aab41afba4 .uk-form-label,
#adbd3aab41afba4 .form-agree,
#adbd3aab41afba4 .uk-h3,
#adbd3aab41afba4 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa3ddac2b1a04c1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5feaadd12a82ba .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a41c2a2074a60ab &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a509eaec24ad79e/1622441356686.jpeg);background-size: cover;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#af345a904aa380b &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe87ac957af6b9 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-left-color: rgba(255, 255, 255, 1);}#a47e0a8ae6a78cb &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa676a76d7a01e2 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: rgba(255, 255, 255, 0.2);border-radius: 25px;font-size: 20px;justify-content: center;}#aa676a76d7a01e2 .ele-wrap:hover {border-color: rgba(107, 171, 139, 1);background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a87d1a47c0a6dcf &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9740a0351a80e2 &gt; .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;}#a386daff58a2321 &gt; .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9846a8107aa930 &gt; .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4588a23aea45cf &gt; .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa207a6743a4cda &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0ce3a7d89a308f &gt; .ele-wrap {background-image: url(/resources/upload/a509eaec24ad79e/1622459187196.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1fe5a567caff94 &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#acb0aa6e38a7192 , #acb0aa6e38a7192 a{color: rgba(255, 255, 255, 1);}#a9f38a264aa4659 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a9f38a264aa4659 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#aa970a0f72aba95 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#aa970a0f72aba95 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a76bcab9b2a6109 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac2fda0ef6a746f , #ac2fda0ef6a746f a{color: rgba(82, 195, 85, 1);}#a401ca3276a15ec &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abfb9a6deca6be2 , #abfb9a6deca6be2 a{color: rgba(82, 195, 85, 1);}#aae37a9f1ea870f &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a53f5ae024aac5d , #a53f5ae024aac5d a{color: rgba(82, 195, 85, 1);}#a5be8adffda7bb4 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5c80aa6fda8860 , #a5c80aa6fda8860 a{color: rgba(82, 195, 85, 1);}#a6c4ba27d3a02f6 {background-color: rgba(0,0,0,0.7);}#a6c4ba27d3a02f6 &gt; .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adbd3aab41afba4 .uk-form .form-submit-btn {
  width: 340px;
}
#adbd3aab41afba4 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#adbd3aab41afba4 .submit-wrap {
  text-align: center;
}
#adbd3aab41afba4 .submit-wrap button {
  background-color: #7fbc9d;
}
#adbd3aab41afba4 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#adbd3aab41afba4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adbd3aab41afba4 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#adbd3aab41afba4 .form-item .uk-input,
#adbd3aab41afba4 .form-item .uk-select,
#adbd3aab41afba4 .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;
}
#adbd3aab41afba4 .form-item .auto-height {
  height: auto;
}
#adbd3aab41afba4 .form-item div &gt; label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#adbd3aab41afba4 .form-item .send-code {
  bottom: 0px;
}
#adbd3aab41afba4 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#adbd3aab41afba4 .uk-form-label,
#adbd3aab41afba4 .form-agree,
#adbd3aab41afba4 .uk-h3,
#adbd3aab41afba4 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a76d8a84eaa28cf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0a42ac602a9cfe .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ad31faace5abb4e &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-left-color: rgba(255, 255, 255, 1);}#a3315a99b5a7e4b &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d6ca05eeacc53 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: rgba(255, 255, 255, 0.2);border-radius: 25px;font-size: 20px;justify-content: center;}#a9d6ca05eeacc53 .ele-wrap:hover {border-color: rgba(107, 171, 139, 1);background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a7326a3e80a214c &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a9830adfb0ac47e &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);}#a9830adfb0ac47e  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(49, 26, 0, 0.3);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac20bae8f3a9c5a &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);}#ac20bae8f3a9c5a  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(49, 26, 0, 0.3);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a61c8a9aaca6e92 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);}#a61c8a9aaca6e92  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(49, 26, 0, 0.3);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6d67adc2dae890 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-width: 4px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-bottom-color: rgba(255, 117, 0, 1);}#a6d67adc2dae890  &gt; .ele-wrap:hover {box-shadow: 0px 0px 10px 2px rgba(49, 26, 0, 0.3);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a78b2a3fb8a4832 &gt; .ele-wrap {background-color: rgba(127, 188, 157, 1);}#a4233abfd3aee92 &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#ad43aa23a8a0e65 , #ad43aa23a8a0e65 a{color: rgba(255, 255, 255, 1);}#abe79a41fba7f98 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#abe79a41fba7f98 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#aa10aa3412aa4be .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#aa10aa3412aa4be .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7848adcdba83e7 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7373ab8cfaab70 , #a7373ab8cfaab70 a{color: rgba(82, 195, 85, 1);}#a291aa31cfa4f3d &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aca55adde8a60e8 , #aca55adde8a60e8 a{color: rgba(82, 195, 85, 1);}#a3c53ac361a92fe &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5be6ab18babcc2 , #a5be6ab18babcc2 a{color: rgba(82, 195, 85, 1);}#af9a0a2180a4de9 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b34aa609a1c2b , #a1b34aa609a1c2b a{color: rgba(82, 195, 85, 1);}#a6c4ba27d3a02f6 {background-color: rgba(0,0,0,0.7);}#a6c4ba27d3a02f6 &gt; .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adbd3aab41afba4 .uk-form .form-submit-btn {
  width: 340px;
}
#adbd3aab41afba4 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#adbd3aab41afba4 .submit-wrap {
  text-align: center;
}
#adbd3aab41afba4 .submit-wrap button {
  background-color: #7fbc9d;
}
#adbd3aab41afba4 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#adbd3aab41afba4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adbd3aab41afba4 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#adbd3aab41afba4 .form-item .uk-input,
#adbd3aab41afba4 .form-item .uk-select,
#adbd3aab41afba4 .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;
}
#adbd3aab41afba4 .form-item .auto-height {
  height: auto;
}
#adbd3aab41afba4 .form-item div &gt; label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#adbd3aab41afba4 .form-item .send-code {
  bottom: 0px;
}
#adbd3aab41afba4 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#adbd3aab41afba4 .uk-form-label,
#adbd3aab41afba4 .form-agree,
#adbd3aab41afba4 .uk-h3,
#adbd3aab41afba4 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4013ad836ac408 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a13c0a717bae4df .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a64ada38d0a97a1 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-left-color: rgba(255, 255, 255, 1);}#ab3acaf933abf47 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac99ba198fad008 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: rgba(255, 255, 255, 0.2);border-radius: 25px;font-size: 20px;justify-content: center;}#ac99ba198fad008 .ele-wrap:hover {border-color: rgba(107, 171, 139, 1);background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a90eeafb23aff82 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: rgba(255, 255, 255, 0.2);border-radius: 25px;font-size: 20px;justify-content: center;}#a90eeafb23aff82 .ele-wrap:hover {border-color: rgba(107, 171, 139, 1);background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a9470a5730a91c8 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6251a22efa64b6 .ele-wrap {border-color: rgba(127, 188, 157, 1);border-width: 1px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a6251a22efa64b6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#ab7d1a7a81ad45f &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a72e8ab07faec5f , #a72e8ab07faec5f a{color: rgba(255, 255, 255, 1);}#a2dcea2c11a77b2 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a2dcea2c11a77b2 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a54f1ae8e9aa046 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a54f1ae8e9aa046 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acb05a2037a0a1b &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2309a07a2a9dde , #a2309a07a2a9dde a{color: rgba(82, 195, 85, 1);}#a0f31a0363a58e8 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aca93ae366a30be , #aca93ae366a30be a{color: rgba(82, 195, 85, 1);}#a6e4fa59afa37d2 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ade95a1f02ad067 , #ade95a1f02ad067 a{color: rgba(82, 195, 85, 1);}#a5a07a7452abe15 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abde1a4f62abf5b , #abde1a4f62abf5b a{color: rgba(82, 195, 85, 1);}#a6c4ba27d3a02f6 {background-color: rgba(0,0,0,0.7);}#a6c4ba27d3a02f6 &gt; .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adbd3aab41afba4 .uk-form .form-submit-btn {
  width: 340px;
}
#adbd3aab41afba4 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#adbd3aab41afba4 .submit-wrap {
  text-align: center;
}
#adbd3aab41afba4 .submit-wrap button {
  background-color: #7fbc9d;
}
#adbd3aab41afba4 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#adbd3aab41afba4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adbd3aab41afba4 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#adbd3aab41afba4 .form-item .uk-input,
#adbd3aab41afba4 .form-item .uk-select,
#adbd3aab41afba4 .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;
}
#adbd3aab41afba4 .form-item .auto-height {
  height: auto;
}
#adbd3aab41afba4 .form-item div &gt; label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#adbd3aab41afba4 .form-item .send-code {
  bottom: 0px;
}
#adbd3aab41afba4 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#adbd3aab41afba4 .uk-form-label,
#adbd3aab41afba4 .form-agree,
#adbd3aab41afba4 .uk-h3,
#adbd3aab41afba4 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a916ca3fbeaaa62 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a27c5a7613a2b48 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a5897a27d9a1a8b &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-left-color: rgba(255, 255, 255, 1);}#a74cba1479a74fe &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a22a4aeaffa5f43 &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);}#aae18a8115a27ee &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(239, 239, 239, 1);border-right-color: rgba(239, 239, 239, 1);border-left-color: rgba(239, 239, 239, 1);border-top-color: rgba(239, 239, 239, 1);}#a9b8fa2ac5ac42d &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(239, 239, 239, 1);border-left-color: rgba(239, 239, 239, 1);border-bottom-color: rgba(239, 239, 239, 1);border-top-color: rgba(239, 239, 239, 1);}#a9b8fa2ac5ac42d  &gt; .ele-wrap:hover {border-bottom-style: solid;border-right-color: rgba(239, 239, 239, 1);border-left-color: rgba(239, 239, 239, 1);border-bottom-color: rgba(239, 239, 239, 1);border-top-color: rgba(239, 239, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#a0f1aa1dd9a73d5 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-left-color: rgba(255, 255, 255, 1);}#ae23fa530ba9761 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab23fa27f8af2b4 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);}#ac30fac9e4a6cc4 &gt; .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(239, 239, 239, 1);border-right-color: rgba(239, 239, 239, 1);border-left-color: rgba(239, 239, 239, 1);border-top-color: rgba(239, 239, 239, 1);}#a4405ac8e5a5dcd &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(239, 239, 239, 1);border-left-color: rgba(239, 239, 239, 1);border-bottom-color: rgba(239, 239, 239, 1);border-top-color: rgba(239, 239, 239, 1);}#a4405ac8e5a5dcd  &gt; .ele-wrap:hover {border-bottom-style: solid;border-right-color: rgba(239, 239, 239, 1);border-left-color: rgba(239, 239, 239, 1);border-bottom-color: rgba(239, 239, 239, 1);border-top-color: rgba(239, 239, 239, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-top-style: solid;}#ae307a4f24a8d4f &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab8a9a76e9a76f6 .a5adba86a9a8e78 &gt; .ele-wrap {border-left-width: 1px;border-bottom-width: 4px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(127, 188, 157, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab8a9a76e9a76f6 .a5adba86a9a8e78  &gt; .ele-wrap:hover {background-color: rgba(239, 243, 239, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab8a9a76e9a76f6 .a87f2a87b7a3515 {
  overflow: hidden;
}
#ab8a9a76e9a76f6 .a87f2a87b7a3515 , #ab8a9a76e9a76f6 .a87f2a87b7a3515 &gt; * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(127, 188, 157, 1);}#ab8a9a76e9a76f6 .a4dcaa9c0ba0add  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#ab8a9a76e9a76f6 .ab5bbabb1dabea4 .ele-wrap {border-color: #333;color: #333;border-width: 0px;border-style: solid;font-size: 14px;justify-content: center;background-color: transparent;}#ab8a9a76e9a76f6 .ab5bbabb1dabea4 .ele-wrap:hover {color: #7fbc9d;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab8a9a76e9a76f6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab8a9a76e9a76f6 .uk-position-center-left-out {
    left: -30px;
  }
  #ab8a9a76e9a76f6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8973a621aa7a83 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af061a0bf6aed57 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af061a0bf6aed57 .uk-position-center-left-out {
    left: -30px;
  }
  #af061a0bf6aed57 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a680da0bdba677d &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a7b63a9be1ae438 , #a7b63a9be1ae438 a{color: rgba(255, 255, 255, 1);}#a1146a8b53a3908 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a1146a8b53a3908 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#ad952aea45a72c7 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#ad952aea45a72c7 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a184aa2eb3ae27b &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a438fa46dbaa1b2 , #a438fa46dbaa1b2 a{color: rgba(82, 195, 85, 1);}#af7e7adbf4a6056 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a69a3a1561a879b , #a69a3a1561a879b a{color: rgba(82, 195, 85, 1);}#ab5a5a2466a57e1 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac4fda58e4a1b45 , #ac4fda58e4a1b45 a{color: rgba(82, 195, 85, 1);}#a5856ae80baba70 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a89c3a1a5fa9a86 , #a89c3a1a5fa9a86 a{color: rgba(82, 195, 85, 1);}#a6c4ba27d3a02f6 {background-color: rgba(0,0,0,0.7);}#a6c4ba27d3a02f6 &gt; .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adbd3aab41afba4 .uk-form .form-submit-btn {
  width: 340px;
}
#adbd3aab41afba4 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#adbd3aab41afba4 .submit-wrap {
  text-align: center;
}
#adbd3aab41afba4 .submit-wrap button {
  background-color: #7fbc9d;
}
#adbd3aab41afba4 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#adbd3aab41afba4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adbd3aab41afba4 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#adbd3aab41afba4 .form-item .uk-input,
#adbd3aab41afba4 .form-item .uk-select,
#adbd3aab41afba4 .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;
}
#adbd3aab41afba4 .form-item .auto-height {
  height: auto;
}
#adbd3aab41afba4 .form-item div &gt; label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#adbd3aab41afba4 .form-item .send-code {
  bottom: 0px;
}
#adbd3aab41afba4 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#adbd3aab41afba4 .uk-form-label,
#adbd3aab41afba4 .form-agree,
#adbd3aab41afba4 .uk-h3,
#adbd3aab41afba4 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adcf0afbf3a1bc7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a35afa5ccda3644 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a2a8aa04a6ace4a &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-left-color: rgba(255, 255, 255, 1);}#a1a93a5f25aa558 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8015a0ea0a6b20 &gt; .ele-wrap {background-color: rgba(127, 188, 157, 1);}#a2ce7a8cd3acd92 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeaaaa7a1baf965 .a7fd0a1ebea82ca &gt; .ele-wrap {border-left-width: 1px;border-bottom-width: 4px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(127, 188, 157, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeaaaa7a1baf965 .a7fd0a1ebea82ca  &gt; .ele-wrap:hover {background-color: rgba(239, 243, 239, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aeaaaa7a1baf965 .a86b3aeb2aab2dd {
  overflow: hidden;
}
#aeaaaa7a1baf965 .a86b3aeb2aab2dd , #aeaaaa7a1baf965 .a86b3aeb2aab2dd &gt; * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;font-family: inherit;color: rgba(127, 188, 157, 1);}#aeaaaa7a1baf965 .a9f34a4ac6a6f4e  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#aeaaaa7a1baf965 .a3e0ba6a04ac34a .ele-wrap {border-color: #333;color: #333;border-width: 0px;border-style: solid;font-size: 14px;justify-content: center;background-color: transparent;}#aeaaaa7a1baf965 .a3e0ba6a04ac34a .ele-wrap:hover {color: #7fbc9d;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aeaaaa7a1baf965 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aeaaaa7a1baf965 .uk-position-center-left-out {
    left: -30px;
  }
  #aeaaaa7a1baf965 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af574a9e8ca9f56 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#acc51a7378aa03e .a67dfac1bdab3d8 &gt; .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(243, 248, 243, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: solid;border-top-style: none;}#acc51a7378aa03e .a67dfac1bdab3d8  &gt; .ele-wrap:hover {background-color: rgba(239, 243, 239, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc51a7378aa03e .a755baefafa1df1 {
  overflow: hidden;
}
#acc51a7378aa03e .a755baefafa1df1 , #acc51a7378aa03e .a755baefafa1df1 &gt; * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;}#acc51a7378aa03e .a298da9b93a5abb  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#acc51a7378aa03e .af782ae65baa463 &gt; .ele-wrap {background-color: rgba(127, 188, 157, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc51a7378aa03e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acc51a7378aa03e .uk-position-center-left-out {
    left: -30px;
  }
  #acc51a7378aa03e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad4b4a69d9af943 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1033a65b5a35a1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1033a65b5a35a1 .uk-position-center-left-out {
    left: -30px;
  }
  #a1033a65b5a35a1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad135ae872a5064 &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a87e2a4010a388b , #a87e2a4010a388b a{color: rgba(255, 255, 255, 1);}#ac50ea5af9adca2 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#ac50ea5af9adca2 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a7dbeaa2aca3ce1 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a7dbeaa2aca3ce1 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7a05a5bd9a8bd0 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a39b1a6748aee27 , #a39b1a6748aee27 a{color: rgba(82, 195, 85, 1);}#a7262a7316a7c2b &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9886a4297ac56a , #a9886a4297ac56a a{color: rgba(82, 195, 85, 1);}#a25beaad55a2561 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9da0a4310a7251 , #a9da0a4310a7251 a{color: rgba(82, 195, 85, 1);}#a3caba9d99ac99c &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4bdaa6fe2ab3c3 , #a4bdaa6fe2ab3c3 a{color: rgba(82, 195, 85, 1);}#a6c4ba27d3a02f6 {background-color: rgba(0,0,0,0.7);}#a6c4ba27d3a02f6 &gt; .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adbd3aab41afba4 .uk-form .form-submit-btn {
  width: 340px;
}
#adbd3aab41afba4 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#adbd3aab41afba4 .submit-wrap {
  text-align: center;
}
#adbd3aab41afba4 .submit-wrap button {
  background-color: #7fbc9d;
}
#adbd3aab41afba4 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#adbd3aab41afba4 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#adbd3aab41afba4 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#adbd3aab41afba4 .form-item .uk-input,
#adbd3aab41afba4 .form-item .uk-select,
#adbd3aab41afba4 .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;
}
#adbd3aab41afba4 .form-item .auto-height {
  height: auto;
}
#adbd3aab41afba4 .form-item div &gt; label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#adbd3aab41afba4 .form-item .send-code {
  bottom: 0px;
}
#adbd3aab41afba4 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#adbd3aab41afba4 .uk-form-label,
#adbd3aab41afba4 .form-agree,
#adbd3aab41afba4 .uk-h3,
#adbd3aab41afba4 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab8a6a1edaae5e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1d4a18d8a2452 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a51bfa3f68a3a2f &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac2e9afea2aeaaf {
  overflow: hidden;
  pointer-events: none;
}
#ac2e9afea2aeaaf &gt; .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac2e9afea2aeaaf &gt; .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ac2e9afea2aeaaf &gt; .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac2e9afea2aeaaf &gt; .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac2e9afea2aeaaf &gt; .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ac2e9afea2aeaaf &gt; .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac2e9afea2aeaaf &gt; .tab-wrap &gt; div &gt; .tab-nav,
#ac2e9afea2aeaaf &gt; .tab-nav,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac2e9afea2aeaaf &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#ac2e9afea2aeaaf &gt; .tab-nav-horizontal,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac2e9afea2aeaaf &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#ac2e9afea2aeaaf &gt; .tab-nav-horizontal::-webkit-scrollbar,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal::-webkit-scrollbar,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac2e9afea2aeaaf &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#ac2e9afea2aeaaf &gt; .tab-nav-horizontal.tagScroll,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ac2e9afea2aeaaf &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#ac2e9afea2aeaaf &gt; .tab-nav-horizontal.tagScroll li a,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav-horizontal.tagScroll li a,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac2e9afea2aeaaf &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#ac2e9afea2aeaaf &gt; .tab-nav a,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav a,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-nav a {
  padding: 0 40px;
}
#ac2e9afea2aeaaf &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#ac2e9afea2aeaaf &gt; .tab-nav li a,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
  margin-top: 10px;
  margin-right: 0;
  border-bottom-width: 1px;
  border-bottom-color: #ebebeb;
  border-bottom-style: solid;
  padding: 0 40px;
}
#ac2e9afea2aeaaf &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#ac2e9afea2aeaaf &gt; .tab-nav li a svg,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a svg,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac2e9afea2aeaaf &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#ac2e9afea2aeaaf &gt; .tab-nav li a .ap_icon,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a .ap_icon,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac2e9afea2aeaaf &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#ac2e9afea2aeaaf &gt; .tab-nav li a:hover,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li a:hover,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#ac2e9afea2aeaaf &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#ac2e9afea2aeaaf &gt; .tab-nav li.uk-active a,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-wrap &gt; div &gt; .tab-nav li.uk-active a,
#ac2e9afea2aeaaf &gt; .tab-tabs &gt; .tab-nav li.uk-active a {
  background-color: #6d9e85;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#ac2e9afea2aeaaf .layout-left li,
#ac2e9afea2aeaaf .layout-center li,
#ac2e9afea2aeaaf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac2e9afea2aeaaf .layout-left li a,
#ac2e9afea2aeaaf .layout-center li a,
#ac2e9afea2aeaaf .layout-right li a {
  height: 100%;
}
#ac2e9afea2aeaaf &gt; .tab-tabs .layout-left {
  text-align: left;
}
#ac2e9afea2aeaaf &gt; .tab-tabs .layout-center {
  text-align: center;
}
#ac2e9afea2aeaaf &gt; .tab-tabs .layout-right {
  text-align: right;
}
#ac2e9afea2aeaaf .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ac2e9afea2aeaaf .tab-content-wrap {
  background-color: #f3f8f3;
}
#ac2e9afea2aeaaf .tab-contents,
#ac2e9afea2aeaaf .tab-contents-wrap {
  pointer-events: none;
}
#ac2e9afea2aeaaf .tab-content,
#ac2e9afea2aeaaf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac2e9afea2aeaaf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac2e9afea2aeaaf .tab-wrap .tab-contents {
  height: 100%;
}
#ac2e9afea2aeaaf .tab-wrap &gt; div {
  height: 100%;
  overflow-y: auto;
}
#ac2e9afea2aeaaf .tab-wrap.child-reverse &gt; :first-child {
  order: 1;
}
#ac2e9afea2aeaaf .tab-wrap.child-reverse &gt; :last-child {
  order: -1;
}
#a4ac7a4cdaa93cd a, #a4ac7a4cdaa93cd {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);letter-spacing: 1px;}#aeed4af6e1abb39 &gt; .ele-wrap {background-color: rgba(176, 209, 247, 0);border-left-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-left-color: rgba(255, 255, 255, 1);}#aa994a49e3aafe6 &gt; .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac333ad790aa2ab &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a200aabac4a366b , #a200aabac4a366b a{color: rgba(255, 255, 255, 1);}#a9750acd97acc17 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a9750acd97acc17 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#ab0c8ac0c8ad0da .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#ab0c8ac0c8ad0da .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a08cba9ba8a3b3c &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0419ab6e0ac0ec , #a0419ab6e0ac0ec a{color: rgba(82, 195, 85, 1);}#aeec4af77aaec24 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9ea7a2114addb9 , #a9ea7a2114addb9 a{color: rgba(82, 195, 85, 1);}#ab16eaa199ae1cd &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a48c0aa18baa931 , #a48c0aa18baa931 a{color: rgba(82, 195, 85, 1);}#aa9fdab077a4009 &gt; .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a900ca237da7bbe , #a900ca237da7bbe a{color: rgba(82, 195, 85, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4ba4a6df6aaca8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab6e4ab640a9578 {
  min-height: 90vh;
  /* mobile */
}
#ab6e4ab640a9578 .search-highlight {
  background: yellow;
}
#ab6e4ab640a9578 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#ab6e4ab640a9578 .el-title {
  margin-bottom: 20px;
}
#ab6e4ab640a9578 .el-item:hover .el-title {
  color: #000000;
}
#ab6e4ab640a9578 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#ab6e4ab640a9578 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#ab6e4ab640a9578 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#ab6e4ab640a9578 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#ab6e4ab640a9578 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#ab6e4ab640a9578 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #ab6e4ab640a9578 .el-title {
    margin-bottom: 0;
  }
  #ab6e4ab640a9578 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #ab6e4ab640a9578 .category {
    font-size: 12px;
  }
  #ab6e4ab640a9578 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4260a818dab295 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#afdc8ac55dae43c &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a155eae691a6ff3 , #a155eae691a6ff3 a{color: rgba(255, 255, 255, 1);}#a27dba687aa7b71 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a27dba687aa7b71 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a084ea02fba6ec5 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a084ea02fba6ec5 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4ba4a6df6aaca8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1853aad8faf2de {
  /* 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------------------------*/
}
#a1853aad8faf2de * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a1853aad8faf2de .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a1853aad8faf2de .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a1853aad8faf2de .error .clip:nth-of-type(1) .shadow,
#a1853aad8faf2de .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a1853aad8faf2de .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a1853aad8faf2de .error h2 {
  font-size: 32px;
}
#a1853aad8faf2de .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a1853aad8faf2de .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a1853aad8faf2de .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a1853aad8faf2de .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a1853aad8faf2de .error .clip .shadow {
  overflow: hidden;
}
#a1853aad8faf2de .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);
}
#a1853aad8faf2de .error .clip:nth-of-type(3) .shadow:after,
#a1853aad8faf2de .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%;
}
#a1853aad8faf2de .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a1853aad8faf2de .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a1853aad8faf2de .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a1853aad8faf2de .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a1853aad8faf2de .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a1853aad8faf2de .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a1853aad8faf2de .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a1853aad8faf2de .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a1853aad8faf2de {
    /* Error Page */
    /* Error Page */
  }
  #a1853aad8faf2de .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a1853aad8faf2de .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a1853aad8faf2de .error .clip:nth-of-type(1) .shadow,
  #a1853aad8faf2de .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a1853aad8faf2de .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a1853aad8faf2de .error h2 {
    font-size: 24px;
  }
  #a1853aad8faf2de .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a1853aad8faf2de .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a1853aad8faf2de .error .container-error-404 {
    height: 150px;
  }
}
#a1853aad8faf2de .overlay {
  position: relative;
  z-index: 20;
}
#a1853aad8faf2de .ground-color {
  background: white;
}
#a1853aad8faf2de .item-bg-color {
  background: #EAEAEA;
}
#a1853aad8faf2de .padding-top {
  padding-top: 10px;
}
#a1853aad8faf2de .padding-bottom {
  padding-bottom: 10px;
}
#a1853aad8faf2de .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a1853aad8faf2de .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a1853aad8faf2de .padding-all {
  padding: 10px;
}
#a1853aad8faf2de .no-padding-left {
  padding-left: 0px;
}
#a1853aad8faf2de .no-padding-right {
  padding-right: 0px;
}
#a1853aad8faf2de .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a1853aad8faf2de .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a1853aad8faf2de .no-padding {
  padding: 0px;
}
#a1853aad8faf2de .margin-top {
  margin-top: 10px;
}
#a1853aad8faf2de .margin-bottom {
  margin-bottom: 10px;
}
#a1853aad8faf2de .margin-right {
  margin-right: 10px;
}
#a1853aad8faf2de .margin-left {
  margin-left: 10px;
}
#a1853aad8faf2de .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a1853aad8faf2de .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a1853aad8faf2de .margin-all {
  margin: 10px;
}
#a1853aad8faf2de .no-margin {
  margin: 0px;
}
#a1853aad8faf2de .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a1853aad8faf2de .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a1853aad8faf2de .inside-col-shrink {
  margin: 0px 20px;
}
#a1853aad8faf2de hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8711a3ee3aeafd .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#afdc8ac55dae43c &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a155eae691a6ff3 , #a155eae691a6ff3 a{color: rgba(255, 255, 255, 1);}#a27dba687aa7b71 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a27dba687aa7b71 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a084ea02fba6ec5 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a084ea02fba6ec5 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4ba4a6df6aaca8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8c13a58f0ae0a7 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a8c13a58f0ae0a7 .switch_item {
  margin-right: 10px;
}
#a8c13a58f0ae0a7 a.switch_item:hover {
  text-decoration: underline;
}
#a8c13a58f0ae0a7 .slider {
  width: 420px;
  height: 600px;
}
#a8c13a58f0ae0a7 .uk-slideshow-items {
  height: 100%;
}
#a8c13a58f0ae0a7 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a8c13a58f0ae0a7 .login-wrap {
  width: 100%;
  height: 100%;
}
#a8c13a58f0ae0a7 .uk-dotnav &gt; * &gt; * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a8c13a58f0ae0a7 .uk-dotnav &gt; .uk-active &gt; * {
  border-color: #0076fe;
  background: #0076fe;
}
#a8c13a58f0ae0a7 .phone-login-box {
  margin: 40px auto 40px;
}
#a8c13a58f0ae0a7 .login-header {
  margin-bottom: 24px;
}
#a8c13a58f0ae0a7 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a8c13a58f0ae0a7 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a8c13a58f0ae0a7 .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;
}
#a8c13a58f0ae0a7 .forget_password {
  cursor: pointer;
}
#a8c13a58f0ae0a7 .forget_password:hover {
  color: #7fbc9d;
}
#a8c13a58f0ae0a7 .input-item input.error,
#a8c13a58f0ae0a7 .input-item input.error::placeholder {
  color: #fc4343;
}
#a8c13a58f0ae0a7 .input-item input::placeholder {
  color: #999;
}
#a8c13a58f0ae0a7 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a8c13a58f0ae0a7 .form-item {
  margin: 24px 0;
}
#a8c13a58f0ae0a7 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a8c13a58f0ae0a7 .send-code {
  float: left;
  margin-left: 20px;
}
#a8c13a58f0ae0a7 .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;
}
#a8c13a58f0ae0a7 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a8c13a58f0ae0a7 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a8c13a58f0ae0a7 .login_btn_wrap {
  text-align: center;
}
#a8c13a58f0ae0a7 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a8c13a58f0ae0a7 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a8c13a58f0ae0a7 .input-item .pwd-toggle:hover {
  color: currentColor;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4459a35ada432c .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#afdc8ac55dae43c &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a155eae691a6ff3 , #a155eae691a6ff3 a{color: rgba(255, 255, 255, 1);}#a27dba687aa7b71 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a27dba687aa7b71 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a084ea02fba6ec5 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a084ea02fba6ec5 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4ba4a6df6aaca8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a16c9a4343ad66f .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a16c9a4343ad66f .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a16c9a4343ad66f .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a16c9a4343ad66f .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a16c9a4343ad66f .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a16c9a4343ad66f .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a16c9a4343ad66f .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a16c9a4343ad66f .nav-list {
  padding: 0 20px;
}
#a16c9a4343ad66f .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;
}
#a16c9a4343ad66f .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a16c9a4343ad66f .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a16c9a4343ad66f .order-item:hover {
  background: #f7f7f7;
}
#a16c9a4343ad66f .del-order {
  cursor: pointer;
}
#a16c9a4343ad66f .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a16c9a4343ad66f .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a16c9a4343ad66f .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a16c9a4343ad66f .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a16c9a4343ad66f .goods-item .goods-info {
  padding: 0 15px;
}
#a16c9a4343ad66f .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a16c9a4343ad66f .appoint-time {
  margin-bottom: 4px;
}
#a16c9a4343ad66f .appoint-name {
  color: #333;
  font-size: 14px;
}
#a16c9a4343ad66f .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a16c9a4343ad66f .goods-item .goods-name {
  color: #333;
}
#a16c9a4343ad66f .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a16c9a4343ad66f .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a16c9a4343ad66f .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a16c9a4343ad66f .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a16c9a4343ad66f .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a16c9a4343ad66f .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;
}
#a16c9a4343ad66f .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a16c9a4343ad66f .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a16c9a4343ad66f .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a16c9a4343ad66f .setting-form {
  padding: 30px 20px;
}
#a16c9a4343ad66f .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a16c9a4343ad66f .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a16c9a4343ad66f .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a16c9a4343ad66f .setting-form .setting-btns {
  margin-left: 130px;
}
#a16c9a4343ad66f .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a16c9a4343ad66f .setting-wrap {
  position: relative;
}
#a16c9a4343ad66f .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a16c9a4343ad66f .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a16c9a4343ad66f .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a16c9a4343ad66f .address-wrap {
  padding: 30px 20px;
}
#a16c9a4343ad66f .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a16c9a4343ad66f .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a16c9a4343ad66f .addr-list {
  min-height: 200px;
}
#a16c9a4343ad66f .addr-detail .addr-item-name,
#a16c9a4343ad66f .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;
}
#a16c9a4343ad66f .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a16c9a4343ad66f .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a16c9a4343ad66f .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a16c9a4343ad66f .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a16c9a4343ad66f .add-addr {
  height: 32px;
  line-height: 30px;
}
#a16c9a4343ad66f .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;
}
#a16c9a4343ad66f .publish-item {
  cursor: default;
  min-height: 120px;
}
#a16c9a4343ad66f .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a16c9a4343ad66f .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a16c9a4343ad66f .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #7fbc9d;
}
#a16c9a4343ad66f .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9d05af68ca55e7 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#afdc8ac55dae43c &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a155eae691a6ff3 , #a155eae691a6ff3 a{color: rgba(255, 255, 255, 1);}#a27dba687aa7b71 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a27dba687aa7b71 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a084ea02fba6ec5 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a084ea02fba6ec5 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4ba4a6df6aaca8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac35aabfcbae7bf {
  min-height: 90vh;
  /* mobile */
}
#ac35aabfcbae7bf .search-highlight {
  background: yellow;
}
#ac35aabfcbae7bf .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#ac35aabfcbae7bf .el-title {
  margin-bottom: 20px;
}
#ac35aabfcbae7bf .el-item:hover .el-title {
  color: #000000;
}
#ac35aabfcbae7bf .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#ac35aabfcbae7bf .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#ac35aabfcbae7bf .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#ac35aabfcbae7bf .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#ac35aabfcbae7bf .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#ac35aabfcbae7bf .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #ac35aabfcbae7bf .el-title {
    margin-bottom: 0;
  }
  #ac35aabfcbae7bf .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #ac35aabfcbae7bf .category {
    font-size: 12px;
  }
  #ac35aabfcbae7bf .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a480bac253a27d7 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#afdc8ac55dae43c &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a155eae691a6ff3 , #a155eae691a6ff3 a{color: rgba(255, 255, 255, 1);}#a27dba687aa7b71 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a27dba687aa7b71 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a084ea02fba6ec5 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a084ea02fba6ec5 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4ba4a6df6aaca8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a06dcaeb11a3c09 .comment-detail {
  min-height: 600px;
}
#a06dcaeb11a3c09 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a06dcaeb11a3c09 table th,
#a06dcaeb11a3c09 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a06dcaeb11a3c09 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a06dcaeb11a3c09 .red {
  color: #F00!important;
}
#a06dcaeb11a3c09 .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;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5a0ba3fe1ac767 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aff61a043aa2c50 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aff61a043aa2c50 .menu-list &gt; li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 67px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li &gt; a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aff61a043aa2c50 .menu-list &gt; li.active &gt; a:before,
#aff61a043aa2c50 .menu-list &gt; li:hover &gt; a:before {
  width: 100%;
  background-color: currentColor;
}
#aff61a043aa2c50 .menu-list &gt; li ul li {
  position: relative;
}
#aff61a043aa2c50 .menu-list &gt; li ul li:hover &gt; a {
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list &gt; 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: rgba(3, 3, 3, 0.3);
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aff61a043aa2c50 .menu-list li ul li:hover &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul li a:active,
#aff61a043aa2c50 .menu-list li ul li a.active,
#aff61a043aa2c50 .menu-list li ul li.active &gt; a {
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #7fbc9d;
}
#aff61a043aa2c50 .menu-list li ul,
#aff61a043aa2c50 .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: rgba(3, 3, 3, 0.3);
}
#aff61a043aa2c50 .menu-list li ul.menu-b &gt; li,
#aff61a043aa2c50 .menu-list li ul li ul.menu-b &gt; li {
  display: inline-block;
}
#aff61a043aa2c50 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aff61a043aa2c50 .menu-list li:hover &gt; ul {
  display: block;
}
#aff61a043aa2c50 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6efa5f1aa4304 .site-language-menu a {
  font-size: 13;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#af6efa5f1aa4304 .site-language-menu a:hover {
  color: #ffffff;
}
#af6efa5f1aa4304 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#af6efa5f1aa4304 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#af6efa5f1aa4304 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#af6efa5f1aa4304 .uk-dropdown li a:hover {
  color: #222;
}
#af6efa5f1aa4304 .uk-dropdown li:last-child {
  border-bottom: none;
}
#afdc8ac55dae43c &gt; .ele-wrap {background-color: rgba(0, 0, 0, 0);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: solid;border-bottom-color: rgba(255, 255, 255, 0.2);border-right-color: rgba(255, 255, 255, 0.2);border-left-color: rgba(255, 255, 255, 0.2);border-top-color: rgba(255, 255, 255, 0.2);}#a155eae691a6ff3 , #a155eae691a6ff3 a{color: rgba(255, 255, 255, 1);}#a27dba687aa7b71 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a27dba687aa7b71 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}#a084ea02fba6ec5 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #7fbc9d;background-color: rgba(255, 255, 255, 1);border-radius: 25px;font-size: 16px;justify-content: center;}#a084ea02fba6ec5 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #ffffff;background-color: rgba(107, 171, 139, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
</pre></body></html>