.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #e10000;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f6ecd;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 11px;
  /* 2 */
  font-family: Consolas, monaco, monospace;
  /* 3 */
  color: #435DBA;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid #EBEBED;
  border-radius: 3px;
}
/*
   * Emphasize
   */
em {
  color: #0f6ecd;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #e10000;
  text-shadow: none;
}
::selection {
  background: #e10000;
  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 #e10000;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #e10000;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f2f5fa;
}
/* ========================================================================
     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: #f2f5fa;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #e10000;
  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: #e10000;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #e10000;
  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: #f2f5fa;
  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: #e10000;
  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: #e10000;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #e10000;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #e10000;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #222222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #e10000;
  color: #ffffff;
  border-color: #e10000;
}
/*
   * 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: #f2f5fa;
  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: #e10000;
}
/* 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: #e10000;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #e10000;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f2f5fa;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f2f5fa;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #e10000;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222222;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #e10000;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222222;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #e10000;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222222;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #e10000;
}
/*
   * 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: #e10000;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #e10000;
  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: #f2f5fa;
}
.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: #e10000;
  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: #e10000;
}
/* 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: #e10000;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #e10000;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #e10000;
}
/* 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: #e10000;
  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: #e10000;
  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: #e10000;
  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: #e10000;
}
/* 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: #e10000;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #e10000;
  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: #e10000;
}
/*
   * 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: #e10000;
}
/* 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: #f2f5fa;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #e10000;
}
/*
   * 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: #e10000;
  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: #f2f5fa;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #e10000;
}
.uk-progress::-moz-progress-bar {
  background-color: #e10000;
}
.uk-progress::-ms-fill {
  background-color: #e10000;
}
/* ========================================================================
     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: #e10000 !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: #e10000 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #e10000;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f2f5fa;
}
.uk-background-primary {
  background-color: #e10000;
}
.uk-background-secondary {
  background-color: #222222;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  color: #333;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #e10000;
  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: #e10000;
  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: #e10000;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f2f5fa;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #e10000;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(34, 34, 34, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #e10000;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f2f5fa;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #e10000;
}
.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: #e10000;
  border-color: #e10000;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #e10000;
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
/* mobile */
@media (max-width: 640px) {
  .uk-padding {
    padding: 14px;
  }
  .uk-padding-small {
    padding: 12px 15px 8px;
  }
  * + .uk-margin-medium {
    margin-top: 12px !important;
  }
  .uk-margin-medium {
    margin-bottom: 16px;
  }
  .uk-button {
    padding: 0 12px;
    line-height: 30px;
  }
  .uk-card-default .uk-card-title,
  .uk-card-title {
    font-size: 1rem;
  }
  .uk-card-body {
    padding: 10px;
  }
  .uk-tile-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .uk-heading-primary,
  .uk-heading-hero,
  .uk-h1,
  h1 {
    font-size: 1.75rem;
  }
  .uk-h2,
  h2 {
    font-size: 1.25rem;
  }
  .uk-h3,
  h3 {
    font-size: 1.125rem;
  }
  .uk-h4,
  h4 {
    font-size: .875rem;
  }
  .uk-h5,
  h5,
  .uk-h6,
  h6 {
    font-size: .75rem;
  }
  .uk-margin {
    margin-bottom: 14px;
  }
  * + .uk-margin {
    margin-top: 14px!important;
  }
  .uk-grid {
    margin-left: -6px;
  }
  .uk-grid > * {
    padding-left: 6px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 12px;
  }
  .uk-grid + .uk-grid-collapse,
  .uk-grid-collapse > .uk-grid-margin {
    margin-top: 0;
  }
  .uk-grid-collapse > * {
    padding-left: 0;
  }
  .uk-grid-collapse {
    margin-left: 0;
  }
  .uk-card-small .uk-card-body,
  .uk-card-small.uk-card-body {
    padding: 6px;
  }
  .uk-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .uk-section-xsmall {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .uk-section-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .uk-margin-large-top {
    margin-top: 26px !important;
  }
  .uk-margin-large {
    margin-bottom: 26px;
  }
  .ap-pagination li,
  .dynamic-pagination li {
    height: 24px;
  }
  .dynamic-pagination li a {
    padding: 0 2px;
    line-height: 24px;
    min-width: 24px;
    font-size: 12px;
  }
}
.preview .uk-section-secondary .uk-button-primary:hover {
  background-color: #ae0000;
}
.ap-list-filter dd a.active {
  background-color: #e10000;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #e10000;
}
.category li a.active {
  color: #e10000;
}
.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: #e10000;
}
.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: #e10000;
  border: 1px solid rgba(225, 0, 0, 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: #e10000;
}
form .step .ui-step.active .ui-step-title {
  color: #e10000;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #e10000;
  background-color: #e10000;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #e10000;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #e10000;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #e10000;
  color: #e10000;
}
.btn-effect-2:hover {
  background-color: #e10000;
}
.uk-button.btn-effect-5 {
  background-color: #e10000;
  box-shadow: 0 0 15px rgba(225, 0, 0, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #e10000;
}
.header-effect-6 [data-item='title']::before {
  background-color: #e10000;
}
#a7eb1a9808a26ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0ff6a2420af8ad .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a0ff6a2420af8ad .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a0ff6a2420af8ad .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a0ff6a2420af8ad .data-list .uk-card {
  cursor: pointer !important;
}
#a0ff6a2420af8ad .data-list .uk-card img {
  max-height: 300px;
}
#a0ff6a2420af8ad .data-list .uk-card:hover {
  background: #fafafa;
}
#a0ff6a2420af8ad .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#a0ff6a2420af8ad .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a0ff6a2420af8ad .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a0ff6a2420af8ad .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a0ff6a2420af8ad .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a0ff6a2420af8ad .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a0ff6a2420af8ad .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #e10000;
  cursor: pointer;
}
#a0ff6a2420af8ad .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#a0ff6a2420af8ad .uk-card .category:hover {
  background: #e10000;
}
#a0ff6a2420af8ad .accordion-menu {
  width: 100%;
}
#a0ff6a2420af8ad .accordion-menu ul ul.submenu,
#a0ff6a2420af8ad .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a0ff6a2420af8ad .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a0ff6a2420af8ad .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  background: #ececec;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 13px;
  border: none;
}
#a0ff6a2420af8ad .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a0ff6a2420af8ad .accordion-menu .menu-item.active > a {
  background: #e10000;
  color: #fff;
}
#a0ff6a2420af8ad .accordion-menu li a:hover {
  background-color: #e10000;
  color: #fff;
  border: none;
}
#a0ff6a2420af8ad .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a0ff6a2420af8ad .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a0ff6a2420af8ad .hot-list,
#a0ff6a2420af8ad .new-list {
  padding: 12px;
}
#a0ff6a2420af8ad .new-list a:hover,
#a0ff6a2420af8ad .hot-list a:hover {
  color: #0f6ecd;
}
#a0ff6a2420af8ad .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a0ff6a2420af8ad .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a0ff6a2420af8ad .hot-item:hover a {
  color: #0f6ecd;
}
#a0ff6a2420af8ad .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a0ff6a2420af8ad .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #e10000;
  content: "";
}
#a0ff6a2420af8ad .content-header {
  padding-bottom: 10px;
}
#a0ff6a2420af8ad .item-title {
  color: #333;
}
#a0ff6a2420af8ad input::placeholder {
  color: #999;
}
#a0ff6a2420af8ad .datetime {
  color: #999;
}
#a0ff6a2420af8ad .new-item a {
  padding-left: 25px;
}
#a0ff6a2420af8ad .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0ff6a2420af8ad [data-item*=".abstract"], #a0ff6a2420af8ad [data-item*=".abstract"] a {show: true;}#a0ff6a2420af8ad [data-item*=".subTitle"], #a0ff6a2420af8ad [data-item*=".subTitle"] a {show: true;}#a0ff6a2420af8ad [data-item*=".category"], #a0ff6a2420af8ad [data-item*=".category"] a {show: true;}#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7eb1a9808a26ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad399a2e27a17b1 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#ad399a2e27a17b1 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#ad399a2e27a17b1 .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #ad399a2e27a17b1 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #ad399a2e27a17b1 .uk-container {
    padding: 0;
  }
  #ad399a2e27a17b1 .sidebar {
    padding: 10px;
  }
}
#ad399a2e27a17b1 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#ad399a2e27a17b1 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#ad399a2e27a17b1 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #e10000;
  cursor: pointer;
}
#ad399a2e27a17b1 .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#ad399a2e27a17b1 .content-tags a:hover {
  background: #e10000;
  color: #fff;
  border-color: #e10000;
}
#ad399a2e27a17b1 .abstract,
#ad399a2e27a17b1 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#ad399a2e27a17b1 .copyright a {
  color: #999;
  word-break: break-all;
}
#ad399a2e27a17b1 .detail-content {
  font-size: 16px;
  color: #444;
}
#ad399a2e27a17b1 .detail-content img {
  margin-bottom: 10px;
}
#ad399a2e27a17b1 .detail-content table {
  font-size: 13px;
}
#ad399a2e27a17b1 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#ad399a2e27a17b1 .hot-list,
#ad399a2e27a17b1 .new-list {
  padding: 12px;
}
#ad399a2e27a17b1 .new-list a:hover,
#ad399a2e27a17b1 .hot-list a:hover {
  color: #0f6ecd;
}
#ad399a2e27a17b1 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#ad399a2e27a17b1 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ad399a2e27a17b1 .hot-item:hover a {
  color: #0f6ecd;
}
#ad399a2e27a17b1 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ad399a2e27a17b1 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #e10000;
  content: "";
}
#ad399a2e27a17b1 .content-header {
  padding-bottom: 10px;
}
#ad399a2e27a17b1 .item-title {
  color: #333;
}
#ad399a2e27a17b1 input::placeholder {
  color: #999;
}
#ad399a2e27a17b1 .datetime {
  color: #999;
}
#ad399a2e27a17b1 .new-item a {
  padding-left: 25px;
}
#ad399a2e27a17b1 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#ad399a2e27a17b1 .siblings a {
  color: #444;
  line-height: 2;
}
#ad399a2e27a17b1 .siblings a:hover {
  color: #0f6ecd;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7eb1a9808a26ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4d89ab128a4e0d .sidebar {
  width: 280px;
}
@media (max-width: 640px) {
  #a4d89ab128a4e0d .sidebar {
    width: 100%;
  }
}
#a4d89ab128a4e0d .accordion-menu,
#a4d89ab128a4e0d .accordion-menu ul ul.submenu,
#a4d89ab128a4e0d .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a4d89ab128a4e0d .accordion-menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}
#a4d89ab128a4e0d .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  background-color: #ECECEC;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border: none;
  text-overflow: ellipsis;
}
#a4d89ab128a4e0d .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#a4d89ab128a4e0d .accordion-menu li a:hover {
  background-color: #e10000;
  color: #fff;
  border: none;
}
#a4d89ab128a4e0d .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#a4d89ab128a4e0d .contact {
  color: #fff;
}
#a4d89ab128a4e0d .phone {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#a4d89ab128a4e0d .hot-list {
  background: #f7f8f9;
  padding: 15px;
}
#a4d89ab128a4e0d .hot-list a {
  color: #777;
}
#a4d89ab128a4e0d .hot-list a:hover {
  color: #0f6ecd;
}
#a4d89ab128a4e0d .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#a4d89ab128a4e0d .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a4d89ab128a4e0d .hot-item:hover a {
  color: #0f6ecd;
}
#a4d89ab128a4e0d .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a4d89ab128a4e0d .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #e10000;
  content: "";
}
#a4d89ab128a4e0d .content-header {
  padding-bottom: 10px;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4d89ab128a4e0d [data-item*=".abstract"], #a4d89ab128a4e0d [data-item*=".abstract"] a {show: true;}#a4d89ab128a4e0d [data-item*=".subTitle"], #a4d89ab128a4e0d [data-item*=".subTitle"] a {show: true;}#a4d89ab128a4e0d [data-item*=".category"], #a4d89ab128a4e0d [data-item*=".category"] a {show: true;}#a4d89ab128a4e0d [data-item="items"] .img {background-size: contain;}#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a40f3a92c6a5fd3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a65d6a27cca6031 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a65d6a27cca6031 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a65d6a27cca6031 .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #a65d6a27cca6031 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a65d6a27cca6031 .uk-container {
    padding: 0;
  }
  #a65d6a27cca6031 .sidebar {
    padding: 10px;
  }
}
#a65d6a27cca6031 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a65d6a27cca6031 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a65d6a27cca6031 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #e10000;
  cursor: pointer;
}
#a65d6a27cca6031 .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#a65d6a27cca6031 .content-tags a:hover {
  background: #e10000;
  color: #fff;
  border-color: #e10000;
}
#a65d6a27cca6031 .abstract,
#a65d6a27cca6031 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a65d6a27cca6031 .copyright a {
  color: #999;
  word-break: break-all;
}
#a65d6a27cca6031 .detail-content {
  font-size: 16px;
  color: #444;
}
#a65d6a27cca6031 .detail-content img {
  margin-bottom: 10px;
}
#a65d6a27cca6031 .detail-content table {
  font-size: 13px;
}
#a65d6a27cca6031 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a65d6a27cca6031 .hot-list,
#a65d6a27cca6031 .new-list {
  padding: 12px;
}
#a65d6a27cca6031 .new-list a:hover,
#a65d6a27cca6031 .hot-list a:hover {
  color: #0f6ecd;
}
#a65d6a27cca6031 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a65d6a27cca6031 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a65d6a27cca6031 .hot-item:hover a {
  color: #0f6ecd;
}
#a65d6a27cca6031 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a65d6a27cca6031 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #e10000;
  content: "";
}
#a65d6a27cca6031 .content-header {
  padding-bottom: 10px;
}
#a65d6a27cca6031 .item-title {
  color: #333;
}
#a65d6a27cca6031 input::placeholder {
  color: #999;
}
#a65d6a27cca6031 .datetime {
  color: #999;
}
#a65d6a27cca6031 .new-item a {
  padding-left: 25px;
}
#a65d6a27cca6031 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#a65d6a27cca6031 .siblings a {
  color: #444;
  line-height: 2;
}
#a65d6a27cca6031 .siblings a:hover {
  color: #0f6ecd;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7eb1a9808a26ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acfcaa0654a2c3a .detail-content .goods-params div {
  margin: 4px 0;
}
#acfcaa0654a2c3a .desc {
  white-space: pre-wrap;
}
#acfcaa0654a2c3a .video-box,
#acfcaa0654a2c3a .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#acfcaa0654a2c3a .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#acfcaa0654a2c3a .goods-slider {
  width: 430px;
  max-width: 100%;
}
#acfcaa0654a2c3a .preview-box img {
  width: 100%;
}
#acfcaa0654a2c3a .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#acfcaa0654a2c3a .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#acfcaa0654a2c3a .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#acfcaa0654a2c3a .thumb-box {
  width: 100%;
  position: relative;
}
#acfcaa0654a2c3a .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#acfcaa0654a2c3a .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#acfcaa0654a2c3a .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#acfcaa0654a2c3a .thumb-list {
  overflow: hidden;
}
#acfcaa0654a2c3a .thumb-list ul {
  width: 100000px;
}
#acfcaa0654a2c3a .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#acfcaa0654a2c3a .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#acfcaa0654a2c3a .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#acfcaa0654a2c3a .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#acfcaa0654a2c3a .thumb-list ul li.active img {
  border-color: #e10000;
}
#acfcaa0654a2c3a .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#acfcaa0654a2c3a .zoom-box img {
  max-width: initial;
}
#acfcaa0654a2c3a .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#acfcaa0654a2c3a .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#acfcaa0654a2c3a .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#acfcaa0654a2c3a .goods-intro .price span {
  line-height: 30px;
}
#acfcaa0654a2c3a .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#acfcaa0654a2c3a .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #e10000;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#acfcaa0654a2c3a .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #e10000;
  font-size: 18px;
}
#acfcaa0654a2c3a .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#acfcaa0654a2c3a .line-through {
  text-decoration: line-through;
}
#acfcaa0654a2c3a .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#acfcaa0654a2c3a .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#acfcaa0654a2c3a .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#acfcaa0654a2c3a .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#acfcaa0654a2c3a .number {
  margin-top: 20px;
  margin-left: 10px;
}
#acfcaa0654a2c3a .number .name {
  line-height: 30px;
  width: 54px;
}
#acfcaa0654a2c3a .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#acfcaa0654a2c3a .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#acfcaa0654a2c3a .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#acfcaa0654a2c3a .select-num i {
  line-height: 30px;
}
#acfcaa0654a2c3a .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#acfcaa0654a2c3a .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#acfcaa0654a2c3a .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#acfcaa0654a2c3a .buttons {
  margin: 30px 0 0 12px;
}
#acfcaa0654a2c3a .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #e10000;
  text-align: center;
  border-radius: 2px;
}
#acfcaa0654a2c3a .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#acfcaa0654a2c3a .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#acfcaa0654a2c3a .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#acfcaa0654a2c3a .promote-goods .uk-slider {
  padding: 10px 50px;
}
#acfcaa0654a2c3a .hot-list .img-wrap {
  display: block;
}
#acfcaa0654a2c3a .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#acfcaa0654a2c3a .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#acfcaa0654a2c3a .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#acfcaa0654a2c3a .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#acfcaa0654a2c3a .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#acfcaa0654a2c3a ::-webkit-scrollbar {
  display: none;
}
#acfcaa0654a2c3a .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#acfcaa0654a2c3a .left .detail-nav-tab .item.uk-active,
#acfcaa0654a2c3a .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #e10000;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#acfcaa0654a2c3a .left .detail-nav-tab .item.uk-active a {
  color: #e10000;
  cursor: default;
}
#acfcaa0654a2c3a .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#acfcaa0654a2c3a .hot-list .item:last-child {
  border-bottom: none;
}
#acfcaa0654a2c3a .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#acfcaa0654a2c3a .hot-list .item .goods-title:hover {
  color: #e10000;
}
#acfcaa0654a2c3a .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #e10000;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#acfcaa0654a2c3a .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#acfcaa0654a2c3a .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#acfcaa0654a2c3a .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #acfcaa0654a2c3a .right {
    width: 100%;
  }
  #acfcaa0654a2c3a .preview-box img {
    height: 340px;
  }
  #acfcaa0654a2c3a .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #acfcaa0654a2c3a .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #acfcaa0654a2c3a .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7eb1a9808a26ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a3fbca25aeaa74b , #a3fbca25aeaa74b a{color: #ffffff;}#a41c8a0b54aef07 , #a41c8a0b54aef07 a{color: #ffffff;}#a24bca20e4a7540 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: right;font-family: inherit;color: rgba(208, 2, 27, 1);}#a527ea9bc5a495c > div {
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: right;font-family: inherit;color: rgba(208, 2, 27, 1);}#ac260aef15a19a9 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: right;font-family: inherit;color: rgba(208, 2, 27, 1);}#aba37a8cb8a8143 > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aba37a8cb8a8143  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ae39ba52e1a3ede > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ae39ba52e1a3ede  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a3682a19ffac27e .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;font-size: 14px;font-weight: 500;border-radius: 0px;border-style: solid;border-width: 1px;font-family: NotoSansSC-Regular;justify-content: center;}#a3682a19ffac27e .ele-wrap:hover {border-color: rgba(122, 122, 122, 1);}#aa36da9a70a5967 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aa36da9a70a5967  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#acdb2a11bba6614 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#acdb2a11bba6614  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7611a656aade7a > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a7611a656aade7a  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aad86ad4d8a1770 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aad86ad4d8a1770  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a9314a9c9da0ee4 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a9314a9c9da0ee4  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a13cba82baab58e .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;font-size: 14px;font-weight: 500;border-radius: 0px;border-style: solid;border-width: 1px;font-family: NotoSansSC-Regular;justify-content: center;}#a13cba82baab58e .ele-wrap:hover {border-color: rgba(122, 122, 122, 1);}#a0f00af13da35ef .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: none;font-family: NotoSansSC-Medium;background-color: rgba(208, 2, 27, 1);}#a0f00af13da35ef .ele-wrap:hover {background-color: rgba(245, 39, 64, 1);}#ac941af061a047b .ele-wrap {border-color: rgba(122, 122, 122, 1);color: #303030;font-size: 14px;font-weight: 500;border-radius: 0px;border-style: solid;border-width: 1px;font-family: NotoSansSC-Regular;}#ac941af061a047b .ele-wrap:hover {border-color: rgba(122, 122, 122, 1);}#a9667a4364aa456 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a9667a4364aa456  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aed79a257dadb9b .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #ffffff;font-size: 14px;font-weight: 500;border-radius: 0px;border-style: solid;border-width: 1px;font-family: NotoSansSC-Regular;justify-content: center;}#aed79a257dadb9b .ele-wrap:hover {border-color: rgba(122, 122, 122, 1);}#aec7ca3fa4a684c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aec7ca3fa4a684c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ac00fa615aa9f03 > .ele-wrap {background-color: rgba(0, 0, 0, 0.38);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ac00fa615aa9f03  > .ele-wrap:hover {background-color: rgba(0, 0, 0, 0);box-shadow: 0px 0px 0px 0px undefined;}#a3ec2a6411a7991 > .ele-wrap {background-color: rgba(0, 0, 0, 0.38);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a3ec2a6411a7991  > .ele-wrap:hover {background-color: rgba(0, 0, 0, 0);box-shadow: 0px 0px 0px 0px undefined;}#a21bca636fa98e2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a21bca636fa98e2  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aaf04a4acea73ce , #aaf04a4acea73ce a{color: #ffffff;}#a28beaf8eea0939 , #a28beaf8eea0939 a{color: #ffffff;}#a9b6ea436fa4c65 > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a9b6ea436fa4c65  > .ele-wrap:hover {background-color: rgba(0, 0, 0, 0.85);box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ae265a5eb8a8a47 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8076a1949a2fd6 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a8076a1949a2fd6 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a8076a1949a2fd6 .ap-icon {
  margin-right: 6px;
}
#a8076a1949a2fd6 .indicator {
  margin-left: 4px;
}
#a8076a1949a2fd6 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ccc;
}
#a8076a1949a2fd6 .menu-list li:hover > a,
#a8076a1949a2fd6 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a8076a1949a2fd6 .menu-list ul,
#a8076a1949a2fd6 .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);
}
#a8076a1949a2fd6 .menu-list ul {
  top: 97px;
  left: 50%;
  transform: translateX(-50%);
}
#a8076a1949a2fd6 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8076a1949a2fd6 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8076a1949a2fd6 .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;
}
#a0d5aa1a50a51c3 , #a0d5aa1a50a51c3 a{color: #ffffff;}#a7f42a7282ac3e1 , #a7f42a7282ac3e1 a{color: #ffffff;}#af437a09b6a98ff > div {
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: right;font-family: inherit;color: rgba(208, 2, 27, 1);}#abd0caec0bafd08 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: right;font-family: inherit;color: rgba(208, 2, 27, 1);}#a9c50a88a4a513a > div {
        font-weight: bold;
        font-style: normal;
    font-size: 36px;text-align: right;font-family: inherit;color: rgba(208, 2, 27, 1);}#ad922a7559a70db > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ad922a7559a70db  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#af76ea882ca900d > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#af76ea882ca900d  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a5701a99a0abc4b > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a5701a99a0abc4b  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a87faad38fa1217 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a87faad38fa1217  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a0e50aa837ac177 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0e50aa837ac177  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ae851a2e29a23b9 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ae851a2e29a23b9  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#affdfaa711a0650 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#affdfaa711a0650  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a1974a4902a04f8 .ele-wrap {border-color: rgba(122, 122, 122, 1);color: #303030;font-size: 14px;font-weight: 500;border-radius: 0px;border-style: solid;border-width: 1px;font-family: NotoSansSC-Regular;}#a1974a4902a04f8 .ele-wrap:hover {border-color: rgba(122, 122, 122, 1);}#a250ba9a46a107f > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a250ba9a46a107f  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aab94a2a98a700f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aab94a2a98a700f  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ac764a13f9a275b > .ele-wrap {background-color: rgba(0, 0, 0, 0.38);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ac764a13f9a275b  > .ele-wrap:hover {background-color: rgba(0, 0, 0, 0);box-shadow: 0px 0px 0px 0px undefined;}#a9abda08d9ab5b5 > .ele-wrap {background-color: rgba(0, 0, 0, 0.38);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a9abda08d9ab5b5  > .ele-wrap:hover {background-color: rgba(0, 0, 0, 0);box-shadow: 0px 0px 0px 0px undefined;}#a13b0ac4deaae47 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a13b0ac4deaae47  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ae77aa6ea8a2a18 , #ae77aa6ea8a2a18 a{color: #ffffff;}#a6dfba7262adf82 , #a6dfba7262adf82 a{color: #ffffff;}#a0b3bafa41a79cb > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0b3bafa41a79cb  > .ele-wrap:hover {background-color: rgba(0, 0, 0, 0.85);box-shadow: 0px 0px 0px 0px undefined;}#a86adae1efa7d56 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a86adae1efa7d56  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a6bf5aab1fade8d > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a6bf5aab1fade8d  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a77d1adcf4ace2a > .ele-wrap {background-color: rgba(0, 0, 0, 0.41);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad330ad39ba0edf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a497daaa70adb00 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a497daaa70adb00 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a497daaa70adb00 .ap-icon {
  margin-right: 6px;
}
#a497daaa70adb00 .indicator {
  margin-left: 4px;
}
#a497daaa70adb00 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ccc;
}
#a497daaa70adb00 .menu-list li:hover > a,
#a497daaa70adb00 .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a497daaa70adb00 .menu-list ul,
#a497daaa70adb00 .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);
}
#a497daaa70adb00 .menu-list ul {
  top: 97px;
  left: 50%;
  transform: translateX(-50%);
}
#a497daaa70adb00 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a497daaa70adb00 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a497daaa70adb00 .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;
}
#aa18fa4c4aa8c86 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aa18fa4c4aa8c86  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a1197af3dfae926 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a1197af3dfae926  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7b42a0c88ab2f1 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a7b42a0c88ab2f1  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a0b4fa671ba9313 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0b4fa671ba9313  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aad3ca663ea1afb > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aad3ca663ea1afb  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a9caeafd30aacdd .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#a9caeafd30aacdd .uk-grid {
  margin-left: -8px;
}
#a9caeafd30aacdd .uk-grid > * {
  padding-left: 8px;
}
#a9caeafd30aacdd .uk-grid-margin {
  margin-top: 20px;
}
#a9caeafd30aacdd .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a9caeafd30aacdd .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a9caeafd30aacdd .uk-card-media-top .img {
  transition: all .3s ease;
}
#a9caeafd30aacdd .uk-card-body {
  display: block;
}
#a9caeafd30aacdd .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a9caeafd30aacdd .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a9caeafd30aacdd .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a9caeafd30aacdd .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a9caeafd30aacdd .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a9caeafd30aacdd .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a9caeafd30aacdd .uk-card:hover {
  background-color: #d0021b;
}
#a9caeafd30aacdd .uk-card:hover .title {
  color: #fff;
}
#a9caeafd30aacdd .uk-card:hover hr {
  border-top-color: #fd0826;
}
#a9caeafd30aacdd .uk-card:hover .img {
  transform: scale(1.2);
}
#a9caeafd30aacdd .uk-card:hover .abstract {
  color: #fff;
}
#a9caeafd30aacdd .uk-card:hover .datetime {
  color: #d3b267;
}
#a9caeafd30aacdd .uk-card:hover .category {
  color: #d3b267;
}
#a9caeafd30aacdd .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a4645a9eeca0893 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a4645a9eeca0893  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aeeb0a3dcba9f24 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aeeb0a3dcba9f24  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a4899aebaca23a9 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a4899aebaca23a9  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a2ca2a57a4ac653 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a2ca2a57a4ac653  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a6e66af8cba2c41 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a6e66af8cba2c41  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a5d51a7275a4892 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a5d51a7275a4892  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a13fcac458a8490 .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#a13fcac458a8490 .uk-grid {
  margin-left: -8px;
}
#a13fcac458a8490 .uk-grid > * {
  padding-left: 8px;
}
#a13fcac458a8490 .uk-grid-margin {
  margin-top: 20px;
}
#a13fcac458a8490 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a13fcac458a8490 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a13fcac458a8490 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a13fcac458a8490 .uk-card-body {
  display: block;
}
#a13fcac458a8490 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a13fcac458a8490 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a13fcac458a8490 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a13fcac458a8490 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a13fcac458a8490 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a13fcac458a8490 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a13fcac458a8490 .uk-card:hover {
  background-color: #d0021b;
}
#a13fcac458a8490 .uk-card:hover .title {
  color: #fff;
}
#a13fcac458a8490 .uk-card:hover hr {
  border-top-color: #fd0826;
}
#a13fcac458a8490 .uk-card:hover .img {
  transform: scale(1.2);
}
#a13fcac458a8490 .uk-card:hover .abstract {
  color: #fff;
}
#a13fcac458a8490 .uk-card:hover .datetime {
  color: #d3b267;
}
#a13fcac458a8490 .uk-card:hover .category {
  color: #d3b267;
}
#a13fcac458a8490 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a293dafd1daf656 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a293dafd1daf656  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a4f73aa8efa6ccc > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a4f73aa8efa6ccc  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a1600a678ea8c14 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a1600a678ea8c14  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa7f9a7f89a595c > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aa7f9a7f89a595c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ac030a6238a5770 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ac030a6238a5770  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a6f86aad87a6042 .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#a6f86aad87a6042 .uk-grid {
  margin-left: -8px;
}
#a6f86aad87a6042 .uk-grid > * {
  padding-left: 8px;
}
#a6f86aad87a6042 .uk-grid-margin {
  margin-top: 20px;
}
#a6f86aad87a6042 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a6f86aad87a6042 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a6f86aad87a6042 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a6f86aad87a6042 .uk-card-body {
  display: block;
}
#a6f86aad87a6042 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a6f86aad87a6042 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a6f86aad87a6042 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a6f86aad87a6042 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a6f86aad87a6042 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a6f86aad87a6042 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a6f86aad87a6042 .uk-card:hover {
  background-color: #d0021b;
}
#a6f86aad87a6042 .uk-card:hover .title {
  color: #fff;
}
#a6f86aad87a6042 .uk-card:hover hr {
  border-top-color: #fd0826;
}
#a6f86aad87a6042 .uk-card:hover .img {
  transform: scale(1.2);
}
#a6f86aad87a6042 .uk-card:hover .abstract {
  color: #fff;
}
#a6f86aad87a6042 .uk-card:hover .datetime {
  color: #d3b267;
}
#a6f86aad87a6042 .uk-card:hover .category {
  color: #d3b267;
}
#a6f86aad87a6042 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a9594aa57ba787c > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a9594aa57ba787c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a084ca5827add77 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a084ca5827add77  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#acbf5a52eba88de > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#acbf5a52eba88de  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a97c4a1f27af611 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a97c4a1f27af611  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa53cadd7aa747d > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aa53cadd7aa747d  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8707a3d77abe63 .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#a8707a3d77abe63 .uk-grid {
  margin-left: -8px;
}
#a8707a3d77abe63 .uk-grid > * {
  padding-left: 8px;
}
#a8707a3d77abe63 .uk-grid-margin {
  margin-top: 20px;
}
#a8707a3d77abe63 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a8707a3d77abe63 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a8707a3d77abe63 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a8707a3d77abe63 .uk-card-body {
  display: block;
}
#a8707a3d77abe63 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a8707a3d77abe63 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a8707a3d77abe63 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a8707a3d77abe63 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a8707a3d77abe63 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a8707a3d77abe63 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a8707a3d77abe63 .uk-card:hover {
  background-color: #d0021b;
}
#a8707a3d77abe63 .uk-card:hover .title {
  color: #fff;
}
#a8707a3d77abe63 .uk-card:hover hr {
  border-top-color: #fd0826;
}
#a8707a3d77abe63 .uk-card:hover .img {
  transform: scale(1.2);
}
#a8707a3d77abe63 .uk-card:hover .abstract {
  color: #fff;
}
#a8707a3d77abe63 .uk-card:hover .datetime {
  color: #d3b267;
}
#a8707a3d77abe63 .uk-card:hover .category {
  color: #d3b267;
}
#a8707a3d77abe63 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ae758ac6d9a6c62 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ae758ac6d9a6c62  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a0ad4a56eaac778 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0ad4a56eaac778  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a6deeaa8f1a731d > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a6deeaa8f1a731d  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a3ef7afc85a2b18 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a3ef7afc85a2b18  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#af3a7a2b0ba8ff4 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#af3a7a2b0ba8ff4  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a1280a6c22a40b0 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a1280a6c22a40b0  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a2fb2a47f5a855b .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#a2fb2a47f5a855b .uk-grid {
  margin-left: -8px;
}
#a2fb2a47f5a855b .uk-grid > * {
  padding-left: 8px;
}
#a2fb2a47f5a855b .uk-grid-margin {
  margin-top: 20px;
}
#a2fb2a47f5a855b .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a2fb2a47f5a855b .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a2fb2a47f5a855b .uk-card-media-top .img {
  transition: all .3s ease;
}
#a2fb2a47f5a855b .uk-card-body {
  display: block;
}
#a2fb2a47f5a855b .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a2fb2a47f5a855b .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a2fb2a47f5a855b .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a2fb2a47f5a855b .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a2fb2a47f5a855b .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a2fb2a47f5a855b .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a2fb2a47f5a855b .uk-card:hover {
  background-color: #d0021b;
}
#a2fb2a47f5a855b .uk-card:hover .title {
  color: #fff;
}
#a2fb2a47f5a855b .uk-card:hover hr {
  border-top-color: #fd0826;
}
#a2fb2a47f5a855b .uk-card:hover .img {
  transform: scale(1.2);
}
#a2fb2a47f5a855b .uk-card:hover .abstract {
  color: #fff;
}
#a2fb2a47f5a855b .uk-card:hover .datetime {
  color: #d3b267;
}
#a2fb2a47f5a855b .uk-card:hover .category {
  color: #d3b267;
}
#a2fb2a47f5a855b .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a6de1aeceaac719 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a6de1aeceaac719  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ab562a49a8a6a8b > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ab562a49a8a6a8b  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a738daaad2aac8c > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a738daaad2aac8c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a6754a6659ae3f2 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a6754a6659ae3f2  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa3a0a6f55a6eae > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aa3a0a6f55a6eae  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#abfc0a203ba0a3f .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#abfc0a203ba0a3f .uk-grid {
  margin-left: -8px;
}
#abfc0a203ba0a3f .uk-grid > * {
  padding-left: 8px;
}
#abfc0a203ba0a3f .uk-grid-margin {
  margin-top: 20px;
}
#abfc0a203ba0a3f .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#abfc0a203ba0a3f .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#abfc0a203ba0a3f .uk-card-media-top .img {
  transition: all .3s ease;
}
#abfc0a203ba0a3f .uk-card-body {
  display: block;
}
#abfc0a203ba0a3f .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#abfc0a203ba0a3f .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#abfc0a203ba0a3f .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#abfc0a203ba0a3f .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#abfc0a203ba0a3f .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#abfc0a203ba0a3f .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#abfc0a203ba0a3f .uk-card:hover {
  background-color: #d0021b;
}
#abfc0a203ba0a3f .uk-card:hover .title {
  color: #fff;
}
#abfc0a203ba0a3f .uk-card:hover hr {
  border-top-color: #fd0826;
}
#abfc0a203ba0a3f .uk-card:hover .img {
  transform: scale(1.2);
}
#abfc0a203ba0a3f .uk-card:hover .abstract {
  color: #fff;
}
#abfc0a203ba0a3f .uk-card:hover .datetime {
  color: #d3b267;
}
#abfc0a203ba0a3f .uk-card:hover .category {
  color: #d3b267;
}
#abfc0a203ba0a3f .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ac617a314eac47c > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ac617a314eac47c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8859a007dabb69 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a8859a007dabb69  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a2a99a150aa8210 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a2a99a150aa8210  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#af060af8b8aa49c > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#af060af8b8aa49c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a66caa35dba3b22 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a66caa35dba3b22  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a54bda4cb7ac4d0 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a54bda4cb7ac4d0  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa498a79b5a29cc .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#aa498a79b5a29cc .uk-grid {
  margin-left: -8px;
}
#aa498a79b5a29cc .uk-grid > * {
  padding-left: 8px;
}
#aa498a79b5a29cc .uk-grid-margin {
  margin-top: 20px;
}
#aa498a79b5a29cc .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#aa498a79b5a29cc .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#aa498a79b5a29cc .uk-card-media-top .img {
  transition: all .3s ease;
}
#aa498a79b5a29cc .uk-card-body {
  display: block;
}
#aa498a79b5a29cc .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#aa498a79b5a29cc .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#aa498a79b5a29cc .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#aa498a79b5a29cc .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#aa498a79b5a29cc .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#aa498a79b5a29cc .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#aa498a79b5a29cc .uk-card:hover {
  background-color: #d0021b;
}
#aa498a79b5a29cc .uk-card:hover .title {
  color: #fff;
}
#aa498a79b5a29cc .uk-card:hover hr {
  border-top-color: #fd0826;
}
#aa498a79b5a29cc .uk-card:hover .img {
  transform: scale(1.2);
}
#aa498a79b5a29cc .uk-card:hover .abstract {
  color: #fff;
}
#aa498a79b5a29cc .uk-card:hover .datetime {
  color: #d3b267;
}
#aa498a79b5a29cc .uk-card:hover .category {
  color: #d3b267;
}
#aa498a79b5a29cc .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#af21ca2211af226 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#afef5a5259aa9ab .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#afef5a5259aa9ab .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#afef5a5259aa9ab .ap-icon {
  margin-right: 6px;
}
#afef5a5259aa9ab .indicator {
  margin-left: 4px;
}
#afef5a5259aa9ab .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ccc;
}
#afef5a5259aa9ab .menu-list li:hover > a,
#afef5a5259aa9ab .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#afef5a5259aa9ab .menu-list ul,
#afef5a5259aa9ab .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);
}
#afef5a5259aa9ab .menu-list ul {
  top: 97px;
  left: 50%;
  transform: translateX(-50%);
}
#afef5a5259aa9ab .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#afef5a5259aa9ab .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#afef5a5259aa9ab .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;
}
#a7f6ca659fa1662 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a7f6ca659fa1662 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#aaba2a5c99a8696 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aaba2a5c99a8696  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a3bebadc4ea0cec .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a3bebadc4ea0cec .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a12b4ae76ca61d6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5893aeeb4ac340 .timeline-item {
  position: relative;
  padding-top: 60px;
  margin-top: 15px;
}
#a5893aeeb4ac340 .timeline-item:before {
  background-color: #e10000;
  position: absolute;
  content: "";
  top: 0;
  left: -7.5px;
  width: calc(130%);
  height: 1px;
  z-index: 3;
}
#a5893aeeb4ac340 .timeline-item:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '';
  right: -32px;
  top: -9.5px;
  transform: translateX(-50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: transparent;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  border: 1px solid #e10000;
  background: #f2f5fa;
  z-index: 5;
}
#a5893aeeb4ac340 .timeline-item-active:after {
  background: #32d296;
  content: '\f00c';
}
#a5893aeeb4ac340 .timeline-item-date:after {
  display: block;
  position: absolute;
  right: -12px;
  top: 12px;
  height: 70px;
  width: 1px;
  background: #e10000;
  content: "";
}
#a5893aeeb4ac340 a,
#a5893aeeb4ac340 .uk-link {
  color: inherit;
}
#aba3daa9bbaf8d8 .timeline-item {
  position: relative;
  padding-top: 60px;
  margin-top: 15px;
}
#aba3daa9bbaf8d8 .timeline-item:before {
  background-color: #e10000;
  position: absolute;
  content: "";
  top: 0;
  left: -7.5px;
  width: calc(130%);
  height: 1px;
  z-index: 3;
}
#aba3daa9bbaf8d8 .timeline-item:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '';
  right: -32px;
  top: -9.5px;
  transform: translateX(-50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: transparent;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  border: 1px solid #e10000;
  background: #f2f5fa;
  z-index: 5;
}
#aba3daa9bbaf8d8 .timeline-item-active:after {
  background: #32d296;
  content: '\f00c';
}
#aba3daa9bbaf8d8 .timeline-item-date:after {
  display: block;
  position: absolute;
  right: -12px;
  top: 12px;
  height: 70px;
  width: 1px;
  background: #e10000;
  content: "";
}
#aba3daa9bbaf8d8 a,
#aba3daa9bbaf8d8 .uk-link {
  color: inherit;
}
#a5680a52c0aa13c .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a5680a52c0aa13c .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a5680a52c0aa13c .ap-icon {
  margin-right: 6px;
}
#a5680a52c0aa13c .indicator {
  margin-left: 4px;
}
#a5680a52c0aa13c .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ccc;
}
#a5680a52c0aa13c .menu-list li:hover > a,
#a5680a52c0aa13c .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a5680a52c0aa13c .menu-list ul,
#a5680a52c0aa13c .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);
}
#a5680a52c0aa13c .menu-list ul {
  top: 97px;
  left: 50%;
  transform: translateX(-50%);
}
#a5680a52c0aa13c .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5680a52c0aa13c .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5680a52c0aa13c .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;
}
#a9697aec0ca1708 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a9697aec0ca1708  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a83dba6dcaa5bc4 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a83dba6dcaa5bc4  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a0717a89ecaa823 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0717a89ecaa823  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a4b9fab059a6614 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a4b9fab059a6614  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a190fa0298a9ac5 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a190fa0298a9ac5  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ad5b3af165aaf52 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ad5b3af165aaf52  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a2ff7a5fc3a1a18 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a2ff7a5fc3a1a18  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#adb1ca6948ab961 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#adb1ca6948ab961  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ad797a2ed5a9b99 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ad797a2ed5a9b99  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aeca1a242ba86af > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#aeca1a242ba86af  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a21e0a8b6caf482 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a21e0a8b6caf482  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a5893aeeb4ac340 [data-item="items[0].title"] {left: 0px;top: -1px; position: relative;}#a5893aeeb4ac340 [data-item="items[1].title"] {left: 0px;top: 1px; position: relative;}#adf79a2cf9aa859 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#adf79a2cf9aa859  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aac61abb4dadaf3 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#aac61abb4dadaf3  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a4860a6ce9abf52 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a4860a6ce9abf52  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#adb75a9ce4a145e > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#adb75a9ce4a145e  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a04feacddca609c > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a04feacddca609c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a7386a97a4aa07c > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a7386a97a4aa07c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aba3daa9bbaf8d8 [data-item="items[0].title"] {left: 0px;top: -1px; position: relative;}#aba3daa9bbaf8d8 [data-item="items[1].title"] {left: 0px;top: 1px; position: relative;}#a4604a6fb5a85a6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7e2dab8e2a286a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a7e2dab8e2a286a .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7e2dab8e2a286a .ap-icon {
  margin-right: 6px;
}
#a7e2dab8e2a286a .indicator {
  margin-left: 4px;
}
#a7e2dab8e2a286a .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ccc;
}
#a7e2dab8e2a286a .menu-list li:hover > a,
#a7e2dab8e2a286a .menu-list li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7e2dab8e2a286a .menu-list ul,
#a7e2dab8e2a286a .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);
}
#a7e2dab8e2a286a .menu-list ul {
  top: 97px;
  left: 50%;
  transform: translateX(-50%);
}
#a7e2dab8e2a286a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7e2dab8e2a286a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7e2dab8e2a286a .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;
}
#afbd7a3ee9a48b4 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#afbd7a3ee9a48b4 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ae696af639a3297 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ae696af639a3297  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ab06daf0e0a715d > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ab06daf0e0a715d  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a6164ae213a7265 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a6164ae213a7265  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aaf40aa84ead6a0 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aaf40aa84ead6a0  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ac00ba9f5ca6924 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ac00ba9f5ca6924  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a9dd7a76aca7907 > .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;}#a8573a901aa4de4 > .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;}#a53e4a0d5dae18e > .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;}#a6eaaad12da9b91 > .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;}#a9183a18eda33c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#adbb5a6e4fa011c {
  overflow: hidden;
}
#adbb5a6e4fa011c .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#adbb5a6e4fa011c .img-wrap:hover {
  transform: scale(1.2);
}
#ae352abfcea03a0 > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a7eb1a9808a26ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aaf66a8f9ea2f10 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aaf66a8f9ea2f10 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a5f76ae468a0a86 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a5f76ae468a0a86  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ab630ae6c3ad0b0 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ab630ae6c3ad0b0  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a1256a537ea6316 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a1256a537ea6316  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a3b62a7f93aa392 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a3b62a7f93aa392  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a4ad2abe44a08f3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a4ad2abe44a08f3  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a1098a9081a1ace .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a1098a9081a1ace .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aaaa8af7dca1227 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7dccad1fca824a .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a7dccad1fca824a .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#af618a67caa24bb > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#af618a67caa24bb  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ae50da50f0ae968 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ae50da50f0ae968  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#abfeda1265a30bf > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#abfeda1265a30bf  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a96aaa67c6afe24 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a96aaa67c6afe24  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#abac5a46eda7036 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#abac5a46eda7036  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ace96ac8d2ac4bb > .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;}#a1eb4a15e0a6eb1 > .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;}#ae098aa8acab6d9 > .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;}#a01f6a10b7a9606 > .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;}#a9fa2a3b92aabe8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0927a003fa51dd {
  overflow: hidden;
}
#a0927a003fa51dd .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px ;
  transition: all 0.3s ease-in;
}
#a0927a003fa51dd .img-wrap:hover {
  transform: scale(1.2);
}
#af4dba0a62af3e8 > .ele-wrap {background-color: rgba(74, 74, 74, 0.35);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7a58a1794ae46b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ae6e5a9254a7b2a .timeline-item {
  position: relative;
  padding-top: 60px;
  margin-top: 15px;
}
#ae6e5a9254a7b2a .timeline-item:before {
  background-color: #e10000;
  position: absolute;
  content: "";
  top: 0;
  left: -7.5px;
  width: calc(130%);
  height: 1px;
  z-index: 3;
}
#ae6e5a9254a7b2a .timeline-item:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '';
  right: -32px;
  top: -9.5px;
  transform: translateX(-50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: transparent;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  border: 1px solid #e10000;
  background: #f2f5fa;
  z-index: 5;
}
#ae6e5a9254a7b2a .timeline-item-active:after {
  background: #32d296;
  content: '\f00c';
}
#ae6e5a9254a7b2a .timeline-item-date:after {
  display: block;
  position: absolute;
  right: -12px;
  top: 12px;
  height: 70px;
  width: 1px;
  background: #e10000;
  content: "";
}
#ae6e5a9254a7b2a a,
#ae6e5a9254a7b2a .uk-link {
  color: inherit;
}
#a668fa8862a6983 .timeline-item {
  position: relative;
  padding-top: 60px;
  margin-top: 15px;
}
#a668fa8862a6983 .timeline-item:before {
  background-color: #e10000;
  position: absolute;
  content: "";
  top: 0;
  left: -7.5px;
  width: calc(130%);
  height: 1px;
  z-index: 3;
}
#a668fa8862a6983 .timeline-item:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '';
  right: -32px;
  top: -9.5px;
  transform: translateX(-50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: transparent;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  border: 1px solid #e10000;
  background: #f2f5fa;
  z-index: 5;
}
#a668fa8862a6983 .timeline-item-active:after {
  background: #32d296;
  content: '\f00c';
}
#a668fa8862a6983 .timeline-item-date:after {
  display: block;
  position: absolute;
  right: -12px;
  top: 12px;
  height: 70px;
  width: 1px;
  background: #e10000;
  content: "";
}
#a668fa8862a6983 a,
#a668fa8862a6983 .uk-link {
  color: inherit;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2f1fadf19ac86d > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a2f1fadf19ac86d  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ac73fab2d2a47fb > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ac73fab2d2a47fb  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ad60aafd7ea0387 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ad60aafd7ea0387  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a79dca9ae6a6f22 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a79dca9ae6a6f22  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a76d2ab088adcd4 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a76d2ab088adcd4  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#aa979a2d2ba99fc > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#aa979a2d2ba99fc  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ac3bea2bafa268c > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#ac3bea2bafa268c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a88c3a7d58a0290 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a88c3a7d58a0290  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a214bab14eada73 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a214bab14eada73  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#afe35a99efa8393 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#afe35a99efa8393  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a263fad344a0971 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a263fad344a0971  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#ae6e5a9254a7b2a [data-item="items[0].title"] {left: 0px;top: -1px; position: relative;}#ae6e5a9254a7b2a [data-item="items[1].title"] {left: 0px;top: 1px; position: relative;}#a7881ac23ca5400 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a7881ac23ca5400  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a3d59a0cf6a4ef6 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a3d59a0cf6a4ef6  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#adeaba2d43a1ad6 > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#adeaba2d43a1ad6  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a6df6ad9faabc8d > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a6df6ad9faabc8d  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a73d2aae81a8e3f > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a73d2aae81a8e3f  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a02f1a2dccabe1c > .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: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(242, 242, 242, 1);border-top-style: solid;border-right-color: rgba(242, 242, 242, 1);border-left-color: rgba(242, 242, 242, 1);border-bottom-color: rgba(242, 242, 242, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;box-shadow: 0px 1px 3px 1px rgba(240, 240, 240, 1);}#a02f1a2dccabe1c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px rgba(220, 220, 220, 1);}#a668fa8862a6983 [data-item="items[0].title"] {left: 0px;top: -1px; position: relative;}#a668fa8862a6983 [data-item="items[1].title"] {left: 0px;top: 1px; position: relative;}#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a1224a5fe5a81ae .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a37e8a16c7ac944 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a37e8a16c7ac944  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a46e7a71b2ac149 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a46e7a71b2ac149  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ab0e7a08f7acecf > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ab0e7a08f7acecf  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa98eaae1ba7ddb > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aa98eaae1ba7ddb  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ad40eac50fa8b35 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ad40eac50fa8b35  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#adc91a42e9a0554 > .ele-wrap {background-color: rgba(226, 15, 41, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa16faf5b3a66fd > .ele-wrap {background-color: rgba(226, 15, 41, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a215aa68c1a92e1 > .ele-wrap {background-color: rgba(226, 15, 41, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3fbca78e3ad1a8 > .ele-wrap {background-color: rgba(226, 15, 41, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8c7bad4a0ad67a > .ele-wrap {background-color: rgba(226, 15, 41, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae96aa909facab0 > .ele-wrap {background-color: rgba(226, 15, 41, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b6fa2c5da6f24 > .ele-wrap {background-color: rgba(226, 15, 41, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeefeabf2fa3a17 > .ele-wrap {background-color: rgba(226, 15, 41, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5241ac859a527e > .ele-wrap {background-color: rgba(226, 15, 41, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a19a6a9a8ea0c07 > .ele-wrap {background-color: rgba(226, 15, 41, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aee0ba7ed3ad0c1 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#adf5ca8782a82b7 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(208, 2, 27, 1);border-radius: 25px;justify-content: center;border-style: solid;}#adf5ca8782a82b7 .ele-wrap:hover {background-color: #509c49;background-color: rgba(208, 2, 27, 1);}#a241ca3d2ea38c9 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(208, 2, 27, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a241ca3d2ea38c9 .ele-wrap:hover {background-color: #509c49;background-color: rgba(208, 2, 27, 1);}#a8ef0a33c4a1d8e .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(208, 2, 27, 1);border-radius: 25px;justify-content: center;border-style: solid;}#a8ef0a33c4a1d8e .ele-wrap:hover {background-color: #509c49;background-color: rgba(208, 2, 27, 1);}#a1eb1a9d32a7649 .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#a1eb1a9d32a7649 .ele-article-list.uk-grid {
  margin-left: -50px;
}
#a1eb1a9d32a7649 .ele-article-list.uk-grid > * {
  padding-left: 50px;
}
#a1eb1a9d32a7649 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a1eb1a9d32a7649 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a1eb1a9d32a7649 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a1eb1a9d32a7649 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a1eb1a9d32a7649 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a1eb1a9d32a7649 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a1eb1a9d32a7649 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a1eb1a9d32a7649 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 8px;
  overflow: hidden;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a1eb1a9d32a7649 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a1eb1a9d32a7649 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a1eb1a9d32a7649 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a1eb1a9d32a7649 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a1eb1a9d32a7649 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a1eb1a9d32a7649 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a4fb5abfd5a96a9 .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#a4fb5abfd5a96a9 .ele-article-list.uk-grid {
  margin-left: -50px;
}
#a4fb5abfd5a96a9 .ele-article-list.uk-grid > * {
  padding-left: 50px;
}
#a4fb5abfd5a96a9 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4fb5abfd5a96a9 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a4fb5abfd5a96a9 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a4fb5abfd5a96a9 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a4fb5abfd5a96a9 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a4fb5abfd5a96a9 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a4fb5abfd5a96a9 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a4fb5abfd5a96a9 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a4fb5abfd5a96a9 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a4fb5abfd5a96a9 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a4fb5abfd5a96a9 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a4fb5abfd5a96a9 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a4fb5abfd5a96a9 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a4fb5abfd5a96a9 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a4fb5abfd5a96a9 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a4fb5abfd5a96a9 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a4fb5abfd5a96a9 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a4fb5abfd5a96a9 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a4fb5abfd5a96a9 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a4fb5abfd5a96a9 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a4fb5abfd5a96a9 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 8px;
  overflow: hidden;
}
#a4fb5abfd5a96a9 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a4fb5abfd5a96a9 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a4fb5abfd5a96a9 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a4fb5abfd5a96a9 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a4fb5abfd5a96a9 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a4fb5abfd5a96a9 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a4fb5abfd5a96a9 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a4fb5abfd5a96a9 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a4fb5abfd5a96a9 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a4fb5abfd5a96a9 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a4fb5abfd5a96a9 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a4fb5abfd5a96a9 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a25c9a0104a59f3 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a25c9a0104a59f3  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ae47da9626aff84 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ae47da9626aff84  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a6248a0d2aa726d > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a6248a0d2aa726d  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ad5c5a135ba9854 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ad5c5a135ba9854  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a6a79aeff1a5660 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a6a79aeff1a5660  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a9017a793da30e9 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a9017a793da30e9  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa747ac9f2a3c0f > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aa747ac9f2a3c0f  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ac5faa791ca4716 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ac5faa791ca4716  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aca3ca691ba61d8 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aca3ca691ba61d8  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a0a7aa8ee4accb2 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0a7aa8ee4accb2  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a0420a70aca39b1 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0420a70aca39b1  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a0b83ae60daef95 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0b83ae60daef95  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ad42da419aad4cf .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#ad42da419aad4cf .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad42da419aad4cf .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ad42da419aad4cf .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ad42da419aad4cf .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ad42da419aad4cf .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ad42da419aad4cf .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#ad42da419aad4cf .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ad42da419aad4cf .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ad42da419aad4cf .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ad42da419aad4cf .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ad42da419aad4cf .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ad42da419aad4cf .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ad42da419aad4cf .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ad42da419aad4cf .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ad42da419aad4cf .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ad42da419aad4cf .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ad42da419aad4cf .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ad42da419aad4cf .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ad42da419aad4cf .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#ad42da419aad4cf .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#ad42da419aad4cf .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 8px;
  overflow: hidden;
}
#ad42da419aad4cf .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ad42da419aad4cf .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#ad42da419aad4cf .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad42da419aad4cf .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ad42da419aad4cf .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ad42da419aad4cf .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ad42da419aad4cf .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ad42da419aad4cf .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ad42da419aad4cf .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#ad42da419aad4cf .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad42da419aad4cf .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ad42da419aad4cf .ele-article-list .text-article:hover .time {
  color: auto;
}
#a525bad171ad5c3 .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#a525bad171ad5c3 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a525bad171ad5c3 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a525bad171ad5c3 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a525bad171ad5c3 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a525bad171ad5c3 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a525bad171ad5c3 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a525bad171ad5c3 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a525bad171ad5c3 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a525bad171ad5c3 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a525bad171ad5c3 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a525bad171ad5c3 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a525bad171ad5c3 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a525bad171ad5c3 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a525bad171ad5c3 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a525bad171ad5c3 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a525bad171ad5c3 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a525bad171ad5c3 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a525bad171ad5c3 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a525bad171ad5c3 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a525bad171ad5c3 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a525bad171ad5c3 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 8px;
  overflow: hidden;
}
#a525bad171ad5c3 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a525bad171ad5c3 .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a525bad171ad5c3 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a525bad171ad5c3 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a525bad171ad5c3 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a525bad171ad5c3 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a525bad171ad5c3 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a525bad171ad5c3 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a525bad171ad5c3 .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#a525bad171ad5c3 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a525bad171ad5c3 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a525bad171ad5c3 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a228da6cb2a83e6 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a228da6cb2a83e6  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a1b37a7e22ae6f7 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a1b37a7e22ae6f7  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a2c47a1d9fa7fe5 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a2c47a1d9fa7fe5  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a45c1a69e1a5f9e > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a45c1a69e1a5f9e  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a5910ab4aea4dd1 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a5910ab4aea4dd1  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a3850a2b8ea9f0f > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a3850a2b8ea9f0f  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ab2a9ae0b4a6a44 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ab2a9ae0b4a6a44  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a67aba1f81a7194 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a67aba1f81a7194  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a3d15ad73daf7d7 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a3d15ad73daf7d7  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ae748adc39a48e1 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ae748adc39a48e1  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a24dbac83ca5ff6 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a24dbac83ca5ff6  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#af612a2f7dae523 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#af612a2f7dae523  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ae983a6dd9ad0eb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#afddda62f3aeccf > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#afddda62f3aeccf  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#adb12a0b53a06fd > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#adb12a0b53a06fd  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a1801a5f31addea > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a1801a5f31addea  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a82afa03cbadf1f > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a82afa03cbadf1f  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ae59faca13a6730 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ae59faca13a6730  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aadd4ab5fda4c3f .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aadd4ab5fda4c3f .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa662afabda1901 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a99e9aabb6a2625 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a99e9aabb6a2625  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#adc2da1236a6675 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#adc2da1236a6675  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a9200a835bae9fd > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a9200a835bae9fd  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a22d1af38dac75f > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a22d1af38dac75f  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7e7aa4a57ab17f > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a7e7aa4a57ab17f  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a97aeaed37a98a3 .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#a97aeaed37a98a3 .grid-list .product-item {
  overflow: hidden;
}
#a97aeaed37a98a3 .grid-list .product-preview .img {
  display: block;
}
#a97aeaed37a98a3 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a97aeaed37a98a3 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a97aeaed37a98a3 .grid-list .product-info {
  min-height: 110px;
}
#a97aeaed37a98a3 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a97aeaed37a98a3 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a97aeaed37a98a3 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a97aeaed37a98a3 .grid-list .category-name {
  font-size: 12px;
}
#a97aeaed37a98a3 .grid-list .category-name a {
  color: #777;
}
#a97aeaed37a98a3 .grid-list .title,
#a97aeaed37a98a3 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a97aeaed37a98a3 .grid-list .title a,
#a97aeaed37a98a3 .grid-list .subTitle a {
  color: #191919;
}
#a97aeaed37a98a3 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a97aeaed37a98a3 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a97aeaed37a98a3 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a97aeaed37a98a3 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a97aeaed37a98a3 .grid-list .product:hover {
  background-color: auto;
}
#a97aeaed37a98a3 .grid-list .product:hover .title a {
  color: #444;
}
#a97aeaed37a98a3 .grid-list .product:hover .subTitle {
  color: auto;
}
#a97aeaed37a98a3 .grid-list .product:hover .category {
  color: auto;
}
#a97aeaed37a98a3 .grid-list .product:hover .abstract {
  color: auto;
}
#a97aeaed37a98a3 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a97aeaed37a98a3 .grid-list .product-info {
    min-height: 0;
  }
  #a97aeaed37a98a3 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a97aeaed37a98a3 .grid-list .product-buttons {
    display: none;
  }
}
#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7eb1a9808a26ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a4d8aaf492a99e1 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a4d8aaf492a99e1  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a6c9fad929a36ae > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a6c9fad929a36ae  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a30c0af6e8a128d > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a30c0af6e8a128d  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a178faf579a6311 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a178faf579a6311  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a34a2a85c6a52e6 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a34a2a85c6a52e6  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aad66a4c55aab38 .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#aad66a4c55aab38 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aad66a4c55aab38 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aad66a4c55aab38 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aad66a4c55aab38 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aad66a4c55aab38 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aad66a4c55aab38 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#aad66a4c55aab38 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aad66a4c55aab38 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aad66a4c55aab38 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aad66a4c55aab38 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aad66a4c55aab38 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aad66a4c55aab38 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aad66a4c55aab38 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aad66a4c55aab38 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aad66a4c55aab38 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aad66a4c55aab38 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aad66a4c55aab38 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aad66a4c55aab38 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aad66a4c55aab38 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#aad66a4c55aab38 .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#aad66a4c55aab38 .ele-article-list .pic-article .img_wrap {
  width: 18%;
  border-radius: 0px;
  overflow: hidden;
}
#aad66a4c55aab38 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aad66a4c55aab38 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aad66a4c55aab38 .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aad66a4c55aab38 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aad66a4c55aab38 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aad66a4c55aab38 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aad66a4c55aab38 .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#aad66a4c55aab38 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aad66a4c55aab38 .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aad66a4c55aab38 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a1c65a2bb8ac136 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6583a54faaf8d1 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a6583a54faaf8d1  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a4953ac1d2a6125 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a4953ac1d2a6125  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a6797aa266a6e7c > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a6797aa266a6e7c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#abb6ba1994a331b > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#abb6ba1994a331b  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#acd99ac142a38ff > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#acd99ac142a38ff  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a1eb5a77ffaf404 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a1eb5a77ffaf404 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#affbdad830a0dd6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af1f5aadd8a7734 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#af1f5aadd8a7734  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a510fa248ba5c86 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a510fa248ba5c86  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a709caf4b5ac002 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a709caf4b5ac002  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#add6aa49dca5ca9 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#add6aa49dca5ca9  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a646ca3b00a336d > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a646ca3b00a336d  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ae00daeffba06bc .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ae00daeffba06bc .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7eb1a9808a26ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ab6a9a0cafae0ef > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ab6a9a0cafae0ef  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#abd9ba0292a11ce > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#abd9ba0292a11ce  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ae5d1ae4f3aee1c > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ae5d1ae4f3aee1c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ab648a423da3143 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ab648a423da3143  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a68ceaa4fba78e8 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a68ceaa4fba78e8  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a483da34dcaedbf .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#a483da34dcaedbf .uk-grid {
  margin-left: -8px;
}
#a483da34dcaedbf .uk-grid > * {
  padding-left: 8px;
}
#a483da34dcaedbf .uk-grid-margin {
  margin-top: 20px;
}
#a483da34dcaedbf .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a483da34dcaedbf .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a483da34dcaedbf .uk-card-media-top .img {
  transition: all .3s ease;
}
#a483da34dcaedbf .uk-card-body {
  display: block;
}
#a483da34dcaedbf .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a483da34dcaedbf .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a483da34dcaedbf .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a483da34dcaedbf .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a483da34dcaedbf .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a483da34dcaedbf .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a483da34dcaedbf .uk-card:hover {
  background-color: #d0021b;
}
#a483da34dcaedbf .uk-card:hover .title {
  color: #fff;
}
#a483da34dcaedbf .uk-card:hover hr {
  border-top-color: #fd0826;
}
#a483da34dcaedbf .uk-card:hover .img {
  transform: scale(1.2);
}
#a483da34dcaedbf .uk-card:hover .abstract {
  color: #fff;
}
#a483da34dcaedbf .uk-card:hover .datetime {
  color: #d3b267;
}
#a483da34dcaedbf .uk-card:hover .category {
  color: #d3b267;
}
#a483da34dcaedbf .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#aca53ab84fa19da > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aca53ab84fa19da  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ab56da1063a8e06 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ab56da1063a8e06  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a73c3af4eda139e > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a73c3af4eda139e  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ac3e9aff55a9db2 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ac3e9aff55a9db2  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#afe88a62dda1873 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#afe88a62dda1873  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a22cba22d4af6e0 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a22cba22d4af6e0  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ab86aae310aa7fe .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#ab86aae310aa7fe .uk-grid {
  margin-left: -8px;
}
#ab86aae310aa7fe .uk-grid > * {
  padding-left: 8px;
}
#ab86aae310aa7fe .uk-grid-margin {
  margin-top: 20px;
}
#ab86aae310aa7fe .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#ab86aae310aa7fe .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#ab86aae310aa7fe .uk-card-media-top .img {
  transition: all .3s ease;
}
#ab86aae310aa7fe .uk-card-body {
  display: block;
}
#ab86aae310aa7fe .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#ab86aae310aa7fe .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#ab86aae310aa7fe .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#ab86aae310aa7fe .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#ab86aae310aa7fe .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#ab86aae310aa7fe .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#ab86aae310aa7fe .uk-card:hover {
  background-color: #d0021b;
}
#ab86aae310aa7fe .uk-card:hover .title {
  color: #fff;
}
#ab86aae310aa7fe .uk-card:hover hr {
  border-top-color: #fd0826;
}
#ab86aae310aa7fe .uk-card:hover .img {
  transform: scale(1.2);
}
#ab86aae310aa7fe .uk-card:hover .abstract {
  color: #fff;
}
#ab86aae310aa7fe .uk-card:hover .datetime {
  color: #d3b267;
}
#ab86aae310aa7fe .uk-card:hover .category {
  color: #d3b267;
}
#ab86aae310aa7fe .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a0941a8f22a4e8e > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0941a8f22a4e8e  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a2659aa37faf8a1 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a2659aa37faf8a1  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7d31aad78a8b8c > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a7d31aad78a8b8c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ab339a5a23a0cf4 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ab339a5a23a0cf4  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aadf9a161faad5b > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aadf9a161faad5b  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a086cab67dae3ed .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#a086cab67dae3ed .uk-grid {
  margin-left: -8px;
}
#a086cab67dae3ed .uk-grid > * {
  padding-left: 8px;
}
#a086cab67dae3ed .uk-grid-margin {
  margin-top: 20px;
}
#a086cab67dae3ed .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a086cab67dae3ed .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a086cab67dae3ed .uk-card-media-top .img {
  transition: all .3s ease;
}
#a086cab67dae3ed .uk-card-body {
  display: block;
}
#a086cab67dae3ed .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a086cab67dae3ed .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a086cab67dae3ed .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a086cab67dae3ed .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a086cab67dae3ed .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a086cab67dae3ed .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a086cab67dae3ed .uk-card:hover {
  background-color: #d0021b;
}
#a086cab67dae3ed .uk-card:hover .title {
  color: #fff;
}
#a086cab67dae3ed .uk-card:hover hr {
  border-top-color: #fd0826;
}
#a086cab67dae3ed .uk-card:hover .img {
  transform: scale(1.2);
}
#a086cab67dae3ed .uk-card:hover .abstract {
  color: #fff;
}
#a086cab67dae3ed .uk-card:hover .datetime {
  color: #d3b267;
}
#a086cab67dae3ed .uk-card:hover .category {
  color: #d3b267;
}
#a086cab67dae3ed .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a2219a58cba30d4 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a2219a58cba30d4  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ae63fa04b0a3c53 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ae63fa04b0a3c53  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8c0fa8747a20f5 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a8c0fa8747a20f5  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7e96a29fcad624 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a7e96a29fcad624  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#af0ada4ae1adc3c > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#af0ada4ae1adc3c  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a2652a9880a79e2 .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#a2652a9880a79e2 .uk-grid {
  margin-left: -8px;
}
#a2652a9880a79e2 .uk-grid > * {
  padding-left: 8px;
}
#a2652a9880a79e2 .uk-grid-margin {
  margin-top: 20px;
}
#a2652a9880a79e2 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a2652a9880a79e2 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a2652a9880a79e2 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a2652a9880a79e2 .uk-card-body {
  display: block;
}
#a2652a9880a79e2 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a2652a9880a79e2 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a2652a9880a79e2 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a2652a9880a79e2 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a2652a9880a79e2 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a2652a9880a79e2 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a2652a9880a79e2 .uk-card:hover {
  background-color: #d0021b;
}
#a2652a9880a79e2 .uk-card:hover .title {
  color: #fff;
}
#a2652a9880a79e2 .uk-card:hover hr {
  border-top-color: #fd0826;
}
#a2652a9880a79e2 .uk-card:hover .img {
  transform: scale(1.2);
}
#a2652a9880a79e2 .uk-card:hover .abstract {
  color: #fff;
}
#a2652a9880a79e2 .uk-card:hover .datetime {
  color: #d3b267;
}
#a2652a9880a79e2 .uk-card:hover .category {
  color: #d3b267;
}
#a2652a9880a79e2 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#af046a28c2adc7b > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#af046a28c2adc7b  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a22a6a71ecac2ae > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a22a6a71ecac2ae  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aebcaac20eaff0f > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aebcaac20eaff0f  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa901a4768aafa2 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aa901a4768aafa2  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#abc4da6059a78ce > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#abc4da6059a78ce  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a0990ad386ac5a1 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a0990ad386ac5a1  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ae5afaee04ab5fc .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#ae5afaee04ab5fc .uk-grid {
  margin-left: -8px;
}
#ae5afaee04ab5fc .uk-grid > * {
  padding-left: 8px;
}
#ae5afaee04ab5fc .uk-grid-margin {
  margin-top: 20px;
}
#ae5afaee04ab5fc .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#ae5afaee04ab5fc .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#ae5afaee04ab5fc .uk-card-media-top .img {
  transition: all .3s ease;
}
#ae5afaee04ab5fc .uk-card-body {
  display: block;
}
#ae5afaee04ab5fc .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#ae5afaee04ab5fc .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#ae5afaee04ab5fc .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#ae5afaee04ab5fc .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#ae5afaee04ab5fc .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#ae5afaee04ab5fc .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#ae5afaee04ab5fc .uk-card:hover {
  background-color: #d0021b;
}
#ae5afaee04ab5fc .uk-card:hover .title {
  color: #fff;
}
#ae5afaee04ab5fc .uk-card:hover hr {
  border-top-color: #fd0826;
}
#ae5afaee04ab5fc .uk-card:hover .img {
  transform: scale(1.2);
}
#ae5afaee04ab5fc .uk-card:hover .abstract {
  color: #fff;
}
#ae5afaee04ab5fc .uk-card:hover .datetime {
  color: #d3b267;
}
#ae5afaee04ab5fc .uk-card:hover .category {
  color: #d3b267;
}
#ae5afaee04ab5fc .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a5266a47caa547a > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a5266a47caa547a  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#aa869a34f3a2845 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aa869a34f3a2845  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a314ba1717a2bd8 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a314ba1717a2bd8  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ac866afea9a9999 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ac866afea9a9999  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#af555ae778a2418 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#af555ae778a2418  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ae811a49caa1cd0 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ae811a49caa1cd0  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a678da712ea9fc8 .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#a678da712ea9fc8 .uk-grid {
  margin-left: -8px;
}
#a678da712ea9fc8 .uk-grid > * {
  padding-left: 8px;
}
#a678da712ea9fc8 .uk-grid-margin {
  margin-top: 20px;
}
#a678da712ea9fc8 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a678da712ea9fc8 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a678da712ea9fc8 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a678da712ea9fc8 .uk-card-body {
  display: block;
}
#a678da712ea9fc8 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a678da712ea9fc8 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a678da712ea9fc8 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a678da712ea9fc8 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a678da712ea9fc8 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a678da712ea9fc8 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a678da712ea9fc8 .uk-card:hover {
  background-color: #d0021b;
}
#a678da712ea9fc8 .uk-card:hover .title {
  color: #fff;
}
#a678da712ea9fc8 .uk-card:hover hr {
  border-top-color: #fd0826;
}
#a678da712ea9fc8 .uk-card:hover .img {
  transform: scale(1.2);
}
#a678da712ea9fc8 .uk-card:hover .abstract {
  color: #fff;
}
#a678da712ea9fc8 .uk-card:hover .datetime {
  color: #d3b267;
}
#a678da712ea9fc8 .uk-card:hover .category {
  color: #d3b267;
}
#a678da712ea9fc8 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a2a34a8ffba5096 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a2a34a8ffba5096  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8992a1ef6aa8c7 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a8992a1ef6aa8c7  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ae16ea5acca34d0 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ae16ea5acca34d0  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#accd3a0eafa9b85 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#accd3a0eafa9b85  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a8a28a1d7ba9000 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a8a28a1d7ba9000  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a6eaca5b2ba6eee .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#a6eaca5b2ba6eee .uk-grid {
  margin-left: -8px;
}
#a6eaca5b2ba6eee .uk-grid > * {
  padding-left: 8px;
}
#a6eaca5b2ba6eee .uk-grid-margin {
  margin-top: 20px;
}
#a6eaca5b2ba6eee .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a6eaca5b2ba6eee .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a6eaca5b2ba6eee .uk-card-media-top .img {
  transition: all .3s ease;
}
#a6eaca5b2ba6eee .uk-card-body {
  display: block;
}
#a6eaca5b2ba6eee .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a6eaca5b2ba6eee .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a6eaca5b2ba6eee .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a6eaca5b2ba6eee .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a6eaca5b2ba6eee .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a6eaca5b2ba6eee .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a6eaca5b2ba6eee .uk-card:hover {
  background-color: #d0021b;
}
#a6eaca5b2ba6eee .uk-card:hover .title {
  color: #fff;
}
#a6eaca5b2ba6eee .uk-card:hover hr {
  border-top-color: #fd0826;
}
#a6eaca5b2ba6eee .uk-card:hover .img {
  transform: scale(1.2);
}
#a6eaca5b2ba6eee .uk-card:hover .abstract {
  color: #fff;
}
#a6eaca5b2ba6eee .uk-card:hover .datetime {
  color: #d3b267;
}
#a6eaca5b2ba6eee .uk-card:hover .category {
  color: #d3b267;
}
#a6eaca5b2ba6eee .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a1058a763da3663 > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a1058a763da3663  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a2e02a3943ae894 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a2e02a3943ae894  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a6540a2133a32bf > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a6540a2133a32bf  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ad4f4a4707af807 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ad4f4a4707af807  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#afa1aaffc0ac6f9 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#afa1aaffc0ac6f9  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#ae903acbebabfd6 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#ae903acbebabfd6  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a0f15aaea2a54ea .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#a0f15aaea2a54ea .uk-grid {
  margin-left: -8px;
}
#a0f15aaea2a54ea .uk-grid > * {
  padding-left: 8px;
}
#a0f15aaea2a54ea .uk-grid-margin {
  margin-top: 20px;
}
#a0f15aaea2a54ea .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#a0f15aaea2a54ea .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#a0f15aaea2a54ea .uk-card-media-top .img {
  transition: all .3s ease;
}
#a0f15aaea2a54ea .uk-card-body {
  display: block;
}
#a0f15aaea2a54ea .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#a0f15aaea2a54ea .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#a0f15aaea2a54ea .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#a0f15aaea2a54ea .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#a0f15aaea2a54ea .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#a0f15aaea2a54ea .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#a0f15aaea2a54ea .uk-card:hover {
  background-color: #d0021b;
}
#a0f15aaea2a54ea .uk-card:hover .title {
  color: #fff;
}
#a0f15aaea2a54ea .uk-card:hover hr {
  border-top-color: #fd0826;
}
#a0f15aaea2a54ea .uk-card:hover .img {
  transform: scale(1.2);
}
#a0f15aaea2a54ea .uk-card:hover .abstract {
  color: #fff;
}
#a0f15aaea2a54ea .uk-card:hover .datetime {
  color: #d3b267;
}
#a0f15aaea2a54ea .uk-card:hover .category {
  color: #d3b267;
}
#a0f15aaea2a54ea .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#aa57aa1506af98a > .ele-wrap {border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#aa57aa1506af98a  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a3514aababa4bc6 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a3514aababa4bc6  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7c6fabf59a1a7e > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a7c6fabf59a1a7e  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7783a8ec9a7b47 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;border-top-left-radius: 100px;border-top-right-radius: 100px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a7783a8ec9a7b47  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#acd24a9369a65a9 .ap-category-filter ul li.active {
  border-color: #e10000;
  color: #e10000;
}
#acd24a9369a65a9 .uk-grid {
  margin-left: -8px;
}
#acd24a9369a65a9 .uk-grid > * {
  padding-left: 8px;
}
#acd24a9369a65a9 .uk-grid-margin {
  margin-top: 20px;
}
#acd24a9369a65a9 .uk-card {
  transition: all .3s ease;
  background-color: #fff;
  position: relative;
}
#acd24a9369a65a9 .uk-card-media-top {
  overflow: hidden;
  background: #fff;
}
#acd24a9369a65a9 .uk-card-media-top .img {
  transition: all .3s ease;
}
#acd24a9369a65a9 .uk-card-body {
  display: block;
}
#acd24a9369a65a9 .btn-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
}
#acd24a9369a65a9 .uk-button {
  display: inline-block;
  margin: 0;
  border: 1px solid #ececec;
  background-color: #f24a4a;
  color: #fff;
}
#acd24a9369a65a9 .uk-button .btn_icon {
  display: inline-block;
  margin-right: 4px;
}
#acd24a9369a65a9 .uk-button .btn_icon svg {
  height: 1em;
  width: 14px;
  fill: currentColor;
}
#acd24a9369a65a9 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: NotoSansSC-Medium;
  color: #555;
}
#acd24a9369a65a9 .uk-card .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Light;
  color: #999;
}
#acd24a9369a65a9 .uk-card:hover {
  background-color: #d0021b;
}
#acd24a9369a65a9 .uk-card:hover .title {
  color: #fff;
}
#acd24a9369a65a9 .uk-card:hover hr {
  border-top-color: #fd0826;
}
#acd24a9369a65a9 .uk-card:hover .img {
  transform: scale(1.2);
}
#acd24a9369a65a9 .uk-card:hover .abstract {
  color: #fff;
}
#acd24a9369a65a9 .uk-card:hover .datetime {
  color: #d3b267;
}
#acd24a9369a65a9 .uk-card:hover .category {
  color: #d3b267;
}
#acd24a9369a65a9 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7eb1a9808a26ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ac43bae400ac8a3 > .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: 0px 1px 8px 0px rgba(201, 201, 201, 0.42);}#ac43bae400ac8a3  > .ele-wrap:hover {background-color: rgba(243, 243, 243, 1);}#a746facb67a3dfe > .ele-wrap {background-color: rgba(255, 165, 0, 0);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;}#a193da1e28a90b6 > .ele-wrap {background-color: rgba(255, 41, 41, 0);background-image: url(/resources/upload/2c01a12dbcee/1570616109799.png);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;}#a57d9a1063a2e11 > .ele-wrap {background-color: rgba(255, 165, 0, 0);background-image: url(/resources/upload/2c01a12dbcee/1570616594536.png);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;}#a2491acf47a1300 > .ele-wrap {background-color: rgba(255, 255, 255, 0);background-image: url(/resources/upload/2c01a12dbcee/1570616109799.png);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;}#aeed7abae6ae653 > .ele-wrap {background-color: rgba(255, 165, 0, 0);background-image: url(/resources/upload/2c01a12dbcee/1570675686241.png);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;}#ade52ad23bac5d0 > .ele-wrap {background-color: rgba(255, 255, 255, 0);background-image: url(/resources/upload/2c01a12dbcee/1570616109799.png);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;}#a4499a4d5ca540d > .ele-wrap {background-color: rgba(255, 165, 0, 0);background-image: url(/resources/upload/2c01a12dbcee/1570675690999.png);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;}#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7eb1a9808a26ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af040a999dafcd7 .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #e10000;
  color: #e10000;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#af040a999dafcd7 .filter-nav li.uk-active {
  color: #fff;
  background-color: #e10000;
}
#af040a999dafcd7 .uk-card {
  background: #fff;
  font-size: 13px;
}
#af040a999dafcd7 .img {
  background-position: center center;
}
#af040a999dafcd7 .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a35f7a7948a1a43 > .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;}#a28e7a711dacbbd > .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;}#aa719ae1d7acf90 {
  overflow: hidden;
}
#aa719ae1d7acf90 .img-wrap {
  transition: all 0.3s ease-in;
}
#aa719ae1d7acf90 .img-wrap:hover {
  transform: scale(1.1);
}
#a71bdabd6ea84f8 > .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;}#aa23cabd4aabc5f {
  overflow: hidden;
}
#aa23cabd4aabc5f .img-wrap {
  transition: all 0.3s ease-in;
}
#aa23cabd4aabc5f .img-wrap:hover {
  transform: scale(1.1);
}
#a6072a3f27ada90 > .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;}#ab136aaaa6a2a10 {
  overflow: hidden;
}
#ab136aaaa6a2a10 .img-wrap {
  transition: all 0.3s ease-in;
}
#ab136aaaa6a2a10 .img-wrap:hover {
  transform: scale(1.1);
}
#a803fa82aea1eec > .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;}#af040a999dafcd7 [data-item*=".abstract"], #af040a999dafcd7 [data-item*=".abstract"] a {show: true;}#af040a999dafcd7 [data-item*=".subTitle"], #af040a999dafcd7 [data-item*=".subTitle"] a {show: true;}#af040a999dafcd7 [data-item*=".category"], #af040a999dafcd7 [data-item*=".category"] a {show: true;}#af040a999dafcd7 [data-item="items"] {left: 0px;top: 1px; position: relative;}#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a2eb1a1662a3267 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5de2ad11aae05c .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 10px 4px 0;
  border: 1px solid #e10000;
  color: #e10000;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#a5de2ad11aae05c .filter-nav li.uk-active {
  color: #fff;
  background-color: #e10000;
}
#a5de2ad11aae05c .uk-card {
  background: #fff;
  font-size: 13px;
}
#a5de2ad11aae05c .img {
  background-position: center center;
}
#a5de2ad11aae05c .title {
  font-size: 14px;
  line-height: 18px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 6px;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5de2ad11aae05c .uk-grid {margin-left: -30px;}@media (min-width: 1200px) {
                    #a5de2ad11aae05c .uk-grid { margin-left: -30px;}
                }@media (max-width: 640) {
                    #a5de2ad11aae05c .uk-grid { margin-left: -30px;}
                }#a5de2ad11aae05c .uk-grid>* {padding-left: 30px;}@media (min-width: 1200px) {
                    #a5de2ad11aae05c .uk-grid>* { padding-left: 30px;}
                }@media (max-width: 640) {#a5de2ad11aae05c .uk-grid>* {
                    padding-left: 30px;}
                }#a5de2ad11aae05c .uk-grid>.uk-grid-margin {margin-top: 30px;}@media (min-width: 1200px) {
                    #a5de2ad11aae05c .uk-grid>.uk-grid-margin {margin-top: 30px;}
                }@media (max-width: 640) {
                    #a5de2ad11aae05c .uk-grid>.uk-grid-margin {margin-top: 30px;}
                }#a5de2ad11aae05c [data-item*=".abstract"], #a5de2ad11aae05c [data-item*=".abstract"] a {show: true;}#a5de2ad11aae05c [data-item*=".subTitle"], #a5de2ad11aae05c [data-item*=".subTitle"] a {show: true;}#a5de2ad11aae05c [data-item*=".category"], #a5de2ad11aae05c [data-item*=".category"] a {show: false;}#a5de2ad11aae05c [data-item="items"] .img {background-size: contain;}#a5de2ad11aae05c [data-item="items"] {left: 0px;top: 1px; position: relative;}#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7eb1a9808a26ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1c94aaf78af369 {
  min-height: 90vh;
  /* mobile */
}
#a1c94aaf78af369 .search-highlight {
  background: yellow;
}
#a1c94aaf78af369 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a1c94aaf78af369 .el-title {
  margin-bottom: 20px;
}
#a1c94aaf78af369 .el-item:hover .el-title {
  color: #0f6ecd;
}
#a1c94aaf78af369 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a1c94aaf78af369 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a1c94aaf78af369 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a1c94aaf78af369 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a1c94aaf78af369 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a1c94aaf78af369 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a1c94aaf78af369 .el-title {
    margin-bottom: 0;
  }
  #a1c94aaf78af369 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a1c94aaf78af369 .category {
    font-size: 12px;
  }
  #a1c94aaf78af369 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7eb1a9808a26ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa97da47fda1884 {
  min-height: 90vh;
  /* mobile */
}
#aa97da47fda1884 .search-highlight {
  background: yellow;
}
#aa97da47fda1884 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#aa97da47fda1884 .el-title {
  margin-bottom: 20px;
}
#aa97da47fda1884 .el-item:hover .el-title {
  color: #0f6ecd;
}
#aa97da47fda1884 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#aa97da47fda1884 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#aa97da47fda1884 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#aa97da47fda1884 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#aa97da47fda1884 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#aa97da47fda1884 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #aa97da47fda1884 .el-title {
    margin-bottom: 0;
  }
  #aa97da47fda1884 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #aa97da47fda1884 .category {
    font-size: 12px;
  }
  #aa97da47fda1884 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7eb1a9808a26ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7eb1a9808a26ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a39f0a58f3a797c {
  /* 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------------------------*/
}
#a39f0a58f3a797c * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a39f0a58f3a797c .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a39f0a58f3a797c .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a39f0a58f3a797c .error .clip:nth-of-type(1) .shadow,
#a39f0a58f3a797c .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a39f0a58f3a797c .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a39f0a58f3a797c .error h2 {
  font-size: 32px;
}
#a39f0a58f3a797c .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a39f0a58f3a797c .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a39f0a58f3a797c .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a39f0a58f3a797c .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a39f0a58f3a797c .error .clip .shadow {
  overflow: hidden;
}
#a39f0a58f3a797c .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);
}
#a39f0a58f3a797c .error .clip:nth-of-type(3) .shadow:after,
#a39f0a58f3a797c .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%;
}
#a39f0a58f3a797c .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a39f0a58f3a797c .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a39f0a58f3a797c .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a39f0a58f3a797c .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a39f0a58f3a797c .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a39f0a58f3a797c .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a39f0a58f3a797c .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a39f0a58f3a797c .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a39f0a58f3a797c {
    /* Error Page */
    /* Error Page */
  }
  #a39f0a58f3a797c .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a39f0a58f3a797c .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a39f0a58f3a797c .error .clip:nth-of-type(1) .shadow,
  #a39f0a58f3a797c .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a39f0a58f3a797c .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a39f0a58f3a797c .error h2 {
    font-size: 24px;
  }
  #a39f0a58f3a797c .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a39f0a58f3a797c .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a39f0a58f3a797c .error .container-error-404 {
    height: 150px;
  }
}
#a39f0a58f3a797c .overlay {
  position: relative;
  z-index: 20;
}
#a39f0a58f3a797c .ground-color {
  background: white;
}
#a39f0a58f3a797c .item-bg-color {
  background: #EAEAEA;
}
#a39f0a58f3a797c .padding-top {
  padding-top: 10px;
}
#a39f0a58f3a797c .padding-bottom {
  padding-bottom: 10px;
}
#a39f0a58f3a797c .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a39f0a58f3a797c .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a39f0a58f3a797c .padding-all {
  padding: 10px;
}
#a39f0a58f3a797c .no-padding-left {
  padding-left: 0px;
}
#a39f0a58f3a797c .no-padding-right {
  padding-right: 0px;
}
#a39f0a58f3a797c .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a39f0a58f3a797c .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a39f0a58f3a797c .no-padding {
  padding: 0px;
}
#a39f0a58f3a797c .margin-top {
  margin-top: 10px;
}
#a39f0a58f3a797c .margin-bottom {
  margin-bottom: 10px;
}
#a39f0a58f3a797c .margin-right {
  margin-right: 10px;
}
#a39f0a58f3a797c .margin-left {
  margin-left: 10px;
}
#a39f0a58f3a797c .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a39f0a58f3a797c .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a39f0a58f3a797c .margin-all {
  margin: 10px;
}
#a39f0a58f3a797c .no-margin {
  margin: 0px;
}
#a39f0a58f3a797c .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a39f0a58f3a797c .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a39f0a58f3a797c .inside-col-shrink {
  margin: 0px 20px;
}
#a39f0a58f3a797c hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7eb1a9808a26ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5c54a25bbab0ab .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a5c54a25bbab0ab .switch_item {
  margin-right: 10px;
}
#a5c54a25bbab0ab a.switch_item:hover {
  text-decoration: underline;
}
#a5c54a25bbab0ab .slider {
  width: 420px;
  height: 600px;
}
#a5c54a25bbab0ab .uk-slideshow-items {
  height: 100%;
}
#a5c54a25bbab0ab .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a5c54a25bbab0ab .login-wrap {
  width: 100%;
  height: 100%;
}
#a5c54a25bbab0ab .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a5c54a25bbab0ab .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a5c54a25bbab0ab .phone-login-box {
  margin: 40px auto 40px;
}
#a5c54a25bbab0ab .login-header {
  margin-bottom: 24px;
}
#a5c54a25bbab0ab .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a5c54a25bbab0ab .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a5c54a25bbab0ab .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;
}
#a5c54a25bbab0ab .forget_password {
  cursor: pointer;
}
#a5c54a25bbab0ab .forget_password:hover {
  color: #e10000;
}
#a5c54a25bbab0ab .input-item input.error,
#a5c54a25bbab0ab .input-item input.error::placeholder {
  color: #fc4343;
}
#a5c54a25bbab0ab .input-item input::placeholder {
  color: #999;
}
#a5c54a25bbab0ab .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a5c54a25bbab0ab .form-item {
  margin: 24px 0;
}
#a5c54a25bbab0ab .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a5c54a25bbab0ab .send-code {
  float: left;
  margin-left: 20px;
}
#a5c54a25bbab0ab .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;
}
#a5c54a25bbab0ab .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a5c54a25bbab0ab .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a5c54a25bbab0ab .login_btn_wrap {
  text-align: center;
}
#a5c54a25bbab0ab .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a5c54a25bbab0ab .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a5c54a25bbab0ab .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7eb1a9808a26ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aed02a5addaaef7 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#aed02a5addaaef7 .switch_item {
  margin-right: 10px;
}
#aed02a5addaaef7 a.switch_item:hover {
  text-decoration: underline;
}
#aed02a5addaaef7 .slider {
  width: 420px;
  height: 600px;
}
#aed02a5addaaef7 .uk-slideshow-items {
  height: 100%;
}
#aed02a5addaaef7 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#aed02a5addaaef7 .login-wrap {
  width: 100%;
  height: 100%;
}
#aed02a5addaaef7 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#aed02a5addaaef7 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#aed02a5addaaef7 .phone-login-box {
  margin: 40px auto 40px;
}
#aed02a5addaaef7 .login-header {
  margin-bottom: 24px;
}
#aed02a5addaaef7 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#aed02a5addaaef7 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#aed02a5addaaef7 .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;
}
#aed02a5addaaef7 .forget_password {
  cursor: pointer;
}
#aed02a5addaaef7 .forget_password:hover {
  color: #e10000;
}
#aed02a5addaaef7 .input-item input.error,
#aed02a5addaaef7 .input-item input.error::placeholder {
  color: #fc4343;
}
#aed02a5addaaef7 .input-item input::placeholder {
  color: #999;
}
#aed02a5addaaef7 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#aed02a5addaaef7 .form-item {
  margin: 24px 0;
}
#aed02a5addaaef7 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#aed02a5addaaef7 .send-code {
  float: left;
  margin-left: 20px;
}
#aed02a5addaaef7 .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;
}
#aed02a5addaaef7 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#aed02a5addaaef7 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#aed02a5addaaef7 .login_btn_wrap {
  text-align: center;
}
#aed02a5addaaef7 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#aed02a5addaaef7 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#aed02a5addaaef7 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7eb1a9808a26ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1edaaa0cbaae10 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a1edaaa0cbaae10 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a1edaaa0cbaae10 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a1edaaa0cbaae10 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a1edaaa0cbaae10 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a1edaaa0cbaae10 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a1edaaa0cbaae10 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a1edaaa0cbaae10 .nav-list {
  padding: 0 20px;
}
#a1edaaa0cbaae10 .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;
}
#a1edaaa0cbaae10 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a1edaaa0cbaae10 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a1edaaa0cbaae10 .order-item:hover {
  background: #f7f7f7;
}
#a1edaaa0cbaae10 .del-order {
  cursor: pointer;
}
#a1edaaa0cbaae10 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a1edaaa0cbaae10 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a1edaaa0cbaae10 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a1edaaa0cbaae10 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a1edaaa0cbaae10 .goods-item .goods-info {
  padding: 0 15px;
}
#a1edaaa0cbaae10 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a1edaaa0cbaae10 .appoint-time {
  margin-bottom: 4px;
}
#a1edaaa0cbaae10 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a1edaaa0cbaae10 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a1edaaa0cbaae10 .goods-item .goods-name {
  color: #333;
}
#a1edaaa0cbaae10 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a1edaaa0cbaae10 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a1edaaa0cbaae10 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a1edaaa0cbaae10 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a1edaaa0cbaae10 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a1edaaa0cbaae10 .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;
}
#a1edaaa0cbaae10 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a1edaaa0cbaae10 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a1edaaa0cbaae10 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a1edaaa0cbaae10 .setting-form {
  padding: 30px 20px;
}
#a1edaaa0cbaae10 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a1edaaa0cbaae10 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a1edaaa0cbaae10 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a1edaaa0cbaae10 .setting-form .setting-btns {
  margin-left: 130px;
}
#a1edaaa0cbaae10 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a1edaaa0cbaae10 .setting-wrap {
  position: relative;
}
#a1edaaa0cbaae10 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a1edaaa0cbaae10 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a1edaaa0cbaae10 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a1edaaa0cbaae10 .address-wrap {
  padding: 30px 20px;
}
#a1edaaa0cbaae10 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a1edaaa0cbaae10 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a1edaaa0cbaae10 .addr-list {
  min-height: 200px;
}
#a1edaaa0cbaae10 .addr-detail .addr-item-name,
#a1edaaa0cbaae10 .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;
}
#a1edaaa0cbaae10 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a1edaaa0cbaae10 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a1edaaa0cbaae10 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a1edaaa0cbaae10 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a1edaaa0cbaae10 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a1edaaa0cbaae10 .publish-item .status {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50px;
  background: url(/resources/sys/img/icons/info-pass.png) center center no-repeat;
  background-size: contain;
}
#a1edaaa0cbaae10 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a1edaaa0cbaae10 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a1edaaa0cbaae10 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a1edaaa0cbaae10 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #e10000;
}
#a1edaaa0cbaae10 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7eb1a9808a26ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a1489a23aea1382 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a1489a23aea1382 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a1489a23aea1382 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a1489a23aea1382 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a1489a23aea1382 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a1489a23aea1382 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a1489a23aea1382 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a1489a23aea1382 .nav-list {
  padding: 0 20px;
}
#a1489a23aea1382 .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;
}
#a1489a23aea1382 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a1489a23aea1382 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a1489a23aea1382 .order-item:hover {
  background: #f7f7f7;
}
#a1489a23aea1382 .del-order {
  cursor: pointer;
}
#a1489a23aea1382 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a1489a23aea1382 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a1489a23aea1382 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a1489a23aea1382 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a1489a23aea1382 .goods-item .goods-info {
  padding: 0 15px;
}
#a1489a23aea1382 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a1489a23aea1382 .appoint-time {
  margin-bottom: 4px;
}
#a1489a23aea1382 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a1489a23aea1382 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a1489a23aea1382 .goods-item .goods-name {
  color: #333;
}
#a1489a23aea1382 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a1489a23aea1382 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a1489a23aea1382 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a1489a23aea1382 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a1489a23aea1382 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a1489a23aea1382 .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;
}
#a1489a23aea1382 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a1489a23aea1382 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a1489a23aea1382 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a1489a23aea1382 .setting-form {
  padding: 30px 20px;
}
#a1489a23aea1382 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a1489a23aea1382 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a1489a23aea1382 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a1489a23aea1382 .setting-form .setting-btns {
  margin-left: 130px;
}
#a1489a23aea1382 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a1489a23aea1382 .setting-wrap {
  position: relative;
}
#a1489a23aea1382 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a1489a23aea1382 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a1489a23aea1382 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a1489a23aea1382 .address-wrap {
  padding: 30px 20px;
}
#a1489a23aea1382 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a1489a23aea1382 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a1489a23aea1382 .addr-list {
  min-height: 200px;
}
#a1489a23aea1382 .addr-detail .addr-item-name,
#a1489a23aea1382 .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;
}
#a1489a23aea1382 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a1489a23aea1382 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a1489a23aea1382 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a1489a23aea1382 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a1489a23aea1382 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a1489a23aea1382 .publish-item .status {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50px;
  background: url(/resources/sys/img/icons/info-pass.png) center center no-repeat;
  background-size: contain;
}
#a1489a23aea1382 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a1489a23aea1382 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a1489a23aea1382 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a1489a23aea1382 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #e10000;
}
#a1489a23aea1382 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7eb1a9808a26ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4f90a0816a89ad {
  min-height: 90vh;
  /* mobile */
}
#a4f90a0816a89ad .search-highlight {
  background: yellow;
}
#a4f90a0816a89ad .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a4f90a0816a89ad .el-title {
  margin-bottom: 20px;
}
#a4f90a0816a89ad .el-item:hover .el-title {
  color: #0f6ecd;
}
#a4f90a0816a89ad .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a4f90a0816a89ad .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a4f90a0816a89ad .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a4f90a0816a89ad .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a4f90a0816a89ad .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a4f90a0816a89ad .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a4f90a0816a89ad .el-title {
    margin-bottom: 0;
  }
  #a4f90a0816a89ad .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a4f90a0816a89ad .category {
    font-size: 12px;
  }
  #a4f90a0816a89ad .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}#a7eb1a9808a26ee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a225da826ca5835 .comment-detail {
  min-height: 600px;
}
#a225da826ca5835 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a225da826ca5835 table th,
#a225da826ca5835 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a225da826ca5835 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a225da826ca5835 .red {
  color: #F00!important;
}
#a225da826ca5835 .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
}
#a5998a8332a8719 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a5998a8332a8719 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a5998a8332a8719 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 47px;
  padding: 0 0px;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a5998a8332a8719 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #ffffff;
}
#a5998a8332a8719 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list > li.active > a:before,
#a5998a8332a8719 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a5998a8332a8719 .menu-list > li ul li {
  position: relative;
}
#a5998a8332a8719 .menu-list > li ul li:hover > a {
  color: #d0021b;
}
#a5998a8332a8719 .menu-list > li ul li a {
  color: #a3a7ad;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  background: transparent;
}
#a5998a8332a8719 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
  color: #d0021b;
}
#a5998a8332a8719 .menu-list li ul li a:active,
#a5998a8332a8719 .menu-list li ul li a.active,
#a5998a8332a8719 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: FZKai-Z03S;
}
#a5998a8332a8719 .menu-list li ul,
#a5998a8332a8719 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
#a5998a8332a8719 .menu-list li ul.menu-b > li,
#a5998a8332a8719 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a5998a8332a8719 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a5998a8332a8719 .menu-list li:hover > ul {
  display: block;
}
#a5998a8332a8719 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a668ca45b5af496 > .ele-wrap {background-color: rgba(208, 2, 27, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;box-shadow: 0px 0px 0px 0px undefined;}#a668ca45b5af496  > .ele-wrap:hover {box-shadow: 0px 0px 0px 0px undefined;}