﻿@to TopIcon:/resources/sys/img/totop-default.svg;
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #f5f7f9;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #d1180b;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #d1180b;
}
/* 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: #d1180b;
}
/* 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: #d1180b;
  text-shadow: none;
}
::selection {
  background: #d1180b;
  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 #d1180b;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #d1180b;
}
/* ========================================================================
     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: #d1180b;
  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: #d1180b;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #d1180b;
  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: #d1180b;
  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: #d1180b;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #d1180b;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #d1180b;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #d1180b;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #d1180b;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #d1180b;
  color: #ffffff;
  border-color: #d1180b;
}
/*
   * 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: #d1180b;
}
/* 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: #d1180b;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #d1180b;
}
/* 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: #d1180b;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #d1180b;
}
.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: #d1180b;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #d1180b;
}
/* ========================================================================
     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: #d1180b;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #d1180b;
  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: #d1180b;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #d1180b;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #d1180b;
}
/*
   * 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: #d1180b;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #d1180b;
  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: #d1180b;
  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: #d1180b;
}
/* 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: #d1180b;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #d1180b;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #d1180b;
}
/* 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: #d1180b;
  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: #d1180b;
  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: #d1180b;
  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: #d1180b;
}
/* 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: #d1180b;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #d1180b;
  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: #d1180b;
}
/*
   * 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: #d1180b;
}
/* 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: #d1180b;
}
/*
   * 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: #d1180b;
  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: #d1180b;
}
.uk-progress::-moz-progress-bar {
  background-color: #d1180b;
}
.uk-progress::-ms-fill {
  background-color: #d1180b;
}
/* ========================================================================
     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: #d1180b !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: #d1180b !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #d1180b;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #d1180b;
}
.uk-background-secondary {
  background-color: #d1180b;
}
/* ========================================================================
     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;
  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: #d1180b;
  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: #d1180b;
  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: #d1180b;
  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;
  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;
}
.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: #d1180b;
}
.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(209, 24, 11, 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: #d1180b;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #d1180b;
}
.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: #d1180b;
  border-color: #d1180b;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #d1180b;
}
/* ========================================================================
   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-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: #a11208;
}
.ap-list-filter dd a.active {
  background-color: #d1180b;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #d1180b;
}
.category li a.active {
  color: #d1180b;
}
.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: #d1180b;
}
.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: #d1180b;
  border: 1px solid rgba(209, 24, 11, 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: #d1180b;
}
form .step .ui-step.active .ui-step-title {
  color: #d1180b;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a44f9ad612a679b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a44f9ad612a679b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a32e5aac30a40cb .ac887a5ee2a05b5 > .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: 0px 1px 15px 1px rgba(238, 238, 238, 1);}#a32e5aac30a40cb .ac887a5ee2a05b5  > .ele-wrap:hover {box-shadow: 0px 1px 15px 1px rgba(245, 218, 217, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a32e5aac30a40cb .a44cbae606aa0b9 {
  overflow: hidden;
}
#a32e5aac30a40cb .a44cbae606aa0b9 , #a32e5aac30a40cb .a44cbae606aa0b9 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a32e5aac30a40cb .a44cbae606aa0b9:hover , #a32e5aac30a40cb .a44cbae606aa0b9 *:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(209, 24, 11, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a32e5aac30a40cb .a7d92a16eda1077 {
  overflow: hidden;
}
#a32e5aac30a40cb .a7d92a16eda1077 , #a32e5aac30a40cb .a7d92a16eda1077 > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 16px;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a32e5aac30a40cb .aabf3ab110a750d a, #a32e5aac30a40cb .aabf3ab110a750d {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a32e5aac30a40cb .a152cab3a0adfc7 .ele-wrap {color: #333;border-width: 0px;border-style: solid;font-size: 14px;justify-content: center;background-color: transparent;}#a32e5aac30a40cb .a78c0a0923a05f5 , #a32e5aac30a40cb .a78c0a0923a05f5 a{color: rgba(153, 153, 153, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a32e5aac30a40cb .uk-grid {
  margin-left: -30px;
}
#a32e5aac30a40cb .uk-grid > * {
  padding-left: 30px;
}
#a32e5aac30a40cb .uk-grid > .uk-grid-margin {
  margin-top: 30px;
}
#a32e5aac30a40cb .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a32e5aac30a40cb .uk-position-center-left-out {
    left: -30px;
  }
  #a32e5aac30a40cb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2150ab5b6a08b0 [data-item*=".abstract"], #a2150ab5b6a08b0 [data-item*=".abstract"] a {show: true;}#a2150ab5b6a08b0 [data-item*=".subTitle"], #a2150ab5b6a08b0 [data-item*=".subTitle"] a {show: true;}#a2150ab5b6a08b0 [data-item*=".category"], #a2150ab5b6a08b0 [data-item*=".category"] a {show: true;}#afe00a40c3a6313 .ele-wrap {color: #fff;font-size: 16px;background-color: rgba(209, 24, 11, 1);border-radius: 5px;justify-content: center;border-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9240a9db7a34f6 , #a9240a9db7a34f6 a{color: rgba(153, 153, 153, 1);}#a16bdae2f4a54b1 , #a16bdae2f4a54b1 a{color: rgba(153, 153, 153, 1);}#a37d9a10a2a8674 , #a37d9a10a2a8674 a{color: rgba(153, 153, 153, 1);}#a9770a8e56ab28e > .ele-wrap {background-color: rgba(35, 37, 39, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6a05aa884a6926 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a6a05aa884a6926 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a005ea7b58a1c50 {
  min-height: 300px;
}
#a1810aa7d1a0a3e .ele-wrap {color: #ffffff;font-size: 18px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;}#a1810aa7d1a0a3e .ele-wrap:hover {background-color: #0483cc;background-color: rgba(17, 17, 17, 1);color: #ffffff;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0f78acab0a22e0 {
  overflow: hidden;
}
#a0f78acab0a22e0 , #a0f78acab0a22e0 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 32px;font-family: NotoSansSC-Light;color: rgba(26, 26, 26, 1);}#ac367a254fab1e9  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9069a9ebea2266 .inner-detail p {
  margin: 0 0 15px 0;
}
#a9069a9ebea2266 .inner-detail img {
  margin-bottom: 0 !important;
  margin-top: 15px;
}
#a9069a9ebea2266 .inner-detail {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 30px;
}
#abb84afcc8a2713 a, #abb84afcc8a2713 {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(153, 153, 153, 1);}#a4a26abb22aafc4  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(153, 153, 153, 1);}#a379fad643a6437 , #a379fad643a6437 a{color: rgba(102, 102, 102, 1);}#a622aa88a3a0cd5 , #a622aa88a3a0cd5 a{color: rgba(102, 102, 102, 1);}#a6ff6a3640ae27a a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(209, 24, 11, 1);}#a6ff6a3640ae27a, #a6ff6a3640ae27a a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#afb57ae184a7ab4, #afb57ae184a7ab4 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#afb57ae184a7ab4 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(209, 24, 11, 1);}#aa4aeafbc5ab423 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 15px 1px rgba(238, 238, 238, 1);}#aa4aeafbc5ab423  > .ele-wrap:hover {box-shadow: 0px 1px 15px 1px rgba(248, 226, 225, 1);}#aea4da1220a7eba .abc1aa7cdbafc24 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(238, 238, 238, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aea4da1220a7eba .a5b63a4726abb3f {
  overflow: hidden;
}
#aea4da1220a7eba .a5b63a4726abb3f , #aea4da1220a7eba .a5b63a4726abb3f > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#aea4da1220a7eba .a5b63a4726abb3f:hover , #aea4da1220a7eba .a5b63a4726abb3f *:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 16px;font-family: inherit;color: rgba(209, 24, 11, 1);}#aea4da1220a7eba .aacf0a596badbb8  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(153, 153, 153, 1);}#aea4da1220a7eba .a2685a6c9faefcd , #aea4da1220a7eba .a2685a6c9faefcd a{color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aea4da1220a7eba .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aea4da1220a7eba .uk-position-center-left-out {
    left: -30px;
  }
  #aea4da1220a7eba .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac331ad104abcbf > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 15px 1px rgba(238, 238, 238, 1);}#ac331ad104abcbf  > .ele-wrap:hover {box-shadow: 0px 1px 15px 1px rgba(248, 226, 225, 1);}#a4df9ad894ac7ee .a7644ab094aced5 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(238, 238, 238, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4df9ad894ac7ee .ad6e8a1e8dad74d {
  overflow: hidden;
}
#a4df9ad894ac7ee .ad6e8a1e8dad74d , #a4df9ad894ac7ee .ad6e8a1e8dad74d > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a4df9ad894ac7ee .ad6e8a1e8dad74d:hover , #a4df9ad894ac7ee .ad6e8a1e8dad74d *:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 16px;font-family: inherit;color: rgba(209, 24, 11, 1);}#a4df9ad894ac7ee .a936caf984abfd5  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(153, 153, 153, 1);}#a4df9ad894ac7ee .a4ac4a720da68e1 , #a4df9ad894ac7ee .a4ac4a720da68e1 a{color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4df9ad894ac7ee .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4df9ad894ac7ee .uk-position-center-left-out {
    left: -30px;
  }
  #a4df9ad894ac7ee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0ed0afb84a633c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8c9ca6c4cad979 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-top-width: 5px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(209, 24, 11, 1);}#ac391af8aba4eae .a369ba5f26a67da > .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: 0px 1px 14px 1px rgba(238, 238, 238, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac391af8aba4eae .a8290a74dfa4f2f {
  overflow: hidden;
}
#ac391af8aba4eae .a8290a74dfa4f2f , #ac391af8aba4eae .a8290a74dfa4f2f > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#ac391af8aba4eae .a8290a74dfa4f2f:hover , #ac391af8aba4eae .a8290a74dfa4f2f *:hover {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 16px;font-family: inherit;color: rgba(209, 24, 11, 1);}#ac391af8aba4eae .af129a6528aa590 , #ac391af8aba4eae .af129a6528aa590 a{color: rgba(153, 153, 153, 1);}#ac391af8aba4eae .a8876a1d1fabfe3  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(153, 153, 153, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac391af8aba4eae .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#ac391af8aba4eae .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac391af8aba4eae .uk-position-center-left-out {
    left: -30px;
  }
  #ac391af8aba4eae .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a36fda3942aad68 a, #a36fda3942aad68 {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a755da58bea1472 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa075a3aaba91e6 > .ele-wrap {border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-color: rgba(209, 24, 11, 1);border-right-color: rgba(209, 24, 11, 1);border-left-color: rgba(209, 24, 11, 1);border-bottom-color: rgba(209, 24, 11, 1);border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#a3c39a2a5ba57b3 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(209, 24, 11, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;}#a3c39a2a5ba57b3 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(209, 24, 11, 1);color: #ffffff;}#a6939a3139acb41 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a005ea7b58a1c50 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(102, 102, 102, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a44f9ad612a679b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a44f9ad612a679b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6db4a6067a0175 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a6db4a6067a0175 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a6db4a6067a0175 .ap-icon {
  margin-right: 6px;
}
#a6db4a6067a0175 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, 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: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  width: 119px;
  height: 45px;
}
#a6db4a6067a0175 .menu-list > li.icon-bottom > a,
#a6db4a6067a0175 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a6db4a6067a0175 .menu-list > li.icon-bottom > a .ap-icon,
#a6db4a6067a0175 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a6db4a6067a0175 .menu-list > li.icon-bottom > a .ap-icon svg,
#a6db4a6067a0175 .menu-list > li.icon-top > a .ap-icon svg,
#a6db4a6067a0175 .menu-list > li.icon-bottom > a .ap-icon img,
#a6db4a6067a0175 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a6db4a6067a0175 .menu-list > li.icon-right > a .ap-icon,
#a6db4a6067a0175 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a6db4a6067a0175 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a6db4a6067a0175 .menu-list > li:hover > a,
#a6db4a6067a0175 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #333333;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a6db4a6067a0175 .menu-list > li.active > a {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #333333;
}
#a6db4a6067a0175 .menu-list ul,
#a6db4a6067a0175 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a6db4a6067a0175 .menu-list ul {
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
}
#a6db4a6067a0175 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6db4a6067a0175 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6db4a6067a0175 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab345a8119ae79b .a1bf3a4cd0af45f > .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: 0px 1px 14px 1px rgba(238, 238, 238, 1);}#ab345a8119ae79b .a1bf3a4cd0af45f  > .ele-wrap:hover {box-shadow: 0px 1px 15px 1px rgba(245, 218, 217, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab345a8119ae79b .af178a5f1aa1035 {
  overflow: hidden;
}
#ab345a8119ae79b .af178a5f1aa1035 , #ab345a8119ae79b .af178a5f1aa1035 > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 16px;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab345a8119ae79b .a2a82ab42da2739 {
  overflow: hidden;
}
#ab345a8119ae79b .a2a82ab42da2739 , #ab345a8119ae79b .a2a82ab42da2739 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#ab345a8119ae79b .a2a82ab42da2739:hover , #ab345a8119ae79b .a2a82ab42da2739 *:hover {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 18px;font-family: inherit;color: rgba(209, 24, 11, 1);}#ab345a8119ae79b .ab575af375ad9f5  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 16px;font-family: NotoSansSC-Light;color: rgba(153, 153, 153, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab345a8119ae79b .a1b20a1677aa923 .ele-wrap {color: #666666;border-width: 0px;border-style: solid;font-size: 14px;justify-content: center;background-color: transparent;}#ab345a8119ae79b .a1b20a1677aa923 .ele-wrap:hover {color: #d1180b;}#ab345a8119ae79b .a9844a7fe6a4135 , #ab345a8119ae79b .a9844a7fe6a4135 a{color: rgba(153, 153, 153, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab345a8119ae79b .uk-grid {
  margin-left: -30px;
}
#ab345a8119ae79b .uk-grid > * {
  padding-left: 30px;
}
#ab345a8119ae79b .uk-grid > .uk-grid-margin {
  margin-top: 30px;
}
#ab345a8119ae79b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab345a8119ae79b .uk-position-center-left-out {
    left: -30px;
  }
  #ab345a8119ae79b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3895afa3cade84 [data-item*=".abstract"], #a3895afa3cade84 [data-item*=".abstract"] a {show: true;}#a3895afa3cade84 [data-item*=".subTitle"], #a3895afa3cade84 [data-item*=".subTitle"] a {show: true;}#a3895afa3cade84 [data-item*=".category"], #a3895afa3cade84 [data-item*=".category"] a {show: true;}#a3895afa3cade84 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 20px;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9240a9db7a34f6 , #a9240a9db7a34f6 a{color: rgba(153, 153, 153, 1);}#a16bdae2f4a54b1 , #a16bdae2f4a54b1 a{color: rgba(153, 153, 153, 1);}#a37d9a10a2a8674 , #a37d9a10a2a8674 a{color: rgba(153, 153, 153, 1);}#a9770a8e56ab28e > .ele-wrap {background-color: rgba(35, 37, 39, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a44f9ad612a679b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a44f9ad612a679b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2381a629cae81f {
  min-height: 300px;
}
#afd8ea864cab068 .ele-wrap {color: #ffffff;font-size: 18px;font-weight: 500;border-radius: 5px;justify-content: center;border-style: solid;}#afd8ea864cab068 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(17, 17, 17, 1);color: #ffffff;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7161ac169afc55 {
  overflow: hidden;
}
#a7161ac169afc55 , #a7161ac169afc55 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 32px;font-family: NotoSansSC-Light;color: rgba(26, 26, 26, 1);}#a7274a9f98a6756  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac9f7aa3c6a4198 .inner-detail p {
  margin: 0 0 15px 0;
}
#ac9f7aa3c6a4198 .inner-detail img {
  margin-bottom: 0 !important;
  margin-top: 15px;
}
#ac9f7aa3c6a4198 .inner-detail {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 30px;
}
#aafaba1a17a8dc3 a, #aafaba1a17a8dc3 {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(153, 153, 153, 1);}#a53d4a9f4eafe0f  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(153, 153, 153, 1);}#a8f76aab11a8f16 , #a8f76aab11a8f16 a{color: rgba(102, 102, 102, 1);}#aa6e2a7120a7330 , #aa6e2a7120a7330 a{color: rgba(102, 102, 102, 1);}#a9396a4891a67a5 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(209, 24, 11, 1);}#a9396a4891a67a5, #a9396a4891a67a5 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#ae8f7a00e0adb85, #ae8f7a00e0adb85 a {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(51, 51, 51, 1);}#ae8f7a00e0adb85 a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(209, 24, 11, 1);}#a1ed5a9454ab6ad > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 15px 1px rgba(238, 238, 238, 1);}#a1ed5a9454ab6ad  > .ele-wrap:hover {box-shadow: 0px 1px 15px 1px rgba(248, 226, 225, 1);}#a8d59a41e9a50a0 .a6006ab81da797c > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(238, 238, 238, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8d59a41e9a50a0 .ace63a279ca47c6 {
  overflow: hidden;
}
#a8d59a41e9a50a0 .ace63a279ca47c6 , #a8d59a41e9a50a0 .ace63a279ca47c6 > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a8d59a41e9a50a0 .ace63a279ca47c6:hover , #a8d59a41e9a50a0 .ace63a279ca47c6 *:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 16px;font-family: inherit;color: rgba(209, 24, 11, 1);}#a8d59a41e9a50a0 .af0d0a78a1aab3e  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(153, 153, 153, 1);}#a8d59a41e9a50a0 .a8e58abdb9a60d3 , #a8d59a41e9a50a0 .a8e58abdb9a60d3 a{color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8d59a41e9a50a0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8d59a41e9a50a0 .uk-position-center-left-out {
    left: -30px;
  }
  #a8d59a41e9a50a0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6cd0acad3a9574 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 1px 15px 1px rgba(238, 238, 238, 1);}#a6cd0acad3a9574  > .ele-wrap:hover {box-shadow: 0px 1px 15px 1px rgba(248, 226, 225, 1);}#a7913a972ba7527 .a0824a6931a2581 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(238, 238, 238, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7913a972ba7527 .a8f7cae608a2fad {
  overflow: hidden;
}
#a7913a972ba7527 .a8f7cae608a2fad , #a7913a972ba7527 .a8f7cae608a2fad > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a7913a972ba7527 .a8f7cae608a2fad:hover , #a7913a972ba7527 .a8f7cae608a2fad *:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 16px;font-family: inherit;color: rgba(209, 24, 11, 1);}#a7913a972ba7527 .ac75ca2f16a9a35  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(153, 153, 153, 1);}#a7913a972ba7527 .ad9ffa3dc4ab8de , #a7913a972ba7527 .ad9ffa3dc4ab8de a{color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7913a972ba7527 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7913a972ba7527 .uk-position-center-left-out {
    left: -30px;
  }
  #a7913a972ba7527 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aebc1a1186a2d6f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01a7af519a7fc9 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-top-width: 5px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(209, 24, 11, 1);}#aa1c0a0978a9c4c .a007ea6fc6ab668 > .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: 0px 1px 14px 1px rgba(238, 238, 238, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa1c0a0978a9c4c .ae803acf35ae6ba {
  overflow: hidden;
}
#aa1c0a0978a9c4c .ae803acf35ae6ba , #aa1c0a0978a9c4c .ae803acf35ae6ba > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#aa1c0a0978a9c4c .ae803acf35ae6ba:hover , #aa1c0a0978a9c4c .ae803acf35ae6ba *:hover {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 16px;font-family: inherit;color: rgba(209, 24, 11, 1);}#aa1c0a0978a9c4c .a0eaeaf152a191b , #aa1c0a0978a9c4c .a0eaeaf152a191b a{color: rgba(153, 153, 153, 1);}#aa1c0a0978a9c4c .aec1eaf7a1a29dd  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(153, 153, 153, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa1c0a0978a9c4c .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aa1c0a0978a9c4c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa1c0a0978a9c4c .uk-position-center-left-out {
    left: -30px;
  }
  #aa1c0a0978a9c4c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac268a42b5a3e9a a, #ac268a42b5a3e9a span {border-top-width: 1px;border-top-color: rgba(209, 24, 11, 1);border-top-style: solid;border-right-color: rgba(209, 24, 11, 1);border-left-color: rgba(209, 24, 11, 1);border-bottom-color: rgba(209, 24, 11, 1);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: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;padding-right: 10px;padding-left: 10px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(209, 24, 11, 1);}#abd5eab92ea3b9b a, #abd5eab92ea3b9b {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(102, 102, 102, 1);}#a410ca80e7a794f > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8cba4b97a7fdc > .ele-wrap {border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-color: rgba(209, 24, 11, 1);border-right-color: rgba(209, 24, 11, 1);border-left-color: rgba(209, 24, 11, 1);border-bottom-color: rgba(209, 24, 11, 1);border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#a6e47a4dd6a82b7 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(209, 24, 11, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: NotoSansSC-Light;}#a6e47a4dd6a82b7 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(209, 24, 11, 1);color: #ffffff;}#aaea8adc99abfc0 > .ele-wrap {background-color: rgba(250, 250, 250, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2381a629cae81f [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(102, 102, 102, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5491a41c2a13bc [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a5491a41c2a13bc .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a62cfa9945a9979 [data-item="items[0].title"] {left: 0px;top: 1px; position: relative;}#a62cfa9945a9979 [data-item="items[0].subTitle"] {left: 0px;top: -1px; position: relative;}#aa731aa08fa8184 > .ele-wrap {background-color: rgba(209, 24, 11, 1);box-shadow: 0px 1px 15px 1px rgba(249, 223, 223, 1);border-radius: 10px;}#aa731aa08fa8184 .hover-content-wrap:nth-child(1)
                            {}#aa731aa08fa8184  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a1a84adfa6a53e6 , #a1a84adfa6a53e6 a{color: rgba(255, 255, 255, 1);}#a2cd4a1b93ab5c1 , #a2cd4a1b93ab5c1 a{color: rgba(209, 24, 11, 1);}#ab50ca9322a2c09 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 1px 15px 1px rgba(238, 238, 238, 1);border-radius: 10px;}#ab50ca9322a2c09  > .ele-wrap:hover {background-color: rgba(209, 24, 11, 1);}#a9095a7404a522b , #a9095a7404a522b a{color: rgba(209, 24, 11, 1);}#a9447a0cbdaec94 , #a9447a0cbdaec94 a{color: rgba(255, 255, 255, 1);}#a1c1eafefba00b5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 1px 15px 1px rgba(238, 238, 238, 1);border-radius: 10px;}#a1c1eafefba00b5  > .ele-wrap:hover {background-color: rgba(209, 24, 11, 1);}#ad7cba61a7ae6fb , #ad7cba61a7ae6fb a{color: rgba(209, 24, 11, 1);}#a3b48aa7d2a4c6f , #a3b48aa7d2a4c6f a{color: rgba(255, 255, 255, 1);}#a039ba2c78aee52 .a6090a9035a9c86 > .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: 0px 1px 15px 1px rgba(81, 79, 79, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a039ba2c78aee52 .a1549afec0a026b {
  overflow: hidden;
}
#a039ba2c78aee52 .a1549afec0a026b , #a039ba2c78aee52 .a1549afec0a026b > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;font-family: NotoSansSC-DemiLight;color: rgba(51, 51, 51, 1);}#a039ba2c78aee52 .a0f6fa3f29a43a4 a, #a039ba2c78aee52 .a0f6fa3f29a43a4 {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(102, 102, 102, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a039ba2c78aee52 .af2c8aaa00a3eb4 {
  overflow: hidden;
}
#a039ba2c78aee52 .af2c8aaa00a3eb4 , #a039ba2c78aee52 .af2c8aaa00a3eb4 > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 22px;font-family: NotoSansSC-DemiLight;color: rgba(102, 102, 102, 1);}#a039ba2c78aee52 .a9b0bad786a25da , #a039ba2c78aee52 .a9b0bad786a25da a{color: rgba(153, 153, 153, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a039ba2c78aee52 .uk-grid {
  margin-left: -30px;
}
#a039ba2c78aee52 .uk-grid > * {
  padding-left: 30px;
}
#a039ba2c78aee52 .uk-grid > .uk-grid-margin {
  margin-top: 30px;
}
#a039ba2c78aee52 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a039ba2c78aee52 .uk-position-center-left-out {
    left: -30px;
  }
  #a039ba2c78aee52 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a39f9aa9e4a3707 .aed90a38a4ab875 > .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: 0px 1px 15px 1px rgba(238, 238, 238, 1);}#a39f9aa9e4a3707 .aed90a38a4ab875  > .ele-wrap:hover {border-bottom-width: 3px;border-bottom-color: rgba(209, 24, 11, 1);border-bottom-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a39f9aa9e4a3707 .a4461a84e4abf79 {
  overflow: hidden;
}
#a39f9aa9e4a3707 .a4461a84e4abf79 , #a39f9aa9e4a3707 .a4461a84e4abf79 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 24px;font-family: NotoSansSC-DemiLight;color: rgba(51, 51, 51, 1);}#a39f9aa9e4a3707 .aa5bea3ad0a2167 a, #a39f9aa9e4a3707 .aa5bea3ad0a2167 {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 16px;font-family: inherit;color: rgba(102, 102, 102, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a39f9aa9e4a3707 .a0b17a08b5a3508 , #a39f9aa9e4a3707 .a0b17a08b5a3508 a{color: rgba(153, 153, 153, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a39f9aa9e4a3707 .a0365ac250a647c {
  overflow: hidden;
}
#a39f9aa9e4a3707 .a0365ac250a647c , #a39f9aa9e4a3707 .a0365ac250a647c > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 16px;font-family: inherit;color: rgba(102, 102, 102, 1);}#a39f9aa9e4a3707 .a7b10ae1faad358  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-family: inherit;color: rgba(153, 153, 153, 1);}#a39f9aa9e4a3707 .a8a39a9a57ae84e , #a39f9aa9e4a3707 .a8a39a9a57ae84e a{color: rgba(153, 153, 153, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a39f9aa9e4a3707 .uk-grid {
  margin-left: -30px;
}
#a39f9aa9e4a3707 .uk-grid > * {
  padding-left: 30px;
}
#a39f9aa9e4a3707 .uk-grid > .uk-grid-margin {
  margin-top: 30px;
}
#a39f9aa9e4a3707 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a39f9aa9e4a3707 .uk-position-center-left-out {
    left: -30px;
  }
  #a39f9aa9e4a3707 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9f50a6c00a4597 .ele-wrap {color: #fff;font-size: 18px;background-color: rgba(209, 24, 11, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: NotoSansSC-DemiLight;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9240a9db7a34f6 , #a9240a9db7a34f6 a{color: rgba(153, 153, 153, 1);}#a16bdae2f4a54b1 , #a16bdae2f4a54b1 a{color: rgba(153, 153, 153, 1);}#a37d9a10a2a8674 , #a37d9a10a2a8674 a{color: rgba(153, 153, 153, 1);}#a9770a8e56ab28e > .ele-wrap {background-color: rgba(35, 37, 39, 1);}#af68dadaf6ade72 {background-color: rgba(0,0,0,0.7);}#af68dadaf6ade72 > .lightbox-content {
                background-image: linear-gradient(180deg,
                rgba(188, 15, 15, 1),
                rgba(155, 17, 34, 1));
            border-top-left-radius: 75px;border-bottom-right-radius: 75px;border-top-right-radius: 75px;border-bottom-left-radius: 75px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac1a8a7f86a362c [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ac1a8a7f86a362c .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac884a0b35a1a9c .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 18px;justify-content: center;font-family: NotoSansSC-Light;}#ac884a0b35a1a9c .ele-wrap:hover {border-color: rgba(209, 24, 11, 1);background-color: #fff;color: #ffffff;background-color: rgba(209, 24, 11, 1);}#a7c3ba9877a94ab , #a7c3ba9877a94ab a{color: rgba(255, 255, 255, 1);}#a831da53d1a1ecf > .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-bottom-right-radius: 0px;border-top-right-radius: 15px;border-bottom-left-radius: 0px;box-shadow: 1px 2px 15px 2px rgba(238, 238, 238, 1);}#a35cba6ffea7bc1 , #a35cba6ffea7bc1 a{color: rgba(209, 24, 11, 1);}#a232ca49b3abff5 > .ele-wrap {background-color: rgba(209, 24, 11, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 15px;border-bottom-right-radius: 0px;border-top-right-radius: 15px;border-bottom-left-radius: 0px;box-shadow: 0px 1px 15px 1px rgba(250, 151, 144, 1);}#af46cae5f5aa382 .ele-wrap {color: #333333;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;}#af46cae5f5aa382 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(255, 255, 255, 1);}#aa9e5a27ada9a49 .ele-wrap {color: #333333;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;}#aa9e5a27ada9a49 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(255, 255, 255, 1);}#a0703a94fdafc7c .ele-wrap {color: #333333;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;}#a0703a94fdafc7c .ele-wrap:hover {background-color: #0483cc;background-color: rgba(255, 255, 255, 1);}#a33c8a9910a78fe .ele-wrap {color: #333333;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;}#a33c8a9910a78fe .ele-wrap:hover {background-color: #0483cc;background-color: rgba(255, 255, 255, 1);}#a8189ab3b8a8070 .ele-wrap {color: #333333;font-size: 20px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;}#a8189ab3b8a8070 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(255, 255, 255, 1);}#a29dda0baaa9f85 > .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-bottom-right-radius: 0px;border-top-right-radius: 15px;border-bottom-left-radius: 0px;box-shadow: 1px 2px 15px 2px rgba(238, 238, 238, 1);}#a6b2daef0ea55c6 , #a6b2daef0ea55c6 a{color: rgba(209, 24, 11, 1);}#ab153aea40aa54e > .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-bottom-right-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;box-shadow: 0px 1px 15px 1px rgba(119, 119, 119, 1);}#a51d6ad21aae7c1 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 68px;text-align: center;font-family: FZHei-B01S;color: rgba(209, 24, 11, 1);}#ab005acf08af61b , #ab005acf08af61b a{color: rgba(209, 24, 11, 1);}#a1c7baf870a4698 , #a1c7baf870a4698 a{color: rgba(209, 24, 11, 1);}#ac848aee82ac793 , #ac848aee82ac793 a{color: rgba(252, 208, 204, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af618a2639af121 > .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-bottom-right-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;box-shadow: 1px 2px 15px 2px rgba(119, 119, 119, 1);}#a3749a93efa4384 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 68px;text-align: center;font-family: FZHei-B01S;color: rgba(209, 24, 11, 1);}#aaf87a2200a02c3 , #aaf87a2200a02c3 a{color: rgba(209, 24, 11, 1);}#a0401a18cba8a13 , #a0401a18cba8a13 a{color: rgba(209, 24, 11, 1);}#a9876ae797aa3a7 , #a9876ae797aa3a7 a{color: rgba(252, 208, 204, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6132ab1f7acb91 > .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-bottom-right-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;box-shadow: 1px 2px 15px 2px rgba(119, 119, 119, 1);}#a3e8aa6faea6f90 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 68px;text-align: center;font-family: FZHei-B01S;color: rgba(209, 24, 11, 1);}#a5a8faa31ca5838 , #a5a8faa31ca5838 a{color: rgba(209, 24, 11, 1);}#af35ca5c65aa985 , #af35ca5c65aa985 a{color: rgba(209, 24, 11, 1);}#a6db1a7967ab946 , #a6db1a7967ab946 a{color: rgba(252, 208, 204, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a641ca2f58aa0d7 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 58px;text-align: center;font-family: inherit;color: rgba(209, 24, 11, 1);}#a5729af917a78db .a167aa98a3ac509 > .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: 0px 1px 15px 1px rgba(238, 238, 238, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5729af917a78db .a2cc1a9d19a8dfb {
  overflow: hidden;
}
#a5729af917a78db .a2cc1a9d19a8dfb , #a5729af917a78db .a2cc1a9d19a8dfb > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 28px;font-family: NotoSansSC-Medium;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5729af917a78db .aeda3aa27eabbf5 {
  overflow: hidden;
}
#a5729af917a78db .aeda3aa27eabbf5 , #a5729af917a78db .aeda3aa27eabbf5 > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;font-family: NotoSansSC-DemiLight;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5729af917a78db .uk-grid {
  margin-left: -65px;
}
#a5729af917a78db .uk-grid > * {
  padding-left: 65px;
}
#a5729af917a78db .uk-grid > .uk-grid-margin {
  margin-top: 65px;
}
#a5729af917a78db .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5729af917a78db .uk-position-center-left-out {
    left: -30px;
  }
  #a5729af917a78db .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8ff5ad2acaa51c , #a8ff5ad2acaa51c a{color: rgba(51, 51, 51, 1);}#a594fab6cea7c36 > .ele-wrap {background-color: rgba(38, 38, 38, 1);background-size: contain;background-position: top left;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4430a0157a206d .ele-wrap {color: #fff;font-size: 16px;background-color: rgba(209, 24, 11, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a5a1caaa63ae802 .ele-wrap {color: #333333;font-size: 16px;font-weight: 500;background-color: rgba(245, 245, 245, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a5a1caaa63ae802 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(209, 24, 11, 1);}#a6543a3a0baf2b6 .ele-wrap {color: #333333;font-size: 16px;font-weight: 500;background-color: rgba(245, 245, 245, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a6543a3a0baf2b6 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(209, 24, 11, 1);}#a238ca4ed1aef64 .ele-wrap {color: #333333;font-size: 16px;font-weight: 500;background-color: rgba(245, 245, 245, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a238ca4ed1aef64 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(209, 24, 11, 1);}#af819a5500a74ac .ele-wrap {color: #333333;font-size: 16px;font-weight: 500;background-color: rgba(245, 245, 245, 1);border-radius: 10px;justify-content: center;border-style: solid;}#af819a5500a74ac .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(209, 24, 11, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1832aeb5aad8c9 {
  overflow: hidden;
  pointer-events: none;
}
#a1832aeb5aad8c9 > .tab-wrap > div > .tab-nav,
#a1832aeb5aad8c9 > .tab-nav {
  text-align: center;
  font-size: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#a1832aeb5aad8c9 > .tab-wrap > div > .tab-nav-horizontal,
#a1832aeb5aad8c9 > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a1832aeb5aad8c9 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1832aeb5aad8c9 > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a1832aeb5aad8c9 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1832aeb5aad8c9 > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 65px;
  overflow-x: auto;
}
#a1832aeb5aad8c9 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1832aeb5aad8c9 > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a1832aeb5aad8c9 > .tab-wrap > div > .tab-nav a,
#a1832aeb5aad8c9 > .tab-nav a {
  padding: 0 50px;
}
#a1832aeb5aad8c9 > .tab-wrap > div > .tab-nav li a,
#a1832aeb5aad8c9 > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 64px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 65px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
  background-color: #676767;
  border-right-style: none;
  padding: 0 50px;
}
#a1832aeb5aad8c9 > .tab-wrap > div > .tab-nav li a svg,
#a1832aeb5aad8c9 > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a1832aeb5aad8c9 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1832aeb5aad8c9 > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a1832aeb5aad8c9 > .tab-wrap > div > .tab-nav li a:hover,
#a1832aeb5aad8c9 > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #1d9177;
}
#a1832aeb5aad8c9 > .tab-wrap > div > .tab-nav li.uk-active a,
#a1832aeb5aad8c9 > .tab-nav li.uk-active a {
  background-color: #d1180b;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #fff;
  border-bottom-style: none;
}
#a1832aeb5aad8c9 > .tab-wrap > div > .tab-nav li:last-child a,
#a1832aeb5aad8c9 > .tab-nav li:last-child a {
  border-right: undefined;
}
#a1832aeb5aad8c9 .layout-left li,
#a1832aeb5aad8c9 .layout-center li,
#a1832aeb5aad8c9 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a1832aeb5aad8c9 .layout-left li a,
#a1832aeb5aad8c9 .layout-center li a,
#a1832aeb5aad8c9 .layout-right li a {
  height: 100%;
}
#a1832aeb5aad8c9 .layout-left {
  text-align: left;
}
#a1832aeb5aad8c9 .layout-center {
  text-align: center;
}
#a1832aeb5aad8c9 .layout-right {
  text-align: right;
}
#a1832aeb5aad8c9 .tab-contents {
  height: 100%;
  height: calc(100% - 65px);
}
#a1832aeb5aad8c9 .tab-content-wrap {
  background-color: #ffffff;
}
#a1832aeb5aad8c9 .tab-contents,
#a1832aeb5aad8c9 .tab-contents-wrap {
  pointer-events: none;
}
#a1832aeb5aad8c9 .tab-content,
#a1832aeb5aad8c9 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a1832aeb5aad8c9 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a1832aeb5aad8c9 .tab-wrap .tab-contents {
  height: 100%;
}
#a1832aeb5aad8c9 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#afde4af9f5a3647 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 58px;text-align: center;font-family: inherit;color: rgba(209, 24, 11, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7e5ea39ecacb00 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(209, 24, 11, 1);border-radius: 20px;justify-content: center;border-style: solid;}#a7e5ea39ecacb00 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(209, 24, 11, 1);color: #ffffff;}#a8294a9be4a33bb , #a8294a9be4a33bb a{color: rgba(209, 24, 11, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaa9da4b75ad3e2 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(209, 24, 11, 1);border-radius: 20px;justify-content: center;border-style: solid;}#aaa9da4b75ad3e2 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(209, 24, 11, 1);color: #ffffff;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2904a6316aa199 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(209, 24, 11, 1);border-radius: 20px;justify-content: center;border-style: solid;}#a2904a6316aa199 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(209, 24, 11, 1);color: #ffffff;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc51a9908a433c .img-wrap {
  box-shadow: 0px 1px 15px 1px #eeeeee;
}
#af242aa5d1a30a8 .ele-wrap {border-color: #000;color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(209, 24, 11, 1);border-radius: 20px;justify-content: center;border-style: solid;}#af242aa5d1a30a8 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(209, 24, 11, 1);color: #ffffff;}#aa731aa08fa8184 > .ele-wrap {background-color: rgba(209, 24, 11, 1);box-shadow: 0px 1px 15px 1px rgba(249, 223, 223, 1);border-radius: 10px;}#aa731aa08fa8184 .hover-content-wrap:nth-child(1)
                            {}#aa731aa08fa8184  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a1a84adfa6a53e6 , #a1a84adfa6a53e6 a{color: rgba(255, 255, 255, 1);}#a2cd4a1b93ab5c1 , #a2cd4a1b93ab5c1 a{color: rgba(209, 24, 11, 1);}#ab50ca9322a2c09 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 1px 15px 1px rgba(238, 238, 238, 1);border-radius: 10px;}#ab50ca9322a2c09  > .ele-wrap:hover {background-color: rgba(209, 24, 11, 1);}#a9095a7404a522b , #a9095a7404a522b a{color: rgba(209, 24, 11, 1);}#a9447a0cbdaec94 , #a9447a0cbdaec94 a{color: rgba(255, 255, 255, 1);}#a1c1eafefba00b5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 1px 15px 1px rgba(238, 238, 238, 1);border-radius: 10px;}#a1c1eafefba00b5  > .ele-wrap:hover {background-color: rgba(209, 24, 11, 1);}#ad7cba61a7ae6fb , #ad7cba61a7ae6fb a{color: rgba(209, 24, 11, 1);}#a3b48aa7d2a4c6f , #a3b48aa7d2a4c6f a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9240a9db7a34f6 , #a9240a9db7a34f6 a{color: rgba(153, 153, 153, 1);}#a16bdae2f4a54b1 , #a16bdae2f4a54b1 a{color: rgba(153, 153, 153, 1);}#a37d9a10a2a8674 , #a37d9a10a2a8674 a{color: rgba(153, 153, 153, 1);}#a9770a8e56ab28e > .ele-wrap {background-color: rgba(35, 37, 39, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a44f9ad612a679b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a44f9ad612a679b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac3bbaf57aa611b [data-item="items[0].title"] {left: 3px;top: -24px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a85daac0c9ad7f6 > .ele-wrap {background-color: rgba(36, 104, 242, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ae3c2aded0acba2 .ele-wrap {color: #fff;font-size: 14px;background-color: rgba(36, 104, 242, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a58c6a3d41a5971 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 1px 4px 15px 4px rgba(240, 245, 254, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9b8aa3e43a9bf6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 1px 4px 15px 4px rgba(240, 245, 254, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a91dea22daa0aab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 1px 4px 15px 4px rgba(240, 245, 254, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a01fca08e9af178 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 1px 4px 15px 4px rgba(240, 245, 254, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3801a949aa0a71 .ele-wrap {color: #fff;font-size: 16px;background-color: #0095eb;border-radius: 5px;justify-content: center;border-style: solid;}#a07aca211faca71 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 1px 4px 15px 4px rgba(240, 245, 254, 1);}#a07aca211faca71  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab91ab89cadd76 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 1px 4px 15px 4px rgba(240, 245, 254, 1);}#aab91ab89cadd76  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae0ecaf172a8a42 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 1px 4px 15px 4px rgba(240, 245, 254, 1);}#ae0ecaf172a8a42  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a71d5ae17ba1d9b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 1px 4px 15px 4px rgba(240, 245, 254, 1);}#a0940a7231a1205 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 1px 4px 15px 4px rgba(240, 245, 254, 1);}#ac02aa78e2a5d95 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 1px 4px 15px 4px rgba(240, 245, 254, 1);}#a726ea5235a3b43 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 1px 4px 15px 4px rgba(240, 245, 254, 1);}#a5ae5a9005a56f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 1px 4px 15px 4px rgba(240, 245, 254, 1);}#a5f00a7b35aa064 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 1px 4px 15px 4px rgba(240, 245, 254, 1);}#a8108a3aafa867c > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 1px 4px 15px 4px rgba(240, 245, 254, 1);}#a8b0ea3e66a99f8 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 1px 4px 15px 4px rgba(240, 245, 254, 1);}#a082baa628a93eb > .ele-wrap {background-image: url(../fonts/698e3a63712a4477928e74849345f68e.svg);border-width: 1px;border-style: solid;color: #2468f2;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a6fa7af5caa3a9c .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a5fb6afe60afc16 .ele-wrap {border-color: rgba(36, 104, 242, 1);border-width: 1px;border-style: solid;color: #2468f2;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a5fb6afe60afc16 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a1800ae25fa2a5e .ele-wrap {color: #fff;font-size: 16px;background-color: rgba(36, 104, 242, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a1800ae25fa2a5e .ele-wrap:hover {background-color: rgba(13, 89, 243, 1);color: #ffffff;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9240a9db7a34f6 , #a9240a9db7a34f6 a{color: rgba(153, 153, 153, 1);}#a16bdae2f4a54b1 , #a16bdae2f4a54b1 a{color: rgba(153, 153, 153, 1);}#a37d9a10a2a8674 , #a37d9a10a2a8674 a{color: rgba(153, 153, 153, 1);}#a9770a8e56ab28e > .ele-wrap {background-color: rgba(35, 37, 39, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab7daac4c1a9b8d [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ab7daac4c1a9b8d .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aab35a033ba6e82 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aab35a033ba6e82 .ele-wrap:hover {background-color: #0483cc;}#afdd3a9329a6a58 > .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;}#a7209ad43da9386 , #a7209ad43da9386 a{color: rgba(241, 68, 56, 1);}#a41cda2045a4310 > .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;}#a91a6a97c4a1c6b , #a91a6a97c4a1c6b a{color: rgba(209, 24, 11, 1);}#a39e2aa007a406d > .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;}#a32e1a2103a0421 , #a32e1a2103a0421 a{color: rgba(209, 24, 11, 1);}#a527fadca4a5593 > .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;}#a6787ae8c3af9a6 , #a6787ae8c3af9a6 a{color: rgba(209, 24, 11, 1);}#a991ca8013ac46d > .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;}#aa7cbacaf4af14d , #aa7cbacaf4af14d a{color: rgba(209, 24, 11, 1);}#a8fe6ac96baaccf > .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;}#abbeca9bffad4b4 , #abbeca9bffad4b4 a{color: rgba(209, 24, 11, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa085a38f4af305 .ele-wrap {color: #fff;font-size: 16px;background-color: #0095eb;border-radius: 5px;justify-content: center;border-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a32ad0e0af903 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a85b1a7a13aff9e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0d04aba13a178e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a40f0aa071a151a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac603a8d6bad74b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2b60a3157ae004 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6b73ab0e7a65dc .img-wrap {
  background-color: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac1dda520aa0e93 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#adb5cad65ba296a .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a2112a3403a20d5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a09f8a9fe9a190d > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 60px;text-align: center;font-family: inherit;color: rgba(219, 33, 76, 1);}#a2b92a672fa9ff2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac319a8e28a8076 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 60px;text-align: center;font-family: inherit;color: rgba(219, 33, 76, 1);}#ae216a3c75a5193 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#af300a74e4adcf4 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 60px;text-align: center;font-family: inherit;color: rgba(219, 33, 76, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b95a59b2a3c6d [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 60px;text-align: center;font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adf49a8678ab16f .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a64afa5af2a48df .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a1f24ac7aaa11d9 > .ele-wrap {background-image: url(../fonts/a08cfa739ccd415eab981e7e6bc52a39.svg);border-width: 1px;border-style: solid;color: #2468f2;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a9dc1af4f8a72fe .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a4c9dadd4da66ad .ele-wrap {border-color: rgba(36, 104, 242, 1);border-width: 1px;border-style: solid;color: #2468f2;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a4c9dadd4da66ad .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a0b43a4eaca28e3 .ele-wrap {color: #fff;font-size: 16px;background-color: rgba(36, 104, 242, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a0b43a4eaca28e3 .ele-wrap:hover {background-color: rgba(13, 89, 243, 1);color: #ffffff;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9240a9db7a34f6 , #a9240a9db7a34f6 a{color: rgba(153, 153, 153, 1);}#a16bdae2f4a54b1 , #a16bdae2f4a54b1 a{color: rgba(153, 153, 153, 1);}#a37d9a10a2a8674 , #a37d9a10a2a8674 a{color: rgba(153, 153, 153, 1);}#a9770a8e56ab28e > .ele-wrap {background-color: rgba(35, 37, 39, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a44f9ad612a679b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a44f9ad612a679b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8916a1c9da8ab8 .ele-wrap {border-color: rgba(66, 66, 66, 1);color: #808080;font-size: 16px;font-weight: 500;border-radius: 0px;justify-content: center;border-style: solid;border-width: 1px;}#aa0d9a2183a7627 .ele-wrap {border-color: rgba(66, 66, 66, 1);color: #808080;font-size: 16px;font-weight: 500;border-radius: 0px;justify-content: center;border-style: solid;border-width: 1px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2deba8b0ea4daa .ele-wrap {color: #fff;font-size: 16px;background-color: #0095eb;border-radius: 5px;justify-content: center;border-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac680a3f4ea0025 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6f9baa195a1fd6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a56fea6392ab7a3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a13afa8815ad556 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a838da570ca8ddf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa385ad3f5a013f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af9a9ab8eba712c .img-wrap {
  background-color: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af82ca39bca8477 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#ab7dba3f10a5206 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#aa005a452aaf3bb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a85e5a98abae0ef > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 60px;text-align: center;font-family: inherit;color: rgba(219, 33, 76, 1);}#afe2fac025a5be9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a07cbafe1da6aea > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 60px;text-align: center;font-family: inherit;color: rgba(219, 33, 76, 1);}#aebf9ace3eae577 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a04e9af23ca74de > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 60px;text-align: center;font-family: inherit;color: rgba(219, 33, 76, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a980da19adae7f7 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 60px;text-align: center;font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adbedaca28a3c20 .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#ab904a3b78a9a5f .ele-wrap {color: #fff;font-size: 14px;background-color: #0095eb;border-radius: 5px;}#a3201a3bcfae3da > .ele-wrap {background-image: url(../fonts/ba26413c0f8b4988a7796dbe45b511da.svg);border-width: 1px;border-style: solid;color: #2468f2;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#aa8d1a465da7bb1 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a5b02ade22a835b .ele-wrap {border-color: rgba(36, 104, 242, 1);border-width: 1px;border-style: solid;color: #2468f2;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a5b02ade22a835b .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a08d7a39c9aa54f .ele-wrap {color: #fff;font-size: 16px;background-color: rgba(36, 104, 242, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a08d7a39c9aa54f .ele-wrap:hover {background-color: rgba(13, 89, 243, 1);color: #ffffff;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9240a9db7a34f6 , #a9240a9db7a34f6 a{color: rgba(153, 153, 153, 1);}#a16bdae2f4a54b1 , #a16bdae2f4a54b1 a{color: rgba(153, 153, 153, 1);}#a37d9a10a2a8674 , #a37d9a10a2a8674 a{color: rgba(153, 153, 153, 1);}#a9770a8e56ab28e > .ele-wrap {background-color: rgba(35, 37, 39, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abee2a30b3a18ad [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#abee2a30b3a18ad .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6466aafc8a74ba .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px undefined;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9240a9db7a34f6 , #a9240a9db7a34f6 a{color: rgba(153, 153, 153, 1);}#a16bdae2f4a54b1 , #a16bdae2f4a54b1 a{color: rgba(153, 153, 153, 1);}#a37d9a10a2a8674 , #a37d9a10a2a8674 a{color: rgba(153, 153, 153, 1);}#a9770a8e56ab28e > .ele-wrap {background-color: rgba(35, 37, 39, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abee2a30b3a18ad [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#abee2a30b3a18ad .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae8e1a0c6fac20d , #ae8e1a0c6fac20d a{color: rgba(219, 31, 74, 1);}#a9e5ba36fca5bd8 , #a9e5ba36fca5bd8 a{color: rgba(219, 31, 74, 1);}#a33e1abe89af608 , #a33e1abe89af608 a{color: rgba(219, 31, 74, 1);}#ab229a8c67aeacd , #ab229a8c67aeacd a{color: rgba(219, 31, 74, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6a23a412aac774 .uk-form .form-submit-btn {
  width: 487px;
}
#a6a23a412aac774 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a6a23a412aac774 .submit-wrap {
  text-align: center;
}
#a6a23a412aac774 .submit-wrap button {
  background-color: #f32c56;
}
#a6a23a412aac774 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a6a23a412aac774 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a6a23a412aac774 .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a6a23a412aac774 .form-item .uk-input,
#a6a23a412aac774 .form-item .uk-select,
#a6a23a412aac774 .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  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;
}
#a6a23a412aac774 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #4a4a4a;
}
#a6a23a412aac774 .form-item .send-code {
  bottom: 0px;
}
#a6a23a412aac774 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a6a23a412aac774 .uk-form-label,
#a6a23a412aac774 .form-agree,
#a6a23a412aac774 .uk-h3,
#a6a23a412aac774 p {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #777777;
}
#a6a23a412aac774 .form-item {
  position: relative;
}
#a6a23a412aac774 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a6a23a412aac774 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a6a23a412aac774 .form-item .uk-input,
#a6a23a412aac774 .form-item .uk-select,
#a6a23a412aac774 .form-item .uk-textarea,
#a6a23a412aac774 .form-item .address-select,
#a6a23a412aac774 .form-item .uk-grid {
  padding-left: 90px;
}
#a6a23a412aac774 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a3201a3bcfae3da > .ele-wrap {background-image: url(../resources/upload/1617957148539.png);border-width: 1px;border-style: solid;color: #2468f2;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#aa8d1a465da7bb1 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a5b02ade22a835b .ele-wrap {border-color: rgba(36, 104, 242, 1);border-width: 1px;border-style: solid;color: #2468f2;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a5b02ade22a835b .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a08d7a39c9aa54f .ele-wrap {color: #fff;font-size: 16px;background-color: rgba(36, 104, 242, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a08d7a39c9aa54f .ele-wrap:hover {background-color: rgba(13, 89, 243, 1);color: #ffffff;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9240a9db7a34f6 , #a9240a9db7a34f6 a{color: rgba(153, 153, 153, 1);}#a16bdae2f4a54b1 , #a16bdae2f4a54b1 a{color: rgba(153, 153, 153, 1);}#a37d9a10a2a8674 , #a37d9a10a2a8674 a{color: rgba(153, 153, 153, 1);}#a9770a8e56ab28e > .ele-wrap {background-color: rgba(35, 37, 39, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a44f9ad612a679b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a44f9ad612a679b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a012cafd8eaab2b .types {
  text-align: center;
  padding: 30px 0;
}
#a012cafd8eaab2b .type-item {
  line-height: 40px;
  display: inline-block;
  background-color: #fff;
  width: 200px;
  height: 40px;
  border: 1px solid #ececec;
  text-align: center;
  color: #666;
  cursor: pointer;
}
#a012cafd8eaab2b .type-item:first-child {
  margin-right: -6px;
}
#a012cafd8eaab2b .type-item.active {
  background-color: #509df5;
  color: #fff;
  font-weight: 500;
}
#a012cafd8eaab2b .filter-item {
  position: relative;
  font-size: 12px;
}
#a012cafd8eaab2b .filter-item .filter-list {
  padding-left: 70px;
}
#a012cafd8eaab2b .filter-item .category-list li {
  display: inline-block;
  width: 200px;
  text-align: left;
  padding: 0 9px;
  margin-bottom: 15px;
  vertical-align: middle;
  list-style: none;
  border-radius: 4px;
  cursor: pointer;
}
#a012cafd8eaab2b .filter-item .filter-list li.active span {
  background-color: #108cee;
  display: inline-block;
  border-radius: 2px;
  color: #fff;
  padding: 2px 8px;
}
#a012cafd8eaab2b .filter-item .label {
  position: absolute;
  width: 60px;
  text-align: right;
  left: 0;
  top: 0;
  font-weight: bolder;
}
#a012cafd8eaab2b .filter-item .color-items li {
  display: inline-block;
  cursor: pointer;
}
#a012cafd8eaab2b .filter-item .color-items li:not(.all).active {
  border: 1px solid #108cee;
}
#a012cafd8eaab2b .filter-item .color-items li.all {
  float: left;
  margin-right: 10px;
}
#a012cafd8eaab2b .templates {
  margin: 30px auto 10px;
}
#a012cafd8eaab2b .filter-item .color-items li.all span {
  padding: 2px 10px;
}
#a012cafd8eaab2b .filter-item .color-items li:not(.all) {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
  line-height: 32px;
  border: 1px solid #ececec;
  cursor: pointer;
}
#a012cafd8eaab2b .template-card {
  width: 280px;
  margin: 15px 5px;
  background: #fff;
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
#a012cafd8eaab2b .template-card .card-container {
  background-color: #fff;
  color: #666;
}
#a012cafd8eaab2b .template-card .card-thumbnail {
  width: 270px;
  position: relative;
  height: 245px;
  overflow: hidden;
}
#a012cafd8eaab2b .template-card .card-thumbnail.smartapp {
  height: 500px;
  margin: 0 auto;
  box-shadow: 0 0 5px #999;
}
#a012cafd8eaab2b .template-card .card-thumbnail-modal {
  display: block;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.36);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  cursor: pointer;
}
#a012cafd8eaab2b .template-card .card-thumbnail-modal .card-preview-qrcode-container {
  height: 100%;
  position: relative;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
#a012cafd8eaab2b .template-card .card-thumbnail-modal .card-preview-qrcode-container p {
  padding-top: 65px;
  font-size: 15px;
  font-weight: 600;
  color: white;
}
#a012cafd8eaab2b .template-card .card-thumbnail-modal .card-preview-qrcode {
  padding: 20px;
  background-color: #fff;
  width: 70%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
#a012cafd8eaab2b .template-card .card-thumbnail-modal-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#a012cafd8eaab2b .template-card .card-thumbnail-modal-icon i {
  font-size: 30px;
}
#a012cafd8eaab2b .template-card .card-body {
  padding: 15px 15px 20px;
}
#a012cafd8eaab2b .template-card .card-body .el-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#a012cafd8eaab2b .template-card .card-body .el-name {
  font-weight: 500;
  color: #555;
}
#a012cafd8eaab2b .template-card .card-body .el-price {
  color: red;
}
#a012cafd8eaab2b .template-card .card-thumbnail-modal:hover {
  opacity: 100;
}
#a012cafd8eaab2b .uk-pagination li {
  cursor: pointer;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  list-style: none;
  font-size: 12px;
  float: left;
  background-color: #fff;
  margin-right: 8px;
  padding: 0;
}
#a012cafd8eaab2b .uk-pagination .uk-active {
  border: 1px solid #108CEE!important;
  color: #108CEE!important;
}
#a012cafd8eaab2b .tip {
  text-align: center;
  line-height: 200px;
}
@media screen and (max-width: 640px) {
  #a012cafd8eaab2b .filter-item .category-list li {
    width: auto;
  }
  #a012cafd8eaab2b .type-item {
    width: 120px;
  }
  #a012cafd8eaab2b .template-card {
    width: 180px;
    margin: 15px 0;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9240a9db7a34f6 , #a9240a9db7a34f6 a{color: rgba(153, 153, 153, 1);}#a16bdae2f4a54b1 , #a16bdae2f4a54b1 a{color: rgba(153, 153, 153, 1);}#a37d9a10a2a8674 , #a37d9a10a2a8674 a{color: rgba(153, 153, 153, 1);}#a9770a8e56ab28e > .ele-wrap {background-color: rgba(35, 37, 39, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab7f8a7752a4b4e [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ab7f8a7752a4b4e .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab7f8a7752a4b4e [data-item="logo"] {left: 1px;top: 0px; position: relative;}#ab7f8a7752a4b4e [data-item="pages"] {left: -1px;top: 0px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af124a012ea4278 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;border-width: 2px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 3px;justify-content: center;}#af124a012ea4278 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;}#a7c46a5715a238c , #a7c46a5715a238c a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a15d7a830da2b48 , #a15d7a830da2b48 a{color: rgba(153, 153, 153, 1);}#a70d9aa1afa619f , #a70d9aa1afa619f a{color: rgba(153, 153, 153, 1);}#a812bad7c8a7e67 , #a812bad7c8a7e67 a{color: rgba(153, 153, 153, 1);}#a7b3daec10a34eb > .ele-wrap {background-color: rgba(35, 37, 39, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa0b5ab0c2a67d1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adfffa2727ad2e7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abb3fa399ca68aa .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa98caf163a6cd0 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa98caf163a6cd0 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa98caf163a6cd0 .ap-icon {
  margin-right: 6px;
}
#aa98caf163a6cd0 .indicator {
  margin-left: 4px;
}
#aa98caf163a6cd0 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
}
#aa98caf163a6cd0 .menu-list li:hover > a,
#aa98caf163a6cd0 .menu-list li.active > a {
  background: #e77817;
  background-color: #e77817;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #fff;
}
#aa98caf163a6cd0 .menu-list ul,
#aa98caf163a6cd0 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#aa98caf163a6cd0 .menu-list ul {
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#aa98caf163a6cd0 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa98caf163a6cd0 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa98caf163a6cd0 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a6633a7e43ab95c , #a6633a7e43ab95c a{color: rgba(231, 120, 23, 1);}#a1187a398fa91e7 > .ele-wrap {border-bottom-width: 1px;border-bottom-color: rgba(238, 238, 238, 1);border-bottom-style: solid;}#a8183a7630a782a > .ele-wrap {background-color: rgba(4, 130, 204, 1);}#aff44a40aca0e34 > .ele-wrap {background-color: rgba(245, 166, 35, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6ecfa153ca9225 .img-wrap {
  border-top-width: 5px;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 5px;
  border-left-width: 5px;
  border-bottom-width: 5px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7b89afff1a3b6d .img-wrap {
  border-top-width: 5px;
  border-top-color: #ffffff;
  border-top-style: solid;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 5px;
  border-left-width: 5px;
  border-bottom-width: 5px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#aa72aaea2ba9d1f > .ele-wrap {background-color: rgba(4, 131, 204, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2809aaeaaaf317 , #a2809aaeaaaf317 a{color: rgba(255, 255, 255, 1);}#ae20fa6326afba4 > .ele-wrap {background-color: rgba(4, 131, 204, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;}#a682fae7c2a52db , #a682fae7c2a52db a{color: rgba(255, 255, 255, 1);}#ad5f3a36c6a60ee > .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;}#a83caaae7ea4f29 , #a83caaae7ea4f29 a{color: rgba(51, 51, 51, 1);}#ae98fa1d88a11f0 , #ae98fa1d88a11f0 a{color: rgba(51, 51, 51, 1);}#a4a91a3c4baf2bf , #a4a91a3c4baf2bf a{color: rgba(51, 51, 51, 1);}#af0b6a357dabb48 , #af0b6a357dabb48 a{color: rgba(51, 51, 51, 1);}#a20cda0e29a6bd9 > .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 1px 15px 1px rgba(238, 238, 238, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1981aff90a6760 > .ele-wrap {background-color: rgba(34, 34, 34, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0a66ae635a7a37 > .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 1px 15px 1px rgba(238, 238, 238, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a88c6acfafa0769 > .ele-wrap {background-color: rgba(34, 34, 34, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c55a3e64a0958 > .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 1px 15px 1px rgba(238, 238, 238, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afe2ca2d52a551f > .ele-wrap {background-color: rgba(34, 34, 34, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a697fad381a09bf > .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 1px 15px 1px rgba(238, 238, 238, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abd94a569aafd57 > .ele-wrap {background-color: rgba(34, 34, 34, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1a76af583a655f > .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 1px 15px 1px rgba(238, 238, 238, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abd49ab6a3a71e6 > .ele-wrap {background-color: rgba(34, 34, 34, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a26bdaec1fa29a3 > .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 1px 15px 1px rgba(238, 238, 238, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9331a3fe1a0340 > .ele-wrap {background-color: rgba(34, 34, 34, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a477ca6e1fa534e > .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 1px 15px 1px rgba(238, 238, 238, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0fd4a099ca97f3 > .ele-wrap {background-color: rgba(34, 34, 34, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a345cab6a9acfae > .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 1px 15px 1px rgba(238, 238, 238, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a45aaa56b7abd14 > .ele-wrap {background-color: rgba(34, 34, 34, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5500a95aaaa415 > .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 1px 15px 1px rgba(238, 238, 238, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a97a7a3bd2abbeb > .ele-wrap {background-color: rgba(34, 34, 34, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a95dbafd07a417f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ac602a4337ac4f5 > .ele-wrap {background-color: rgba(4, 131, 204, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#af6f1a43b1a45f3 > .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: 0px 0px 15px 0px rgba(102, 102, 102, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af47fae5aea8ba0 .img-wrap {
  box-shadow: 0px 2px 15px 2px #cccccc;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2304a22b8a30d3 .img-wrap {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-width: 2px;
  border-top-style: dashed;
  border-top-color: #f58624;
  border-right-color: #f58624;
  border-left-color: #f58624;
  border-bottom-color: #f58624;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: dashed;
  border-left-style: dashed;
  border-bottom-style: dashed;
}
#a0ae0a84eba7a13 > .ele-wrap {background-color: rgba(4, 131, 204, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a35cfa96b6a0b07 .img-wrap {
  border-top-width: 5px;
  border-top-color: #f1f1f1;
  border-top-style: solid;
  border-right-color: #f1f1f1;
  border-left-color: #f1f1f1;
  border-bottom-color: #f1f1f1;
  border-right-width: 5px;
  border-left-width: 5px;
  border-bottom-width: 5px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a001ea6bb8a52d4 .img-wrap {
  border-top-width: 5px;
  border-top-color: #f1f1f1;
  border-top-style: solid;
  border-right-color: #f1f1f1;
  border-left-color: #f1f1f1;
  border-bottom-color: #f1f1f1;
  border-right-width: 5px;
  border-left-width: 5px;
  border-bottom-width: 5px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a101ca638daae97 > .ele-wrap {background-color: rgba(4, 131, 204, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aec55a2b02a7b1f > .ele-wrap {background-color: rgba(4, 131, 204, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a62e6a96a7a3e3b .img-wrap {
  border-top-width: 5px;
  border-top-color: #ffffff;
  border-top-style: solid;
  border-right-color: #ffffff;
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-right-width: 5px;
  border-left-width: 5px;
  border-bottom-width: 5px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#acb03a7fcfa50f6 > .ele-wrap {background-image: url(../fonts/37a0348ebc6b459eb40aec396d272bf8.svg);border-radius: 5px;}#ac6a2af039a4048 .ele-wrap:hover {background-color: #0483cc;}#a4976addacaaa41 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(221, 221, 221, 1);}#ae343a6210ad66d , #ae343a6210ad66d a{color: rgba(0, 172, 239, 1);}#a1433aff1fa8e31 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(221, 221, 221, 1);}#a70d5a5ac7a5c25 , #a70d5a5ac7a5c25 a{color: rgba(0, 172, 239, 1);}#afa7fa3d7ea8e31 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(221, 221, 221, 1);}#ab567ad632af21b , #ab567ad632af21b a{color: rgba(0, 172, 239, 1);}#aa5f7a666ca1e2f > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(221, 221, 221, 1);}#aea3aae6aca547e , #aea3aae6aca547e a{color: rgba(0, 172, 239, 1);}#adef8ab29cadcd8 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(221, 221, 221, 1);}#a1b37a720dac789 , #a1b37a720dac789 a{color: rgba(0, 172, 239, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7e8ea610aa0492 {
  overflow: hidden;
  pointer-events: none;
}
#a7e8ea610aa0492 > .tab-wrap > div > .tab-nav,
#a7e8ea610aa0492 > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
}
#a7e8ea610aa0492 > .tab-wrap > div > .tab-nav-horizontal,
#a7e8ea610aa0492 > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7e8ea610aa0492 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7e8ea610aa0492 > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7e8ea610aa0492 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7e8ea610aa0492 > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 55px;
  overflow-x: auto;
}
#a7e8ea610aa0492 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7e8ea610aa0492 > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7e8ea610aa0492 > .tab-wrap > div > .tab-nav a,
#a7e8ea610aa0492 > .tab-nav a {
  padding: 0 38px;
}
#a7e8ea610aa0492 > .tab-wrap > div > .tab-nav li a,
#a7e8ea610aa0492 > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 54px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 55px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  margin-right: 5px;
  border-bottom-style: none;
  padding: 0 38px;
}
#a7e8ea610aa0492 > .tab-wrap > div > .tab-nav li a svg,
#a7e8ea610aa0492 > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7e8ea610aa0492 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7e8ea610aa0492 > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7e8ea610aa0492 > .tab-wrap > div > .tab-nav li a:hover,
#a7e8ea610aa0492 > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #1d9177;
}
#a7e8ea610aa0492 > .tab-wrap > div > .tab-nav li.uk-active a,
#a7e8ea610aa0492 > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #00acef;
  border-bottom-width: 2px;
  border-bottom-color: #00acef;
  border-bottom-style: solid;
}
#a7e8ea610aa0492 .layout-left li,
#a7e8ea610aa0492 .layout-center li,
#a7e8ea610aa0492 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7e8ea610aa0492 .layout-left li a,
#a7e8ea610aa0492 .layout-center li a,
#a7e8ea610aa0492 .layout-right li a {
  height: 100%;
}
#a7e8ea610aa0492 .layout-left {
  text-align: left;
}
#a7e8ea610aa0492 .layout-center {
  text-align: center;
}
#a7e8ea610aa0492 .layout-right {
  text-align: right;
}
#a7e8ea610aa0492 .tab-contents {
  height: 100%;
  height: calc(100% - 55px);
}
#a7e8ea610aa0492 .tab-content-wrap {
  background-color: transparent;
}
#a7e8ea610aa0492 .tab-contents,
#a7e8ea610aa0492 .tab-contents-wrap {
  pointer-events: none;
}
#a7e8ea610aa0492 .tab-content,
#a7e8ea610aa0492 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7e8ea610aa0492 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7e8ea610aa0492 .tab-wrap .tab-contents {
  height: 100%;
}
#a7e8ea610aa0492 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a396aaa752a0a13 > .ele-wrap {border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: solid;border-top-color: rgba(221, 221, 221, 1);}#ac103a8120a61b7 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: dashed;border-top-style: none;border-bottom-color: rgba(221, 221, 221, 1);}#add6ead8e1aa0ee , #add6ead8e1aa0ee a{color: rgba(0, 172, 239, 1);}#aad5ba6410a6cb5 , #aad5ba6410a6cb5 a{color: rgba(0, 172, 239, 1);}#a3fb0aa0f1a07bb > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: dashed;border-top-style: none;border-bottom-color: rgba(221, 221, 221, 1);}#a0b76a5067abbd3 , #a0b76a5067abbd3 a{color: rgba(0, 172, 239, 1);}#aa6baae4d5a1daf , #aa6baae4d5a1daf a{color: rgba(0, 172, 239, 1);}#a66b7aeac7a40c7 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: dashed;border-top-style: none;border-bottom-color: rgba(221, 221, 221, 1);}#ac7dba13ada7d9e , #ac7dba13ada7d9e a{color: rgba(0, 172, 239, 1);}#aebfeadfdea2696 , #aebfeadfdea2696 a{color: rgba(0, 172, 239, 1);}#a6735a7a44a1166 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: dashed;border-top-style: none;border-bottom-color: rgba(221, 221, 221, 1);}#a477ba32f9a4bcd , #a477ba32f9a4bcd a{color: rgba(0, 172, 239, 1);}#ab187a7ecda7235 , #ab187a7ecda7235 a{color: rgba(0, 172, 239, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a07e1a0e8ca398e [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a07e1a0e8ca398e .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7620ac87cae6a3 {
  min-height: 500px;
  /* mobile */
}
#a7620ac87cae6a3 .search-highlight {
  background: yellow;
}
#a7620ac87cae6a3 .el-item {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a7620ac87cae6a3 .el-title {
  margin-bottom: 20px;
}
#a7620ac87cae6a3 .el-item:hover {
  background: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a7620ac87cae6a3 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a7620ac87cae6a3 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a7620ac87cae6a3 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a7620ac87cae6a3 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a7620ac87cae6a3 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a7620ac87cae6a3 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a7620ac87cae6a3 .el-title {
    margin-bottom: 0;
  }
  #a7620ac87cae6a3 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a7620ac87cae6a3 .category {
    font-size: 12px;
  }
  #a7620ac87cae6a3 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9240a9db7a34f6 , #a9240a9db7a34f6 a{color: rgba(153, 153, 153, 1);}#a16bdae2f4a54b1 , #a16bdae2f4a54b1 a{color: rgba(153, 153, 153, 1);}#a37d9a10a2a8674 , #a37d9a10a2a8674 a{color: rgba(153, 153, 153, 1);}#a9770a8e56ab28e > .ele-wrap {background-color: rgba(35, 37, 39, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a44f9ad612a679b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a44f9ad612a679b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae4cea5cd8aa5f9 {
  /* 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------------------------*/
}
#ae4cea5cd8aa5f9 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#ae4cea5cd8aa5f9 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#ae4cea5cd8aa5f9 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#ae4cea5cd8aa5f9 .error .clip:nth-of-type(1) .shadow,
#ae4cea5cd8aa5f9 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#ae4cea5cd8aa5f9 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#ae4cea5cd8aa5f9 .error h2 {
  font-size: 32px;
}
#ae4cea5cd8aa5f9 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#ae4cea5cd8aa5f9 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#ae4cea5cd8aa5f9 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#ae4cea5cd8aa5f9 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#ae4cea5cd8aa5f9 .error .clip .shadow {
  overflow: hidden;
}
#ae4cea5cd8aa5f9 .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);
}
#ae4cea5cd8aa5f9 .error .clip:nth-of-type(3) .shadow:after,
#ae4cea5cd8aa5f9 .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%;
}
#ae4cea5cd8aa5f9 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#ae4cea5cd8aa5f9 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#ae4cea5cd8aa5f9 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#ae4cea5cd8aa5f9 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#ae4cea5cd8aa5f9 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#ae4cea5cd8aa5f9 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#ae4cea5cd8aa5f9 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#ae4cea5cd8aa5f9 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #ae4cea5cd8aa5f9 {
    /* Error Page */
    /* Error Page */
  }
  #ae4cea5cd8aa5f9 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #ae4cea5cd8aa5f9 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #ae4cea5cd8aa5f9 .error .clip:nth-of-type(1) .shadow,
  #ae4cea5cd8aa5f9 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #ae4cea5cd8aa5f9 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #ae4cea5cd8aa5f9 .error h2 {
    font-size: 24px;
  }
  #ae4cea5cd8aa5f9 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #ae4cea5cd8aa5f9 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #ae4cea5cd8aa5f9 .error .container-error-404 {
    height: 150px;
  }
}
#ae4cea5cd8aa5f9 .overlay {
  position: relative;
  z-index: 20;
}
#ae4cea5cd8aa5f9 .ground-color {
  background: white;
}
#ae4cea5cd8aa5f9 .item-bg-color {
  background: #EAEAEA;
}
#ae4cea5cd8aa5f9 .padding-top {
  padding-top: 10px;
}
#ae4cea5cd8aa5f9 .padding-bottom {
  padding-bottom: 10px;
}
#ae4cea5cd8aa5f9 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ae4cea5cd8aa5f9 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#ae4cea5cd8aa5f9 .padding-all {
  padding: 10px;
}
#ae4cea5cd8aa5f9 .no-padding-left {
  padding-left: 0px;
}
#ae4cea5cd8aa5f9 .no-padding-right {
  padding-right: 0px;
}
#ae4cea5cd8aa5f9 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#ae4cea5cd8aa5f9 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#ae4cea5cd8aa5f9 .no-padding {
  padding: 0px;
}
#ae4cea5cd8aa5f9 .margin-top {
  margin-top: 10px;
}
#ae4cea5cd8aa5f9 .margin-bottom {
  margin-bottom: 10px;
}
#ae4cea5cd8aa5f9 .margin-right {
  margin-right: 10px;
}
#ae4cea5cd8aa5f9 .margin-left {
  margin-left: 10px;
}
#ae4cea5cd8aa5f9 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#ae4cea5cd8aa5f9 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#ae4cea5cd8aa5f9 .margin-all {
  margin: 10px;
}
#ae4cea5cd8aa5f9 .no-margin {
  margin: 0px;
}
#ae4cea5cd8aa5f9 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#ae4cea5cd8aa5f9 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#ae4cea5cd8aa5f9 .inside-col-shrink {
  margin: 0px 20px;
}
#ae4cea5cd8aa5f9 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acb4da1adda2104 {
  /* 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------------------------*/
}
#acb4da1adda2104 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#acb4da1adda2104 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#acb4da1adda2104 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#acb4da1adda2104 .error .clip:nth-of-type(1) .shadow,
#acb4da1adda2104 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#acb4da1adda2104 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#acb4da1adda2104 .error h2 {
  font-size: 32px;
}
#acb4da1adda2104 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#acb4da1adda2104 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#acb4da1adda2104 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#acb4da1adda2104 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#acb4da1adda2104 .error .clip .shadow {
  overflow: hidden;
}
#acb4da1adda2104 .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);
}
#acb4da1adda2104 .error .clip:nth-of-type(3) .shadow:after,
#acb4da1adda2104 .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%;
}
#acb4da1adda2104 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#acb4da1adda2104 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#acb4da1adda2104 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#acb4da1adda2104 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#acb4da1adda2104 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#acb4da1adda2104 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#acb4da1adda2104 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#acb4da1adda2104 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #acb4da1adda2104 {
    /* Error Page */
    /* Error Page */
  }
  #acb4da1adda2104 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #acb4da1adda2104 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #acb4da1adda2104 .error .clip:nth-of-type(1) .shadow,
  #acb4da1adda2104 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #acb4da1adda2104 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #acb4da1adda2104 .error h2 {
    font-size: 24px;
  }
  #acb4da1adda2104 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #acb4da1adda2104 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #acb4da1adda2104 .error .container-error-404 {
    height: 150px;
  }
}
#acb4da1adda2104 .overlay {
  position: relative;
  z-index: 20;
}
#acb4da1adda2104 .ground-color {
  background: white;
}
#acb4da1adda2104 .item-bg-color {
  background: #EAEAEA;
}
#acb4da1adda2104 .padding-top {
  padding-top: 10px;
}
#acb4da1adda2104 .padding-bottom {
  padding-bottom: 10px;
}
#acb4da1adda2104 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#acb4da1adda2104 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#acb4da1adda2104 .padding-all {
  padding: 10px;
}
#acb4da1adda2104 .no-padding-left {
  padding-left: 0px;
}
#acb4da1adda2104 .no-padding-right {
  padding-right: 0px;
}
#acb4da1adda2104 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#acb4da1adda2104 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#acb4da1adda2104 .no-padding {
  padding: 0px;
}
#acb4da1adda2104 .margin-top {
  margin-top: 10px;
}
#acb4da1adda2104 .margin-bottom {
  margin-bottom: 10px;
}
#acb4da1adda2104 .margin-right {
  margin-right: 10px;
}
#acb4da1adda2104 .margin-left {
  margin-left: 10px;
}
#acb4da1adda2104 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#acb4da1adda2104 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#acb4da1adda2104 .margin-all {
  margin: 10px;
}
#acb4da1adda2104 .no-margin {
  margin: 0px;
}
#acb4da1adda2104 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#acb4da1adda2104 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#acb4da1adda2104 .inside-col-shrink {
  margin: 0px 20px;
}
#acb4da1adda2104 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9240a9db7a34f6 , #a9240a9db7a34f6 a{color: rgba(153, 153, 153, 1);}#a16bdae2f4a54b1 , #a16bdae2f4a54b1 a{color: rgba(153, 153, 153, 1);}#a37d9a10a2a8674 , #a37d9a10a2a8674 a{color: rgba(153, 153, 153, 1);}#a9770a8e56ab28e > .ele-wrap {background-color: rgba(35, 37, 39, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a44f9ad612a679b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a44f9ad612a679b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4d54a978ba3d82 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a4d54a978ba3d82 .slider {
  width: 420px;
  height: 600px;
}
#a4d54a978ba3d82 .uk-slideshow-items {
  height: 100%;
}
#a4d54a978ba3d82 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a4d54a978ba3d82 .login-wrap {
  width: 100%;
  height: 100%;
}
#a4d54a978ba3d82 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a4d54a978ba3d82 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a4d54a978ba3d82 .phone-login-box {
  margin: 40px auto 40px;
  display: inline-block;
}
#a4d54a978ba3d82 .login-header {
  margin-bottom: 24px;
}
#a4d54a978ba3d82 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a4d54a978ba3d82 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
}
#a4d54a978ba3d82 .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;
}
#a4d54a978ba3d82 .input-item input.error,
#a4d54a978ba3d82 .input-item input.error::placeholder {
  color: #fc4343;
}
#a4d54a978ba3d82 .input-item input::placeholder {
  color: #999;
}
#a4d54a978ba3d82 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
}
#a4d54a978ba3d82 .verifycode-input {
  margin: 24px 0;
}
#a4d54a978ba3d82 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a4d54a978ba3d82 .send-code {
  float: left;
  margin-left: 20px;
}
#a4d54a978ba3d82 .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;
}
#a4d54a978ba3d82 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a4d54a978ba3d82 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9240a9db7a34f6 , #a9240a9db7a34f6 a{color: rgba(153, 153, 153, 1);}#a16bdae2f4a54b1 , #a16bdae2f4a54b1 a{color: rgba(153, 153, 153, 1);}#a37d9a10a2a8674 , #a37d9a10a2a8674 a{color: rgba(153, 153, 153, 1);}#a9770a8e56ab28e > .ele-wrap {background-color: rgba(35, 37, 39, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a44f9ad612a679b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a44f9ad612a679b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3210a4435a648f .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a3210a4435a648f .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a3210a4435a648f .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a3210a4435a648f .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a3210a4435a648f .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a3210a4435a648f .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a3210a4435a648f .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a3210a4435a648f .nav-list {
  padding: 0 20px;
}
#a3210a4435a648f .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;
}
#a3210a4435a648f .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a3210a4435a648f .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a3210a4435a648f .order-item:hover {
  background: #f7f7f7;
}
#a3210a4435a648f .del-order {
  cursor: pointer;
}
#a3210a4435a648f .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a3210a4435a648f .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a3210a4435a648f .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a3210a4435a648f .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a3210a4435a648f .goods-item .goods-info {
  padding: 0 15px;
}
#a3210a4435a648f .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a3210a4435a648f .appoint-time {
  margin-bottom: 4px;
}
#a3210a4435a648f .appoint-name {
  color: #333;
  font-size: 14px;
}
#a3210a4435a648f .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a3210a4435a648f .goods-item .goods-name {
  color: #333;
}
#a3210a4435a648f .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a3210a4435a648f .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a3210a4435a648f .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a3210a4435a648f .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a3210a4435a648f .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a3210a4435a648f .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;
}
#a3210a4435a648f .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a3210a4435a648f .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a3210a4435a648f .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a3210a4435a648f .setting-form {
  padding: 30px 20px;
}
#a3210a4435a648f .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a3210a4435a648f .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a3210a4435a648f .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a3210a4435a648f .setting-form .setting-btns {
  margin-left: 130px;
}
#a3210a4435a648f .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a3210a4435a648f .setting-wrap {
  position: relative;
}
#a3210a4435a648f .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a3210a4435a648f .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a3210a4435a648f .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a3210a4435a648f .address-wrap {
  padding: 30px 20px;
}
#a3210a4435a648f .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a3210a4435a648f .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a3210a4435a648f .addr-list {
  min-height: 200px;
}
#a3210a4435a648f .addr-detail .addr-item-name,
#a3210a4435a648f .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;
}
#a3210a4435a648f .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a3210a4435a648f .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a3210a4435a648f .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a3210a4435a648f .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a3210a4435a648f .add-addr {
  height: 32px;
  line-height: 30px;
}
#a3210a4435a648f .publish-item .status {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50px;
  background: url(../fonts/4f5c6c70831d46a79b63979139320df8.svg);}#a16bdae2f4a54b1 , #a16bdae2f4a54b1 a{color: rgba(153, 153, 153, 1);}#a37d9a10a2a8674 , #a37d9a10a2a8674 a{color: rgba(153, 153, 153, 1);}#a9770a8e56ab28e > .ele-wrap {background-color: rgba(35, 37, 39, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a44f9ad612a679b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a44f9ad612a679b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a82b2a2722a37dd {
  min-height: 500px;
  /* mobile */
}
#a82b2a2722a37dd .search-highlight {
  background: yellow;
}
#a82b2a2722a37dd .el-item {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a82b2a2722a37dd .el-title {
  margin-bottom: 20px;
}
#a82b2a2722a37dd .el-item:hover {
  background: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a82b2a2722a37dd .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a82b2a2722a37dd .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a82b2a2722a37dd .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a82b2a2722a37dd .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a82b2a2722a37dd .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a82b2a2722a37dd .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a82b2a2722a37dd .el-title {
    margin-bottom: 0;
  }
  #a82b2a2722a37dd .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a82b2a2722a37dd .category {
    font-size: 12px;
  }
  #a82b2a2722a37dd .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9240a9db7a34f6 , #a9240a9db7a34f6 a{color: rgba(153, 153, 153, 1);}#a16bdae2f4a54b1 , #a16bdae2f4a54b1 a{color: rgba(153, 153, 153, 1);}#a37d9a10a2a8674 , #a37d9a10a2a8674 a{color: rgba(153, 153, 153, 1);}#a9770a8e56ab28e > .ele-wrap {background-color: rgba(35, 37, 39, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a44f9ad612a679b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a44f9ad612a679b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa44fa2c81afe38 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#aa44fa2c81afe38 table th,
#aa44fa2c81afe38 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#aa44fa2c81afe38 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#aa44fa2c81afe38 .red {
  color: #F00!important;
}
#aa44fa2c81afe38 .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(../fonts/113f693b673d43e6b374090adf760a34.svg);}#a16bdae2f4a54b1 , #a16bdae2f4a54b1 a{color: rgba(153, 153, 153, 1);}#a37d9a10a2a8674 , #a37d9a10a2a8674 a{color: rgba(153, 153, 153, 1);}#a9770a8e56ab28e > .ele-wrap {background-color: rgba(35, 37, 39, 1);}