.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f6ecd;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #0f6ecd;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #4a90e2;
  text-shadow: none;
}
::selection {
  background: #4a90e2;
  text-shadow: none;
}
/* ========================================================================
     Component: Link
   ========================================================================== */
/* Muted
   ========================================================================== */
a.uk-link-muted,
.uk-link-muted a {
  color: #999999;
}
a.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #666;
}
/* Text
   ========================================================================== */
/*
   * `!important` needed to override inverse component
   */
a.uk-link-text:not(:hover),
.uk-link-text a:not(:hover) {
  color: inherit !important;
}
a.uk-link-text:hover,
.uk-link-text a:hover {
  color: #999999;
}
/* Hero
   ========================================================================== */
/*
   * 1. Using `inline-block` to make it work with text alignment
   * 2. Center vertically
   * 3. Style
   */
.uk-heading-bullet::before {
  content: "";
  border-left: 4px solid #4a90e2;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #4a90e2;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #4a90e2;
  outline: none;
}
/*
   * Button
   * 1. Center icon vertically and horizontally
   */
.uk-icon-button {
  background: #ffffff;
}
/* Hover + Focus */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #ffffff;
  color: #4a90e2;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #4a90e2;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #4a90e2;
  border-color: transparent;
}
/* Label
   ========================================================================== */
/* Icons
   ========================================================================== */
.uk-form-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-form-icon:hover {
  color: #666;
}
/* OnClick + Active */
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-button-default {
  background-color: #ffffff;
}
/* Hover + Focus */
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: #4a90e2;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #4a90e2;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #4a90e2;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #222222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #4a90e2;
  color: #ffffff;
  border-color: #4a90e2;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #4a90e2;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #1e87f0;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #4a90e2;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #4a90e2;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222222;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #4a90e2;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222222;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #4a90e2;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222222;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #4a90e2;
}
/*
   * Success
   */
.uk-alert-success {
  background: #ffffff;
  color: #32d296;
}
/*
   * Warning
   */
.uk-alert-warning {
  background: #ffffff;
  color: #faa05a;
}
/*
   * Danger
   */
.uk-alert-danger {
  background: #ffffff;
  color: #f0506e;
}
/* ========================================================================
     Component: Badge
   ========================================================================== */
/*
   * 1. Style
   * 2. Center child vertically and horizontally
   */
.uk-badge {
  /* 1 */
  background: #4a90e2;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #4a90e2;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #4a90e2;
  background-color: transparent;
}
/* Active */
.uk-nav-default > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-default .uk-nav-sub a {
  color: #999999;
}
.uk-nav-default .uk-nav-sub a:hover,
.uk-nav-default .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Items
   */
.uk-nav-primary > li > a {
  line-height: 1.5;
  color: #999999;
}
/* Hover + Focus */
.uk-nav-primary > li > a:hover,
.uk-nav-primary > li > a:focus {
  color: #4a90e2;
}
/* Active */
/*
   * Header
   */
/*
   * Sublists
   */
.uk-nav-primary .uk-nav-sub a {
  color: #999999;
}
.uk-nav-primary .uk-nav-sub a:hover,
.uk-nav-primary .uk-nav-sub a:focus {
  color: #666;
}
/*
   * Nav items
   */
.uk-navbar-nav > li > a {
  color: #666;
}
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/*
   * Hover
   * Apply hover style also to focus state and if dropdown is opened
   */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
  color: #4a90e2;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #4a90e2;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #4a90e2;
}
/* Dropdown
   ========================================================================== */
/*
   * Adopts `uk-dropdown`
   * 1. Hide by default
   * 2. Set position
   * 3. Set a default width
   * 4. Style
   */
.uk-navbar-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-navbar-dropdown-nav > li > a {
  color: #999999;
  padding: 5px 0;
}
/* Hover + Focus */
.uk-navbar-dropdown-nav > li > a:hover,
.uk-navbar-dropdown-nav > li > a:focus {
  color: #4a90e2;
  background-color: transparent;
}
/* Active */
/*
   * Sublists
   */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover,
.uk-navbar-dropdown-nav .uk-nav-sub a:focus {
  color: #666;
}
/* Dropbar
   ========================================================================== */
.uk-navbar-dropbar {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * Using `:first-child` instead of `a` to support `span` elements for text
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-subnav > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav > * > a:hover,
.uk-subnav > * > a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
/* Active */
/* Pill modifier
   ========================================================================== */
.uk-subnav-pill > * > :first-child {
  color: #999999;
}
/* Hover + Focus */
.uk-subnav-pill > * > a:hover,
.uk-subnav-pill > * > a:focus {
  background-color: #ffffff;
  color: #666;
}
/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #ffffff;
}
/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #4a90e2;
  color: #ffffff;
}
/* Disabled
   * The same for all style modifiers
   ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
.uk-breadcrumb > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-breadcrumb > * > :hover,
.uk-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
/* Disabled */
.uk-breadcrumb > .uk-disabled > * {
  color: #999999;
}
/* Active */
/* Items
   ========================================================================== */
/*
   * 1. Prevent gap if child element is `inline-block`, e.g. an icon
   * 2. Style
   */
.uk-pagination > * > * {
  color: #999999;
}
/* Hover + Focus */
.uk-pagination > * > :hover,
.uk-pagination > * > :focus {
  background-color: #ffffff;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #4a90e2;
  background-color: transparent;
}
/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999999;
  background-color: transparent;
}
/* Items
   ========================================================================== */
/*
   * Items must target `a` elements to exclude other elements (e.g. dropdowns)
   * 1. Center text if a width is set
   * 2. Style
   */
.uk-tab > * > a {
  color: #999999;
}
/* Hover + Focus */
.uk-tab > * > a:hover,
.uk-tab > * > a:focus {
  color: #666;
  text-decoration: none;
  border-color: transparent;
}
/* Active */
.uk-tab > .uk-active > a {
  border-color: #4a90e2;
}
/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999999;
}
/* Items
   ========================================================================== */
/* Hover + Focus */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background-color: rgba(248, 108, 74, 0.4);
  outline: none;
  border-color: transparent;
}
/* OnClick */
.uk-dotnav > * > :active {
  background-color: #4a90e2;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #4a90e2;
  border-color: transparent;
}
/* ========================================================================
     Component: Dropdown
   ========================================================================== */
.uk-dropdown {
  background: #ffffff;
  color: #666;
}
/*
   * Items
   */
.uk-dropdown-nav > li > a {
  color: #999999;
}
/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  background-color: transparent;
}
/*
   * Header
   */
.uk-dropdown-nav .uk-nav-header {
  color: #4a90e2;
}
/*
   * Sublists
   */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus {
  color: #4a90e2;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f8f8f8;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #4a90e2;
}
/*
   * Success
   */
.uk-notification-message-success {
  color: #32d296;
}
/*
   * Warning
   */
.uk-notification-message-warning {
  color: #faa05a;
}
/*
   * Danger
   */
.uk-notification-message-danger {
  color: #f0506e;
}
/* ========================================================================
     Component: Tooltip
   ========================================================================== */
.uk-tooltip {
  /* 4 */
  background: #4a90e2;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #4a90e2;
}
.uk-progress::-moz-progress-bar {
  background-color: #4a90e2;
}
.uk-progress::-ms-fill {
  background-color: #4a90e2;
}
/* ========================================================================
     Component: Text
   ========================================================================== */
/* Style modifiers
   ========================================================================== */
.uk-text-meta {
  color: #999999;
}
.uk-text-meta a {
  color: #999999;
}
.uk-text-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Size modifiers
   ========================================================================== */
.uk-text-small {
  font-size: 12px;
  line-height: 1.5;
}
.uk-text-large {
  font-size: 20px;
  line-height: 1.5;
}
/* Weight modifier
   ========================================================================== */
.uk-text-bold {
  font-weight: bolder;
}
/* Transform modifier
   ========================================================================== */
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
/* Color modifiers
   ========================================================================== */
.uk-text-muted {
  color: #999999 !important;
}
.uk-text-primary {
  color: #4a90e2 !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #faa05a !important;
}
.uk-text-danger {
  color: #f0506e !important;
}
/* Background modifier */
.uk-text-background {
  color: #4a90e2 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #4a90e2;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #4a90e2;
}
.uk-background-secondary {
  background-color: #222222;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  color: #333;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #4a90e2;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.ap-toolbar .uk-button-default:active,
.ap-toolbar .uk-button-default.uk-active {
  background-color: #4a90e2;
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.ap-toolbar .uk-button-primary {
  background-color: #4a90e2;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #4a90e2;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(34, 34, 34, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #4a90e2;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #4a90e2;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: transparent;
}
.uk-navbar-sticky {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}
.uk-navbar-nav > li > a::before {
  content: '';
  display: none;
  position: absolute;
  bottom: 24px;
  height: 1px;
  background-color: #00a0de;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-property: background-color, border-color, box-shadow, height, right;
  transition-property: background-color, border-color, box-shadow, height, right;
  left: 15px;
  right: calc(77%);
}
.category .uk-pagination li.uk-active,
.ap-pagination li.uk-active,
.dynamic-pagination li.uk-active,
.category .uk-pagination li.active,
.ap-pagination li.active,
.dynamic-pagination li.active {
  background-color: #4a90e2;
  border-color: #4a90e2;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #4a90e2;
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
/* mobile */
@media (max-width: 640px) {
  .uk-padding {
    padding: 14px;
  }
  .uk-padding-small {
    padding: 12px 15px 8px;
  }
  * + .uk-margin-medium {
    margin-top: 12px !important;
  }
  .uk-margin-medium {
    margin-bottom: 16px;
  }
  .uk-button {
    padding: 0 12px;
    line-height: 30px;
  }
  .uk-card-default .uk-card-title,
  .uk-card-title {
    font-size: 1rem;
  }
  .uk-card-body {
    padding: 10px;
  }
  .uk-tile-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .uk-heading-primary,
  .uk-heading-hero,
  .uk-h1,
  h1 {
    font-size: 1.75rem;
  }
  .uk-h2,
  h2 {
    font-size: 1.25rem;
  }
  .uk-h3,
  h3 {
    font-size: 1.125rem;
  }
  .uk-h4,
  h4 {
    font-size: .875rem;
  }
  .uk-h5,
  h5,
  .uk-h6,
  h6 {
    font-size: .75rem;
  }
  .uk-margin {
    margin-bottom: 14px;
  }
  * + .uk-margin {
    margin-top: 14px!important;
  }
  .uk-grid {
    margin-left: -6px;
  }
  .uk-grid > * {
    padding-left: 6px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 12px;
  }
  .uk-grid + .uk-grid-collapse,
  .uk-grid-collapse > .uk-grid-margin {
    margin-top: 0;
  }
  .uk-grid-collapse > * {
    padding-left: 0;
  }
  .uk-grid-collapse {
    margin-left: 0;
  }
  .uk-card-small .uk-card-body,
  .uk-card-small.uk-card-body {
    padding: 6px;
  }
  .uk-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .uk-section-xsmall {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .uk-section-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .uk-margin-large-top {
    margin-top: 26px !important;
  }
  .uk-margin-large {
    margin-bottom: 26px;
  }
  .ap-pagination li,
  .dynamic-pagination li {
    height: 24px;
  }
  .dynamic-pagination li a {
    padding: 0 2px;
    line-height: 24px;
    min-width: 24px;
    font-size: 12px;
  }
}
.preview .uk-section-secondary .uk-button-primary:hover {
  background-color: #2275d7;
}
.ap-list-filter dd a.active {
  background-color: #4a90e2;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #4a90e2;
}
.category li a.active {
  color: #4a90e2;
}
.uk-lightbox-items > * > video {
  width: 80%;
}
/* 兼容uk-heading-primary */
@media (min-width: 1200px) {
  .uk-heading-primary {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}
.uk-list ul {
  padding-left: 10px;
}
.onepage-pagination li a.active:before {
  background: #4a90e2;
}
.fr-text-bordered {
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.fr-text-uppercase {
  text-transform: uppercase;
}
.param-field .param-tag {
  color: #4a90e2;
  border: 1px solid rgba(74, 144, 226, 0.2);
}
form .step .step-bg-progress,
form .add-file .file-btn,
form .step-btns a,
form .step .ui-step.active .ui-step-num {
  background: #4a90e2;
}
form .step .ui-step.active .ui-step-title {
  color: #4a90e2;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #4a90e2;
  background-color: #4a90e2;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #4a90e2;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #4a90e2;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #4a90e2;
  color: #4a90e2;
}
.btn-effect-2:hover {
  background-color: #4a90e2;
}
.uk-button.btn-effect-5 {
  background-color: #4a90e2;
  box-shadow: 0 0 15px rgba(74, 144, 226, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #4a90e2;
}
.header-effect-6 [data-item='title']::before {
  background-color: #4a90e2;
}
#afb6fa9469a6463 .logged {
  display: none;
}
#afb6fa9469a6463 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#afb6fa9469a6463 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afb6fa9469a6463 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#afb6fa9469a6463 .quick-menus > li:last-child::after {
  content: '';
}
#afb6fa9469a6463 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#afb6fa9469a6463 .site-header {
  height: 80px;
}
#afb6fa9469a6463 .uk-navbar-item,
#afb6fa9469a6463 .uk-navbar-nav > li > a,
#afb6fa9469a6463 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a90e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#afb6fa9469a6463 .uk-navbar-nav > li > a:hover::before,
#afb6fa9469a6463 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#afb6fa9469a6463 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li.active > a {
  color: #4a90e2;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#afb6fa9469a6463 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#afb6fa9469a6463 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#afb6fa9469a6463 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afb6fa9469a6463 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#afb6fa9469a6463 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#afb6fa9469a6463 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#afb6fa9469a6463 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#afb6fa9469a6463 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a90e2;
}
#afb6fa9469a6463 .site-pc-navbar {
  background: #fff;
}
#afb6fa9469a6463 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#afb6fa9469a6463 .logo {
  display: inline-block;
}
#afb6fa9469a6463 .menu-list {
  justify-content: center;
}
#afb6fa9469a6463 .submenu-items {
  display: inline-block;
}
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child svg,
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#aff97a31bbab799 form {
  width: 100%;
  height: 100%;
}
#aff97a31bbab799 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#aff97a31bbab799 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#aff97a31bbab799 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#aff97a31bbab799 .search-box .search-type.show {
  display: block;
}
#aff97a31bbab799 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #d9f1e3;
  cursor: pointer;
  padding: 0 18px;
}
#aff97a31bbab799 .search-box .search-type li:hover {
  color: #00ad5f;
}
#aff97a31bbab799 .search-box .search-type li.active {
  color: #00ad5f;
}
#aff97a31bbab799 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #d9f1e3;
  overflow: hidden;
}
#aff97a31bbab799 .inner-form .input-field {
  height: 100%;
}
#aff97a31bbab799 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#aff97a31bbab799 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#aff97a31bbab799 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#aff97a31bbab799 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#aff97a31bbab799 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#aff97a31bbab799 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #d9f1e3;
  position: relative;
}
#aff97a31bbab799 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#aff97a31bbab799 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#aff97a31bbab799 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#aff97a31bbab799 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #00ad5f;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#aff97a31bbab799 .btn-search:hover {
  background: #00ad5f;
}
#aff97a31bbab799 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
.cd-accordion-menu {
  width: 100%;
}
.cd-accordion-menu ul {
  display: none;
}
.cd-accordion-menu li {
  user-select: none;
}
.cd-accordion-menu input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label,
.cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 15px 0 15px 32px;
  background: #4d5158;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}
.no-touch .cd-accordion-menu label:hover,
.no-touch .cd-accordion-menu a:hover {
  background: #52565d;
}
.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu label > svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  transform-origin: center center;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.cd-accordion-menu input[type="checkbox"]:checked + label > svg {
  transform: translateY(-50%) rotate(90deg);
}
.cd-accordion-menu input[type="checkbox"]:checked + label + ul,
.cd-accordion-menu input[type="checkbox"]:checked + label:nth-of-type(n) + ul {
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  background: #35383d;
  box-shadow: inset 0 -1px #2c2e32;
  padding-left: 56px;
}
.no-touch .cd-accordion-menu ul label:hover,
.no-touch .cd-accordion-menu ul a:hover {
  background: #3c3f45;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label > svg {
  left: 36px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 80px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 98px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
#ad325ad9c8a774f .cd-accordion-menu label,
#ad325ad9c8a774f .cd-accordion-menu a {
  background-color: #f8f8f8;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #222222;
  box-shadow: inset 0 -1px #eeeeee;
}
#ad325ad9c8a774f .menu-list > ul > li.active > a,
#ad325ad9c8a774f .menu-list > ul > li.active > label,
#ad325ad9c8a774f .menu-list > ul > li:hover > a,
#ad325ad9c8a774f .menu-list > ul > li:hover > label {
  color: #fff;
  background: #1e87f0;
  box-shadow: none;
  background-color: #1e87f0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#ad325ad9c8a774f .menu-list > ul > li.active > a,
#ad325ad9c8a774f .menu-list > ul > li.active > label {
  background-color: #1e87f0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#ad325ad9c8a774f .cd-accordion-menu ul li > a:hover,
#ad325ad9c8a774f .cd-accordion-menu ul li > label:hover {
  background-color: #1e87f0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  box-shadow: none;
}
#ae9fda1251a164f form {
  width: 100%;
  height: 100%;
}
#ae9fda1251a164f .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#ae9fda1251a164f .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ae9fda1251a164f .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#ae9fda1251a164f .search-box .search-type.show {
  display: block;
}
#ae9fda1251a164f .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#ae9fda1251a164f .search-box .search-type li:hover {
  color: #1e87f0;
}
#ae9fda1251a164f .search-box .search-type li.active {
  color: #1e87f0;
}
#ae9fda1251a164f .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f8f8f8;
  overflow: hidden;
}
#ae9fda1251a164f .inner-form .input-field {
  height: 100%;
}
#ae9fda1251a164f .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #1e87f0;
}
#ae9fda1251a164f .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #66adf5;
}
#ae9fda1251a164f .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #66adf5;
}
#ae9fda1251a164f .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #66adf5;
}
#ae9fda1251a164f .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#ae9fda1251a164f .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#ae9fda1251a164f .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#ae9fda1251a164f .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #1e87f0;
  margin: 0 15px;
}
#ae9fda1251a164f .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#ae9fda1251a164f .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #1e87f0;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#ae9fda1251a164f .btn-search:hover {
  background: #1e87f0;
}
#ae9fda1251a164f .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#af5cea038ba90ac > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a95bca0e38a1f14 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a95bca0e38a1f14 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a8203a13a4a70aa a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a8203a13a4a70aa a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#aab72a6ddca4b35 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#aab72a6ddca4b35 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a600ba6d69aa716 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a600ba6d69aa716 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ab04aa89b2aef6c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ab04aa89b2aef6c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#aa4d4aaab7abfcc a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#aa4d4aaab7abfcc a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ae458a6e83af34f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ae458a6e83af34f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a47b9ac518a7847 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a47b9ac518a7847 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a40fca54c1a1e18 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a40fca54c1a1e18 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#aa8cdae452a12aa a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#aa8cdae452a12aa a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a64b6a2c8cab3ae a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a64b6a2c8cab3ae a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a432aa5f04a678c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a432aa5f04a678c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ab32aa8308aa913 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae8bdaac39ae78f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ae8bdaac39ae78f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a319da90e3a3f79 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a319da90e3a3f79 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a711dac810a5969 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a711dac810a5969 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a7391ae780a535c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a7391ae780a535c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a10f4a0d59a5123 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a10f4a0d59a5123 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#aaa3caf2c2a5ab1 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#aaa3caf2c2a5ab1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a3841a2d74ac840 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a3841a2d74ac840 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a6bb3abfb4aade7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a6bb3abfb4aade7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a2731a7fb9ab98f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a2731a7fb9ab98f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a674ba51bdae6fd a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a674ba51bdae6fd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a4db5a723aaa3ee a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a4db5a723aaa3ee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a0225ac01daeaf2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a0225ac01daeaf2 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a34caa3a06a550f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a34caa3a06a550f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a53b9a86dfae5ed a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a53b9a86dfae5ed a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a2763a0e99a5132 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a2763a0e99a5132 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a1247a2b64ad452 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a1247a2b64ad452 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a783baddf1ad313 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a783baddf1ad313 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#acb54a174ba832e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#acb54a174ba832e a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a2ccaa310da700f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a2ccaa310da700f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a6608a4dc8aabeb a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a6608a4dc8aabeb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a92baaa147a82c1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3650ac1dfa8cb0 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a3650ac1dfa8cb0 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ab3c4a1f26a2d2c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ab3c4a1f26a2d2c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#aeaa1a9929a27ff a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#aeaa1a9929a27ff a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#afe80a50b5acab1 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#afe80a50b5acab1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a1e0aa90ffa34f2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a1e0aa90ffa34f2 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ad836a5e38aab8c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ad836a5e38aab8c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a85e9ac44da471c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a85e9ac44da471c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a2ae8a6707acf51 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a2ae8a6707acf51 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#af895abc58a1581 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#af895abc58a1581 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ab9c3a4bb1a295d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ab9c3a4bb1a295d a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ac036a5e70aae28 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ac036a5e70aae28 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#aab87ab945ad6e1 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#aab87ab945ad6e1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a3db4a62daacf8d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a3db4a62daacf8d a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a779eaf152aaf6e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a779eaf152aaf6e a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ae741a4eb8a84ab a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ae741a4eb8a84ab a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a9015ac0d7a0074 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a9015ac0d7a0074 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a4253a85eda3ca2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a4253a85eda3ca2 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a4107af896a1c81 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a4107af896a1c81 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a0140aa875a9c72 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a0140aa875a9c72 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a19d7ae561a01c9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7857add34a8928 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a7857add34a8928 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a6822a639aaf9c5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a6822a639aaf9c5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a1368a1f0ca4f4a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a1368a1f0ca4f4a a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a6474a8f53ac13c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a6474a8f53ac13c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a1905a182ca6616 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a1905a182ca6616 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ac96baac65a7d17 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ac96baac65a7d17 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#acb58a423ea5ff0 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#acb58a423ea5ff0 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ac8bea1df1afda4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ac8bea1df1afda4 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a6535af3a4a7411 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a6535af3a4a7411 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ab338a2835afeef a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ab338a2835afeef a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ac266a0d9fa03e2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ac266a0d9fa03e2 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#aa7eca8937a33b2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#aa7eca8937a33b2 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a51e7a0b3ba7925 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a51e7a0b3ba7925 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ae3c0a97efa4a5c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ae3c0a97efa4a5c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a3046a997ea7513 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a3046a997ea7513 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ab123a70f6afe8e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ab123a70f6afe8e a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a3651ab199a7a2c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aebeeafc5da3bd0 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#aebeeafc5da3bd0 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ac90ba0d8bad132 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ac90ba0d8bad132 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a9dddacd51a0263 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a9dddacd51a0263 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a0b78a7fe8ae53e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a0b78a7fe8ae53e a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a9ba3ac10ba837f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a9ba3ac10ba837f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ae9d0a7e47a4d50 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ae9d0a7e47a4d50 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a6912a31ecadd96 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a6912a31ecadd96 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#aa069add63ac771 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#aa069add63ac771 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ae5daa0a8eaaa4e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ae5daa0a8eaaa4e a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ae976a966faf075 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ae976a966faf075 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a949baaa15a32d5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a949baaa15a32d5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a4279a9ab4abbb7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a4279a9ab4abbb7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#aaca1a6738aa3d8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#aaca1a6738aa3d8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a26bba504cac051 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a26bba504cac051 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a8754aa91da73e7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a8754aa91da73e7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a55adad565a815b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae01aa2e94a7f86 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ae01aa2e94a7f86 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a02c6ab877aa35d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a02c6ab877aa35d a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a3efdac48aa2281 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a3efdac48aa2281 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a6bf8a9255a4bc3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a6bf8a9255a4bc3 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ae9afa159da7bc2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ae9afa159da7bc2 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ac1c8aa4c3acb65 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ac1c8aa4c3acb65 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a8fb2a4bdba992e a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a8fb2a4bdba992e a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a24c3ad7a8ac167 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a24c3ad7a8ac167 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a520ead2a2a326f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a520ead2a2a326f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a5134acc0da97fd a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a5134acc0da97fd a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ada6baaa46adcb2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ada6baaa46adcb2 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#af705a4184a235a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#af705a4184a235a a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a0857a7dd1a03e4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a0857a7dd1a03e4 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a1a55aed11afb39 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a1a55aed11afb39 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a1201a1a29a1b50 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae4eba002da1d77 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ae4eba002da1d77 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a58d9ab12aa86ae a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a58d9ab12aa86ae a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ac98ea6e29aab15 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ac98ea6e29aab15 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ad133a6a19a356d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ad133a6a19a356d a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a0792a0a6ba0bfb a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a0792a0a6ba0bfb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a48b1a96fba555d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a48b1a96fba555d a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ab675a9c4dae3e3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ab675a9c4dae3e3 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#acb8eaafe3ac866 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#acb8eaafe3ac866 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a695ea196faf6af a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a695ea196faf6af a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a5207a1bb5aa005 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a5207a1bb5aa005 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a90d3af36ba1ede a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a90d3af36ba1ede a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a842aae6c0a5895 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a842aae6c0a5895 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a6d05aa70ca250b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a6d05aa70ca250b a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a1736aa5e3a40a1 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a1736aa5e3a40a1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a58cda706da2b63 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a58cda706da2b63 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ab6dbad3caa8386 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ab6dbad3caa8386 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ac6cba6265ac782 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ac6cba6265ac782 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a8938af7a2a6a22 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a8938af7a2a6a22 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a6817ad4f4a50f9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a6817ad4f4a50f9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#aaebcacc71a8a0f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#aaebcacc71a8a0f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#aa8cfa6b98a9f63 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#aa8cfa6b98a9f63 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ad8a6a8b69a5b28 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ad8a6a8b69a5b28 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ace98a29d0a1528 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ace98a29d0a1528 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a8a41a8b6da7f31 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a8a41a8b6da7f31 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a316caac40a1e7a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a316caac40a1e7a a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a5e83a81b6a7018 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a5e83a81b6a7018 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a302ea154da36aa a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a302ea154da36aa a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#aeab7aefc5a5ee6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeaeea3b68af344 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#aeaeea3b68af344 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a6550afafca19d8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a6550afafca19d8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a4954ad2eca07ee a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a4954ad2eca07ee a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a2e72ac0eca54c4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a2e72ac0eca54c4 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a8df3a0084aaab8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a8df3a0084aaab8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a992aa4229a9806 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a992aa4229a9806 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a5cc4a96d6a05e7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a5cc4a96d6a05e7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a51c0ae273a4f0c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a51c0ae273a4f0c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a72a9aa70daa9f7 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a72a9aa70daa9f7 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a4c9caa55aa3308 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a4c9caa55aa3308 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a4177a3e51a8fe9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a4177a3e51a8fe9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ad00cae08ca3d84 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ad00cae08ca3d84 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ade6ca7d9da83eb a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ade6ca7d9da83eb a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a9042a02f7ae321 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a9042a02f7ae321 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ac324a9309acd51 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ac324a9309acd51 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a7852a7d30abdb4 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a7852a7d30abdb4 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a16b8aefd6a7cb3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a16b8aefd6a7cb3 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a5ce7af923a457c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a5ce7af923a457c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ab383a5b0aad67c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ab383a5b0aad67c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#afbf4a6ea0a3efe a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#afbf4a6ea0a3efe a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#afe67a1b36acbae a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#afe67a1b36acbae a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a7d6bae88fa2cc2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a7d6bae88fa2cc2 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ae2efa1f1bafae9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ae2efa1f1bafae9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#abd83aeaf5aeef5 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#abd83aeaf5aeef5 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a15edac8d9a4021 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a15edac8d9a4021 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a545fa563bac68a a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a545fa563bac68a a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#aa42fa1eb3a4d5a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c67a165fa10fc a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a4c67a165fa10fc a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#afb1cae79aa2a8b a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#afb1cae79aa2a8b a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a0466a30e6ad082 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a0466a30e6ad082 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ae332aac97aad47 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ae332aac97aad47 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a564fa6611ac957 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a564fa6611ac957 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#af187a7ec8a62f8 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#af187a7ec8a62f8 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a71f3ab78ea4a00 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a71f3ab78ea4a00 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#aea69a41b9ab44d a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#aea69a41b9ab44d a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a551aafe1ea9396 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a551aafe1ea9396 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a1321a1a2da8ce9 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a1321a1a2da8ce9 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#abf88a211fa4c3c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#abf88a211fa4c3c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ac58fa5f36ac017 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ac58fa5f36ac017 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#aacb4a3a03ac8ca a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#aacb4a3a03ac8ca a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a8528aea03ac159 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a8528aea03ac159 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ab2f0a8dcfa3378 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ab2f0a8dcfa3378 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#aad9dabd20a4577 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#aad9dabd20a4577 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a2e98a850daec5c a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a2e98a850daec5c a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a46eda7c14a81ab a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a46eda7c14a81ab a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a37d4acf9ba0a52 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a37d4acf9ba0a52 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a7d7eaff67a92f3 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a7d7eaff67a92f3 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#ae488a3cdaa8e43 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#ae488a3cdaa8e43 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a318daab41adf84 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a318daab41adf84 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a36fca3a16a44db a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a36fca3a16a44db a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a9c3bad699a8536 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a9c3bad699a8536 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a423aa1520a6c5f a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a423aa1520a6c5f a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a7842a489ea43f2 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a7842a489ea43f2 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a7984ae751a9282 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a7984ae751a9282 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#af5b1ae0c3a46c1 a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#af5b1ae0c3a46c1 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a34b3aa53eaf4ae a {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: #222222;}#a34b3aa53eaf4ae a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: #1e87f0;}#a1478a38c5a2b66 [data-item*=".abstract"], #a1478a38c5a2b66 [data-item*=".abstract"] a {show: true;}#a1478a38c5a2b66 [data-item*=".subTitle"], #a1478a38c5a2b66 [data-item*=".subTitle"] a {show: true;}#a1478a38c5a2b66 [data-item*=".category"], #a1478a38c5a2b66 [data-item*=".category"] a {show: true;}#aaa23a3ac6a7535 , #aaa23a3ac6a7535 a{color: rgba(255, 255, 255, 1);}#ac59aa65ddae19c > .ele-wrap {border-top-width: 1px;border-bottom-style: none;border-top-color: rgba(153, 153, 153, 1);border-top-style: solid;}#afb6fa9469a6463 .logged {
  display: none;
}
#afb6fa9469a6463 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#afb6fa9469a6463 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afb6fa9469a6463 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#afb6fa9469a6463 .quick-menus > li:last-child::after {
  content: '';
}
#afb6fa9469a6463 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#afb6fa9469a6463 .site-header {
  height: 80px;
}
#afb6fa9469a6463 .uk-navbar-item,
#afb6fa9469a6463 .uk-navbar-nav > li > a,
#afb6fa9469a6463 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a90e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#afb6fa9469a6463 .uk-navbar-nav > li > a:hover::before,
#afb6fa9469a6463 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#afb6fa9469a6463 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li.active > a {
  color: #4a90e2;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#afb6fa9469a6463 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#afb6fa9469a6463 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#afb6fa9469a6463 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afb6fa9469a6463 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#afb6fa9469a6463 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#afb6fa9469a6463 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#afb6fa9469a6463 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#afb6fa9469a6463 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a90e2;
}
#afb6fa9469a6463 .site-pc-navbar {
  background: #fff;
}
#afb6fa9469a6463 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#afb6fa9469a6463 .logo {
  display: inline-block;
}
#afb6fa9469a6463 .menu-list {
  justify-content: center;
}
#afb6fa9469a6463 .submenu-items {
  display: inline-block;
}
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child svg,
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a0818af54fa7832 {
  min-height: 300px;
}
#aae87aef34ad436 {
  overflow: hidden;
}
#aae87aef34ad436 , #aae87aef34ad436 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#aae87aef34ad436:hover , #aae87aef34ad436 *:hover {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}#a4e2aa9e3eaa4c9 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(1, 78, 162, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 5px;justify-content: center;border-style: solid;}#a4e2aa9e3eaa4c9 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(1, 78, 162, 1);}#af9c5a1062ac451 form {
  width: 100%;
  height: 100%;
}
#af9c5a1062ac451 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#af9c5a1062ac451 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#af9c5a1062ac451 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#af9c5a1062ac451 .search-box .search-type.show {
  display: block;
}
#af9c5a1062ac451 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  cursor: pointer;
  padding: 0 18px;
}
#af9c5a1062ac451 .search-box .search-type li:hover {
  color: #1e87f0;
}
#af9c5a1062ac451 .search-box .search-type li.active {
  color: #1e87f0;
}
#af9c5a1062ac451 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f8f8f8;
  overflow: hidden;
}
#af9c5a1062ac451 .inner-form .input-field {
  height: 100%;
}
#af9c5a1062ac451 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #1e87f0;
}
#af9c5a1062ac451 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #66adf5;
}
#af9c5a1062ac451 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #66adf5;
}
#af9c5a1062ac451 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #66adf5;
}
#af9c5a1062ac451 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#af9c5a1062ac451 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  position: relative;
}
#af9c5a1062ac451 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#af9c5a1062ac451 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #1e87f0;
  margin: 0 15px;
}
#af9c5a1062ac451 .inner-form .input-field.second-wrap {
  min-width: 100px;
}
#af9c5a1062ac451 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #1e87f0;
  color: #ffffff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
#af9c5a1062ac451 .btn-search:hover {
  background: #1e87f0;
}
#af9c5a1062ac451 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
.cd-accordion-menu {
  width: 100%;
}
.cd-accordion-menu ul {
  display: none;
}
.cd-accordion-menu li {
  user-select: none;
}
.cd-accordion-menu input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label,
.cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 15px 0 15px 32px;
  background: #4d5158;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}
.no-touch .cd-accordion-menu label:hover,
.no-touch .cd-accordion-menu a:hover {
  background: #52565d;
}
.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu label > svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  transform-origin: center center;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.cd-accordion-menu input[type="checkbox"]:checked + label > svg {
  transform: translateY(-50%) rotate(90deg);
}
.cd-accordion-menu input[type="checkbox"]:checked + label + ul,
.cd-accordion-menu input[type="checkbox"]:checked + label:nth-of-type(n) + ul {
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  background: #35383d;
  box-shadow: inset 0 -1px #2c2e32;
  padding-left: 56px;
}
.no-touch .cd-accordion-menu ul label:hover,
.no-touch .cd-accordion-menu ul a:hover {
  background: #3c3f45;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label > svg {
  left: 36px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 80px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 98px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
#aaceea3277a850f .cd-accordion-menu label,
#aaceea3277a850f .cd-accordion-menu a {
  background-color: #f8f8f8;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #222222;
  box-shadow: inset 0 -1px #eeeeee;
}
#aaceea3277a850f .menu-list > ul > li.active > a,
#aaceea3277a850f .menu-list > ul > li.active > label,
#aaceea3277a850f .menu-list > ul > li:hover > a,
#aaceea3277a850f .menu-list > ul > li:hover > label {
  color: #fff;
  background: #1e87f0;
  box-shadow: none;
  background-color: #1e87f0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#aaceea3277a850f .menu-list > ul > li.active > a,
#aaceea3277a850f .menu-list > ul > li.active > label {
  background-color: #1e87f0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#aaceea3277a850f .cd-accordion-menu ul li > a:hover,
#aaceea3277a850f .cd-accordion-menu ul li > label:hover {
  background-color: #1e87f0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  box-shadow: none;
}
#a0818af54fa7832 [data-item="undefined"] {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(1, 78, 162, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;justify-content: center;border-style: solid;}#a0818af54fa7832 [data-item="undefined"]:hover {background-color: #0483cc;background-color: rgba(1, 78, 162, 1);}#aaa23a3ac6a7535 , #aaa23a3ac6a7535 a{color: rgba(255, 255, 255, 1);}#ac59aa65ddae19c > .ele-wrap {border-top-width: 1px;border-bottom-style: none;border-top-color: rgba(153, 153, 153, 1);border-top-style: solid;}#a5ad9ad5dfa8d49 .logged {
  display: none;
}
#a5ad9ad5dfa8d49 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a5ad9ad5dfa8d49 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a5ad9ad5dfa8d49 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a5ad9ad5dfa8d49 .quick-menus > li:last-child::after {
  content: '';
}
#a5ad9ad5dfa8d49 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a5ad9ad5dfa8d49 .site-header {
  height: 80px;
}
#a5ad9ad5dfa8d49 .uk-navbar-item,
#a5ad9ad5dfa8d49 .uk-navbar-nav > li > a,
#a5ad9ad5dfa8d49 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a5ad9ad5dfa8d49 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a90e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a5ad9ad5dfa8d49 .uk-navbar-nav > li > a:hover::before,
#a5ad9ad5dfa8d49 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a5ad9ad5dfa8d49 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a5ad9ad5dfa8d49 .uk-navbar-nav > li.active > a {
  color: #4a90e2;
}
#a5ad9ad5dfa8d49 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a5ad9ad5dfa8d49 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a5ad9ad5dfa8d49 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a5ad9ad5dfa8d49 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a5ad9ad5dfa8d49 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a5ad9ad5dfa8d49 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a5ad9ad5dfa8d49 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a5ad9ad5dfa8d49 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a5ad9ad5dfa8d49 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a5ad9ad5dfa8d49 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a90e2;
}
#a5ad9ad5dfa8d49 .site-pc-navbar {
  background: #fff;
}
#a5ad9ad5dfa8d49 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a5ad9ad5dfa8d49 .logo {
  display: inline-block;
}
#a5ad9ad5dfa8d49 .menu-list {
  justify-content: center;
}
#a5ad9ad5dfa8d49 .submenu-items {
  display: inline-block;
}
#a5ad9ad5dfa8d49 .submenu-items .sub-menu-item:last-child svg,
#a5ad9ad5dfa8d49 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#aca71aaac7a2521 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#aca71aaac7a2521 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#aca71aaac7a2521 .ap-icon {
  margin-right: 6px;
}
#aca71aaac7a2521 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-right-color: #dddddd;
  border-left-color: #dddddd;
  border-bottom-color: #dddddd;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 175px;
  height: 38px;
  background-color: #ffffff;
}
#aca71aaac7a2521 .menu-list > li.icon-bottom > a,
#aca71aaac7a2521 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#aca71aaac7a2521 .menu-list > li.icon-bottom > a .ap-icon,
#aca71aaac7a2521 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#aca71aaac7a2521 .menu-list > li.icon-bottom > a .ap-icon svg,
#aca71aaac7a2521 .menu-list > li.icon-top > a .ap-icon svg,
#aca71aaac7a2521 .menu-list > li.icon-bottom > a .ap-icon img,
#aca71aaac7a2521 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#aca71aaac7a2521 .menu-list > li.icon-right > a .ap-icon,
#aca71aaac7a2521 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#aca71aaac7a2521 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#aca71aaac7a2521 .menu-list > li:hover > a,
#aca71aaac7a2521 .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#aca71aaac7a2521 .menu-list > li.active > a {
  background-color: #4a90e2;
}
#aca71aaac7a2521 .menu-list ul,
#aca71aaac7a2521 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aca71aaac7a2521 .menu-list ul {
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
}
#aca71aaac7a2521 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aca71aaac7a2521 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aca71aaac7a2521 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab7ddabadfa3c40 [data-item*=".title"], #ab7ddabadfa3c40 [data-item*=".title"] a {max-words: 11;}#ab7ddabadfa3c40 [data-item*=".abstract"], #ab7ddabadfa3c40 [data-item*=".abstract"] a {show: true;}#ab7ddabadfa3c40 [data-item*=".subTitle"], #ab7ddabadfa3c40 [data-item*=".subTitle"] a {show: true;}#ab7ddabadfa3c40 [data-item*=".category"], #ab7ddabadfa3c40 [data-item*=".category"] a {show: true;}#ab7ddabadfa3c40 [data-item="items"] .img {background-size: contain;}#ab7ddabadfa3c40 [data-item="items"] {left: 1px;top: 0px; position: relative;}#a6490ae003a1e30 [data-item*=".abstract"], #a6490ae003a1e30 [data-item*=".abstract"] a {show: true;}#a6490ae003a1e30 [data-item*=".subTitle"], #a6490ae003a1e30 [data-item*=".subTitle"] a {show: true;}#a6490ae003a1e30 [data-item*=".category"], #a6490ae003a1e30 [data-item*=".category"] a {show: true;}#aaa23a3ac6a7535 , #aaa23a3ac6a7535 a{color: rgba(255, 255, 255, 1);}#ac59aa65ddae19c > .ele-wrap {border-top-width: 1px;border-bottom-style: none;border-top-color: rgba(153, 153, 153, 1);border-top-style: solid;}#afb6fa9469a6463 .logged {
  display: none;
}
#afb6fa9469a6463 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#afb6fa9469a6463 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afb6fa9469a6463 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#afb6fa9469a6463 .quick-menus > li:last-child::after {
  content: '';
}
#afb6fa9469a6463 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#afb6fa9469a6463 .site-header {
  height: 80px;
}
#afb6fa9469a6463 .uk-navbar-item,
#afb6fa9469a6463 .uk-navbar-nav > li > a,
#afb6fa9469a6463 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a90e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#afb6fa9469a6463 .uk-navbar-nav > li > a:hover::before,
#afb6fa9469a6463 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#afb6fa9469a6463 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li.active > a {
  color: #4a90e2;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#afb6fa9469a6463 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#afb6fa9469a6463 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#afb6fa9469a6463 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afb6fa9469a6463 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#afb6fa9469a6463 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#afb6fa9469a6463 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#afb6fa9469a6463 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#afb6fa9469a6463 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a90e2;
}
#afb6fa9469a6463 .site-pc-navbar {
  background: #fff;
}
#afb6fa9469a6463 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#afb6fa9469a6463 .logo {
  display: inline-block;
}
#afb6fa9469a6463 .menu-list {
  justify-content: center;
}
#afb6fa9469a6463 .submenu-items {
  display: inline-block;
}
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child svg,
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#aabe3af4bfaa1bf .sidebar {
  width: 300px;
  margin-left: 20px;
}
#aabe3af4bfaa1bf .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#aabe3af4bfaa1bf .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #aabe3af4bfaa1bf .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #aabe3af4bfaa1bf .uk-container {
    padding: 0;
  }
  #aabe3af4bfaa1bf .sidebar {
    padding: 10px;
  }
}
#aabe3af4bfaa1bf .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#aabe3af4bfaa1bf .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#aabe3af4bfaa1bf .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #4a90e2;
  cursor: pointer;
}
#aabe3af4bfaa1bf .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;
}
#aabe3af4bfaa1bf .content-tags a:hover {
  background: #4a90e2;
  color: #fff;
  border-color: #4a90e2;
}
#aabe3af4bfaa1bf .abstract,
#aabe3af4bfaa1bf .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#aabe3af4bfaa1bf .copyright a {
  color: #999;
  word-break: break-all;
}
#aabe3af4bfaa1bf .detail-content {
  font-size: 16px;
  color: #444;
}
#aabe3af4bfaa1bf .detail-content img {
  margin-bottom: 10px;
}
#aabe3af4bfaa1bf .detail-content table {
  font-size: 13px;
}
#aabe3af4bfaa1bf .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#aabe3af4bfaa1bf .hot-list,
#aabe3af4bfaa1bf .new-list {
  padding: 12px;
}
#aabe3af4bfaa1bf .new-list a:hover,
#aabe3af4bfaa1bf .hot-list a:hover {
  color: #0f6ecd;
}
#aabe3af4bfaa1bf .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#aabe3af4bfaa1bf .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#aabe3af4bfaa1bf .hot-item:hover a {
  color: #0f6ecd;
}
#aabe3af4bfaa1bf .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#aabe3af4bfaa1bf .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #4a90e2;
  content: "";
}
#aabe3af4bfaa1bf .content-header {
  padding-bottom: 10px;
}
#aabe3af4bfaa1bf .item-title {
  color: #333;
}
#aabe3af4bfaa1bf input::placeholder {
  color: #999;
}
#aabe3af4bfaa1bf .datetime {
  color: #999;
}
#aabe3af4bfaa1bf .new-item a {
  padding-left: 25px;
}
#aabe3af4bfaa1bf .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;
}
#aabe3af4bfaa1bf .siblings a {
  color: #444;
  line-height: 2;
}
#aabe3af4bfaa1bf .siblings a:hover {
  color: #0f6ecd;
}
#aaa23a3ac6a7535 , #aaa23a3ac6a7535 a{color: rgba(255, 255, 255, 1);}#ac59aa65ddae19c > .ele-wrap {border-top-width: 1px;border-bottom-style: none;border-top-color: rgba(153, 153, 153, 1);border-top-style: solid;}#afb6fa9469a6463 .logged {
  display: none;
}
#afb6fa9469a6463 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#afb6fa9469a6463 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afb6fa9469a6463 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#afb6fa9469a6463 .quick-menus > li:last-child::after {
  content: '';
}
#afb6fa9469a6463 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#afb6fa9469a6463 .site-header {
  height: 80px;
}
#afb6fa9469a6463 .uk-navbar-item,
#afb6fa9469a6463 .uk-navbar-nav > li > a,
#afb6fa9469a6463 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a90e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#afb6fa9469a6463 .uk-navbar-nav > li > a:hover::before,
#afb6fa9469a6463 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#afb6fa9469a6463 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li.active > a {
  color: #4a90e2;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#afb6fa9469a6463 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#afb6fa9469a6463 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#afb6fa9469a6463 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afb6fa9469a6463 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#afb6fa9469a6463 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#afb6fa9469a6463 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#afb6fa9469a6463 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#afb6fa9469a6463 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a90e2;
}
#afb6fa9469a6463 .site-pc-navbar {
  background: #fff;
}
#afb6fa9469a6463 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#afb6fa9469a6463 .logo {
  display: inline-block;
}
#afb6fa9469a6463 .menu-list {
  justify-content: center;
}
#afb6fa9469a6463 .submenu-items {
  display: inline-block;
}
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child svg,
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#aca71ab467aa71d [data-item*=".abstract"], #aca71ab467aa71d [data-item*=".abstract"] a {show: true;}#aca71ab467aa71d [data-item*=".subTitle"], #aca71ab467aa71d [data-item*=".subTitle"] a {show: true;}#aca71ab467aa71d [data-item*=".category"], #aca71ab467aa71d [data-item*=".category"] a {show: true;}#abb3ca9e47a63a4 [data-item*=".abstract"], #abb3ca9e47a63a4 [data-item*=".abstract"] a {show: true;}#abb3ca9e47a63a4 [data-item*=".subTitle"], #abb3ca9e47a63a4 [data-item*=".subTitle"] a {show: true;}#abb3ca9e47a63a4 [data-item*=".category"], #abb3ca9e47a63a4 [data-item*=".category"] a {show: true;}#aaa23a3ac6a7535 , #aaa23a3ac6a7535 a{color: rgba(255, 255, 255, 1);}#ac59aa65ddae19c > .ele-wrap {border-top-width: 1px;border-bottom-style: none;border-top-color: rgba(153, 153, 153, 1);border-top-style: solid;}#afb6fa9469a6463 .logged {
  display: none;
}
#afb6fa9469a6463 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#afb6fa9469a6463 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afb6fa9469a6463 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#afb6fa9469a6463 .quick-menus > li:last-child::after {
  content: '';
}
#afb6fa9469a6463 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#afb6fa9469a6463 .site-header {
  height: 80px;
}
#afb6fa9469a6463 .uk-navbar-item,
#afb6fa9469a6463 .uk-navbar-nav > li > a,
#afb6fa9469a6463 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a90e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#afb6fa9469a6463 .uk-navbar-nav > li > a:hover::before,
#afb6fa9469a6463 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#afb6fa9469a6463 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li.active > a {
  color: #4a90e2;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#afb6fa9469a6463 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#afb6fa9469a6463 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#afb6fa9469a6463 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afb6fa9469a6463 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#afb6fa9469a6463 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#afb6fa9469a6463 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#afb6fa9469a6463 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#afb6fa9469a6463 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a90e2;
}
#afb6fa9469a6463 .site-pc-navbar {
  background: #fff;
}
#afb6fa9469a6463 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#afb6fa9469a6463 .logo {
  display: inline-block;
}
#afb6fa9469a6463 .menu-list {
  justify-content: center;
}
#afb6fa9469a6463 .submenu-items {
  display: inline-block;
}
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child svg,
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#abbb4a698eacbc0 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#abbb4a698eacbc0 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #abbb4a698eacbc0 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#abbb4a698eacbc0 .data-list .uk-card {
  cursor: pointer !important;
}
#abbb4a698eacbc0 .data-list .uk-card img {
  max-height: 300px;
}
#abbb4a698eacbc0 .data-list .uk-card:hover {
  background: #fafafa;
}
#abbb4a698eacbc0 .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#abbb4a698eacbc0 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#abbb4a698eacbc0 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#abbb4a698eacbc0 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#abbb4a698eacbc0 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#abbb4a698eacbc0 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#abbb4a698eacbc0 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #4a90e2;
  cursor: pointer;
}
#abbb4a698eacbc0 .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;
}
#abbb4a698eacbc0 .uk-card .category:hover {
  background: #4a90e2;
}
#abbb4a698eacbc0 .accordion-menu {
  width: 100%;
}
#abbb4a698eacbc0 .accordion-menu ul ul.submenu,
#abbb4a698eacbc0 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#abbb4a698eacbc0 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#abbb4a698eacbc0 .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;
}
#abbb4a698eacbc0 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#abbb4a698eacbc0 .accordion-menu .menu-item.active > a {
  background: #4a90e2;
  color: #fff;
}
#abbb4a698eacbc0 .accordion-menu li a:hover {
  background-color: #4a90e2;
  color: #fff;
  border: none;
}
#abbb4a698eacbc0 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#abbb4a698eacbc0 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#abbb4a698eacbc0 .hot-list,
#abbb4a698eacbc0 .new-list {
  padding: 12px;
}
#abbb4a698eacbc0 .new-list a:hover,
#abbb4a698eacbc0 .hot-list a:hover {
  color: #0f6ecd;
}
#abbb4a698eacbc0 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#abbb4a698eacbc0 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#abbb4a698eacbc0 .hot-item:hover a {
  color: #0f6ecd;
}
#abbb4a698eacbc0 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#abbb4a698eacbc0 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #4a90e2;
  content: "";
}
#abbb4a698eacbc0 .content-header {
  padding-bottom: 10px;
}
#abbb4a698eacbc0 .item-title {
  color: #333;
}
#abbb4a698eacbc0 input::placeholder {
  color: #999;
}
#abbb4a698eacbc0 .datetime {
  color: #999;
}
#abbb4a698eacbc0 .new-item a {
  padding-left: 25px;
}
#abbb4a698eacbc0 .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;
}
#abbb4a698eacbc0 [data-item*=".abstract"], #abbb4a698eacbc0 [data-item*=".abstract"] a {show: true;max-line: 3;}#abbb4a698eacbc0 [data-item*=".subTitle"], #abbb4a698eacbc0 [data-item*=".subTitle"] a {show: true;max-line: 3;}#abbb4a698eacbc0 [data-item*=".category"], #abbb4a698eacbc0 [data-item*=".category"] a {show: true;}#aaa23a3ac6a7535 , #aaa23a3ac6a7535 a{color: rgba(255, 255, 255, 1);}#ac59aa65ddae19c > .ele-wrap {border-top-width: 1px;border-bottom-style: none;border-top-color: rgba(153, 153, 153, 1);border-top-style: solid;}#afb6fa9469a6463 .logged {
  display: none;
}
#afb6fa9469a6463 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#afb6fa9469a6463 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afb6fa9469a6463 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#afb6fa9469a6463 .quick-menus > li:last-child::after {
  content: '';
}
#afb6fa9469a6463 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#afb6fa9469a6463 .site-header {
  height: 80px;
}
#afb6fa9469a6463 .uk-navbar-item,
#afb6fa9469a6463 .uk-navbar-nav > li > a,
#afb6fa9469a6463 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a90e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#afb6fa9469a6463 .uk-navbar-nav > li > a:hover::before,
#afb6fa9469a6463 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#afb6fa9469a6463 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li.active > a {
  color: #4a90e2;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#afb6fa9469a6463 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#afb6fa9469a6463 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#afb6fa9469a6463 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afb6fa9469a6463 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#afb6fa9469a6463 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#afb6fa9469a6463 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#afb6fa9469a6463 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#afb6fa9469a6463 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a90e2;
}
#afb6fa9469a6463 .site-pc-navbar {
  background: #fff;
}
#afb6fa9469a6463 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#afb6fa9469a6463 .logo {
  display: inline-block;
}
#afb6fa9469a6463 .menu-list {
  justify-content: center;
}
#afb6fa9469a6463 .submenu-items {
  display: inline-block;
}
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child svg,
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#abe69a764fab22a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe69a764fab22a .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe69a764fab22a .ap-icon {
  margin-right: 6px;
}
#abe69a764fab22a .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-right-color: #dddddd;
  border-left-color: #dddddd;
  border-bottom-color: #dddddd;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  margin-bottom: 15px;
  margin-right: 15px;
  width: 190px;
  height: 40px;
  background-image: linear-gradient(0deg, transparent, #4a90e2);
}
#abe69a764fab22a .menu-list > li.icon-bottom > a,
#abe69a764fab22a .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe69a764fab22a .menu-list > li.icon-bottom > a .ap-icon,
#abe69a764fab22a .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe69a764fab22a .menu-list > li.icon-bottom > a .ap-icon svg,
#abe69a764fab22a .menu-list > li.icon-top > a .ap-icon svg,
#abe69a764fab22a .menu-list > li.icon-bottom > a .ap-icon img,
#abe69a764fab22a .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe69a764fab22a .menu-list > li.icon-right > a .ap-icon,
#abe69a764fab22a .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe69a764fab22a .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe69a764fab22a .menu-list > li:hover > a,
#abe69a764fab22a .menu-list > li.active > a {
  background: #4a90e2;
  background-color: #4a90e2;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe69a764fab22a .menu-list > li.active > a {
  border-top-style: none;
}
#abe69a764fab22a .menu-list ul,
#abe69a764fab22a .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe69a764fab22a .menu-list ul {
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
}
#abe69a764fab22a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe69a764fab22a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe69a764fab22a .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a86e8abb32a25b5 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a86e8abb32a25b5  > .ele-wrap:hover {background-color: rgba(85, 160, 59, 1);}#a1d64a8201af341 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1d64a8201af341  > .ele-wrap:hover {background-color: rgba(85, 160, 59, 1);}#ab958a6260afbbe > .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-top-color: rgba(221, 221, 221, 1);border-right-color: rgba(221, 221, 221, 1);border-left-color: rgba(221, 221, 221, 1);border-bottom-color: rgba(221, 221, 221, 1);border-top-left-radius: 15px;border-bottom-right-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;}#ad4ceac345ab375 .aa5b9ab85ba49eb {
  overflow: hidden;
}
#ad4ceac345ab375 .aa5b9ab85ba49eb , #ad4ceac345ab375 .aa5b9ab85ba49eb > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#ad4ceac345ab375 .ab40ba5df7a3e7c , #ad4ceac345ab375 .ab40ba5df7a3e7c a{color: rgba(85, 160, 59, 1);}#ad4ceac345ab375 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad4ceac345ab375 .uk-position-center-left-out {
    left: -30px;
  }
  #ad4ceac345ab375 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1118a47aaa4291 > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 15px;border-top-right-radius: 15px;}#a0936a4508ab12e , #a0936a4508ab12e a{color: rgba(255, 255, 255, 1);}#a9d4ca11e9ad903 > .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-top-color: rgba(221, 221, 221, 1);border-right-color: rgba(221, 221, 221, 1);border-left-color: rgba(221, 221, 221, 1);border-bottom-color: rgba(221, 221, 221, 1);border-top-left-radius: 15px;border-bottom-right-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;}#a715aa046babf7f .a8a20a39aea3721 {
  overflow: hidden;
}
#a715aa046babf7f .a8a20a39aea3721 , #a715aa046babf7f .a8a20a39aea3721 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a715aa046babf7f .a941ea4c07ac870 , #a715aa046babf7f .a941ea4c07ac870 a{color: rgba(85, 160, 59, 1);}#a715aa046babf7f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a715aa046babf7f .uk-position-center-left-out {
    left: -30px;
  }
  #a715aa046babf7f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a48ebad7fba4d16 > .ele-wrap {
                background-image: linear-gradient(360deg,
                rgba(74, 144, 226, 1),
                rgba(74, 144, 226, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 15px;border-top-right-radius: 15px;}#aad87ad6b7a9c18 , #aad87ad6b7a9c18 a{color: rgba(255, 255, 255, 1);}#a2f39aa93cac1ba > .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-top-color: rgba(221, 221, 221, 1);border-right-color: rgba(221, 221, 221, 1);border-left-color: rgba(221, 221, 221, 1);border-bottom-color: rgba(221, 221, 221, 1);border-top-left-radius: 15px;border-bottom-right-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;}#a0cbda424ca7ba9 .a045fae072ae63e {
  overflow: hidden;
}
#a0cbda424ca7ba9 .a045fae072ae63e , #a0cbda424ca7ba9 .a045fae072ae63e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a0cbda424ca7ba9 .a4fa6a4cd5a2fa6 , #a0cbda424ca7ba9 .a4fa6a4cd5a2fa6 a{color: rgba(85, 160, 59, 1);}#a0cbda424ca7ba9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0cbda424ca7ba9 .uk-position-center-left-out {
    left: -30px;
  }
  #a0cbda424ca7ba9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae55daed47adbca > .ele-wrap {
                background-image: linear-gradient(360deg,
                rgba(74, 144, 226, 1),
                rgba(74, 144, 226, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 15px;border-top-right-radius: 15px;}#aae55a4b48abb6f , #aae55a4b48abb6f a{color: rgba(255, 255, 255, 1);}#a6074a4a70acc9d [data-item*=".abstract"], #a6074a4a70acc9d [data-item*=".abstract"] a {show: true;}#a6074a4a70acc9d [data-item*=".subTitle"], #a6074a4a70acc9d [data-item*=".subTitle"] a {show: true;}#a6074a4a70acc9d [data-item*=".category"], #a6074a4a70acc9d [data-item*=".category"] a {show: true;}#aa952ac81da32e1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 15px;border-top-right-radius: 15px;}#a4755acc1da437a > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 15px;border-top-right-radius: 15px;}#a171ba2e26ad13b .form-agree {
  display: flex;
  align-items: center;
}
#a171ba2e26ad13b .uk-form .form-submit-btn {
  width: 330px;
}
#a171ba2e26ad13b .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a171ba2e26ad13b .submit-wrap {
  text-align: center;
}
#a171ba2e26ad13b .submit-wrap button {
  background-color: #4a90e2;
}
#a171ba2e26ad13b .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a171ba2e26ad13b form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a171ba2e26ad13b .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a171ba2e26ad13b .form-item .uk-input,
#a171ba2e26ad13b .form-item .uk-select,
#a171ba2e26ad13b .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;
}
#a171ba2e26ad13b .form-item .auto-height {
  height: auto;
}
#a171ba2e26ad13b .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a171ba2e26ad13b .form-item .send-code {
  bottom: 0px;
}
#a171ba2e26ad13b .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a171ba2e26ad13b .uk-form-label,
#a171ba2e26ad13b .form-agree,
#a171ba2e26ad13b .uk-h3,
#a171ba2e26ad13b p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a171ba2e26ad13b .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#a171ba2e26ad13b .form-item > label {
  flex: none;
}
#a171ba2e26ad13b .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a171ba2e26ad13b .form-item .uk-input,
#a171ba2e26ad13b .form-item .uk-select,
#a171ba2e26ad13b .form-item .uk-textarea,
#a171ba2e26ad13b .form-item .address-select,
#a171ba2e26ad13b .form-item .uk-grid {
  border: none;
  flex: 1;
}
#a171ba2e26ad13b .form-item .address-select .uk-select {
  padding-left: 4px;
}
#aaa23a3ac6a7535 , #aaa23a3ac6a7535 a{color: rgba(255, 255, 255, 1);}#ac59aa65ddae19c > .ele-wrap {border-top-width: 1px;border-bottom-style: none;border-top-color: rgba(153, 153, 153, 1);border-top-style: solid;}#afb6fa9469a6463 .logged {
  display: none;
}
#afb6fa9469a6463 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#afb6fa9469a6463 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afb6fa9469a6463 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#afb6fa9469a6463 .quick-menus > li:last-child::after {
  content: '';
}
#afb6fa9469a6463 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#afb6fa9469a6463 .site-header {
  height: 80px;
}
#afb6fa9469a6463 .uk-navbar-item,
#afb6fa9469a6463 .uk-navbar-nav > li > a,
#afb6fa9469a6463 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a90e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#afb6fa9469a6463 .uk-navbar-nav > li > a:hover::before,
#afb6fa9469a6463 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#afb6fa9469a6463 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li.active > a {
  color: #4a90e2;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#afb6fa9469a6463 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#afb6fa9469a6463 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#afb6fa9469a6463 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afb6fa9469a6463 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#afb6fa9469a6463 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#afb6fa9469a6463 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#afb6fa9469a6463 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#afb6fa9469a6463 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a90e2;
}
#afb6fa9469a6463 .site-pc-navbar {
  background: #fff;
}
#afb6fa9469a6463 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#afb6fa9469a6463 .logo {
  display: inline-block;
}
#afb6fa9469a6463 .menu-list {
  justify-content: center;
}
#afb6fa9469a6463 .submenu-items {
  display: inline-block;
}
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child svg,
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#aa7d9a7e49ab69b .uk-card {
  font-size: 12px;
}
#aa7d9a7e49ab69b .price {
  line-height: 24px;
  color: #fff;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 28px;
  background: #4a90e2;
  font-size: 14px;
  border-radius: 14px 0 0 14px;
}
#aa7d9a7e49ab69b .tag {
  margin: 12px 6px 0 0px;
  display: inline-block;
  font-size: 12px;
  color: #296fb7;
  border: 1px solid #296fb7;
  padding: 2px 5px;
  border-radius: 3px;
}
#a9014aa2aca72d7 .post-cate {
  position: absolute;
  margin-left: 0;
  left: 30px;
  top: 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #007bff;
  color: #fff;
}
#a9014aa2aca72d7 .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
#a9014aa2aca72d7 .new-list .uk-cover-container {
  min-height: 80px;
}
#a9014aa2aca72d7 .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#a9014aa2aca72d7 .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#a9014aa2aca72d7 .main-item::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
}
#a9014aa2aca72d7 .main-item::after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: '';
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
#a9014aa2aca72d7 .main-item:hover::after {
  opacity: 1;
}
#a9014aa2aca72d7 .main-info {
  z-index: 100;
}
#a4e7ca5a02a8273 {
  overflow: hidden;
}
#a4e7ca5a02a8273 .img-wrap {
  transition: all 0.3s ease-in;
}
#a4e7ca5a02a8273 .img-wrap:hover {
  transform: scale(1.1);
}
#a0b27a4401a3f0f .ele-wrap {color: #fff;font-size: 18px;font-weight: 600;background-color: rgba(74, 144, 226, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a0b27a4401a3f0f .ele-wrap:hover {background-color: #0483cc;background-color: rgba(85, 160, 59, 1);}#a3403ac6dbac958 {
  overflow: hidden;
}
#a3403ac6dbac958 .img-wrap {
  border-top-style: none;
  transition: all 0.3s ease-in;
}
#a3403ac6dbac958 .img-wrap:hover {
  border-color: #55a03b;
  transform: scale(1.1);
}
#aad9ca5295ab5d9 {
  overflow: hidden;
}
#aad9ca5295ab5d9 .img-wrap {
  transition: all 0.3s ease-in;
}
#aad9ca5295ab5d9 .img-wrap:hover {
  transform: scale(1.1);
}
#a825aabf64adf48 {
  overflow: hidden;
}
#a825aabf64adf48 .img-wrap {
  transition: all 0.3s ease-in;
}
#a825aabf64adf48 .img-wrap:hover {
  transform: scale(1.1);
}
#a167ea32c6ac4ab {
  overflow: hidden;
}
#a167ea32c6ac4ab .img-wrap {
  transition: all 0.3s ease-in;
}
#a167ea32c6ac4ab .img-wrap:hover {
  transform: scale(1.1);
}
#a9f7ba8facacb02 {
  overflow: hidden;
}
#a9f7ba8facacb02 .img-wrap {
  transition: all 0.3s ease-in;
}
#a9f7ba8facacb02 .img-wrap:hover {
  transform: scale(1);
}
#a4da9a1d09a48f4 .ele-wrap {color: #fff;font-size: 18px;font-weight: 600;background-color: rgba(74, 144, 226, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a4da9a1d09a48f4 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(85, 160, 59, 1);}#ad2e2a6c2da6412 {
  overflow: hidden;
}
#ad2e2a6c2da6412 .img-wrap {
  border-top-style: none;
  transition: all 0.3s ease-in;
}
#ad2e2a6c2da6412 .img-wrap:hover {
  border-color: #55a03b;
  transform: scale(1.1);
}
#a97c3a4d63a0016 {
  overflow: hidden;
}
#a97c3a4d63a0016 .img-wrap {
  transition: all 0.3s ease-in;
}
#a97c3a4d63a0016 .img-wrap:hover {
  transform: scale(1.1);
}
#aedf3ae619acabf {
  overflow: hidden;
}
#aedf3ae619acabf .img-wrap {
  transition: all 0.3s ease-in;
}
#aedf3ae619acabf .img-wrap:hover {
  transform: scale(1.1);
}
#ad1e8a8701a85c6 {
  overflow: hidden;
}
#ad1e8a8701a85c6 .img-wrap {
  transition: all 0.3s ease-in;
}
#ad1e8a8701a85c6 .img-wrap:hover {
  transform: scale(1.1);
}
#a3a9aa9c2da8834 {
  overflow: hidden;
}
#a3a9aa9c2da8834 .img-wrap {
  transition: all 0.3s ease-in;
}
#a3a9aa9c2da8834 .img-wrap:hover {
  transform: scale(1.1);
}
#a1214a6732ac1b2 .ele-wrap {color: #fff;font-size: 18px;font-weight: 600;background-color: rgba(74, 144, 226, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a1214a6732ac1b2 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(85, 160, 59, 1);}#aede7a9356a2296 {
  overflow: hidden;
}
#aede7a9356a2296 .img-wrap {
  border-top-style: none;
  transition: all 0.3s ease-in;
}
#aede7a9356a2296 .img-wrap:hover {
  border-color: #55a03b;
  transform: scale(1.1);
}
#a2665a7043a579c {
  overflow: hidden;
}
#a2665a7043a579c .img-wrap {
  transition: all 0.3s ease-in;
}
#a2665a7043a579c .img-wrap:hover {
  transform: scale(1.1);
}
#a243ca0a6bad842 {
  overflow: hidden;
}
#a243ca0a6bad842 .img-wrap {
  transition: all 0.3s ease-in;
}
#a243ca0a6bad842 .img-wrap:hover {
  transform: scale(1.1);
}
#af371a3e4daa4f6 {
  overflow: hidden;
}
#af371a3e4daa4f6 .img-wrap {
  transition: all 0.3s ease-in;
}
#af371a3e4daa4f6 .img-wrap:hover {
  transform: scale(1.1);
}
#a2a3da92e3a02ae {
  overflow: hidden;
}
#a2a3da92e3a02ae .img-wrap {
  transition: all 0.3s ease-in;
}
#a2a3da92e3a02ae .img-wrap:hover {
  transform: scale(1.1);
}
#a18ffaf2e0a3718 .ele-wrap {color: #fff;font-size: 18px;font-weight: 600;background-color: rgba(74, 144, 226, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a18ffaf2e0a3718 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(85, 160, 59, 1);}#ad8ceaca82a7942 {
  overflow: hidden;
}
#ad8ceaca82a7942 .img-wrap {
  border-top-style: none;
  transition: all 0.3s ease-in;
}
#ad8ceaca82a7942 .img-wrap:hover {
  border-color: #55a03b;
  transform: scale(1.1);
}
#a0ac3aa44ba70e9 {
  overflow: hidden;
}
#a0ac3aa44ba70e9 .img-wrap {
  transition: all 0.3s ease-in;
}
#a0ac3aa44ba70e9 .img-wrap:hover {
  transform: scale(1.1);
}
#ac477af309ae41e {
  overflow: hidden;
}
#ac477af309ae41e .img-wrap {
  transition: all 0.3s ease-in;
}
#ac477af309ae41e .img-wrap:hover {
  transform: scale(1.1);
}
#a131fa7cf6af1c6 {
  overflow: hidden;
}
#a131fa7cf6af1c6 .img-wrap {
  transition: all 0.3s ease-in;
}
#a131fa7cf6af1c6 .img-wrap:hover {
  transform: scale(1.1);
}
#a7b60af103a387f {
  overflow: hidden;
}
#a7b60af103a387f .img-wrap {
  transition: all 0.3s ease-in;
}
#a7b60af103a387f .img-wrap:hover {
  transform: scale(1.1);
}
#a7095af860ae17a .ele-wrap {color: #fff;font-size: 18px;font-weight: 600;background-color: rgba(74, 144, 226, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a7095af860ae17a .ele-wrap:hover {background-color: #0483cc;background-color: rgba(85, 160, 59, 1);}#a7b06a8a29af3bd {
  overflow: hidden;
}
#a7b06a8a29af3bd .img-wrap {
  border-top-style: none;
  transition: all 0.3s ease-in;
}
#a7b06a8a29af3bd .img-wrap:hover {
  border-color: #55a03b;
  transform: scale(1.1);
}
#afc82a37aaa83cf {
  overflow: hidden;
}
#afc82a37aaa83cf .img-wrap {
  transition: all 0.3s ease-in;
}
#afc82a37aaa83cf .img-wrap:hover {
  transform: scale(1.1);
}
#ae761a715cae0a5 {
  overflow: hidden;
}
#ae761a715cae0a5 .img-wrap {
  transition: all 0.3s ease-in;
}
#ae761a715cae0a5 .img-wrap:hover {
  transform: scale(1.1);
}
#a5c15adcc3a3d90 {
  overflow: hidden;
}
#a5c15adcc3a3d90 .img-wrap {
  transition: all 0.3s ease-in;
}
#a5c15adcc3a3d90 .img-wrap:hover {
  transform: scale(1.1);
}
#ad297a7c53a9aab .ele-slideshow .uk-dotnav li a {
  background: #999999;
}
#ad297a7c53a9aab .ele-slideshow .uk-dotnav > .uk-active a {
  background: #4a90e2;
}
#aa7d9a7e49ab69b [data-item*=".abstract"], #aa7d9a7e49ab69b [data-item*=".abstract"] a {show: true;}#aa7d9a7e49ab69b [data-item*=".subTitle"], #aa7d9a7e49ab69b [data-item*=".subTitle"] a {show: true;}#aa7d9a7e49ab69b [data-item*=".category"], #aa7d9a7e49ab69b [data-item*=".category"] a {show: true;}#aa7d9a7e49ab69b [data-item="items"] {left: 4px;top: 4px; position: relative;}#acc3dacdebafd59 [data-item*=".abstract"], #acc3dacdebafd59 [data-item*=".abstract"] a {show: true;}#acc3dacdebafd59 [data-item*=".subTitle"], #acc3dacdebafd59 [data-item*=".subTitle"] a {show: true;}#acc3dacdebafd59 [data-item*=".category"], #acc3dacdebafd59 [data-item*=".category"] a {show: true;}#a9014aa2aca72d7 .uk-container {max-width: 1100px;}#a9014aa2aca72d7 [data-item*=".title"], #a9014aa2aca72d7 [data-item*=".title"] a {font-weight: bold;}#a9014aa2aca72d7 [data-item*=".abstract"], #a9014aa2aca72d7 [data-item*=".abstract"] a {show: true;max-line: 1;}#a9014aa2aca72d7 [data-item*=".subTitle"], #a9014aa2aca72d7 [data-item*=".subTitle"] a {show: true;}#a9014aa2aca72d7 [data-item*=".category"], #a9014aa2aca72d7 [data-item*=".category"] a {show: true;}#a9014aa2aca72d7 [data-item="items"] .img {background-size: cover;}#a9014aa2aca72d7 [data-item="items"] {left: -7px;top: -10px; position: relative;}#ad05ba854dabd08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 15px;border-top-right-radius: 15px;}#ab2dbad5cbad2ab > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 15px;border-top-right-radius: 15px;}#ac60da9376a0759 .form-agree {
  display: flex;
  align-items: center;
}
#ac60da9376a0759 .uk-form .form-submit-btn {
  width: 330px;
}
#ac60da9376a0759 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#ac60da9376a0759 .submit-wrap {
  text-align: center;
}
#ac60da9376a0759 .submit-wrap button {
  background-color: #4a90e2;
}
#ac60da9376a0759 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ac60da9376a0759 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ac60da9376a0759 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#ac60da9376a0759 .form-item .uk-input,
#ac60da9376a0759 .form-item .uk-select,
#ac60da9376a0759 .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;
}
#ac60da9376a0759 .form-item .auto-height {
  height: auto;
}
#ac60da9376a0759 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#ac60da9376a0759 .form-item .send-code {
  bottom: 0px;
}
#ac60da9376a0759 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#ac60da9376a0759 .uk-form-label,
#ac60da9376a0759 .form-agree,
#ac60da9376a0759 .uk-h3,
#ac60da9376a0759 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#ac60da9376a0759 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#ac60da9376a0759 .form-item > label {
  flex: none;
}
#ac60da9376a0759 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#ac60da9376a0759 .form-item .uk-input,
#ac60da9376a0759 .form-item .uk-select,
#ac60da9376a0759 .form-item .uk-textarea,
#ac60da9376a0759 .form-item .address-select,
#ac60da9376a0759 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#ac60da9376a0759 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#aaa23a3ac6a7535 , #aaa23a3ac6a7535 a{color: rgba(255, 255, 255, 1);}#ac59aa65ddae19c > .ele-wrap {border-top-width: 1px;border-bottom-style: none;border-top-color: rgba(153, 153, 153, 1);border-top-style: solid;}#ad6d8ae59ba5f61 .logged {
  display: none;
}
#ad6d8ae59ba5f61 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ad6d8ae59ba5f61 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad6d8ae59ba5f61 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ad6d8ae59ba5f61 .quick-menus > li:last-child::after {
  content: '';
}
#ad6d8ae59ba5f61 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ad6d8ae59ba5f61 .site-header {
  height: 80px;
}
#ad6d8ae59ba5f61 .uk-navbar-item,
#ad6d8ae59ba5f61 .uk-navbar-nav > li > a,
#ad6d8ae59ba5f61 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ad6d8ae59ba5f61 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a90e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#ad6d8ae59ba5f61 .uk-navbar-nav > li > a:hover::before,
#ad6d8ae59ba5f61 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#ad6d8ae59ba5f61 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#ad6d8ae59ba5f61 .uk-navbar-nav > li.active > a {
  color: #4a90e2;
}
#ad6d8ae59ba5f61 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#ad6d8ae59ba5f61 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ad6d8ae59ba5f61 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ad6d8ae59ba5f61 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#ad6d8ae59ba5f61 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad6d8ae59ba5f61 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#ad6d8ae59ba5f61 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ad6d8ae59ba5f61 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ad6d8ae59ba5f61 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#ad6d8ae59ba5f61 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a90e2;
}
#ad6d8ae59ba5f61 .site-pc-navbar {
  background: #fff;
}
#ad6d8ae59ba5f61 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ad6d8ae59ba5f61 .logo {
  display: inline-block;
}
#ad6d8ae59ba5f61 .menu-list {
  justify-content: center;
}
#ad6d8ae59ba5f61 .submenu-items {
  display: inline-block;
}
#ad6d8ae59ba5f61 .submenu-items .sub-menu-item:last-child svg,
#ad6d8ae59ba5f61 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#abccca2017ae54d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(74, 144, 226, 1);border-radius: 5px;justify-content: center;border-style: solid;}#abccca2017ae54d .ele-wrap:hover {background-color: #509c49;}#a595aadba4a4d64 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#aea61adb61a5d56 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a8465a8f80aa580 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#ad5b3a8ad9ac43d .a342da2670a1fe9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 1px 2px 15px 2px rgba(238, 238, 238, 1);}#ad5b3a8ad9ac43d .a342da2670a1fe9  > .ele-wrap:hover {border-bottom-width: 2px;border-bottom-color: rgba(38, 144, 166, 1);border-bottom-style: solid;}#ad5b3a8ad9ac43d .a26cdae89aaab7a {
  overflow: hidden;
}
#ad5b3a8ad9ac43d .a26cdae89aaab7a , #ad5b3a8ad9ac43d .a26cdae89aaab7a > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#ad5b3a8ad9ac43d .uk-grid {
  margin-left: -20px;
}
#ad5b3a8ad9ac43d .uk-grid > * {
  padding-left: 20px;
}
#ad5b3a8ad9ac43d .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#ad5b3a8ad9ac43d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad5b3a8ad9ac43d .uk-position-center-left-out {
    left: -30px;
  }
  #ad5b3a8ad9ac43d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9d37a63f2a33c3 .a4901a3ddca9e30 > .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;box-shadow: 1px 2px 15px 2px rgba(238, 238, 238, 1);}#a9d37a63f2a33c3 .a4901a3ddca9e30  > .ele-wrap:hover {border-bottom-width: 2px;border-bottom-color: rgba(38, 144, 166, 1);border-bottom-style: solid;}#a9d37a63f2a33c3 .aea92a8006aad50 {
  overflow: hidden;
}
#a9d37a63f2a33c3 .aea92a8006aad50 , #a9d37a63f2a33c3 .aea92a8006aad50 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a9d37a63f2a33c3 .uk-grid {
  margin-left: -20px;
}
#a9d37a63f2a33c3 .uk-grid > * {
  padding-left: 20px;
}
#a9d37a63f2a33c3 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a9d37a63f2a33c3 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9d37a63f2a33c3 .uk-position-center-left-out {
    left: -30px;
  }
  #a9d37a63f2a33c3 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad05ba854dabd08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 15px;border-top-right-radius: 15px;}#ab2dbad5cbad2ab > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 15px;border-top-right-radius: 15px;}#ac60da9376a0759 .form-agree {
  display: flex;
  align-items: center;
}
#ac60da9376a0759 .uk-form .form-submit-btn {
  width: 330px;
}
#ac60da9376a0759 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#ac60da9376a0759 .submit-wrap {
  text-align: center;
}
#ac60da9376a0759 .submit-wrap button {
  background-color: #4a90e2;
}
#ac60da9376a0759 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ac60da9376a0759 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ac60da9376a0759 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#ac60da9376a0759 .form-item .uk-input,
#ac60da9376a0759 .form-item .uk-select,
#ac60da9376a0759 .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;
}
#ac60da9376a0759 .form-item .auto-height {
  height: auto;
}
#ac60da9376a0759 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#ac60da9376a0759 .form-item .send-code {
  bottom: 0px;
}
#ac60da9376a0759 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#ac60da9376a0759 .uk-form-label,
#ac60da9376a0759 .form-agree,
#ac60da9376a0759 .uk-h3,
#ac60da9376a0759 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#ac60da9376a0759 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#ac60da9376a0759 .form-item > label {
  flex: none;
}
#ac60da9376a0759 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#ac60da9376a0759 .form-item .uk-input,
#ac60da9376a0759 .form-item .uk-select,
#ac60da9376a0759 .form-item .uk-textarea,
#ac60da9376a0759 .form-item .address-select,
#ac60da9376a0759 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#ac60da9376a0759 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#aaa23a3ac6a7535 , #aaa23a3ac6a7535 a{color: rgba(255, 255, 255, 1);}#ac59aa65ddae19c > .ele-wrap {border-top-width: 1px;border-bottom-style: none;border-top-color: rgba(153, 153, 153, 1);border-top-style: solid;}#a5ed3adcf5a7217 .logged {
  display: none;
}
#a5ed3adcf5a7217 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a5ed3adcf5a7217 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a5ed3adcf5a7217 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a5ed3adcf5a7217 .quick-menus > li:last-child::after {
  content: '';
}
#a5ed3adcf5a7217 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a5ed3adcf5a7217 .site-header {
  height: 80px;
}
#a5ed3adcf5a7217 .uk-navbar-item,
#a5ed3adcf5a7217 .uk-navbar-nav > li > a,
#a5ed3adcf5a7217 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a5ed3adcf5a7217 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a90e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a5ed3adcf5a7217 .uk-navbar-nav > li > a:hover::before,
#a5ed3adcf5a7217 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a5ed3adcf5a7217 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a5ed3adcf5a7217 .uk-navbar-nav > li.active > a {
  color: #4a90e2;
}
#a5ed3adcf5a7217 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a5ed3adcf5a7217 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a5ed3adcf5a7217 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a5ed3adcf5a7217 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a5ed3adcf5a7217 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a5ed3adcf5a7217 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a5ed3adcf5a7217 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a5ed3adcf5a7217 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a5ed3adcf5a7217 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a5ed3adcf5a7217 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a90e2;
}
#a5ed3adcf5a7217 .site-pc-navbar {
  background: #fff;
}
#a5ed3adcf5a7217 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a5ed3adcf5a7217 .logo {
  display: inline-block;
}
#a5ed3adcf5a7217 .menu-list {
  justify-content: center;
}
#a5ed3adcf5a7217 .submenu-items {
  display: inline-block;
}
#a5ed3adcf5a7217 .submenu-items .sub-menu-item:last-child svg,
#a5ed3adcf5a7217 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a6689a6b21a2c09 .ele-wrap {background-color: #0095eb;color: #fff;font-size: 16px;}#ae936af804adaa5 .ele-wrap {background-color: #0095eb;color: #fff;font-size: 16px;}#a1dc2a66aaad4fb .ele-wrap {background-color: #0095eb;color: #fff;font-size: 16px;}#a05f3aa9d6a1017 .ele-wrap {background-color: #0095eb;color: #fff;font-size: 16px;}#aa3c6a69c7a9561 .ele-wrap {background-color: #0095eb;color: #fff;font-size: 16px;}#a7775ae18fa90d4 .ele-wrap {background-color: #0095eb;color: #fff;font-size: 16px;}#a4b1ba2cbba0eff .ad1cea4033a9d9d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 1px 2px 15px 2px rgba(238, 238, 238, 1);}#a4b1ba2cbba0eff .ad1cea4033a9d9d  > .ele-wrap:hover {border-bottom-width: 2px;border-bottom-color: rgba(38, 144, 166, 1);border-bottom-style: solid;}#a4b1ba2cbba0eff .aae7da9607ab6f8 {
  overflow: hidden;
}
#a4b1ba2cbba0eff .aae7da9607ab6f8 , #a4b1ba2cbba0eff .aae7da9607ab6f8 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a4b1ba2cbba0eff .uk-grid {
  margin-left: -20px;
}
#a4b1ba2cbba0eff .uk-grid > * {
  padding-left: 20px;
}
#a4b1ba2cbba0eff .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a4b1ba2cbba0eff .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4b1ba2cbba0eff .uk-position-center-left-out {
    left: -30px;
  }
  #a4b1ba2cbba0eff .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7e58ada0ea3be6 .aab81aa3d1a1cda > .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;box-shadow: 1px 2px 15px 2px rgba(238, 238, 238, 1);}#a7e58ada0ea3be6 .aab81aa3d1a1cda  > .ele-wrap:hover {border-bottom-width: 2px;border-bottom-color: rgba(38, 144, 166, 1);border-bottom-style: solid;}#a7e58ada0ea3be6 .a1495aacc9a1aa7 {
  overflow: hidden;
}
#a7e58ada0ea3be6 .a1495aacc9a1aa7 , #a7e58ada0ea3be6 .a1495aacc9a1aa7 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7e58ada0ea3be6 .uk-grid {
  margin-left: -20px;
}
#a7e58ada0ea3be6 .uk-grid > * {
  padding-left: 20px;
}
#a7e58ada0ea3be6 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a7e58ada0ea3be6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7e58ada0ea3be6 .uk-position-center-left-out {
    left: -30px;
  }
  #a7e58ada0ea3be6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad05ba854dabd08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 15px;border-top-right-radius: 15px;}#ab2dbad5cbad2ab > .ele-wrap {background-color: rgba(74, 144, 226, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 15px;border-top-right-radius: 15px;}#ac60da9376a0759 .form-agree {
  display: flex;
  align-items: center;
}
#ac60da9376a0759 .uk-form .form-submit-btn {
  width: 330px;
}
#ac60da9376a0759 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#ac60da9376a0759 .submit-wrap {
  text-align: center;
}
#ac60da9376a0759 .submit-wrap button {
  background-color: #4a90e2;
}
#ac60da9376a0759 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#ac60da9376a0759 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#ac60da9376a0759 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#ac60da9376a0759 .form-item .uk-input,
#ac60da9376a0759 .form-item .uk-select,
#ac60da9376a0759 .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;
}
#ac60da9376a0759 .form-item .auto-height {
  height: auto;
}
#ac60da9376a0759 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#ac60da9376a0759 .form-item .send-code {
  bottom: 0px;
}
#ac60da9376a0759 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#ac60da9376a0759 .uk-form-label,
#ac60da9376a0759 .form-agree,
#ac60da9376a0759 .uk-h3,
#ac60da9376a0759 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#ac60da9376a0759 .form-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 10px;
  border: 1px solid #e5e5e5;
}
#ac60da9376a0759 .form-item > label {
  flex: none;
}
#ac60da9376a0759 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#ac60da9376a0759 .form-item .uk-input,
#ac60da9376a0759 .form-item .uk-select,
#ac60da9376a0759 .form-item .uk-textarea,
#ac60da9376a0759 .form-item .address-select,
#ac60da9376a0759 .form-item .uk-grid {
  border: none;
  flex: 1;
}
#ac60da9376a0759 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#aaa23a3ac6a7535 , #aaa23a3ac6a7535 a{color: rgba(255, 255, 255, 1);}#ac59aa65ddae19c > .ele-wrap {border-top-width: 1px;border-bottom-style: none;border-top-color: rgba(153, 153, 153, 1);border-top-style: solid;}#afb6fa9469a6463 .logged {
  display: none;
}
#afb6fa9469a6463 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#afb6fa9469a6463 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afb6fa9469a6463 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#afb6fa9469a6463 .quick-menus > li:last-child::after {
  content: '';
}
#afb6fa9469a6463 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#afb6fa9469a6463 .site-header {
  height: 80px;
}
#afb6fa9469a6463 .uk-navbar-item,
#afb6fa9469a6463 .uk-navbar-nav > li > a,
#afb6fa9469a6463 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a90e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#afb6fa9469a6463 .uk-navbar-nav > li > a:hover::before,
#afb6fa9469a6463 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#afb6fa9469a6463 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li.active > a {
  color: #4a90e2;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#afb6fa9469a6463 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#afb6fa9469a6463 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#afb6fa9469a6463 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afb6fa9469a6463 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#afb6fa9469a6463 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#afb6fa9469a6463 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#afb6fa9469a6463 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#afb6fa9469a6463 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a90e2;
}
#afb6fa9469a6463 .site-pc-navbar {
  background: #fff;
}
#afb6fa9469a6463 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#afb6fa9469a6463 .logo {
  display: inline-block;
}
#afb6fa9469a6463 .menu-list {
  justify-content: center;
}
#afb6fa9469a6463 .submenu-items {
  display: inline-block;
}
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child svg,
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a0442ab3b8a3163 [data-item="items[2].abstract"] {left: -8px;top: 71px; position: relative;}#a0442ab3b8a3163 [data-item="items[2].title"] {left: -6px;top: 67px; position: relative;}#a0442ab3b8a3163 [data-item="items[2].picture"] {left: 1px;top: 0px; position: relative;}#a0442ab3b8a3163 [data-item="items[4].picture"] {left: 5px;top: -11px; position: relative;}#a0442ab3b8a3163 [data-item="items[4].title"] {left: 1px;top: -19px; position: relative;}#a0442ab3b8a3163 [data-item="items[4].abstract"] {left: -2px;top: -20px; position: relative;}#aaa23a3ac6a7535 , #aaa23a3ac6a7535 a{color: rgba(255, 255, 255, 1);}#ac59aa65ddae19c > .ele-wrap {border-top-width: 1px;border-bottom-style: none;border-top-color: rgba(153, 153, 153, 1);border-top-style: solid;}#a3c2daf856ac436 .logged {
  display: none;
}
#a3c2daf856ac436 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a3c2daf856ac436 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a3c2daf856ac436 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a3c2daf856ac436 .quick-menus > li:last-child::after {
  content: '';
}
#a3c2daf856ac436 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a3c2daf856ac436 .site-header {
  height: 80px;
}
#a3c2daf856ac436 .uk-navbar-item,
#a3c2daf856ac436 .uk-navbar-nav > li > a,
#a3c2daf856ac436 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a3c2daf856ac436 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a90e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a3c2daf856ac436 .uk-navbar-nav > li > a:hover::before,
#a3c2daf856ac436 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a3c2daf856ac436 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a3c2daf856ac436 .uk-navbar-nav > li.active > a {
  color: #4a90e2;
}
#a3c2daf856ac436 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a3c2daf856ac436 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a3c2daf856ac436 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a3c2daf856ac436 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a3c2daf856ac436 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3c2daf856ac436 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a3c2daf856ac436 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a3c2daf856ac436 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a3c2daf856ac436 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a3c2daf856ac436 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a90e2;
}
#a3c2daf856ac436 .site-pc-navbar {
  background: #fff;
}
#a3c2daf856ac436 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a3c2daf856ac436 .logo {
  display: inline-block;
}
#a3c2daf856ac436 .menu-list {
  justify-content: center;
}
#a3c2daf856ac436 .submenu-items {
  display: inline-block;
}
#a3c2daf856ac436 .submenu-items .sub-menu-item:last-child svg,
#a3c2daf856ac436 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#aaa23a3ac6a7535 , #aaa23a3ac6a7535 a{color: rgba(255, 255, 255, 1);}#ac59aa65ddae19c > .ele-wrap {border-top-width: 1px;border-bottom-style: none;border-top-color: rgba(153, 153, 153, 1);border-top-style: solid;}#a3c2daf856ac436 .logged {
  display: none;
}
#a3c2daf856ac436 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a3c2daf856ac436 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a3c2daf856ac436 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a3c2daf856ac436 .quick-menus > li:last-child::after {
  content: '';
}
#a3c2daf856ac436 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a3c2daf856ac436 .site-header {
  height: 80px;
}
#a3c2daf856ac436 .uk-navbar-item,
#a3c2daf856ac436 .uk-navbar-nav > li > a,
#a3c2daf856ac436 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a3c2daf856ac436 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a90e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a3c2daf856ac436 .uk-navbar-nav > li > a:hover::before,
#a3c2daf856ac436 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a3c2daf856ac436 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a3c2daf856ac436 .uk-navbar-nav > li.active > a {
  color: #4a90e2;
}
#a3c2daf856ac436 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a3c2daf856ac436 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a3c2daf856ac436 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a3c2daf856ac436 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a3c2daf856ac436 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3c2daf856ac436 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a3c2daf856ac436 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a3c2daf856ac436 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a3c2daf856ac436 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a3c2daf856ac436 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a90e2;
}
#a3c2daf856ac436 .site-pc-navbar {
  background: #fff;
}
#a3c2daf856ac436 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a3c2daf856ac436 .logo {
  display: inline-block;
}
#a3c2daf856ac436 .menu-list {
  justify-content: center;
}
#a3c2daf856ac436 .submenu-items {
  display: inline-block;
}
#a3c2daf856ac436 .submenu-items .sub-menu-item:last-child svg,
#a3c2daf856ac436 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#aaa23a3ac6a7535 , #aaa23a3ac6a7535 a{color: rgba(255, 255, 255, 1);}#ac59aa65ddae19c > .ele-wrap {border-top-width: 1px;border-bottom-style: none;border-top-color: rgba(153, 153, 153, 1);border-top-style: solid;}#afb6fa9469a6463 .logged {
  display: none;
}
#afb6fa9469a6463 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#afb6fa9469a6463 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afb6fa9469a6463 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#afb6fa9469a6463 .quick-menus > li:last-child::after {
  content: '';
}
#afb6fa9469a6463 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#afb6fa9469a6463 .site-header {
  height: 80px;
}
#afb6fa9469a6463 .uk-navbar-item,
#afb6fa9469a6463 .uk-navbar-nav > li > a,
#afb6fa9469a6463 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a90e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#afb6fa9469a6463 .uk-navbar-nav > li > a:hover::before,
#afb6fa9469a6463 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#afb6fa9469a6463 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li.active > a {
  color: #4a90e2;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#afb6fa9469a6463 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#afb6fa9469a6463 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#afb6fa9469a6463 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afb6fa9469a6463 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#afb6fa9469a6463 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#afb6fa9469a6463 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#afb6fa9469a6463 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#afb6fa9469a6463 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a90e2;
}
#afb6fa9469a6463 .site-pc-navbar {
  background: #fff;
}
#afb6fa9469a6463 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#afb6fa9469a6463 .logo {
  display: inline-block;
}
#afb6fa9469a6463 .menu-list {
  justify-content: center;
}
#afb6fa9469a6463 .submenu-items {
  display: inline-block;
}
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child svg,
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#aaa23a3ac6a7535 , #aaa23a3ac6a7535 a{color: rgba(255, 255, 255, 1);}#ac59aa65ddae19c > .ele-wrap {border-top-width: 1px;border-bottom-style: none;border-top-color: rgba(153, 153, 153, 1);border-top-style: solid;}#a3c2daf856ac436 .logged {
  display: none;
}
#a3c2daf856ac436 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a3c2daf856ac436 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a3c2daf856ac436 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a3c2daf856ac436 .quick-menus > li:last-child::after {
  content: '';
}
#a3c2daf856ac436 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a3c2daf856ac436 .site-header {
  height: 80px;
}
#a3c2daf856ac436 .uk-navbar-item,
#a3c2daf856ac436 .uk-navbar-nav > li > a,
#a3c2daf856ac436 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a3c2daf856ac436 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a90e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a3c2daf856ac436 .uk-navbar-nav > li > a:hover::before,
#a3c2daf856ac436 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a3c2daf856ac436 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a3c2daf856ac436 .uk-navbar-nav > li.active > a {
  color: #4a90e2;
}
#a3c2daf856ac436 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a3c2daf856ac436 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a3c2daf856ac436 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a3c2daf856ac436 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a3c2daf856ac436 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3c2daf856ac436 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a3c2daf856ac436 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a3c2daf856ac436 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a3c2daf856ac436 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a3c2daf856ac436 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a90e2;
}
#a3c2daf856ac436 .site-pc-navbar {
  background: #fff;
}
#a3c2daf856ac436 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a3c2daf856ac436 .logo {
  display: inline-block;
}
#a3c2daf856ac436 .menu-list {
  justify-content: center;
}
#a3c2daf856ac436 .submenu-items {
  display: inline-block;
}
#a3c2daf856ac436 .submenu-items .sub-menu-item:last-child svg,
#a3c2daf856ac436 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a4781a3c14a4542 {
  min-height: 90vh;
  /* mobile */
}
#a4781a3c14a4542 .search-highlight {
  background: yellow;
}
#a4781a3c14a4542 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a4781a3c14a4542 .el-title {
  margin-bottom: 20px;
}
#a4781a3c14a4542 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a4781a3c14a4542 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a4781a3c14a4542 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a4781a3c14a4542 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a4781a3c14a4542 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a4781a3c14a4542 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a4781a3c14a4542 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a4781a3c14a4542 .el-title {
    margin-bottom: 0;
  }
  #a4781a3c14a4542 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a4781a3c14a4542 .category {
    font-size: 12px;
  }
  #a4781a3c14a4542 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#aaa23a3ac6a7535 , #aaa23a3ac6a7535 a{color: rgba(255, 255, 255, 1);}#ac59aa65ddae19c > .ele-wrap {border-top-width: 1px;border-bottom-style: none;border-top-color: rgba(153, 153, 153, 1);border-top-style: solid;}#afb6fa9469a6463 .logged {
  display: none;
}
#afb6fa9469a6463 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#afb6fa9469a6463 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afb6fa9469a6463 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#afb6fa9469a6463 .quick-menus > li:last-child::after {
  content: '';
}
#afb6fa9469a6463 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#afb6fa9469a6463 .site-header {
  height: 80px;
}
#afb6fa9469a6463 .uk-navbar-item,
#afb6fa9469a6463 .uk-navbar-nav > li > a,
#afb6fa9469a6463 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a90e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#afb6fa9469a6463 .uk-navbar-nav > li > a:hover::before,
#afb6fa9469a6463 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#afb6fa9469a6463 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li.active > a {
  color: #4a90e2;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#afb6fa9469a6463 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#afb6fa9469a6463 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#afb6fa9469a6463 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afb6fa9469a6463 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#afb6fa9469a6463 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#afb6fa9469a6463 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#afb6fa9469a6463 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#afb6fa9469a6463 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a90e2;
}
#afb6fa9469a6463 .site-pc-navbar {
  background: #fff;
}
#afb6fa9469a6463 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#afb6fa9469a6463 .logo {
  display: inline-block;
}
#afb6fa9469a6463 .menu-list {
  justify-content: center;
}
#afb6fa9469a6463 .submenu-items {
  display: inline-block;
}
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child svg,
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a0a3ba4962a7a89 {
  /* 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------------------------*/
}
#a0a3ba4962a7a89 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a0a3ba4962a7a89 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a0a3ba4962a7a89 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a0a3ba4962a7a89 .error .clip:nth-of-type(1) .shadow,
#a0a3ba4962a7a89 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a0a3ba4962a7a89 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a0a3ba4962a7a89 .error h2 {
  font-size: 32px;
}
#a0a3ba4962a7a89 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a0a3ba4962a7a89 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a0a3ba4962a7a89 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a0a3ba4962a7a89 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a0a3ba4962a7a89 .error .clip .shadow {
  overflow: hidden;
}
#a0a3ba4962a7a89 .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);
}
#a0a3ba4962a7a89 .error .clip:nth-of-type(3) .shadow:after,
#a0a3ba4962a7a89 .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%;
}
#a0a3ba4962a7a89 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a0a3ba4962a7a89 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a0a3ba4962a7a89 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a0a3ba4962a7a89 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a0a3ba4962a7a89 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a0a3ba4962a7a89 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a0a3ba4962a7a89 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a0a3ba4962a7a89 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a0a3ba4962a7a89 {
    /* Error Page */
    /* Error Page */
  }
  #a0a3ba4962a7a89 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a0a3ba4962a7a89 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a0a3ba4962a7a89 .error .clip:nth-of-type(1) .shadow,
  #a0a3ba4962a7a89 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a0a3ba4962a7a89 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a0a3ba4962a7a89 .error h2 {
    font-size: 24px;
  }
  #a0a3ba4962a7a89 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a0a3ba4962a7a89 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a0a3ba4962a7a89 .error .container-error-404 {
    height: 150px;
  }
}
#a0a3ba4962a7a89 .overlay {
  position: relative;
  z-index: 20;
}
#a0a3ba4962a7a89 .ground-color {
  background: white;
}
#a0a3ba4962a7a89 .item-bg-color {
  background: #EAEAEA;
}
#a0a3ba4962a7a89 .padding-top {
  padding-top: 10px;
}
#a0a3ba4962a7a89 .padding-bottom {
  padding-bottom: 10px;
}
#a0a3ba4962a7a89 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a0a3ba4962a7a89 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a0a3ba4962a7a89 .padding-all {
  padding: 10px;
}
#a0a3ba4962a7a89 .no-padding-left {
  padding-left: 0px;
}
#a0a3ba4962a7a89 .no-padding-right {
  padding-right: 0px;
}
#a0a3ba4962a7a89 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a0a3ba4962a7a89 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a0a3ba4962a7a89 .no-padding {
  padding: 0px;
}
#a0a3ba4962a7a89 .margin-top {
  margin-top: 10px;
}
#a0a3ba4962a7a89 .margin-bottom {
  margin-bottom: 10px;
}
#a0a3ba4962a7a89 .margin-right {
  margin-right: 10px;
}
#a0a3ba4962a7a89 .margin-left {
  margin-left: 10px;
}
#a0a3ba4962a7a89 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a0a3ba4962a7a89 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a0a3ba4962a7a89 .margin-all {
  margin: 10px;
}
#a0a3ba4962a7a89 .no-margin {
  margin: 0px;
}
#a0a3ba4962a7a89 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a0a3ba4962a7a89 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a0a3ba4962a7a89 .inside-col-shrink {
  margin: 0px 20px;
}
#a0a3ba4962a7a89 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#aaa23a3ac6a7535 , #aaa23a3ac6a7535 a{color: rgba(255, 255, 255, 1);}#ac59aa65ddae19c > .ele-wrap {border-top-width: 1px;border-bottom-style: none;border-top-color: rgba(153, 153, 153, 1);border-top-style: solid;}#a3c2daf856ac436 .logged {
  display: none;
}
#a3c2daf856ac436 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a3c2daf856ac436 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a3c2daf856ac436 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a3c2daf856ac436 .quick-menus > li:last-child::after {
  content: '';
}
#a3c2daf856ac436 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a3c2daf856ac436 .site-header {
  height: 80px;
}
#a3c2daf856ac436 .uk-navbar-item,
#a3c2daf856ac436 .uk-navbar-nav > li > a,
#a3c2daf856ac436 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a3c2daf856ac436 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a90e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a3c2daf856ac436 .uk-navbar-nav > li > a:hover::before,
#a3c2daf856ac436 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a3c2daf856ac436 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a3c2daf856ac436 .uk-navbar-nav > li.active > a {
  color: #4a90e2;
}
#a3c2daf856ac436 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a3c2daf856ac436 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a3c2daf856ac436 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a3c2daf856ac436 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a3c2daf856ac436 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3c2daf856ac436 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a3c2daf856ac436 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a3c2daf856ac436 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a3c2daf856ac436 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a3c2daf856ac436 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a90e2;
}
#a3c2daf856ac436 .site-pc-navbar {
  background: #fff;
}
#a3c2daf856ac436 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a3c2daf856ac436 .logo {
  display: inline-block;
}
#a3c2daf856ac436 .menu-list {
  justify-content: center;
}
#a3c2daf856ac436 .submenu-items {
  display: inline-block;
}
#a3c2daf856ac436 .submenu-items .sub-menu-item:last-child svg,
#a3c2daf856ac436 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ae25aaacaba6b0b .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#ae25aaacaba6b0b .switch_item {
  margin-right: 10px;
}
#ae25aaacaba6b0b a.switch_item:hover {
  text-decoration: underline;
}
#ae25aaacaba6b0b .slider {
  width: 420px;
  height: 600px;
}
#ae25aaacaba6b0b .uk-slideshow-items {
  height: 100%;
}
#ae25aaacaba6b0b .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#ae25aaacaba6b0b .login-wrap {
  width: 100%;
  height: 100%;
}
#ae25aaacaba6b0b .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#ae25aaacaba6b0b .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#ae25aaacaba6b0b .phone-login-box {
  margin: 40px auto 40px;
}
#ae25aaacaba6b0b .login-header {
  margin-bottom: 24px;
}
#ae25aaacaba6b0b .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#ae25aaacaba6b0b .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#ae25aaacaba6b0b .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;
}
#ae25aaacaba6b0b .forget_password {
  cursor: pointer;
}
#ae25aaacaba6b0b .forget_password:hover {
  color: #4a90e2;
}
#ae25aaacaba6b0b .input-item input.error,
#ae25aaacaba6b0b .input-item input.error::placeholder {
  color: #fc4343;
}
#ae25aaacaba6b0b .input-item input::placeholder {
  color: #999;
}
#ae25aaacaba6b0b .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#ae25aaacaba6b0b .form-item {
  margin: 24px 0;
}
#ae25aaacaba6b0b .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#ae25aaacaba6b0b .send-code {
  float: left;
  margin-left: 20px;
}
#ae25aaacaba6b0b .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;
}
#ae25aaacaba6b0b .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#ae25aaacaba6b0b .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#ae25aaacaba6b0b .login_btn_wrap {
  text-align: center;
}
#ae25aaacaba6b0b .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#ae25aaacaba6b0b .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#ae25aaacaba6b0b .input-item .pwd-toggle:hover {
  color: currentColor;
}
#aaa23a3ac6a7535 , #aaa23a3ac6a7535 a{color: rgba(255, 255, 255, 1);}#ac59aa65ddae19c > .ele-wrap {border-top-width: 1px;border-bottom-style: none;border-top-color: rgba(153, 153, 153, 1);border-top-style: solid;}#a3c2daf856ac436 .logged {
  display: none;
}
#a3c2daf856ac436 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a3c2daf856ac436 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a3c2daf856ac436 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a3c2daf856ac436 .quick-menus > li:last-child::after {
  content: '';
}
#a3c2daf856ac436 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a3c2daf856ac436 .site-header {
  height: 80px;
}
#a3c2daf856ac436 .uk-navbar-item,
#a3c2daf856ac436 .uk-navbar-nav > li > a,
#a3c2daf856ac436 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a3c2daf856ac436 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a90e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a3c2daf856ac436 .uk-navbar-nav > li > a:hover::before,
#a3c2daf856ac436 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a3c2daf856ac436 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a3c2daf856ac436 .uk-navbar-nav > li.active > a {
  color: #4a90e2;
}
#a3c2daf856ac436 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a3c2daf856ac436 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a3c2daf856ac436 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a3c2daf856ac436 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a3c2daf856ac436 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3c2daf856ac436 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a3c2daf856ac436 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a3c2daf856ac436 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a3c2daf856ac436 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a3c2daf856ac436 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a90e2;
}
#a3c2daf856ac436 .site-pc-navbar {
  background: #fff;
}
#a3c2daf856ac436 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a3c2daf856ac436 .logo {
  display: inline-block;
}
#a3c2daf856ac436 .menu-list {
  justify-content: center;
}
#a3c2daf856ac436 .submenu-items {
  display: inline-block;
}
#a3c2daf856ac436 .submenu-items .sub-menu-item:last-child svg,
#a3c2daf856ac436 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a6243a748ba7e0e .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a6243a748ba7e0e .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a6243a748ba7e0e .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a6243a748ba7e0e .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a6243a748ba7e0e .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a6243a748ba7e0e .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a6243a748ba7e0e .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a6243a748ba7e0e .nav-list {
  padding: 0 20px;
}
#a6243a748ba7e0e .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;
}
#a6243a748ba7e0e .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a6243a748ba7e0e .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a6243a748ba7e0e .order-item:hover {
  background: #f7f7f7;
}
#a6243a748ba7e0e .del-order {
  cursor: pointer;
}
#a6243a748ba7e0e .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a6243a748ba7e0e .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a6243a748ba7e0e .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a6243a748ba7e0e .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a6243a748ba7e0e .goods-item .goods-info {
  padding: 0 15px;
}
#a6243a748ba7e0e .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a6243a748ba7e0e .appoint-time {
  margin-bottom: 4px;
}
#a6243a748ba7e0e .appoint-name {
  color: #333;
  font-size: 14px;
}
#a6243a748ba7e0e .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a6243a748ba7e0e .goods-item .goods-name {
  color: #333;
}
#a6243a748ba7e0e .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a6243a748ba7e0e .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a6243a748ba7e0e .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a6243a748ba7e0e .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a6243a748ba7e0e .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a6243a748ba7e0e .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;
}
#a6243a748ba7e0e .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a6243a748ba7e0e .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a6243a748ba7e0e .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a6243a748ba7e0e .setting-form {
  padding: 30px 20px;
}
#a6243a748ba7e0e .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a6243a748ba7e0e .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a6243a748ba7e0e .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a6243a748ba7e0e .setting-form .setting-btns {
  margin-left: 130px;
}
#a6243a748ba7e0e .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a6243a748ba7e0e .setting-wrap {
  position: relative;
}
#a6243a748ba7e0e .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a6243a748ba7e0e .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a6243a748ba7e0e .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a6243a748ba7e0e .address-wrap {
  padding: 30px 20px;
}
#a6243a748ba7e0e .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a6243a748ba7e0e .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a6243a748ba7e0e .addr-list {
  min-height: 200px;
}
#a6243a748ba7e0e .addr-detail .addr-item-name,
#a6243a748ba7e0e .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;
}
#a6243a748ba7e0e .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a6243a748ba7e0e .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a6243a748ba7e0e .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a6243a748ba7e0e .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a6243a748ba7e0e .add-addr {
  height: 32px;
  line-height: 30px;
}
#a6243a748ba7e0e .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;
}
#a6243a748ba7e0e .publish-item {
  cursor: default;
  min-height: 120px;
}
#a6243a748ba7e0e .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a6243a748ba7e0e .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a6243a748ba7e0e .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #4a90e2;
}
#a6243a748ba7e0e .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#aaa23a3ac6a7535 , #aaa23a3ac6a7535 a{color: rgba(255, 255, 255, 1);}#ac59aa65ddae19c > .ele-wrap {border-top-width: 1px;border-bottom-style: none;border-top-color: rgba(153, 153, 153, 1);border-top-style: solid;}#a3c2daf856ac436 .logged {
  display: none;
}
#a3c2daf856ac436 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a3c2daf856ac436 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a3c2daf856ac436 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a3c2daf856ac436 .quick-menus > li:last-child::after {
  content: '';
}
#a3c2daf856ac436 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a3c2daf856ac436 .site-header {
  height: 80px;
}
#a3c2daf856ac436 .uk-navbar-item,
#a3c2daf856ac436 .uk-navbar-nav > li > a,
#a3c2daf856ac436 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a3c2daf856ac436 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a90e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#a3c2daf856ac436 .uk-navbar-nav > li > a:hover::before,
#a3c2daf856ac436 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#a3c2daf856ac436 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#a3c2daf856ac436 .uk-navbar-nav > li.active > a {
  color: #4a90e2;
}
#a3c2daf856ac436 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#a3c2daf856ac436 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a3c2daf856ac436 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a3c2daf856ac436 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#a3c2daf856ac436 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3c2daf856ac436 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#a3c2daf856ac436 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a3c2daf856ac436 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a3c2daf856ac436 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#a3c2daf856ac436 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a90e2;
}
#a3c2daf856ac436 .site-pc-navbar {
  background: #fff;
}
#a3c2daf856ac436 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a3c2daf856ac436 .logo {
  display: inline-block;
}
#a3c2daf856ac436 .menu-list {
  justify-content: center;
}
#a3c2daf856ac436 .submenu-items {
  display: inline-block;
}
#a3c2daf856ac436 .submenu-items .sub-menu-item:last-child svg,
#a3c2daf856ac436 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a9471a3087a42b9 {
  min-height: 90vh;
  /* mobile */
}
#a9471a3087a42b9 .search-highlight {
  background: yellow;
}
#a9471a3087a42b9 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a9471a3087a42b9 .el-title {
  margin-bottom: 20px;
}
#a9471a3087a42b9 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a9471a3087a42b9 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a9471a3087a42b9 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a9471a3087a42b9 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a9471a3087a42b9 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a9471a3087a42b9 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a9471a3087a42b9 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a9471a3087a42b9 .el-title {
    margin-bottom: 0;
  }
  #a9471a3087a42b9 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a9471a3087a42b9 .category {
    font-size: 12px;
  }
  #a9471a3087a42b9 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#aaa23a3ac6a7535 , #aaa23a3ac6a7535 a{color: rgba(255, 255, 255, 1);}#ac59aa65ddae19c > .ele-wrap {border-top-width: 1px;border-bottom-style: none;border-top-color: rgba(153, 153, 153, 1);border-top-style: solid;}#afb6fa9469a6463 .logged {
  display: none;
}
#afb6fa9469a6463 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#afb6fa9469a6463 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afb6fa9469a6463 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#afb6fa9469a6463 .quick-menus > li:last-child::after {
  content: '';
}
#afb6fa9469a6463 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#afb6fa9469a6463 .site-header {
  height: 80px;
}
#afb6fa9469a6463 .uk-navbar-item,
#afb6fa9469a6463 .uk-navbar-nav > li > a,
#afb6fa9469a6463 .uk-navbar-toggle {
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  background: #4a90e2;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
#afb6fa9469a6463 .uk-navbar-nav > li > a:hover::before,
#afb6fa9469a6463 .uk-navbar-nav > li.active > a::before {
  transition: 300ms ease all;
  height: 3px;
  width: 100%;
}
#afb6fa9469a6463 .uk-navbar-nav:hover > li.active > a::before {
  width: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li.active > a {
  color: #4a90e2;
}
#afb6fa9469a6463 .uk-navbar-nav > li > a::after {
  content: "/";
  margin-left: 12px;
  color: #999;
  position: absolute;
  right: -25px;
  top: 0;
}
#afb6fa9469a6463 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#afb6fa9469a6463 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#afb6fa9469a6463 .uk-navbar-sticky .site-header {
  min-height: 80px;
}
#afb6fa9469a6463 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afb6fa9469a6463 .sub-menu-item {
  font-size: 12px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
}
#afb6fa9469a6463 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#afb6fa9469a6463 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#afb6fa9469a6463 .search-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
  border-radius: 6px;
}
#afb6fa9469a6463 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #4a90e2;
}
#afb6fa9469a6463 .site-pc-navbar {
  background: #fff;
}
#afb6fa9469a6463 .btn-search {
  font-size: 14px;
  line-height: 1;
  color: #999;
  width: 40px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#afb6fa9469a6463 .logo {
  display: inline-block;
}
#afb6fa9469a6463 .menu-list {
  justify-content: center;
}
#afb6fa9469a6463 .submenu-items {
  display: inline-block;
}
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child svg,
#afb6fa9469a6463 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a9e9aa421ca43b2 .comment-detail {
  min-height: 600px;
}
#a9e9aa421ca43b2 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a9e9aa421ca43b2 table th,
#a9e9aa421ca43b2 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a9e9aa421ca43b2 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a9e9aa421ca43b2 .red {
  color: #F00!important;
}
#a9e9aa421ca43b2 .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;
}
#aaa23a3ac6a7535 , #aaa23a3ac6a7535 a{color: rgba(255, 255, 255, 1);}#ac59aa65ddae19c > .ele-wrap {border-top-width: 1px;border-bottom-style: none;border-top-color: rgba(153, 153, 153, 1);border-top-style: solid;}