.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #000000;
}
/* Text-level semantics
   ========================================================================== */
/*
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/*
   * 1. Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   * 2. Add the correct font weight in Chrome, Edge, and Safari.
   */
/* 1 */
b,
strong {
  font-weight: inherit;
}
/* 2 */
b,
strong {
  font-weight: bolder;
}
/*
   * 1. Correct the odd `em` font sizing in all browsers.
   * 2. Consolas has a better baseline in running text compared to `Courier`
   * 3. Style
   */
:not(pre) > 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: #000000;
}
/* Preformatted text
   ========================================================================== */
/*
   * 1. Contain overflow in all browsers.
   * 2. Override UA
   */
pre {
  background: #ffffff;
}
pre code {
  font-family: Consolas, monaco, monospace;
}
/* Selection pseudo-element
   ========================================================================== */
::-moz-selection {
  background: #d0021b;
  text-shadow: none;
}
::selection {
  background: #d0021b;
  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 #d0021b;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #d0021b;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #ffffff;
}
/* ========================================================================
     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: #ffffff;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #d0021b;
  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: #d0021b;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #d0021b;
  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: #ffffff;
  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: #d0021b;
  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: #d0021b;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #d0021b;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #d0021b;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #000000;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #000000;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #d0021b;
  color: #ffffff;
  border-color: #d0021b;
}
/*
   * 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: #ffffff;
  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: #d0021b;
}
/* Disabled */
.uk-button-text:disabled {
  color: #999999;
}
/*
   * Link
   * 1. Reset
   * 2. Style
   */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #000000;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #000000;
}
/* Disabled */
.uk-button-link:disabled {
  color: #999999;
  text-decoration: none;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-section-default,
.ap-container-default .uk-container {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-section-primary,
.ap-container-primary .uk-container {
  background: #d0021b;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #000000;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #ffffff;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #ffffff;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #d0021b;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #000000;
}
/* ========================================================================
     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: #d0021b;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #000000;
  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: #d0021b;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #000000;
  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: #d0021b;
}
/*
   * 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: #d0021b;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #d0021b;
  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: #ffffff;
}
.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: #d0021b;
  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: #d0021b;
}
/* 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: #d0021b;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #d0021b;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #d0021b;
}
/* 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: #d0021b;
  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: #d0021b;
  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: #d0021b;
  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: #d0021b;
}
/* 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: #d0021b;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #d0021b;
  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: #d0021b;
}
/*
   * 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: #d0021b;
}
/* 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: #ffffff;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #d0021b;
}
/*
   * 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: #d0021b;
  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: #ffffff;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #d0021b;
}
.uk-progress::-moz-progress-bar {
  background-color: #d0021b;
}
.uk-progress::-ms-fill {
  background-color: #d0021b;
}
/* ========================================================================
     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: #d0021b !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: #d0021b !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #d0021b;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #ffffff;
}
.uk-background-primary {
  background-color: #d0021b;
}
.uk-background-secondary {
  background-color: #000000;
}
/* ========================================================================
     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: #d0021b;
  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: #d0021b;
  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: #d0021b;
  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: #ffffff;
  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: #d0021b;
}
.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(0, 0, 0, 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: #d0021b;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #ffffff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #d0021b;
}
.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: #d0021b;
  border-color: #d0021b;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #d0021b;
}
/* ========================================================================
   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: #9d0214;
}
.ap-list-filter dd a.active {
  background-color: #d0021b;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #d0021b;
}
.category li a.active {
  color: #d0021b;
}
.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: #d0021b;
}
.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: #d0021b;
  border: 1px solid rgba(208, 2, 27, 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: #d0021b;
}
form .step .ui-step.active .ui-step-title {
  color: #d0021b;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #d0021b;
  background-color: #d0021b;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #d0021b;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #d0021b;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #d0021b;
  color: #d0021b;
}
.btn-effect-2:hover {
  background-color: #d0021b;
}
.uk-button.btn-effect-5 {
  background-color: #d0021b;
  box-shadow: 0 0 15px rgba(208, 2, 27, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #d0021b;
}
.header-effect-6 [data-item='title']::before {
  background-color: #d0021b;
}
#a0135a5d20aa89d .uk-navbar-item,
#a0135a5d20aa89d .uk-navbar-nav > li > a,
#a0135a5d20aa89d .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a0135a5d20aa89d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0135a5d20aa89d .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a0135a5d20aa89d [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0135a5d20aa89d .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a0135a5d20aa89d .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a0135a5d20aa89d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a0135a5d20aa89d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a0135a5d20aa89d .logo {
  display: inline-block;
}
#a0135a5d20aa89d .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a0135a5d20aa89d .ap-header-top {
    padding: 15px 10px;
  }
}
#a1733ade93a4268 .sidebar {
  width: 280px;
}
@media (max-width: 640px) {
  #a1733ade93a4268 .sidebar {
    width: 100%;
  }
}
#a1733ade93a4268 .accordion-menu,
#a1733ade93a4268 .accordion-menu ul ul.submenu,
#a1733ade93a4268 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a1733ade93a4268 .accordion-menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}
#a1733ade93a4268 .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;
}
#a1733ade93a4268 .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#a1733ade93a4268 .accordion-menu li a:hover {
  background-color: #d0021b;
  color: #fff;
  border: none;
}
#a1733ade93a4268 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#a1733ade93a4268 .contact {
  color: #fff;
}
#a1733ade93a4268 .phone {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#a1733ade93a4268 .hot-list {
  background: #f7f8f9;
  padding: 15px;
}
#a1733ade93a4268 .hot-list a {
  color: #777;
}
#a1733ade93a4268 .hot-list a:hover {
  color: #000000;
}
#a1733ade93a4268 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#a1733ade93a4268 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a1733ade93a4268 .hot-item:hover a {
  color: #000000;
}
#a1733ade93a4268 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a1733ade93a4268 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #d0021b;
  content: "";
}
#a1733ade93a4268 .content-header {
  padding-bottom: 10px;
}
#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a34a8aebbfae24a .uk-navbar-item,
#a34a8aebbfae24a .uk-navbar-nav > li > a,
#a34a8aebbfae24a .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a34a8aebbfae24a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a34a8aebbfae24a .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a34a8aebbfae24a [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a34a8aebbfae24a .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a34a8aebbfae24a .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a34a8aebbfae24a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a34a8aebbfae24a .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a34a8aebbfae24a .logo {
  display: inline-block;
}
#a34a8aebbfae24a .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a34a8aebbfae24a .ap-header-top {
    padding: 15px 10px;
  }
}
#ab793a8c3ca508f .phone-info {
  font-size: 28px;
  color: #296fb7;
  font-family: 'helvetica';
  padding-top: 5px;
  font-weight: bold;
  line-height: 1;
}
#ab793a8c3ca508f .phone-info span {
  font-size: 13px;
  font-weight: 400;
  display: block;
}
#ab793a8c3ca508f .abstract {
  white-space: pre-wrap;
}
#ab793a8c3ca508f .product-main {
  margin: 15px 0;
}
#ab793a8c3ca508f .video-box,
#ab793a8c3ca508f .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
  text-align: center;
}
#ab793a8c3ca508f .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#ab793a8c3ca508f .goods-slider {
  width: 430px;
  max-width: 100%;
}
#ab793a8c3ca508f .preview-box img {
  width: 100%;
}
#ab793a8c3ca508f .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;
}
#ab793a8c3ca508f .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ab793a8c3ca508f .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#ab793a8c3ca508f .thumb-box {
  width: 100%;
  position: relative;
}
#ab793a8c3ca508f .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#ab793a8c3ca508f .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#ab793a8c3ca508f .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#ab793a8c3ca508f .thumb-list {
  overflow: hidden;
}
#ab793a8c3ca508f .thumb-list ul {
  width: 100000px;
}
#ab793a8c3ca508f .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#ab793a8c3ca508f .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#ab793a8c3ca508f .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;
}
#ab793a8c3ca508f .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#ab793a8c3ca508f .thumb-list ul li.active img {
  border-color: #d0021b;
}
#ab793a8c3ca508f .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;
}
#ab793a8c3ca508f .zoom-box img {
  max-width: initial;
}
#ab793a8c3ca508f .uk-button-primary {
  font-size: 16px;
}
#ab793a8c3ca508f .questions .question {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#ab793a8c3ca508f .questions .answer {
  font-size: 13px;
  color: #999;
}
#ab793a8c3ca508f .questions .fa {
  line-height: 24px;
}
@media (max-width: 640px) {
  #ab793a8c3ca508f .content-wrap {
    padding: 0;
  }
  #ab793a8c3ca508f .title {
    font-size: 18px;
    font-weight: bolder;
  }
  #ab793a8c3ca508f .content-wrap .rich-img-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#af05ca5911a52b0 .layer img {
  display: inline-block;
  position: absolute;
}
#af05ca5911a52b0 .layer {
  width: 100%;
  height: 100%;
}
#a87fba8981adacc .icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 15px;
}
#a87fba8981adacc .tab-item-title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid transparent;
}
#a87fba8981adacc .uk-active .tab-item-title {
  border-bottom-color: #d0021b;
}
#a87fba8981adacc .uk-button {
  line-height: 36px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
}
#a4319aa77aa8c06.uk-section-primary .uk-button-primary,
#a4319aa77aa8c06.uk-section-secondary .uk-button-primary {
  background-color: #fff;
  color: #000;
  transition: all 0.1s ease-in;
}
#a4319aa77aa8c06.uk-section-primary .uk-button-primary:hover,
#a4319aa77aa8c06.uk-section-secondary .uk-button-primary:hover {
  background-color: #000;
  color: #fff;
}
#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad69ba342cad5e8 .uk-navbar-item,
#ad69ba342cad5e8 .uk-navbar-nav > li > a,
#ad69ba342cad5e8 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ad69ba342cad5e8 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad69ba342cad5e8 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ad69ba342cad5e8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad69ba342cad5e8 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#ad69ba342cad5e8 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ad69ba342cad5e8 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#ad69ba342cad5e8 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ad69ba342cad5e8 .logo {
  display: inline-block;
}
#ad69ba342cad5e8 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ad69ba342cad5e8 .ap-header-top {
    padding: 15px 10px;
  }
}
#a9a78ad40ba00e6 .phone-info {
  font-size: 28px;
  color: #296fb7;
  font-family: 'helvetica';
  padding-top: 5px;
  font-weight: bold;
  line-height: 1;
}
#a9a78ad40ba00e6 .phone-info span {
  font-size: 13px;
  font-weight: 400;
  display: block;
}
#a9a78ad40ba00e6 .abstract {
  white-space: pre-wrap;
}
#a9a78ad40ba00e6 .product-main {
  margin: 15px 0;
}
#a9a78ad40ba00e6 .video-box,
#a9a78ad40ba00e6 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
  text-align: center;
}
#a9a78ad40ba00e6 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a9a78ad40ba00e6 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a9a78ad40ba00e6 .preview-box img {
  width: 100%;
}
#a9a78ad40ba00e6 .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;
}
#a9a78ad40ba00e6 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a9a78ad40ba00e6 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a9a78ad40ba00e6 .thumb-box {
  width: 100%;
  position: relative;
}
#a9a78ad40ba00e6 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a9a78ad40ba00e6 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a9a78ad40ba00e6 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a9a78ad40ba00e6 .thumb-list {
  overflow: hidden;
}
#a9a78ad40ba00e6 .thumb-list ul {
  width: 100000px;
}
#a9a78ad40ba00e6 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a9a78ad40ba00e6 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a9a78ad40ba00e6 .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;
}
#a9a78ad40ba00e6 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a9a78ad40ba00e6 .thumb-list ul li.active img {
  border-color: #d0021b;
}
#a9a78ad40ba00e6 .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;
}
#a9a78ad40ba00e6 .zoom-box img {
  max-width: initial;
}
#a9a78ad40ba00e6 .uk-button-primary {
  font-size: 16px;
}
#a9a78ad40ba00e6 .questions .question {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#a9a78ad40ba00e6 .questions .answer {
  font-size: 13px;
  color: #999;
}
#a9a78ad40ba00e6 .questions .fa {
  line-height: 24px;
}
@media (max-width: 640px) {
  #a9a78ad40ba00e6 .content-wrap {
    padding: 0;
  }
  #a9a78ad40ba00e6 .title {
    font-size: 18px;
    font-weight: bolder;
  }
  #a9a78ad40ba00e6 .content-wrap .rich-img-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#a45a7ab61ea1226 .layer img {
  display: inline-block;
  position: absolute;
}
#a45a7ab61ea1226 .layer {
  width: 100%;
  height: 100%;
}
#acff2a7451a794c .icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 15px;
}
#acff2a7451a794c .tab-item-title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid transparent;
}
#acff2a7451a794c .uk-active .tab-item-title {
  border-bottom-color: #d0021b;
}
#acff2a7451a794c .uk-button {
  line-height: 36px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
}
#a37a7ac5d4adcf5.uk-section-primary .uk-button-primary,
#a37a7ac5d4adcf5.uk-section-secondary .uk-button-primary {
  background-color: #fff;
  color: #000;
  transition: all 0.1s ease-in;
}
#a37a7ac5d4adcf5.uk-section-primary .uk-button-primary:hover,
#a37a7ac5d4adcf5.uk-section-secondary .uk-button-primary:hover {
  background-color: #000;
  color: #fff;
}
#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a204ba2216a33e9 .uk-navbar-item,
#a204ba2216a33e9 .uk-navbar-nav > li > a,
#a204ba2216a33e9 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a204ba2216a33e9 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a204ba2216a33e9 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a204ba2216a33e9 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a204ba2216a33e9 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a204ba2216a33e9 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a204ba2216a33e9 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a204ba2216a33e9 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a204ba2216a33e9 .logo {
  display: inline-block;
}
#a204ba2216a33e9 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a204ba2216a33e9 .ap-header-top {
    padding: 15px 10px;
  }
}
#a25b3a57eda7d84 .phone-info {
  font-size: 28px;
  color: #296fb7;
  font-family: 'helvetica';
  padding-top: 5px;
  font-weight: bold;
  line-height: 1;
}
#a25b3a57eda7d84 .phone-info span {
  font-size: 13px;
  font-weight: 400;
  display: block;
}
#a25b3a57eda7d84 .abstract {
  white-space: pre-wrap;
}
#a25b3a57eda7d84 .product-main {
  margin: 15px 0;
}
#a25b3a57eda7d84 .video-box,
#a25b3a57eda7d84 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
  text-align: center;
}
#a25b3a57eda7d84 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a25b3a57eda7d84 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a25b3a57eda7d84 .preview-box img {
  width: 100%;
}
#a25b3a57eda7d84 .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;
}
#a25b3a57eda7d84 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a25b3a57eda7d84 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a25b3a57eda7d84 .thumb-box {
  width: 100%;
  position: relative;
}
#a25b3a57eda7d84 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a25b3a57eda7d84 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a25b3a57eda7d84 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a25b3a57eda7d84 .thumb-list {
  overflow: hidden;
}
#a25b3a57eda7d84 .thumb-list ul {
  width: 100000px;
}
#a25b3a57eda7d84 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a25b3a57eda7d84 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a25b3a57eda7d84 .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;
}
#a25b3a57eda7d84 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a25b3a57eda7d84 .thumb-list ul li.active img {
  border-color: #d0021b;
}
#a25b3a57eda7d84 .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;
}
#a25b3a57eda7d84 .zoom-box img {
  max-width: initial;
}
#a25b3a57eda7d84 .uk-button-primary {
  font-size: 16px;
}
#a25b3a57eda7d84 .questions .question {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#a25b3a57eda7d84 .questions .answer {
  font-size: 13px;
  color: #999;
}
#a25b3a57eda7d84 .questions .fa {
  line-height: 24px;
}
@media (max-width: 640px) {
  #a25b3a57eda7d84 .content-wrap {
    padding: 0;
  }
  #a25b3a57eda7d84 .title {
    font-size: 18px;
    font-weight: bolder;
  }
  #a25b3a57eda7d84 .content-wrap .rich-img-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#ae266ac7eda29fc.uk-section-primary .uk-button-primary,
#ae266ac7eda29fc.uk-section-secondary .uk-button-primary {
  background-color: #fff;
  color: #000;
  transition: all 0.1s ease-in;
}
#ae266ac7eda29fc.uk-section-primary .uk-button-primary:hover,
#ae266ac7eda29fc.uk-section-secondary .uk-button-primary:hover {
  background-color: #000;
  color: #fff;
}
#a55e5ae671a8614 .icon-round {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: -3rem;
  top: .5rem;
  text-align: center;
  line-height: 4rem;
  background: #d0021b;
  color: #fff;
}
#a55e5ae671a8614 .icon-round i,
#a55e5ae671a8614 .icon-round img {
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  line-height: 4rem;
}
#a142aa3906ac7fc [data-item="feature.image"] {left: 0px;top: 1px; position: relative;}#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a639aa9916a9aee .uk-navbar-item,
#a639aa9916a9aee .uk-navbar-nav > li > a,
#a639aa9916a9aee .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a639aa9916a9aee .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a639aa9916a9aee .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a639aa9916a9aee [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a639aa9916a9aee .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a639aa9916a9aee .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a639aa9916a9aee .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a639aa9916a9aee .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a639aa9916a9aee .logo {
  display: inline-block;
}
#a639aa9916a9aee .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a639aa9916a9aee .ap-header-top {
    padding: 15px 10px;
  }
}
#a8754a56fcad6c6 .phone-info {
  font-size: 28px;
  color: #296fb7;
  font-family: 'helvetica';
  padding-top: 5px;
  font-weight: bold;
  line-height: 1;
}
#a8754a56fcad6c6 .phone-info span {
  font-size: 13px;
  font-weight: 400;
  display: block;
}
#a8754a56fcad6c6 .abstract {
  white-space: pre-wrap;
}
#a8754a56fcad6c6 .product-main {
  margin: 15px 0;
}
#a8754a56fcad6c6 .video-box,
#a8754a56fcad6c6 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
  text-align: center;
}
#a8754a56fcad6c6 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a8754a56fcad6c6 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a8754a56fcad6c6 .preview-box img {
  width: 100%;
}
#a8754a56fcad6c6 .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;
}
#a8754a56fcad6c6 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a8754a56fcad6c6 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a8754a56fcad6c6 .thumb-box {
  width: 100%;
  position: relative;
}
#a8754a56fcad6c6 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a8754a56fcad6c6 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a8754a56fcad6c6 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a8754a56fcad6c6 .thumb-list {
  overflow: hidden;
}
#a8754a56fcad6c6 .thumb-list ul {
  width: 100000px;
}
#a8754a56fcad6c6 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a8754a56fcad6c6 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a8754a56fcad6c6 .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;
}
#a8754a56fcad6c6 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a8754a56fcad6c6 .thumb-list ul li.active img {
  border-color: #d0021b;
}
#a8754a56fcad6c6 .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;
}
#a8754a56fcad6c6 .zoom-box img {
  max-width: initial;
}
#a8754a56fcad6c6 .uk-button-primary {
  font-size: 16px;
}
#a8754a56fcad6c6 .questions .question {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#a8754a56fcad6c6 .questions .answer {
  font-size: 13px;
  color: #999;
}
#a8754a56fcad6c6 .questions .fa {
  line-height: 24px;
}
@media (max-width: 640px) {
  #a8754a56fcad6c6 .content-wrap {
    padding: 0;
  }
  #a8754a56fcad6c6 .title {
    font-size: 18px;
    font-weight: bolder;
  }
  #a8754a56fcad6c6 .content-wrap .rich-img-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a6204ad7a6a8de5 .uk-navbar-item,
#a6204ad7a6a8de5 .uk-navbar-nav > li > a,
#a6204ad7a6a8de5 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a6204ad7a6a8de5 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6204ad7a6a8de5 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a6204ad7a6a8de5 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a6204ad7a6a8de5 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a6204ad7a6a8de5 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a6204ad7a6a8de5 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a6204ad7a6a8de5 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a6204ad7a6a8de5 .logo {
  display: inline-block;
}
#a6204ad7a6a8de5 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a6204ad7a6a8de5 .ap-header-top {
    padding: 15px 10px;
  }
}
#a01e7a5aefa0703 .phone-info {
  font-size: 28px;
  color: #296fb7;
  font-family: 'helvetica';
  padding-top: 5px;
  font-weight: bold;
  line-height: 1;
}
#a01e7a5aefa0703 .phone-info span {
  font-size: 13px;
  font-weight: 400;
  display: block;
}
#a01e7a5aefa0703 .abstract {
  white-space: pre-wrap;
}
#a01e7a5aefa0703 .product-main {
  margin: 15px 0;
}
#a01e7a5aefa0703 .video-box,
#a01e7a5aefa0703 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
  text-align: center;
}
#a01e7a5aefa0703 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a01e7a5aefa0703 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a01e7a5aefa0703 .preview-box img {
  width: 100%;
}
#a01e7a5aefa0703 .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;
}
#a01e7a5aefa0703 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a01e7a5aefa0703 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a01e7a5aefa0703 .thumb-box {
  width: 100%;
  position: relative;
}
#a01e7a5aefa0703 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a01e7a5aefa0703 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a01e7a5aefa0703 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a01e7a5aefa0703 .thumb-list {
  overflow: hidden;
}
#a01e7a5aefa0703 .thumb-list ul {
  width: 100000px;
}
#a01e7a5aefa0703 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a01e7a5aefa0703 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a01e7a5aefa0703 .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;
}
#a01e7a5aefa0703 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a01e7a5aefa0703 .thumb-list ul li.active img {
  border-color: #d0021b;
}
#a01e7a5aefa0703 .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;
}
#a01e7a5aefa0703 .zoom-box img {
  max-width: initial;
}
#a01e7a5aefa0703 .uk-button-primary {
  font-size: 16px;
}
#a01e7a5aefa0703 .questions .question {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#a01e7a5aefa0703 .questions .answer {
  font-size: 13px;
  color: #999;
}
#a01e7a5aefa0703 .questions .fa {
  line-height: 24px;
}
@media (max-width: 640px) {
  #a01e7a5aefa0703 .content-wrap {
    padding: 0;
  }
  #a01e7a5aefa0703 .title {
    font-size: 18px;
    font-weight: bolder;
  }
  #a01e7a5aefa0703 .content-wrap .rich-img-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 960px) {
  #a7c25af8dca4b8d .uk-card {
    position: absolute;
    top: 20%;
    right: 0;
  }
}
@media (max-width: 740px) {
  #a7c25af8dca4b8d .uk-width-large {
    width: auto;
    margin-top: 20px;
  }
}
#a7c25af8dca4b8d [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0135a5d20aa89d .uk-navbar-item,
#a0135a5d20aa89d .uk-navbar-nav > li > a,
#a0135a5d20aa89d .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a0135a5d20aa89d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0135a5d20aa89d .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a0135a5d20aa89d [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0135a5d20aa89d .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a0135a5d20aa89d .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a0135a5d20aa89d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a0135a5d20aa89d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a0135a5d20aa89d .logo {
  display: inline-block;
}
#a0135a5d20aa89d .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a0135a5d20aa89d .ap-header-top {
    padding: 15px 10px;
  }
}
#ad164a7a8ca7f95 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#ad164a7a8ca7f95 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #ad164a7a8ca7f95 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#ad164a7a8ca7f95 .data-list .uk-card {
  cursor: pointer !important;
}
#ad164a7a8ca7f95 .data-list .uk-card img {
  max-height: 300px;
}
#ad164a7a8ca7f95 .data-list .uk-card:hover {
  background: #fafafa;
}
#ad164a7a8ca7f95 .data-list .uk-card:hover .uk-h4 {
  color: #000000;
}
#ad164a7a8ca7f95 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#ad164a7a8ca7f95 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#ad164a7a8ca7f95 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#ad164a7a8ca7f95 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#ad164a7a8ca7f95 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#ad164a7a8ca7f95 .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: #d0021b;
  cursor: pointer;
}
#ad164a7a8ca7f95 .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;
}
#ad164a7a8ca7f95 .uk-card .category:hover {
  background: #d0021b;
}
#ad164a7a8ca7f95 .accordion-menu {
  width: 100%;
}
#ad164a7a8ca7f95 .accordion-menu ul ul.submenu,
#ad164a7a8ca7f95 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#ad164a7a8ca7f95 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#ad164a7a8ca7f95 .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;
}
#ad164a7a8ca7f95 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#ad164a7a8ca7f95 .accordion-menu .menu-item.active > a {
  background: #d0021b;
  color: #fff;
}
#ad164a7a8ca7f95 .accordion-menu li a:hover {
  background-color: #d0021b;
  color: #fff;
  border: none;
}
#ad164a7a8ca7f95 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#ad164a7a8ca7f95 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#ad164a7a8ca7f95 .hot-list,
#ad164a7a8ca7f95 .new-list {
  padding: 12px;
}
#ad164a7a8ca7f95 .new-list a:hover,
#ad164a7a8ca7f95 .hot-list a:hover {
  color: #000000;
}
#ad164a7a8ca7f95 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#ad164a7a8ca7f95 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ad164a7a8ca7f95 .hot-item:hover a {
  color: #000000;
}
#ad164a7a8ca7f95 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ad164a7a8ca7f95 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #d0021b;
  content: "";
}
#ad164a7a8ca7f95 .content-header {
  padding-bottom: 10px;
}
#ad164a7a8ca7f95 .item-title {
  color: #333;
}
#ad164a7a8ca7f95 input::placeholder {
  color: #999;
}
#ad164a7a8ca7f95 .datetime {
  color: #999;
}
#ad164a7a8ca7f95 .new-item a {
  padding-left: 25px;
}
#ad164a7a8ca7f95 .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;
}
#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5a31addaba6f8e .uk-navbar-item,
#a5a31addaba6f8e .uk-navbar-nav > li > a,
#a5a31addaba6f8e .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a5a31addaba6f8e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a5a31addaba6f8e .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a5a31addaba6f8e [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a5a31addaba6f8e .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a5a31addaba6f8e .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a5a31addaba6f8e .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a5a31addaba6f8e .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a5a31addaba6f8e .logo {
  display: inline-block;
}
#a5a31addaba6f8e .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a5a31addaba6f8e .ap-header-top {
    padding: 15px 10px;
  }
}
#a08e8a3f58ab480 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a08e8a3f58ab480 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a08e8a3f58ab480 .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #a08e8a3f58ab480 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a08e8a3f58ab480 .uk-container {
    padding: 0;
  }
  #a08e8a3f58ab480 .sidebar {
    padding: 10px;
  }
}
#a08e8a3f58ab480 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a08e8a3f58ab480 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a08e8a3f58ab480 .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: #d0021b;
  cursor: pointer;
}
#a08e8a3f58ab480 .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;
}
#a08e8a3f58ab480 .content-tags a:hover {
  background: #d0021b;
  color: #fff;
  border-color: #d0021b;
}
#a08e8a3f58ab480 .abstract,
#a08e8a3f58ab480 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a08e8a3f58ab480 .copyright a {
  color: #999;
  word-break: break-all;
}
#a08e8a3f58ab480 .detail-content {
  font-size: 16px;
  color: #444;
}
#a08e8a3f58ab480 .detail-content img {
  margin-bottom: 10px;
}
#a08e8a3f58ab480 .detail-content table {
  font-size: 13px;
}
#a08e8a3f58ab480 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a08e8a3f58ab480 .hot-list,
#a08e8a3f58ab480 .new-list {
  padding: 12px;
}
#a08e8a3f58ab480 .new-list a:hover,
#a08e8a3f58ab480 .hot-list a:hover {
  color: #000000;
}
#a08e8a3f58ab480 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a08e8a3f58ab480 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a08e8a3f58ab480 .hot-item:hover a {
  color: #000000;
}
#a08e8a3f58ab480 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a08e8a3f58ab480 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #d0021b;
  content: "";
}
#a08e8a3f58ab480 .content-header {
  padding-bottom: 10px;
}
#a08e8a3f58ab480 .item-title {
  color: #333;
}
#a08e8a3f58ab480 input::placeholder {
  color: #999;
}
#a08e8a3f58ab480 .datetime {
  color: #999;
}
#a08e8a3f58ab480 .new-item a {
  padding-left: 25px;
}
#a08e8a3f58ab480 .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;
}
#a08e8a3f58ab480 .siblings a {
  color: #444;
  line-height: 2;
}
#a08e8a3f58ab480 .siblings a:hover {
  color: #000000;
}
#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ace61ae71fa05bf .uk-navbar-item,
#ace61ae71fa05bf .uk-navbar-nav > li > a,
#ace61ae71fa05bf .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ace61ae71fa05bf .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ace61ae71fa05bf .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ace61ae71fa05bf [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ace61ae71fa05bf .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#ace61ae71fa05bf .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ace61ae71fa05bf .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#ace61ae71fa05bf .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ace61ae71fa05bf .logo {
  display: inline-block;
}
#ace61ae71fa05bf .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ace61ae71fa05bf .ap-header-top {
    padding: 15px 10px;
  }
}
#a5722aebd1af16b .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a5722aebd1af16b .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a5722aebd1af16b .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #a5722aebd1af16b .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a5722aebd1af16b .uk-container {
    padding: 0;
  }
  #a5722aebd1af16b .sidebar {
    padding: 10px;
  }
}
#a5722aebd1af16b .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a5722aebd1af16b .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a5722aebd1af16b .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: #d0021b;
  cursor: pointer;
}
#a5722aebd1af16b .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;
}
#a5722aebd1af16b .content-tags a:hover {
  background: #d0021b;
  color: #fff;
  border-color: #d0021b;
}
#a5722aebd1af16b .abstract,
#a5722aebd1af16b .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a5722aebd1af16b .copyright a {
  color: #999;
  word-break: break-all;
}
#a5722aebd1af16b .detail-content {
  font-size: 16px;
  color: #444;
}
#a5722aebd1af16b .detail-content img {
  margin-bottom: 10px;
}
#a5722aebd1af16b .detail-content table {
  font-size: 13px;
}
#a5722aebd1af16b .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a5722aebd1af16b .hot-list,
#a5722aebd1af16b .new-list {
  padding: 12px;
}
#a5722aebd1af16b .new-list a:hover,
#a5722aebd1af16b .hot-list a:hover {
  color: #000000;
}
#a5722aebd1af16b .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a5722aebd1af16b .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a5722aebd1af16b .hot-item:hover a {
  color: #000000;
}
#a5722aebd1af16b .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a5722aebd1af16b .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #d0021b;
  content: "";
}
#a5722aebd1af16b .content-header {
  padding-bottom: 10px;
}
#a5722aebd1af16b .item-title {
  color: #333;
}
#a5722aebd1af16b input::placeholder {
  color: #999;
}
#a5722aebd1af16b .datetime {
  color: #999;
}
#a5722aebd1af16b .new-item a {
  padding-left: 25px;
}
#a5722aebd1af16b .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;
}
#a5722aebd1af16b .siblings a {
  color: #444;
  line-height: 2;
}
#a5722aebd1af16b .siblings a:hover {
  color: #000000;
}
#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ad22da7d61a5272 .uk-navbar-item,
#ad22da7d61a5272 .uk-navbar-nav > li > a,
#ad22da7d61a5272 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ad22da7d61a5272 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad22da7d61a5272 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ad22da7d61a5272 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ad22da7d61a5272 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#ad22da7d61a5272 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ad22da7d61a5272 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#ad22da7d61a5272 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ad22da7d61a5272 .logo {
  display: inline-block;
}
#ad22da7d61a5272 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ad22da7d61a5272 .ap-header-top {
    padding: 15px 10px;
  }
}
#a5298a33aba5f01 .phone-info {
  font-size: 28px;
  color: #296fb7;
  font-family: 'helvetica';
  padding-top: 5px;
  font-weight: bold;
  line-height: 1;
}
#a5298a33aba5f01 .phone-info span {
  font-size: 13px;
  font-weight: 400;
  display: block;
}
#a5298a33aba5f01 .abstract {
  white-space: pre-wrap;
}
#a5298a33aba5f01 .product-main {
  margin: 15px 0;
}
#a5298a33aba5f01 .video-box,
#a5298a33aba5f01 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
  text-align: center;
}
#a5298a33aba5f01 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a5298a33aba5f01 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a5298a33aba5f01 .preview-box img {
  width: 100%;
}
#a5298a33aba5f01 .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;
}
#a5298a33aba5f01 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a5298a33aba5f01 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a5298a33aba5f01 .thumb-box {
  width: 100%;
  position: relative;
}
#a5298a33aba5f01 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a5298a33aba5f01 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a5298a33aba5f01 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a5298a33aba5f01 .thumb-list {
  overflow: hidden;
}
#a5298a33aba5f01 .thumb-list ul {
  width: 100000px;
}
#a5298a33aba5f01 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a5298a33aba5f01 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a5298a33aba5f01 .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;
}
#a5298a33aba5f01 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a5298a33aba5f01 .thumb-list ul li.active img {
  border-color: #d0021b;
}
#a5298a33aba5f01 .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;
}
#a5298a33aba5f01 .zoom-box img {
  max-width: initial;
}
#a5298a33aba5f01 .uk-button-primary {
  font-size: 16px;
}
#a5298a33aba5f01 .questions .question {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#a5298a33aba5f01 .questions .answer {
  font-size: 13px;
  color: #999;
}
#a5298a33aba5f01 .questions .fa {
  line-height: 24px;
}
@media (max-width: 640px) {
  #a5298a33aba5f01 .content-wrap {
    padding: 0;
  }
  #a5298a33aba5f01 .title {
    font-size: 18px;
    font-weight: bolder;
  }
  #a5298a33aba5f01 .content-wrap .rich-img-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#ac78ca7ca7a2ba8 .layer img {
  display: inline-block;
  position: absolute;
}
#ac78ca7ca7a2ba8 .layer {
  width: 100%;
  height: 100%;
}
#a24bda2727abd12.uk-section-primary .uk-button-primary,
#a24bda2727abd12.uk-section-secondary .uk-button-primary {
  background-color: #fff;
  color: #000;
  transition: all 0.1s ease-in;
}
#a24bda2727abd12.uk-section-primary .uk-button-primary:hover,
#a24bda2727abd12.uk-section-secondary .uk-button-primary:hover {
  background-color: #000;
  color: #fff;
}
#a5a9fa57bfa88fa .icon-round {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: -3rem;
  top: .5rem;
  text-align: center;
  line-height: 4rem;
  background: #d0021b;
  color: #fff;
}
#a5a9fa57bfa88fa .icon-round i,
#a5a9fa57bfa88fa .icon-round img {
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  line-height: 4rem;
}
#a089ca4193a63c1 .uk-tab {
  flex-wrap: nowrap;
}
@media (max-width: 640px) {
  #a089ca4193a63c1 .uk-tab li {
    padding: 0;
  }
  #a089ca4193a63c1 .uk-tab > * > a {
    padding: 0;
    height: 100%;
  }
}
@media (min-width: 960px) {
  #ab7b7a2cc3a8c68 .uk-card {
    position: absolute;
    top: 20%;
    right: 0;
  }
}
@media (max-width: 740px) {
  #ab7b7a2cc3a8c68 .uk-width-large {
    width: auto;
    margin-top: 20px;
  }
}
#a942ca7964a86bd > .ele-wrap {background-color: rgba(0, 0, 0, 0.3);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 100px;border-bottom-right-radius: 100px;border-bottom-left-radius: 100px;border-top-left-radius: 100px;}#ac78ca7ca7a2ba8 [data-item="undefined"] {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 200px;border-bottom-right-radius: 200px;border-bottom-left-radius: 200px;border-top-left-radius: 200px;}#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a8f49a4903ab507 .uk-navbar-item,
#a8f49a4903ab507 .uk-navbar-nav > li > a,
#a8f49a4903ab507 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a8f49a4903ab507 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a8f49a4903ab507 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a8f49a4903ab507 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a8f49a4903ab507 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a8f49a4903ab507 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a8f49a4903ab507 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a8f49a4903ab507 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a8f49a4903ab507 .logo {
  display: inline-block;
}
#a8f49a4903ab507 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a8f49a4903ab507 .ap-header-top {
    padding: 15px 10px;
  }
}
#a2e10ab9a7a8bcb .phone-info {
  font-size: 28px;
  color: #296fb7;
  font-family: 'helvetica';
  padding-top: 5px;
  font-weight: bold;
  line-height: 1;
}
#a2e10ab9a7a8bcb .phone-info span {
  font-size: 13px;
  font-weight: 400;
  display: block;
}
#a2e10ab9a7a8bcb .abstract {
  white-space: pre-wrap;
}
#a2e10ab9a7a8bcb .product-main {
  margin: 15px 0;
}
#a2e10ab9a7a8bcb .video-box,
#a2e10ab9a7a8bcb .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
  text-align: center;
}
#a2e10ab9a7a8bcb .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a2e10ab9a7a8bcb .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a2e10ab9a7a8bcb .preview-box img {
  width: 100%;
}
#a2e10ab9a7a8bcb .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;
}
#a2e10ab9a7a8bcb .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a2e10ab9a7a8bcb .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a2e10ab9a7a8bcb .thumb-box {
  width: 100%;
  position: relative;
}
#a2e10ab9a7a8bcb .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a2e10ab9a7a8bcb .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a2e10ab9a7a8bcb .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a2e10ab9a7a8bcb .thumb-list {
  overflow: hidden;
}
#a2e10ab9a7a8bcb .thumb-list ul {
  width: 100000px;
}
#a2e10ab9a7a8bcb .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a2e10ab9a7a8bcb .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a2e10ab9a7a8bcb .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;
}
#a2e10ab9a7a8bcb .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a2e10ab9a7a8bcb .thumb-list ul li.active img {
  border-color: #d0021b;
}
#a2e10ab9a7a8bcb .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;
}
#a2e10ab9a7a8bcb .zoom-box img {
  max-width: initial;
}
#a2e10ab9a7a8bcb .uk-button-primary {
  font-size: 16px;
}
#a2e10ab9a7a8bcb .questions .question {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
#a2e10ab9a7a8bcb .questions .answer {
  font-size: 13px;
  color: #999;
}
#a2e10ab9a7a8bcb .questions .fa {
  line-height: 24px;
}
@media (max-width: 640px) {
  #a2e10ab9a7a8bcb .content-wrap {
    padding: 0;
  }
  #a2e10ab9a7a8bcb .title {
    font-size: 18px;
    font-weight: bolder;
  }
  #a2e10ab9a7a8bcb .content-wrap .rich-img-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#ae461aa9f5ad048.uk-section-primary .uk-button-primary,
#ae461aa9f5ad048.uk-section-secondary .uk-button-primary {
  background-color: #fff;
  color: #000;
  transition: all 0.1s ease-in;
}
#ae461aa9f5ad048.uk-section-primary .uk-button-primary:hover,
#ae461aa9f5ad048.uk-section-secondary .uk-button-primary:hover {
  background-color: #000;
  color: #fff;
}
#a78f9a4e4aa2aa6 .icon-round {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: -3rem;
  top: .5rem;
  text-align: center;
  line-height: 4rem;
  background: #d0021b;
  color: #fff;
}
#a78f9a4e4aa2aa6 .icon-round i,
#a78f9a4e4aa2aa6 .icon-round img {
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  line-height: 4rem;
}
#ab407a11ebaed7b [data-item="feature.image"] {left: 0px;top: 1px; position: relative;}#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a2792afedbac93c .uk-navbar-item,
#a2792afedbac93c .uk-navbar-nav > li > a,
#a2792afedbac93c .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a2792afedbac93c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a2792afedbac93c .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a2792afedbac93c [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a2792afedbac93c .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a2792afedbac93c .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a2792afedbac93c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a2792afedbac93c .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a2792afedbac93c .logo {
  display: inline-block;
}
#a2792afedbac93c .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a2792afedbac93c .ap-header-top {
    padding: 15px 10px;
  }
}
#adba8aaa12ae126 .ele-wrap {border-color: #000;color: #00237d;font-size: 15px;font-weight: 400;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;}#adba8aaa12ae126 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 35, 125, 1);color: #ffffff;}#ade91a6b37ad9ad .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ade91a6b37ad9ad .site-language-menu a:hover {
  color: #ccc;
}
#ade91a6b37ad9ad .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ade91a6b37ad9ad .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ade91a6b37ad9ad .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ade91a6b37ad9ad .uk-dropdown li a:hover {
  color: #222;
}
#ade91a6b37ad9ad .uk-dropdown li:last-child {
  border-bottom: none;
}
#a861ba51baab53f .ele-wrap {border-color: #000;color: #00237d;font-size: 15px;font-weight: 400;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;}#a861ba51baab53f .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 35, 125, 1);color: #ffffff;}#a0fdaaf764a6e95 .ele-wrap {border-color: #000;color: #00237d;font-size: 15px;font-weight: 400;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;}#a0fdaaf764a6e95 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 35, 125, 1);color: #ffffff;}#a8a35a8b10a7d4a .ele-wrap {border-color: #000;color: #00237d;font-size: 15px;font-weight: 400;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;}#a8a35a8b10a7d4a .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 35, 125, 1);color: #ffffff;}#a707ea41beadb65 .ele-wrap {border-color: #000;color: #00237d;font-size: 15px;font-weight: 400;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;}#a707ea41beadb65 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(0, 35, 125, 1);color: #ffffff;}#a15f1a917faf1b3 .uk-position-bottom,
#a15f1a917faf1b3 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a15f1a917faf1b3 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.5);
}
#a15f1a917faf1b3 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a15f1a917faf1b3 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ac616a100ca55e9 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac616a100ca55e9 .ap-category-filter ul li.active {
  border-color: #d0021b;
  color: #d0021b;
}
#ac616a100ca55e9 .article {
  background-color: #fff;
  margin-bottom: 15px;
  position: relative;
  border: 8px solid #eeeeee;
}
#ac616a100ca55e9 .article .img_wrap {
  position: absolute;
  width: 150px;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10;
}
#ac616a100ca55e9 .article .info {
  padding: 30px 30px;
  display: block;
  padding-left: 180px;
  margin: 0;
  height: 100%;
}
#ac616a100ca55e9 .article .btn_icon {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  margin-top: -10px;
  color: #b4b4b4;
}
#ac616a100ca55e9 .article .btn_icon svg {
  fill: currentColor;
}
#ac616a100ca55e9 .article.no-pic .info {
  padding-left: 30px;
}
#ac616a100ca55e9 .article:hover {
  background-color: #ffffff;
  border-color: #f5a623;
}
#ac616a100ca55e9 .article:hover .title {
  color: #13447b;
}
#ac616a100ca55e9 .article:hover .datetime {
  color: #13447b;
}
#ac616a100ca55e9 .article:hover .category {
  color: #13447b;
}
#ac616a100ca55e9 .article:hover .btn_icon {
  color: #f5a623;
}
#ac616a100ca55e9 > div:last-child {
  margin-bottom: 0;
}
#ac616a100ca55e9 .uk-pagination li a,
#ac616a100ca55e9 .uk-pagination > .uk-disabled > * {
  color: #000000;
}
#ac616a100ca55e9 .uk-pagination li.uk-active a {
  color: #ffffff;
}
#a6d25af4a3a72da .title {
  font-size: 16px;
}
#a626fa1347a1144 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#a626fa1347a1144 .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#a626fa1347a1144 .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#a626fa1347a1144 .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#a626fa1347a1144 .marquee-wrap .marquee-item svg,
#a626fa1347a1144 .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#a626fa1347a1144 .marquee-wrap:hover {
  background: ;
}
#a626fa1347a1144 .marquee-wrap .content {
  position: absolute;
}
#a626fa1347a1144 .marquee-wrap.vertical .marquee-item {
  display: flex;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 1.5;
}
#a626fa1347a1144 .marquee-wrap.vertical .marquee-item:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a626fa1347a1144 .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 450px;
  overflow: hidden;
  line-height: 152px;
  text-align: center;
  transition: all .3s ease;
}
#a626fa1347a1144 .marquee-wrap.horizontal .marquee-item span {
  line-height: 152px;
}
#a626fa1347a1144 .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#ac51fa317aa5cd1 .uk-grid {
  margin-left: -15px;
}
#ac51fa317aa5cd1 .uk-grid > * {
  padding-left: 15px;
}
#ac51fa317aa5cd1 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac51fa317aa5cd1 .ap-category-filter ul li.active {
  border-color: #d0021b;
  color: #d0021b;
}
#ac51fa317aa5cd1 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-style: solid;
}
#ac51fa317aa5cd1 .article .info {
  padding: 10px 10px;
  position: relative;
}
#ac51fa317aa5cd1 .article .info p {
  margin: 10px 0 10px;
}
#ac51fa317aa5cd1 .article svg {
  fill: currentColor;
}
#ac51fa317aa5cd1 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  color: #b4b4b4;
}
#ac51fa317aa5cd1 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 10px;
  color: #b4b4b4;
}
#ac51fa317aa5cd1 .article.list-icon .info {
  padding-left: 25px;
}
#ac51fa317aa5cd1 .article .datetime {
  position: absolute;
  right: 10px;
  top: 10px;
}
#ac51fa317aa5cd1 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
}
#ac51fa317aa5cd1 .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: inherit;
  color: #7c7c7c;
}
#ac51fa317aa5cd1 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#ac51fa317aa5cd1 .article:hover .title {
  color: #da251c;
}
#ac51fa317aa5cd1 .article:hover .datetime {
  color: #b6b6b6;
}
#ac51fa317aa5cd1 .article:hover .category {
  color: #b6b6b6;
}
#ac51fa317aa5cd1 .article:hover .abstract {
  color: #7c7c7c;
}
#ac51fa317aa5cd1 .article:hover .btn_icon {
  color: #b6b6b6;
}
#ac51fa317aa5cd1 .article:hover .list_icon {
  color: #b6b6b6;
}
#a46d8a0165af269 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#a46d8a0165af269 .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#a46d8a0165af269 .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#a46d8a0165af269 .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#a46d8a0165af269 .marquee-wrap .marquee-item svg,
#a46d8a0165af269 .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#a46d8a0165af269 .marquee-wrap:hover {
  background: ;
}
#a46d8a0165af269 .marquee-wrap .content {
  position: absolute;
}
#a46d8a0165af269 .marquee-wrap.vertical .marquee-item {
  display: flex;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  line-height: 48px;
}
#a46d8a0165af269 .marquee-wrap.vertical .marquee-item:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a46d8a0165af269 .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 520px;
  overflow: hidden;
  line-height: 103px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
  line-height: 48px;
}
#a46d8a0165af269 .marquee-wrap.horizontal .marquee-item span {
  line-height: 103px;
}
#a46d8a0165af269 .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
}
#a71f8a3d0da7f4c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);}#ad5d7a3c26a4f20 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;}#a2033a030cad529 .ele-wrap {border-width: 1px;border-style: solid;color: #d0021b;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a2033a030cad529 .ele-wrap:hover {background-color: #fff;color: #ffffff;background-color: rgba(74, 144, 226, 1);}#a96e8ad1f7af246 {
  overflow: hidden;
}
#a96e8ad1f7af246 .img-wrap {
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  transition: all 0.3s ease-in;
}
#a96e8ad1f7af246 .img-wrap:hover {
  transform: scale(1.1);
}
#a2cbcae948adb22 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(82, 98, 116, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;box-shadow: 0px 3px 15px 0px ;}#a2cbcae948adb22 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;border-color: rgba(29, 43, 102, 1);background-color: rgba(29, 43, 102, 1);}#ada92aa4a6a6484 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4e4caac2eaad22 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6745a9c0aafca3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f80abb25aa73e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1d05aaddaa51a4 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(82, 98, 116, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;box-shadow: 0px 3px 15px 0px ;}#a1d05aaddaa51a4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;border-color: rgba(29, 43, 102, 1);background-color: rgba(29, 43, 102, 1);}#a98a6aaca1a1c3a .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(82, 98, 116, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;box-shadow: 0px 3px 15px 0px ;}#a98a6aaca1a1c3a .ele-wrap:hover {background-color: #0483cc;color: #ffffff;border-color: rgba(29, 43, 102, 1);background-color: rgba(29, 43, 102, 1);}#afdd7a5fc0a2a80 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(82, 98, 116, 1);border-radius: 10px;justify-content: center;border-style: solid;font-family: NotoSansSC-Medium;box-shadow: 0px 3px 15px 0px ;}#afdd7a5fc0a2a80 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;border-color: rgba(29, 43, 102, 1);background-color: rgba(29, 43, 102, 1);}#a9663ac02ca9290 [data-item="title"] {left: 0px;top: -1px; position: relative;}#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0135a5d20aa89d .uk-navbar-item,
#a0135a5d20aa89d .uk-navbar-nav > li > a,
#a0135a5d20aa89d .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a0135a5d20aa89d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0135a5d20aa89d .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a0135a5d20aa89d [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0135a5d20aa89d .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a0135a5d20aa89d .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a0135a5d20aa89d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a0135a5d20aa89d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a0135a5d20aa89d .logo {
  display: inline-block;
}
#a0135a5d20aa89d .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a0135a5d20aa89d .ap-header-top {
    padding: 15px 10px;
  }
}
#a2d2ea8c72ab6b5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab44aa285cabcb3 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);background-image: url(/resources/upload/a6bdaa0f92a4f0b/1682045911464.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a8917a8572a6106 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);background-image: url(/resources/upload/a6bdaa0f92a4f0b/1682045911464.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 3px;border-bottom-right-radius: 3px;border-bottom-left-radius: 3px;border-top-left-radius: 3px;}#a0f4da9a96ad963 > .ele-wrap {background-color: rgba(0, 0, 0, 0.1);background-image: url(/resources/upload/a6bdaa0f92a4f0b/1682045911464.png);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;border-top-left-radius: 6px;}#a9421a7de2ac0bf > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a631da4fe1a750c > .ele-wrap {background-color: rgba(246, 246, 246, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 0px 3px 1px rgba(138, 138, 138, 1);}#a2583a4006a6637 .ele-wrap {color: #fff;font-size: 18px;font-weight: 500;background-color: #60bc57;border-radius: 25px;justify-content: center;border-style: solid;}#a2583a4006a6637 .ele-wrap:hover {background-color: #509c49;}#a7b52a2160a35f4 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#aeaddaf85aa383f .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px #f3f3f3;
}
#a4f68ae430a2ae4 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a22dba83d1ae8c6 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#ad4b4ac47eae530 > .ele-wrap {background-color: rgba(0, 0, 0, 0.7);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9767a0e0ead446 > .ele-wrap {background-color: rgba(246, 246, 246, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#ad265ab5d1ae16d > .ele-wrap {background-color: rgba(246, 246, 246, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#af2f6aad5ba5898 > .ele-wrap {background-color: rgba(246, 246, 246, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#aef7daca30ad850 > .ele-wrap {background-color: rgba(246, 246, 246, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#ad7e2a2f30ac015 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a1632a740cac019 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a95dea532fae9be > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#aef2ca31f5a8bcf > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#aad22abce6af956 > .ele-wrap {border-right-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(220, 220, 220, 1);}#aefefa02daa31a7 > .ele-wrap {border-right-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(220, 220, 220, 1);}#ac252a0a34a1dce > .ele-wrap {border-right-width: 1px;border-right-style: dashed;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(220, 220, 220, 1);}#af283a5dc4a38a5 > .ele-wrap {border-right-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-right-color: rgba(220, 220, 220, 1);}#a4fb3a7b01adffe .img-wrap {
  box-shadow: NaNpx NaNpx 0px 0px rgba(0, 0, 0, 0.89);
}
#a657ca422dae10f > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(255, 255, 255, 1);border-right-color: rgba(255, 255, 255, 1);border-left-color: rgba(255, 255, 255, 1);border-bottom-color: rgba(255, 255, 255, 1);border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a7a5aa6d07a6886 , #a7a5aa6d07a6886 a{color: rgba(255, 255, 255, 1);}#aad61ad365a3403 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(238, 238, 238, 1);border-right-color: rgba(238, 238, 238, 1);border-left-color: rgba(238, 238, 238, 1);border-bottom-color: rgba(238, 238, 238, 1);}#a6104a84ababc3f .img-wrap {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  border-top-left-radius: 14px;
}
#a3ddfabfeba264b .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(11, 103, 199, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a3ddfabfeba264b .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(208, 2, 27, 1);}#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a691fa2167a691f .uk-navbar-item,
#a691fa2167a691f .uk-navbar-nav > li > a,
#a691fa2167a691f .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a691fa2167a691f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a691fa2167a691f .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a691fa2167a691f [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a691fa2167a691f .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a691fa2167a691f .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a691fa2167a691f .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a691fa2167a691f .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a691fa2167a691f .logo {
  display: inline-block;
}
#a691fa2167a691f .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a691fa2167a691f .ap-header-top {
    padding: 15px 10px;
  }
}
#ad8b7acfb5a1db9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a810fabac8a1c92 > .ele-wrap {border-left-width: 2px;border-bottom-width: 2px;border-right-width: 2px;border-top-width: 2px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(99, 152, 110, 1);border-right-color: rgba(99, 152, 110, 1);border-left-color: rgba(99, 152, 110, 1);border-bottom-color: rgba(99, 152, 110, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a0eb1a7291a0ef8 > .ele-wrap {background-color: rgba(9, 124, 37, 0.33);border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#adca1a53fba43a7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad84aaeca4acc50 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3665afa8dacfaa > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01a7a3137a90b0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2b43ac1b8ab293 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9237a65a7abcd5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a017fa76e5acbd9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeff2a4eaca4887 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afdd4af0e5a3c7b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1584a8e6ca3368 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac746a7e8ca8587 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae8d7a59cea2125 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8784a29baaa450 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad016ab563a7104 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a656faca20ae85a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a573ca540ba66d9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abf75a2a94aed14 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0000a6ec0a6dd2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac236a2cf2ae458 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a01f0a17ebaea51 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c60a988da3bc4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0996af518ab635 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aeffda83fea5b69 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad8b2ae3cea1e97 > .ele-wrap {background-color: rgba(33, 97, 152, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}#ad8b2ae3cea1e97  > .ele-wrap:hover {background-color: rgba(21, 74, 125, 1);}#a2cf8a29e4a3f5c > .ele-wrap {background-color: rgba(21, 74, 125, 1);border-right-width: 1px;border-right-style: solid;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-left-radius: 20px;border-right-color: rgba(58, 155, 221, 1);}#a56a4a8604a5515 > .ele-wrap {background-color: rgba(33, 97, 152, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}#a56a4a8604a5515  > .ele-wrap:hover {background-color: rgba(21, 74, 125, 1);}#a980cacee6a9ac2 > .ele-wrap {background-color: rgba(21, 74, 125, 1);border-right-width: 1px;border-right-style: solid;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-left-radius: 20px;border-right-color: rgba(58, 155, 221, 1);}#a85d9a88dead99b > .ele-wrap {background-color: rgba(33, 97, 152, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}#a85d9a88dead99b  > .ele-wrap:hover {background-color: rgba(21, 74, 125, 1);}#a838dace53ac2d9 > .ele-wrap {background-color: rgba(21, 74, 125, 1);border-right-width: 1px;border-right-style: solid;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-left-radius: 20px;border-right-color: rgba(58, 155, 221, 1);}#a2c96afbf3a7327 > .ele-wrap {background-color: rgba(33, 97, 152, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}#a2c96afbf3a7327  > .ele-wrap:hover {background-color: rgba(21, 74, 125, 1);}#a0994aa9a5ae8bf > .ele-wrap {background-color: rgba(21, 74, 125, 1);border-right-width: 1px;border-right-style: solid;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-left-radius: 20px;border-right-color: rgba(58, 155, 221, 1);}#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a7131a3473a4109 .uk-navbar-item,
#a7131a3473a4109 .uk-navbar-nav > li > a,
#a7131a3473a4109 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a7131a3473a4109 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a7131a3473a4109 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a7131a3473a4109 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a7131a3473a4109 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a7131a3473a4109 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a7131a3473a4109 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a7131a3473a4109 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a7131a3473a4109 .logo {
  display: inline-block;
}
#a7131a3473a4109 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a7131a3473a4109 .ap-header-top {
    padding: 15px 10px;
  }
}
#a9cc8a8daea16d9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab8cea94f1a219b > .ele-wrap {background-color: rgba(205, 138, 27, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 33px;border-bottom-right-radius: 33px;border-bottom-left-radius: 33px;border-top-left-radius: 33px;}#af012af31eaa71b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab03fa6dafa2913 {
  overflow: hidden;
}
#ab03fa6dafa2913 .img-wrap {
  transition: all 0.3s ease-in;
}
#ab03fa6dafa2913 .img-wrap:hover {
  transform: scale(1);
}
#a94aca3d04a8f17 > .ele-wrap {background-color: rgba(255, 255, 255, 0);}#a22d2a8e36aaa4f > .ele-wrap {background-color: rgba(22, 51, 91, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3f2a5e7ea6858 {
  overflow: hidden;
}
#aa3f2a5e7ea6858 .img-wrap {
  transition: all 0.3s ease-in;
}
#aa3f2a5e7ea6858 .img-wrap:hover {
  transform: scale(1);
}
#a0bf6aca3da237b {
  overflow: hidden;
}
#a0bf6aca3da237b .img-wrap {
  transition: all 0.3s ease-in;
}
#a0bf6aca3da237b .img-wrap:hover {
  transform: scale(1);
}
#a8fb4a755ba770e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8085a828ba2d36 {
  overflow: hidden;
}
#a8085a828ba2d36 .img-wrap {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  border-top-left-radius: 14px;
  transition: all 0.3s ease-in;
}
#a8085a828ba2d36 .img-wrap:hover {
  transform: scale(1);
}
#a2deca46a0a4654 > .ele-wrap {background-color: rgba(31, 74, 133, 1);border-radius: 10px;}#a2deca46a0a4654 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(210, 229, 255, 1);}#ac911aadd9a4f0c > .ele-wrap {background-color: rgba(31, 74, 133, 1);border-radius: 10px;}#ac911aadd9a4f0c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(210, 229, 255, 1);}#a9125a1abeaf272 > .ele-wrap {background-color: rgba(31, 74, 133, 1);border-radius: 10px;}#a9125a1abeaf272 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(210, 229, 255, 1);}#a6898ad9bfa6911 > .ele-wrap {background-color: rgba(31, 74, 133, 1);border-radius: 10px;}#a6898ad9bfa6911 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(210, 229, 255, 1);}#a9d0fa54acaa7cd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acb63a80edaaa5c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d2dab451a54dd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8724a924caf207 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a674ba7d5eaef7f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1027a47a2ae915 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7c1ea9e34a1728 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa430a7221a13bd > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-top-color: rgba(218, 37, 28, 1);border-right-color: rgba(218, 37, 28, 1);border-left-color: rgba(218, 37, 28, 1);border-bottom-color: rgba(218, 37, 28, 1);}#aa430a7221a13bd  > .ele-wrap:hover {border-top-color: rgba(208, 2, 27, 1);border-top-width: 1px;border-right-color: rgba(208, 2, 27, 1);border-left-color: rgba(208, 2, 27, 1);border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ae763a77c5afcd4 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-top-color: rgba(218, 37, 28, 1);border-right-color: rgba(218, 37, 28, 1);border-left-color: rgba(218, 37, 28, 1);border-bottom-color: rgba(218, 37, 28, 1);}#ae763a77c5afcd4  > .ele-wrap:hover {border-top-color: rgba(208, 2, 27, 1);border-top-width: 1px;border-right-color: rgba(208, 2, 27, 1);border-left-color: rgba(208, 2, 27, 1);border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a3799a99f3abc4c > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-top-color: rgba(218, 37, 28, 1);border-right-color: rgba(218, 37, 28, 1);border-left-color: rgba(218, 37, 28, 1);border-bottom-color: rgba(218, 37, 28, 1);}#a3799a99f3abc4c  > .ele-wrap:hover {border-top-color: rgba(208, 2, 27, 1);border-top-width: 1px;border-right-color: rgba(208, 2, 27, 1);border-left-color: rgba(208, 2, 27, 1);border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#a0d0eae866a0525 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-top-color: rgba(218, 37, 28, 1);border-right-color: rgba(218, 37, 28, 1);border-left-color: rgba(218, 37, 28, 1);border-bottom-color: rgba(218, 37, 28, 1);}#a0d0eae866a0525  > .ele-wrap:hover {border-top-color: rgba(208, 2, 27, 1);border-top-width: 1px;border-right-color: rgba(208, 2, 27, 1);border-left-color: rgba(208, 2, 27, 1);border-bottom-color: rgba(208, 2, 27, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0965ab135a772b .uk-navbar-item,
#a0965ab135a772b .uk-navbar-nav > li > a,
#a0965ab135a772b .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a0965ab135a772b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0965ab135a772b .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a0965ab135a772b [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0965ab135a772b .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a0965ab135a772b .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a0965ab135a772b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a0965ab135a772b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a0965ab135a772b .logo {
  display: inline-block;
}
#a0965ab135a772b .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a0965ab135a772b .ap-header-top {
    padding: 15px 10px;
  }
}
#a5e83a7a32ad678 .ap-counter {
  position: relative;
}
#a5e83a7a32ad678 .ap-counter + .el-mark {
  font-size: 20px;
  font-weight: 600;
}
#a5e83a7a32ad678 .ap-counter:not(.is-mark)::after {
  content: "+";
}
#a5e83a7a32ad678 .uk-first-column {
  float: left;
  padding-right: 10px;
}
@media (min-width: 760px) {
  #afd9da4829a4f2c .uk-slider-items {
    max-height: 320px;
  }
}
#a8a49a4b04a6d25 {
  /* mobile */
}
#a8a49a4b04a6d25 .item-logo img {
  max-width: 70%;
  max-height: 80px;
}
#a8a49a4b04a6d25 .title {
  font-size: 14px;
  color: #646466;
  margin-bottom: 35px;
}
#a8a49a4b04a6d25 .abstract {
  font-size: 14px;
  color: #666;
  text-align: left;
  line-height: 1.8;
}
#a8a49a4b04a6d25 .uk-card {
  height: 315px;
}
#a8a49a4b04a6d25 .uk-card-body {
  height: 45%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: all .2s;
  padding: 15px;
}
#a8a49a4b04a6d25 .uk-card:hover .uk-card-body {
  height: 100%;
}
@media (max-width: 640px) {
  #a8a49a4b04a6d25 .uk-card {
    height: 200px;
    font-size: 13px;
  }
  #a8a49a4b04a6d25 .abstract {
    font-size: 13px;
    line-height: 1.5;
  }
  #a8a49a4b04a6d25 .uk-card:hover .title {
    margin-bottom: 10px;
  }
}
#aa732ad526a6e10.uk-section-primary .uk-button-primary,
#aa732ad526a6e10.uk-section-secondary .uk-button-primary {
  background-color: #fff;
  color: #000;
  transition: all 0.1s ease-in;
}
#aa732ad526a6e10.uk-section-primary .uk-button-primary:hover,
#aa732ad526a6e10.uk-section-secondary .uk-button-primary:hover {
  background-color: #000;
  color: #fff;
}
#a2000ab910a44e1 > .ele-wrap {background-color: rgba(0, 0, 0, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a639aa9916a9aee .uk-navbar-item,
#a639aa9916a9aee .uk-navbar-nav > li > a,
#a639aa9916a9aee .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a639aa9916a9aee .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a639aa9916a9aee .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a639aa9916a9aee [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a639aa9916a9aee .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a639aa9916a9aee .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a639aa9916a9aee .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a639aa9916a9aee .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a639aa9916a9aee .logo {
  display: inline-block;
}
#a639aa9916a9aee .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a639aa9916a9aee .ap-header-top {
    padding: 15px 10px;
  }
}
#ab5baaf76eaae70 > .ele-wrap {background-color: rgba(231, 231, 231, 1);border-radius: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;}#ab5baaf76eaae70 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(255, 255, 255, 1);}#ab5baaf76eaae70  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ab5baaf76eaae70 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(53, 76, 103, 1);}#ad53dadf32a7aeb .img-wrap {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
#ae3fcadcccafeaa .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ae3fcadcccafeaa .ele-wrap:hover {background-color: #0483cc;}#aeaeea1aecac859 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aeaeea1aecac859 .ele-wrap:hover {background-color: #0483cc;}#abc12a0881a9cd6 .img-wrap {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
#ad1fda48b5a4086 > .ele-wrap {background-color: rgba(246, 246, 246, 1);border-radius: 0px;}#ad1fda48b5a4086 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(249, 250, 250, 1);}#ad1fda48b5a4086  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ad1fda48b5a4086 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(53, 76, 103, 1);}#af1a7a70dea2607 .img-wrap {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
#ab423a19f8abe59 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#ab423a19f8abe59 .ele-wrap:hover {background-color: #0483cc;}#a869fadae5aaffc .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a869fadae5aaffc .ele-wrap:hover {background-color: #0483cc;}#a4b6cafa23ac99f .img-wrap {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
#abcc2a2db0a5b66 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-radius: 0px;}#abcc2a2db0a5b66 .hover-content-wrap:nth-child(1)
                            {background-color: rgba(249, 250, 250, 1);}#abcc2a2db0a5b66  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#abcc2a2db0a5b66 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(53, 76, 103, 1);}#a26b7ad500a84b3 .img-wrap {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
#a1f58a3b3ea0b11 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a1f58a3b3ea0b11 .ele-wrap:hover {background-color: #0483cc;}#aad67ac8fdadfa7 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#aad67ac8fdadfa7 .ele-wrap:hover {background-color: #0483cc;}#a72bcafe26a976b .img-wrap {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
#aaf28ae52fad72d [data-item="undefined"] {background-color: rgba(246, 246, 246, 1);border-radius: 0px;}#aaf28ae52fad72d [data-item="undefined"]:hover {background-color: rgba(255, 255, 255, 1);}#a7defa5405a44b8 .a445eac8a5a36b0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a7defa5405a44b8 .a66d1ada7aa216c {
  overflow: hidden;
}
#a7defa5405a44b8 .a66d1ada7aa216c , #a7defa5405a44b8 .a66d1ada7aa216c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a7defa5405a44b8 .uk-grid {
  margin-left: -60px;
}
#a7defa5405a44b8 .uk-grid > * {
  padding-left: 60px;
}
#a7defa5405a44b8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7defa5405a44b8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7defa5405a44b8 .uk-position-center-left-out {
    left: -30px;
  }
  #a7defa5405a44b8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab67aa2dfea1677 .ae230af9e5afa3e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#ab67aa2dfea1677 .a50ada8e53af66d {
  overflow: hidden;
}
#ab67aa2dfea1677 .a50ada8e53af66d , #ab67aa2dfea1677 .a50ada8e53af66d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ab67aa2dfea1677 .uk-grid {
  margin-left: -60px;
}
#ab67aa2dfea1677 .uk-grid > * {
  padding-left: 60px;
}
#ab67aa2dfea1677 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ab67aa2dfea1677 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab67aa2dfea1677 .uk-position-center-left-out {
    left: -30px;
  }
  #ab67aa2dfea1677 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad956a7104a5895 .a2132a1b30af5de > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#ad956a7104a5895 .ada1daebeaae231 {
  overflow: hidden;
}
#ad956a7104a5895 .ada1daebeaae231 , #ad956a7104a5895 .ada1daebeaae231 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ad956a7104a5895 .uk-grid {
  margin-left: -60px;
}
#ad956a7104a5895 .uk-grid > * {
  padding-left: 60px;
}
#ad956a7104a5895 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad956a7104a5895 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad956a7104a5895 .uk-position-center-left-out {
    left: -30px;
  }
  #ad956a7104a5895 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3dcca6568a7329 .accc0a244ca5263 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a3dcca6568a7329 .a5ef0a1413a1e81 {
  overflow: hidden;
}
#a3dcca6568a7329 .a5ef0a1413a1e81 , #a3dcca6568a7329 .a5ef0a1413a1e81 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3dcca6568a7329 .uk-grid {
  margin-left: -60px;
}
#a3dcca6568a7329 .uk-grid > * {
  padding-left: 60px;
}
#a3dcca6568a7329 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3dcca6568a7329 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3dcca6568a7329 .uk-position-center-left-out {
    left: -30px;
  }
  #a3dcca6568a7329 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac459a8e8dab63b {
  overflow: hidden;
  pointer-events: none;
}
#ac459a8e8dab63b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac459a8e8dab63b > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ac459a8e8dab63b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac459a8e8dab63b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac459a8e8dab63b > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ac459a8e8dab63b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac459a8e8dab63b > .tab-wrap > div > .tab-nav,
#ac459a8e8dab63b > .tab-nav,
#ac459a8e8dab63b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac459a8e8dab63b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#ac459a8e8dab63b > .tab-wrap > div > .tab-nav-horizontal,
#ac459a8e8dab63b > .tab-nav-horizontal,
#ac459a8e8dab63b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac459a8e8dab63b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac459a8e8dab63b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac459a8e8dab63b > .tab-nav-horizontal::-webkit-scrollbar,
#ac459a8e8dab63b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac459a8e8dab63b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac459a8e8dab63b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac459a8e8dab63b > .tab-nav-horizontal.tagScroll,
#ac459a8e8dab63b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac459a8e8dab63b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ac459a8e8dab63b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac459a8e8dab63b > .tab-nav-horizontal.tagScroll li a,
#ac459a8e8dab63b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac459a8e8dab63b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac459a8e8dab63b > .tab-wrap > div > .tab-nav a,
#ac459a8e8dab63b > .tab-nav a,
#ac459a8e8dab63b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac459a8e8dab63b > .tab-tabs > .tab-nav a {
  padding: 0 10px;
}
#ac459a8e8dab63b > .tab-wrap > div > .tab-nav li a,
#ac459a8e8dab63b > .tab-nav li a,
#ac459a8e8dab63b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac459a8e8dab63b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 10px;
}
#ac459a8e8dab63b > .tab-wrap > div > .tab-nav li a svg,
#ac459a8e8dab63b > .tab-nav li a svg,
#ac459a8e8dab63b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac459a8e8dab63b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac459a8e8dab63b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac459a8e8dab63b > .tab-nav li a .ap_icon,
#ac459a8e8dab63b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac459a8e8dab63b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac459a8e8dab63b > .tab-wrap > div > .tab-nav li a:hover,
#ac459a8e8dab63b > .tab-nav li a:hover,
#ac459a8e8dab63b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac459a8e8dab63b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 2px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#ac459a8e8dab63b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac459a8e8dab63b > .tab-nav li.uk-active a,
#ac459a8e8dab63b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac459a8e8dab63b > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 2px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#ac459a8e8dab63b .layout-left li,
#ac459a8e8dab63b .layout-center li,
#ac459a8e8dab63b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac459a8e8dab63b .layout-left li a,
#ac459a8e8dab63b .layout-center li a,
#ac459a8e8dab63b .layout-right li a {
  height: 100%;
}
#ac459a8e8dab63b > .tab-tabs .layout-left {
  text-align: left;
}
#ac459a8e8dab63b > .tab-tabs .layout-center {
  text-align: center;
}
#ac459a8e8dab63b > .tab-tabs .layout-right {
  text-align: right;
}
#ac459a8e8dab63b .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ac459a8e8dab63b .tab-content-wrap {
  background-color: #ffffff;
}
#ac459a8e8dab63b .tab-contents,
#ac459a8e8dab63b .tab-contents-wrap {
  pointer-events: none;
}
#ac459a8e8dab63b .tab-content,
#ac459a8e8dab63b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac459a8e8dab63b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac459a8e8dab63b .tab-wrap .tab-contents {
  height: 100%;
}
#ac459a8e8dab63b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae880af700a7d39 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 50px;border-bottom-right-radius: 50px;border-bottom-left-radius: 50px;border-top-left-radius: 50px;border-right-color: rgba(187, 187, 187, 1);border-left-color: rgba(187, 187, 187, 1);border-bottom-color: rgba(187, 187, 187, 1);border-top-color: rgba(187, 187, 187, 1);box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);color: #22194d;}#ae880af700a7d39 * {color: #22194d }
                            #ae880af700a7d39 .line{border-color: #22194d }#ac554a3728a893c , #ac554a3728a893c a{color: rgba(218, 37, 28, 1);}#a0fc5aedd0add9d , #a0fc5aedd0add9d a{color: rgba(218, 37, 28, 1);}#ab7a1a7e66aead1 , #ab7a1a7e66aead1 a{color: rgba(218, 37, 28, 1);}#a36bdaead4aa097 , #a36bdaead4aa097 a{color: rgba(218, 37, 28, 1);}#a0d60a82fcacc87 , #a0d60a82fcacc87 a{color: rgba(218, 37, 28, 1);}#a2ec2a6727a8d42 , #a2ec2a6727a8d42 a{color: rgba(218, 37, 28, 1);}#acb66aad3fa4165 , #acb66aad3fa4165 a{color: rgba(218, 37, 28, 1);}#a32e2ab519a0274 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a32e2ab519a0274 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a32e2ab519a0274 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 70px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #000000;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a32e2ab519a0274 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #000000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a32e2ab519a0274 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #da251c;
}
#a32e2ab519a0274 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #da251c;
}
#a32e2ab519a0274 .menu-list > li.active > a:before,
#a32e2ab519a0274 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a32e2ab519a0274 .menu-list > li ul li {
  position: relative;
}
#a32e2ab519a0274 .menu-list > li ul li:hover > a {
  color: #da251c;
}
#a32e2ab519a0274 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #f7f4f4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #333333;
  background: transparent;
}
#a32e2ab519a0274 .menu-list li ul li:hover > a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Medium;
  color: #da251c;
}
#a32e2ab519a0274 .menu-list li ul li a:active,
#a32e2ab519a0274 .menu-list li ul li a.active,
#a32e2ab519a0274 .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Medium;
  color: #d0021b;
}
#a32e2ab519a0274 .menu-list li ul,
#a32e2ab519a0274 .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: #f7f4f4;
}
#a32e2ab519a0274 .menu-list li ul.menu-b > li,
#a32e2ab519a0274 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a32e2ab519a0274 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a32e2ab519a0274 .menu-list li:hover > ul {
  display: block;
}
#a32e2ab519a0274 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6b12a3a28aaed8 .a18c8aa37fac00d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a6b12a3a28aaed8 .a9d20a9531a273a {
  overflow: hidden;
}
#a6b12a3a28aaed8 .a9d20a9531a273a , #a6b12a3a28aaed8 .a9d20a9531a273a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a6b12a3a28aaed8 .uk-grid {
  margin-left: -60px;
}
#a6b12a3a28aaed8 .uk-grid > * {
  padding-left: 60px;
}
#a6b12a3a28aaed8 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6b12a3a28aaed8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6b12a3a28aaed8 .uk-position-center-left-out {
    left: -30px;
  }
  #a6b12a3a28aaed8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#add85a0151adc90 .acf34af6dbadabf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#add85a0151adc90 .a8cc9a7a75a8868 {
  overflow: hidden;
}
#add85a0151adc90 .a8cc9a7a75a8868 , #add85a0151adc90 .a8cc9a7a75a8868 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#add85a0151adc90 .uk-grid {
  margin-left: -60px;
}
#add85a0151adc90 .uk-grid > * {
  padding-left: 60px;
}
#add85a0151adc90 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#add85a0151adc90 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #add85a0151adc90 .uk-position-center-left-out {
    left: -30px;
  }
  #add85a0151adc90 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#adb24afe74aad50 {
  overflow: hidden;
  pointer-events: none;
}
#adb24afe74aad50 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#adb24afe74aad50 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#adb24afe74aad50 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#adb24afe74aad50 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#adb24afe74aad50 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#adb24afe74aad50 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#adb24afe74aad50 > .tab-wrap > div > .tab-nav,
#adb24afe74aad50 > .tab-nav,
#adb24afe74aad50 > .tab-tabs > .tab-wrap > div > .tab-nav,
#adb24afe74aad50 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#adb24afe74aad50 > .tab-wrap > div > .tab-nav-horizontal,
#adb24afe74aad50 > .tab-nav-horizontal,
#adb24afe74aad50 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#adb24afe74aad50 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#adb24afe74aad50 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#adb24afe74aad50 > .tab-nav-horizontal::-webkit-scrollbar,
#adb24afe74aad50 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#adb24afe74aad50 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#adb24afe74aad50 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#adb24afe74aad50 > .tab-nav-horizontal.tagScroll,
#adb24afe74aad50 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#adb24afe74aad50 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#adb24afe74aad50 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#adb24afe74aad50 > .tab-nav-horizontal.tagScroll li a,
#adb24afe74aad50 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#adb24afe74aad50 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#adb24afe74aad50 > .tab-wrap > div > .tab-nav a,
#adb24afe74aad50 > .tab-nav a,
#adb24afe74aad50 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#adb24afe74aad50 > .tab-tabs > .tab-nav a {
  padding: 0 10px;
}
#adb24afe74aad50 > .tab-wrap > div > .tab-nav li a,
#adb24afe74aad50 > .tab-nav li a,
#adb24afe74aad50 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#adb24afe74aad50 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 10px;
}
#adb24afe74aad50 > .tab-wrap > div > .tab-nav li a svg,
#adb24afe74aad50 > .tab-nav li a svg,
#adb24afe74aad50 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#adb24afe74aad50 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#adb24afe74aad50 > .tab-wrap > div > .tab-nav li a .ap_icon,
#adb24afe74aad50 > .tab-nav li a .ap_icon,
#adb24afe74aad50 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#adb24afe74aad50 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#adb24afe74aad50 > .tab-wrap > div > .tab-nav li a:hover,
#adb24afe74aad50 > .tab-nav li a:hover,
#adb24afe74aad50 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#adb24afe74aad50 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 2px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#adb24afe74aad50 > .tab-wrap > div > .tab-nav li.uk-active a,
#adb24afe74aad50 > .tab-nav li.uk-active a,
#adb24afe74aad50 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#adb24afe74aad50 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 2px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#adb24afe74aad50 .layout-left li,
#adb24afe74aad50 .layout-center li,
#adb24afe74aad50 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#adb24afe74aad50 .layout-left li a,
#adb24afe74aad50 .layout-center li a,
#adb24afe74aad50 .layout-right li a {
  height: 100%;
}
#adb24afe74aad50 > .tab-tabs .layout-left {
  text-align: left;
}
#adb24afe74aad50 > .tab-tabs .layout-center {
  text-align: center;
}
#adb24afe74aad50 > .tab-tabs .layout-right {
  text-align: right;
}
#adb24afe74aad50 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#adb24afe74aad50 .tab-content-wrap {
  background-color: transparent;
}
#adb24afe74aad50 .tab-contents,
#adb24afe74aad50 .tab-contents-wrap {
  pointer-events: none;
}
#adb24afe74aad50 .tab-content,
#adb24afe74aad50 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#adb24afe74aad50 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#adb24afe74aad50 .tab-wrap .tab-contents {
  height: 100%;
}
#adb24afe74aad50 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa2dea6499a862a .a8970a6844a31a6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#aa2dea6499a862a .a5db6a9578a225f {
  overflow: hidden;
}
#aa2dea6499a862a .a5db6a9578a225f , #aa2dea6499a862a .a5db6a9578a225f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#aa2dea6499a862a .uk-grid {
  margin-left: -60px;
}
#aa2dea6499a862a .uk-grid > * {
  padding-left: 60px;
}
#aa2dea6499a862a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa2dea6499a862a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa2dea6499a862a .uk-position-center-left-out {
    left: -30px;
  }
  #aa2dea6499a862a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a17cca93ccae902 .a818aa094fa89f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a17cca93ccae902 .af3efa62dfa3a29 {
  overflow: hidden;
}
#a17cca93ccae902 .af3efa62dfa3a29 , #a17cca93ccae902 .af3efa62dfa3a29 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a17cca93ccae902 .uk-grid {
  margin-left: -60px;
}
#a17cca93ccae902 .uk-grid > * {
  padding-left: 60px;
}
#a17cca93ccae902 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a17cca93ccae902 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a17cca93ccae902 .uk-position-center-left-out {
    left: -30px;
  }
  #a17cca93ccae902 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa971a3aa1ac665 .a5d4ca2c77ad712 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#aa971a3aa1ac665 .aeaf6a1720af33a {
  overflow: hidden;
}
#aa971a3aa1ac665 .aeaf6a1720af33a , #aa971a3aa1ac665 .aeaf6a1720af33a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#aa971a3aa1ac665 .uk-grid {
  margin-left: -60px;
}
#aa971a3aa1ac665 .uk-grid > * {
  padding-left: 60px;
}
#aa971a3aa1ac665 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa971a3aa1ac665 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa971a3aa1ac665 .uk-position-center-left-out {
    left: -30px;
  }
  #aa971a3aa1ac665 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a99d6a38e5a7a43 {
  overflow: hidden;
  pointer-events: none;
}
#a99d6a38e5a7a43 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a99d6a38e5a7a43 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a99d6a38e5a7a43 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a99d6a38e5a7a43 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a99d6a38e5a7a43 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a99d6a38e5a7a43 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a99d6a38e5a7a43 > .tab-wrap > div > .tab-nav,
#a99d6a38e5a7a43 > .tab-nav,
#a99d6a38e5a7a43 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a99d6a38e5a7a43 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a99d6a38e5a7a43 > .tab-wrap > div > .tab-nav-horizontal,
#a99d6a38e5a7a43 > .tab-nav-horizontal,
#a99d6a38e5a7a43 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a99d6a38e5a7a43 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a99d6a38e5a7a43 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a99d6a38e5a7a43 > .tab-nav-horizontal::-webkit-scrollbar,
#a99d6a38e5a7a43 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a99d6a38e5a7a43 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a99d6a38e5a7a43 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a99d6a38e5a7a43 > .tab-nav-horizontal.tagScroll,
#a99d6a38e5a7a43 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a99d6a38e5a7a43 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a99d6a38e5a7a43 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a99d6a38e5a7a43 > .tab-nav-horizontal.tagScroll li a,
#a99d6a38e5a7a43 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a99d6a38e5a7a43 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a99d6a38e5a7a43 > .tab-wrap > div > .tab-nav a,
#a99d6a38e5a7a43 > .tab-nav a,
#a99d6a38e5a7a43 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a99d6a38e5a7a43 > .tab-tabs > .tab-nav a {
  padding: 0 10px;
}
#a99d6a38e5a7a43 > .tab-wrap > div > .tab-nav li a,
#a99d6a38e5a7a43 > .tab-nav li a,
#a99d6a38e5a7a43 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a99d6a38e5a7a43 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 10px;
}
#a99d6a38e5a7a43 > .tab-wrap > div > .tab-nav li a svg,
#a99d6a38e5a7a43 > .tab-nav li a svg,
#a99d6a38e5a7a43 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a99d6a38e5a7a43 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a99d6a38e5a7a43 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a99d6a38e5a7a43 > .tab-nav li a .ap_icon,
#a99d6a38e5a7a43 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a99d6a38e5a7a43 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a99d6a38e5a7a43 > .tab-wrap > div > .tab-nav li a:hover,
#a99d6a38e5a7a43 > .tab-nav li a:hover,
#a99d6a38e5a7a43 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a99d6a38e5a7a43 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 2px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#a99d6a38e5a7a43 > .tab-wrap > div > .tab-nav li.uk-active a,
#a99d6a38e5a7a43 > .tab-nav li.uk-active a,
#a99d6a38e5a7a43 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a99d6a38e5a7a43 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 2px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#a99d6a38e5a7a43 .layout-left li,
#a99d6a38e5a7a43 .layout-center li,
#a99d6a38e5a7a43 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a99d6a38e5a7a43 .layout-left li a,
#a99d6a38e5a7a43 .layout-center li a,
#a99d6a38e5a7a43 .layout-right li a {
  height: 100%;
}
#a99d6a38e5a7a43 > .tab-tabs .layout-left {
  text-align: left;
}
#a99d6a38e5a7a43 > .tab-tabs .layout-center {
  text-align: center;
}
#a99d6a38e5a7a43 > .tab-tabs .layout-right {
  text-align: right;
}
#a99d6a38e5a7a43 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a99d6a38e5a7a43 .tab-content-wrap {
  background-color: transparent;
}
#a99d6a38e5a7a43 .tab-contents,
#a99d6a38e5a7a43 .tab-contents-wrap {
  pointer-events: none;
}
#a99d6a38e5a7a43 .tab-content,
#a99d6a38e5a7a43 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a99d6a38e5a7a43 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a99d6a38e5a7a43 .tab-wrap .tab-contents {
  height: 100%;
}
#a99d6a38e5a7a43 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a15a8a48cdad975 .a7d8aa5022aab43 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a15a8a48cdad975 .a51a3a7366ac806 {
  overflow: hidden;
}
#a15a8a48cdad975 .a51a3a7366ac806 , #a15a8a48cdad975 .a51a3a7366ac806 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a15a8a48cdad975 .uk-grid {
  margin-left: -60px;
}
#a15a8a48cdad975 .uk-grid > * {
  padding-left: 60px;
}
#a15a8a48cdad975 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a15a8a48cdad975 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a15a8a48cdad975 .uk-position-center-left-out {
    left: -30px;
  }
  #a15a8a48cdad975 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae7d0a451da4ffd .a9813a13e7a355a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#ae7d0a451da4ffd .ac2ffadd80ae7d2 {
  overflow: hidden;
}
#ae7d0a451da4ffd .ac2ffadd80ae7d2 , #ae7d0a451da4ffd .ac2ffadd80ae7d2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ae7d0a451da4ffd .uk-grid {
  margin-left: -60px;
}
#ae7d0a451da4ffd .uk-grid > * {
  padding-left: 60px;
}
#ae7d0a451da4ffd .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ae7d0a451da4ffd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae7d0a451da4ffd .uk-position-center-left-out {
    left: -30px;
  }
  #ae7d0a451da4ffd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae1d6aaab7a514e .a627faaf4dae064 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#ae1d6aaab7a514e .aa3eba0f30ae172 {
  overflow: hidden;
}
#ae1d6aaab7a514e .aa3eba0f30ae172 , #ae1d6aaab7a514e .aa3eba0f30ae172 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ae1d6aaab7a514e .uk-grid {
  margin-left: -60px;
}
#ae1d6aaab7a514e .uk-grid > * {
  padding-left: 60px;
}
#ae1d6aaab7a514e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ae1d6aaab7a514e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae1d6aaab7a514e .uk-position-center-left-out {
    left: -30px;
  }
  #ae1d6aaab7a514e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a08f9a98d5a115d .abc06ab9e9a3526 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a08f9a98d5a115d .ad3cea687ead23e {
  overflow: hidden;
}
#a08f9a98d5a115d .ad3cea687ead23e , #a08f9a98d5a115d .ad3cea687ead23e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a08f9a98d5a115d .uk-grid {
  margin-left: -60px;
}
#a08f9a98d5a115d .uk-grid > * {
  padding-left: 60px;
}
#a08f9a98d5a115d .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a08f9a98d5a115d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a08f9a98d5a115d .uk-position-center-left-out {
    left: -30px;
  }
  #a08f9a98d5a115d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a80b1a4670a0a8a .a1be0ad1bcae558 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a80b1a4670a0a8a .a7bfcabaf6ab4b5 {
  overflow: hidden;
}
#a80b1a4670a0a8a .a7bfcabaf6ab4b5 , #a80b1a4670a0a8a .a7bfcabaf6ab4b5 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a80b1a4670a0a8a .uk-grid {
  margin-left: -60px;
}
#a80b1a4670a0a8a .uk-grid > * {
  padding-left: 60px;
}
#a80b1a4670a0a8a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a80b1a4670a0a8a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a80b1a4670a0a8a .uk-position-center-left-out {
    left: -30px;
  }
  #a80b1a4670a0a8a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab083a9536a8daa {
  overflow: hidden;
  pointer-events: none;
}
#ab083a9536a8daa > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab083a9536a8daa > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ab083a9536a8daa > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab083a9536a8daa > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab083a9536a8daa > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ab083a9536a8daa > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab083a9536a8daa > .tab-wrap > div > .tab-nav,
#ab083a9536a8daa > .tab-nav,
#ab083a9536a8daa > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab083a9536a8daa > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#ab083a9536a8daa > .tab-wrap > div > .tab-nav-horizontal,
#ab083a9536a8daa > .tab-nav-horizontal,
#ab083a9536a8daa > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab083a9536a8daa > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab083a9536a8daa > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab083a9536a8daa > .tab-nav-horizontal::-webkit-scrollbar,
#ab083a9536a8daa > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab083a9536a8daa > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab083a9536a8daa > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab083a9536a8daa > .tab-nav-horizontal.tagScroll,
#ab083a9536a8daa > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab083a9536a8daa > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ab083a9536a8daa > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab083a9536a8daa > .tab-nav-horizontal.tagScroll li a,
#ab083a9536a8daa > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab083a9536a8daa > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab083a9536a8daa > .tab-wrap > div > .tab-nav a,
#ab083a9536a8daa > .tab-nav a,
#ab083a9536a8daa > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab083a9536a8daa > .tab-tabs > .tab-nav a {
  padding: 0 10px;
}
#ab083a9536a8daa > .tab-wrap > div > .tab-nav li a,
#ab083a9536a8daa > .tab-nav li a,
#ab083a9536a8daa > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab083a9536a8daa > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 10px;
}
#ab083a9536a8daa > .tab-wrap > div > .tab-nav li a svg,
#ab083a9536a8daa > .tab-nav li a svg,
#ab083a9536a8daa > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab083a9536a8daa > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab083a9536a8daa > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab083a9536a8daa > .tab-nav li a .ap_icon,
#ab083a9536a8daa > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab083a9536a8daa > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab083a9536a8daa > .tab-wrap > div > .tab-nav li a:hover,
#ab083a9536a8daa > .tab-nav li a:hover,
#ab083a9536a8daa > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab083a9536a8daa > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 2px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#ab083a9536a8daa > .tab-wrap > div > .tab-nav li.uk-active a,
#ab083a9536a8daa > .tab-nav li.uk-active a,
#ab083a9536a8daa > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab083a9536a8daa > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 2px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#ab083a9536a8daa .layout-left li,
#ab083a9536a8daa .layout-center li,
#ab083a9536a8daa .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab083a9536a8daa .layout-left li a,
#ab083a9536a8daa .layout-center li a,
#ab083a9536a8daa .layout-right li a {
  height: 100%;
}
#ab083a9536a8daa > .tab-tabs .layout-left {
  text-align: left;
}
#ab083a9536a8daa > .tab-tabs .layout-center {
  text-align: center;
}
#ab083a9536a8daa > .tab-tabs .layout-right {
  text-align: right;
}
#ab083a9536a8daa .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ab083a9536a8daa .tab-content-wrap {
  background-color: transparent;
}
#ab083a9536a8daa .tab-contents,
#ab083a9536a8daa .tab-contents-wrap {
  pointer-events: none;
}
#ab083a9536a8daa .tab-content,
#ab083a9536a8daa .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab083a9536a8daa .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab083a9536a8daa .tab-wrap .tab-contents {
  height: 100%;
}
#ab083a9536a8daa .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaf29af1caa2e38 .a029ea6ca6a718d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#aaf29af1caa2e38 .a2491a073ea3fb7 {
  overflow: hidden;
}
#aaf29af1caa2e38 .a2491a073ea3fb7 , #aaf29af1caa2e38 .a2491a073ea3fb7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#aaf29af1caa2e38 .uk-grid {
  margin-left: -60px;
}
#aaf29af1caa2e38 .uk-grid > * {
  padding-left: 60px;
}
#aaf29af1caa2e38 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aaf29af1caa2e38 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aaf29af1caa2e38 .uk-position-center-left-out {
    left: -30px;
  }
  #aaf29af1caa2e38 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3cf5a69c5a35aa .a9431a9448a42c8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a3cf5a69c5a35aa .a133dabbf1a9bdf {
  overflow: hidden;
}
#a3cf5a69c5a35aa .a133dabbf1a9bdf , #a3cf5a69c5a35aa .a133dabbf1a9bdf > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a3cf5a69c5a35aa .uk-grid {
  margin-left: -60px;
}
#a3cf5a69c5a35aa .uk-grid > * {
  padding-left: 60px;
}
#a3cf5a69c5a35aa .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3cf5a69c5a35aa .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3cf5a69c5a35aa .uk-position-center-left-out {
    left: -30px;
  }
  #a3cf5a69c5a35aa .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1a93aa1f9a19d1 .abb24a4be0a1962 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a1a93aa1f9a19d1 .a70f0a1e74a7f4c {
  overflow: hidden;
}
#a1a93aa1f9a19d1 .a70f0a1e74a7f4c , #a1a93aa1f9a19d1 .a70f0a1e74a7f4c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a1a93aa1f9a19d1 .uk-grid {
  margin-left: -60px;
}
#a1a93aa1f9a19d1 .uk-grid > * {
  padding-left: 60px;
}
#a1a93aa1f9a19d1 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a1a93aa1f9a19d1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1a93aa1f9a19d1 .uk-position-center-left-out {
    left: -30px;
  }
  #a1a93aa1f9a19d1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6bbca2bceac103 .a509ea95feaf922 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a6bbca2bceac103 .af1eeabc8bac0c5 {
  overflow: hidden;
}
#a6bbca2bceac103 .af1eeabc8bac0c5 , #a6bbca2bceac103 .af1eeabc8bac0c5 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a6bbca2bceac103 .uk-grid {
  margin-left: -60px;
}
#a6bbca2bceac103 .uk-grid > * {
  padding-left: 60px;
}
#a6bbca2bceac103 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6bbca2bceac103 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6bbca2bceac103 .uk-position-center-left-out {
    left: -30px;
  }
  #a6bbca2bceac103 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#adfc7a1ddaa55aa .ac505a32caa4db2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#adfc7a1ddaa55aa .aabaaafde0a22e5 {
  overflow: hidden;
}
#adfc7a1ddaa55aa .aabaaafde0a22e5 , #adfc7a1ddaa55aa .aabaaafde0a22e5 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#adfc7a1ddaa55aa .uk-grid {
  margin-left: -60px;
}
#adfc7a1ddaa55aa .uk-grid > * {
  padding-left: 60px;
}
#adfc7a1ddaa55aa .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adfc7a1ddaa55aa .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #adfc7a1ddaa55aa .uk-position-center-left-out {
    left: -30px;
  }
  #adfc7a1ddaa55aa .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8013ab122ac608 .a9cbcab60aa1293 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a8013ab122ac608 .a568ba2089aa0fd {
  overflow: hidden;
}
#a8013ab122ac608 .a568ba2089aa0fd , #a8013ab122ac608 .a568ba2089aa0fd > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a8013ab122ac608 .uk-grid {
  margin-left: -60px;
}
#a8013ab122ac608 .uk-grid > * {
  padding-left: 60px;
}
#a8013ab122ac608 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8013ab122ac608 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8013ab122ac608 .uk-position-center-left-out {
    left: -30px;
  }
  #a8013ab122ac608 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a68aea962aa1ccf {
  overflow: hidden;
  pointer-events: none;
}
#a68aea962aa1ccf > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a68aea962aa1ccf > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a68aea962aa1ccf > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a68aea962aa1ccf > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a68aea962aa1ccf > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a68aea962aa1ccf > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a68aea962aa1ccf > .tab-wrap > div > .tab-nav,
#a68aea962aa1ccf > .tab-nav,
#a68aea962aa1ccf > .tab-tabs > .tab-wrap > div > .tab-nav,
#a68aea962aa1ccf > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a68aea962aa1ccf > .tab-wrap > div > .tab-nav-horizontal,
#a68aea962aa1ccf > .tab-nav-horizontal,
#a68aea962aa1ccf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a68aea962aa1ccf > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a68aea962aa1ccf > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a68aea962aa1ccf > .tab-nav-horizontal::-webkit-scrollbar,
#a68aea962aa1ccf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a68aea962aa1ccf > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a68aea962aa1ccf > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a68aea962aa1ccf > .tab-nav-horizontal.tagScroll,
#a68aea962aa1ccf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a68aea962aa1ccf > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a68aea962aa1ccf > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a68aea962aa1ccf > .tab-nav-horizontal.tagScroll li a,
#a68aea962aa1ccf > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a68aea962aa1ccf > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a68aea962aa1ccf > .tab-wrap > div > .tab-nav a,
#a68aea962aa1ccf > .tab-nav a,
#a68aea962aa1ccf > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a68aea962aa1ccf > .tab-tabs > .tab-nav a {
  padding: 0 10px;
}
#a68aea962aa1ccf > .tab-wrap > div > .tab-nav li a,
#a68aea962aa1ccf > .tab-nav li a,
#a68aea962aa1ccf > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a68aea962aa1ccf > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 10px;
}
#a68aea962aa1ccf > .tab-wrap > div > .tab-nav li a svg,
#a68aea962aa1ccf > .tab-nav li a svg,
#a68aea962aa1ccf > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a68aea962aa1ccf > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a68aea962aa1ccf > .tab-wrap > div > .tab-nav li a .ap_icon,
#a68aea962aa1ccf > .tab-nav li a .ap_icon,
#a68aea962aa1ccf > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a68aea962aa1ccf > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a68aea962aa1ccf > .tab-wrap > div > .tab-nav li a:hover,
#a68aea962aa1ccf > .tab-nav li a:hover,
#a68aea962aa1ccf > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a68aea962aa1ccf > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 2px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#a68aea962aa1ccf > .tab-wrap > div > .tab-nav li.uk-active a,
#a68aea962aa1ccf > .tab-nav li.uk-active a,
#a68aea962aa1ccf > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a68aea962aa1ccf > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 2px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#a68aea962aa1ccf .layout-left li,
#a68aea962aa1ccf .layout-center li,
#a68aea962aa1ccf .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a68aea962aa1ccf .layout-left li a,
#a68aea962aa1ccf .layout-center li a,
#a68aea962aa1ccf .layout-right li a {
  height: 100%;
}
#a68aea962aa1ccf > .tab-tabs .layout-left {
  text-align: left;
}
#a68aea962aa1ccf > .tab-tabs .layout-center {
  text-align: center;
}
#a68aea962aa1ccf > .tab-tabs .layout-right {
  text-align: right;
}
#a68aea962aa1ccf .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a68aea962aa1ccf .tab-content-wrap {
  background-color: transparent;
}
#a68aea962aa1ccf .tab-contents,
#a68aea962aa1ccf .tab-contents-wrap {
  pointer-events: none;
}
#a68aea962aa1ccf .tab-content,
#a68aea962aa1ccf .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a68aea962aa1ccf .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a68aea962aa1ccf .tab-wrap .tab-contents {
  height: 100%;
}
#a68aea962aa1ccf .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa566a7f28a8b0c .a2b8ea7090a7335 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#aa566a7f28a8b0c .acc77a5b1eac3e2 {
  overflow: hidden;
}
#aa566a7f28a8b0c .acc77a5b1eac3e2 , #aa566a7f28a8b0c .acc77a5b1eac3e2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#aa566a7f28a8b0c .uk-grid {
  margin-left: -60px;
}
#aa566a7f28a8b0c .uk-grid > * {
  padding-left: 60px;
}
#aa566a7f28a8b0c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa566a7f28a8b0c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa566a7f28a8b0c .uk-position-center-left-out {
    left: -30px;
  }
  #aa566a7f28a8b0c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa0f3abcd5a1831 .a14a2aa75fa93f9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#aa0f3abcd5a1831 .a96c9a8443a1d37 {
  overflow: hidden;
}
#aa0f3abcd5a1831 .a96c9a8443a1d37 , #aa0f3abcd5a1831 .a96c9a8443a1d37 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#aa0f3abcd5a1831 .uk-grid {
  margin-left: -60px;
}
#aa0f3abcd5a1831 .uk-grid > * {
  padding-left: 60px;
}
#aa0f3abcd5a1831 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aa0f3abcd5a1831 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa0f3abcd5a1831 .uk-position-center-left-out {
    left: -30px;
  }
  #aa0f3abcd5a1831 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aeadfab01ea013b {
  overflow: hidden;
  pointer-events: none;
}
#aeadfab01ea013b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aeadfab01ea013b > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aeadfab01ea013b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aeadfab01ea013b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aeadfab01ea013b > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aeadfab01ea013b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aeadfab01ea013b > .tab-wrap > div > .tab-nav,
#aeadfab01ea013b > .tab-nav,
#aeadfab01ea013b > .tab-tabs > .tab-wrap > div > .tab-nav,
#aeadfab01ea013b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#aeadfab01ea013b > .tab-wrap > div > .tab-nav-horizontal,
#aeadfab01ea013b > .tab-nav-horizontal,
#aeadfab01ea013b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aeadfab01ea013b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aeadfab01ea013b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aeadfab01ea013b > .tab-nav-horizontal::-webkit-scrollbar,
#aeadfab01ea013b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aeadfab01ea013b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aeadfab01ea013b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aeadfab01ea013b > .tab-nav-horizontal.tagScroll,
#aeadfab01ea013b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aeadfab01ea013b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#aeadfab01ea013b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aeadfab01ea013b > .tab-nav-horizontal.tagScroll li a,
#aeadfab01ea013b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aeadfab01ea013b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aeadfab01ea013b > .tab-wrap > div > .tab-nav a,
#aeadfab01ea013b > .tab-nav a,
#aeadfab01ea013b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aeadfab01ea013b > .tab-tabs > .tab-nav a {
  padding: 0 10px;
}
#aeadfab01ea013b > .tab-wrap > div > .tab-nav li a,
#aeadfab01ea013b > .tab-nav li a,
#aeadfab01ea013b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aeadfab01ea013b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 10px;
}
#aeadfab01ea013b > .tab-wrap > div > .tab-nav li a svg,
#aeadfab01ea013b > .tab-nav li a svg,
#aeadfab01ea013b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aeadfab01ea013b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aeadfab01ea013b > .tab-wrap > div > .tab-nav li a .ap_icon,
#aeadfab01ea013b > .tab-nav li a .ap_icon,
#aeadfab01ea013b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aeadfab01ea013b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aeadfab01ea013b > .tab-wrap > div > .tab-nav li a:hover,
#aeadfab01ea013b > .tab-nav li a:hover,
#aeadfab01ea013b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aeadfab01ea013b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 2px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#aeadfab01ea013b > .tab-wrap > div > .tab-nav li.uk-active a,
#aeadfab01ea013b > .tab-nav li.uk-active a,
#aeadfab01ea013b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aeadfab01ea013b > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 2px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#aeadfab01ea013b .layout-left li,
#aeadfab01ea013b .layout-center li,
#aeadfab01ea013b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aeadfab01ea013b .layout-left li a,
#aeadfab01ea013b .layout-center li a,
#aeadfab01ea013b .layout-right li a {
  height: 100%;
}
#aeadfab01ea013b > .tab-tabs .layout-left {
  text-align: left;
}
#aeadfab01ea013b > .tab-tabs .layout-center {
  text-align: center;
}
#aeadfab01ea013b > .tab-tabs .layout-right {
  text-align: right;
}
#aeadfab01ea013b .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#aeadfab01ea013b .tab-content-wrap {
  background-color: transparent;
}
#aeadfab01ea013b .tab-contents,
#aeadfab01ea013b .tab-contents-wrap {
  pointer-events: none;
}
#aeadfab01ea013b .tab-content,
#aeadfab01ea013b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aeadfab01ea013b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aeadfab01ea013b .tab-wrap .tab-contents {
  height: 100%;
}
#aeadfab01ea013b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#af286a3bd5a8e6a .aba94af0e0a6910 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#af286a3bd5a8e6a .af147aca12acc62 {
  overflow: hidden;
}
#af286a3bd5a8e6a .af147aca12acc62 , #af286a3bd5a8e6a .af147aca12acc62 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#af286a3bd5a8e6a .uk-grid {
  margin-left: -60px;
}
#af286a3bd5a8e6a .uk-grid > * {
  padding-left: 60px;
}
#af286a3bd5a8e6a .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af286a3bd5a8e6a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af286a3bd5a8e6a .uk-position-center-left-out {
    left: -30px;
  }
  #af286a3bd5a8e6a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a43e2a2f3fa24b5 .ae30ca804da2f94 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a43e2a2f3fa24b5 .ae3d2aba9aac31e {
  overflow: hidden;
}
#a43e2a2f3fa24b5 .ae3d2aba9aac31e , #a43e2a2f3fa24b5 .ae3d2aba9aac31e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a43e2a2f3fa24b5 .uk-grid {
  margin-left: -60px;
}
#a43e2a2f3fa24b5 .uk-grid > * {
  padding-left: 60px;
}
#a43e2a2f3fa24b5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a43e2a2f3fa24b5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a43e2a2f3fa24b5 .uk-position-center-left-out {
    left: -30px;
  }
  #a43e2a2f3fa24b5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7deca671aaeaef .afc1aa1196ac11a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a7deca671aaeaef .ab9f8a0593a6afd {
  overflow: hidden;
}
#a7deca671aaeaef .ab9f8a0593a6afd , #a7deca671aaeaef .ab9f8a0593a6afd > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a7deca671aaeaef .uk-grid {
  margin-left: -60px;
}
#a7deca671aaeaef .uk-grid > * {
  padding-left: 60px;
}
#a7deca671aaeaef .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7deca671aaeaef .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7deca671aaeaef .uk-position-center-left-out {
    left: -30px;
  }
  #a7deca671aaeaef .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab4fda9d64a1473 {
  overflow: hidden;
  pointer-events: none;
}
#ab4fda9d64a1473 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab4fda9d64a1473 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ab4fda9d64a1473 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab4fda9d64a1473 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab4fda9d64a1473 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ab4fda9d64a1473 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab4fda9d64a1473 > .tab-wrap > div > .tab-nav,
#ab4fda9d64a1473 > .tab-nav,
#ab4fda9d64a1473 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab4fda9d64a1473 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#ab4fda9d64a1473 > .tab-wrap > div > .tab-nav-horizontal,
#ab4fda9d64a1473 > .tab-nav-horizontal,
#ab4fda9d64a1473 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab4fda9d64a1473 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab4fda9d64a1473 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab4fda9d64a1473 > .tab-nav-horizontal::-webkit-scrollbar,
#ab4fda9d64a1473 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab4fda9d64a1473 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab4fda9d64a1473 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab4fda9d64a1473 > .tab-nav-horizontal.tagScroll,
#ab4fda9d64a1473 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab4fda9d64a1473 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ab4fda9d64a1473 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab4fda9d64a1473 > .tab-nav-horizontal.tagScroll li a,
#ab4fda9d64a1473 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab4fda9d64a1473 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab4fda9d64a1473 > .tab-wrap > div > .tab-nav a,
#ab4fda9d64a1473 > .tab-nav a,
#ab4fda9d64a1473 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab4fda9d64a1473 > .tab-tabs > .tab-nav a {
  padding: 0 10px;
}
#ab4fda9d64a1473 > .tab-wrap > div > .tab-nav li a,
#ab4fda9d64a1473 > .tab-nav li a,
#ab4fda9d64a1473 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab4fda9d64a1473 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 10px;
}
#ab4fda9d64a1473 > .tab-wrap > div > .tab-nav li a svg,
#ab4fda9d64a1473 > .tab-nav li a svg,
#ab4fda9d64a1473 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab4fda9d64a1473 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab4fda9d64a1473 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab4fda9d64a1473 > .tab-nav li a .ap_icon,
#ab4fda9d64a1473 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab4fda9d64a1473 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab4fda9d64a1473 > .tab-wrap > div > .tab-nav li a:hover,
#ab4fda9d64a1473 > .tab-nav li a:hover,
#ab4fda9d64a1473 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab4fda9d64a1473 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 2px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#ab4fda9d64a1473 > .tab-wrap > div > .tab-nav li.uk-active a,
#ab4fda9d64a1473 > .tab-nav li.uk-active a,
#ab4fda9d64a1473 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab4fda9d64a1473 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 2px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#ab4fda9d64a1473 .layout-left li,
#ab4fda9d64a1473 .layout-center li,
#ab4fda9d64a1473 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab4fda9d64a1473 .layout-left li a,
#ab4fda9d64a1473 .layout-center li a,
#ab4fda9d64a1473 .layout-right li a {
  height: 100%;
}
#ab4fda9d64a1473 > .tab-tabs .layout-left {
  text-align: left;
}
#ab4fda9d64a1473 > .tab-tabs .layout-center {
  text-align: center;
}
#ab4fda9d64a1473 > .tab-tabs .layout-right {
  text-align: right;
}
#ab4fda9d64a1473 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ab4fda9d64a1473 .tab-content-wrap {
  background-color: transparent;
}
#ab4fda9d64a1473 .tab-contents,
#ab4fda9d64a1473 .tab-contents-wrap {
  pointer-events: none;
}
#ab4fda9d64a1473 .tab-content,
#ab4fda9d64a1473 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab4fda9d64a1473 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab4fda9d64a1473 .tab-wrap .tab-contents {
  height: 100%;
}
#ab4fda9d64a1473 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#adf99aea28a1da0 .a2ee7a2fc6af017 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#adf99aea28a1da0 .aaac3a6b38ac995 {
  overflow: hidden;
}
#adf99aea28a1da0 .aaac3a6b38ac995 , #adf99aea28a1da0 .aaac3a6b38ac995 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(0, 0, 0, 1);}#adf99aea28a1da0 .uk-grid {
  margin-left: -60px;
}
#adf99aea28a1da0 .uk-grid > * {
  padding-left: 60px;
}
#adf99aea28a1da0 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#adf99aea28a1da0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #adf99aea28a1da0 .uk-position-center-left-out {
    left: -30px;
  }
  #adf99aea28a1da0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5939a048ca8f7c {
  overflow: hidden;
  pointer-events: none;
}
#a5939a048ca8f7c > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5939a048ca8f7c > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a5939a048ca8f7c > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5939a048ca8f7c > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5939a048ca8f7c > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a5939a048ca8f7c > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5939a048ca8f7c > .tab-wrap > div > .tab-nav,
#a5939a048ca8f7c > .tab-nav,
#a5939a048ca8f7c > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5939a048ca8f7c > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a5939a048ca8f7c > .tab-wrap > div > .tab-nav-horizontal,
#a5939a048ca8f7c > .tab-nav-horizontal,
#a5939a048ca8f7c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5939a048ca8f7c > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5939a048ca8f7c > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5939a048ca8f7c > .tab-nav-horizontal::-webkit-scrollbar,
#a5939a048ca8f7c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5939a048ca8f7c > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5939a048ca8f7c > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5939a048ca8f7c > .tab-nav-horizontal.tagScroll,
#a5939a048ca8f7c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5939a048ca8f7c > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a5939a048ca8f7c > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5939a048ca8f7c > .tab-nav-horizontal.tagScroll li a,
#a5939a048ca8f7c > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5939a048ca8f7c > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5939a048ca8f7c > .tab-wrap > div > .tab-nav a,
#a5939a048ca8f7c > .tab-nav a,
#a5939a048ca8f7c > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5939a048ca8f7c > .tab-tabs > .tab-nav a {
  padding: 0 10px;
}
#a5939a048ca8f7c > .tab-wrap > div > .tab-nav li a,
#a5939a048ca8f7c > .tab-nav li a,
#a5939a048ca8f7c > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5939a048ca8f7c > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0 10px;
}
#a5939a048ca8f7c > .tab-wrap > div > .tab-nav li a svg,
#a5939a048ca8f7c > .tab-nav li a svg,
#a5939a048ca8f7c > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5939a048ca8f7c > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5939a048ca8f7c > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5939a048ca8f7c > .tab-nav li a .ap_icon,
#a5939a048ca8f7c > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5939a048ca8f7c > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5939a048ca8f7c > .tab-wrap > div > .tab-nav li a:hover,
#a5939a048ca8f7c > .tab-nav li a:hover,
#a5939a048ca8f7c > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5939a048ca8f7c > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 2px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#a5939a048ca8f7c > .tab-wrap > div > .tab-nav li.uk-active a,
#a5939a048ca8f7c > .tab-nav li.uk-active a,
#a5939a048ca8f7c > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5939a048ca8f7c > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 2px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#a5939a048ca8f7c .layout-left li,
#a5939a048ca8f7c .layout-center li,
#a5939a048ca8f7c .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5939a048ca8f7c .layout-left li a,
#a5939a048ca8f7c .layout-center li a,
#a5939a048ca8f7c .layout-right li a {
  height: 100%;
}
#a5939a048ca8f7c > .tab-tabs .layout-left {
  text-align: left;
}
#a5939a048ca8f7c > .tab-tabs .layout-center {
  text-align: center;
}
#a5939a048ca8f7c > .tab-tabs .layout-right {
  text-align: right;
}
#a5939a048ca8f7c .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a5939a048ca8f7c .tab-content-wrap {
  background-color: transparent;
}
#a5939a048ca8f7c .tab-contents,
#a5939a048ca8f7c .tab-contents-wrap {
  pointer-events: none;
}
#a5939a048ca8f7c .tab-content,
#a5939a048ca8f7c .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5939a048ca8f7c .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5939a048ca8f7c .tab-wrap .tab-contents {
  height: 100%;
}
#a5939a048ca8f7c .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ae6b7a7c2aa8ea9 .uk-navbar-item,
#ae6b7a7c2aa8ea9 .uk-navbar-nav > li > a,
#ae6b7a7c2aa8ea9 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ae6b7a7c2aa8ea9 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae6b7a7c2aa8ea9 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ae6b7a7c2aa8ea9 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ae6b7a7c2aa8ea9 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#ae6b7a7c2aa8ea9 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ae6b7a7c2aa8ea9 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#ae6b7a7c2aa8ea9 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ae6b7a7c2aa8ea9 .logo {
  display: inline-block;
}
#ae6b7a7c2aa8ea9 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ae6b7a7c2aa8ea9 .ap-header-top {
    padding: 15px 10px;
  }
}
#a3798aed20aaeca .round-image {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}
#ab8f8a9835aa9c6 .feature-color-item {
  padding: 30px 0 28px;
  text-align: center;
  position: relative;
  z-index: 1;
  min-height: 152px;
}
#ab8f8a9835aa9c6 .feature-color-item .uk-h5 {
  color: #fff;
  line-height: 24px;
  font-weight: bolder;
}
#ab8f8a9835aa9c6 .feature-color-item::before {
  position: absolute;
  left: 6px;
  top: 6px;
  content: "";
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  z-index: -1;
}
#ab8f8a9835aa9c6 .ap-button-stack {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #d0021b;
  padding: 10px 45px 11px 45px;
  color: #333333;
  background: #FFF;
}
#ab8daa2da7a3626 .uk-card-media-left {
  min-height: 200px;
}
#ab8daa2da7a3626 .h-float .uk-card {
  transition: all .3s ease;
}
#ac993af4a8a335f .ap-counter {
  position: relative;
}
#ac993af4a8a335f .ap-counter + .el-mark {
  font-size: 20px;
  font-weight: 600;
}
#ac993af4a8a335f .ap-counter:not(.is-mark)::after {
  content: "+";
}
#ac993af4a8a335f .uk-first-column {
  float: left;
  padding-right: 10px;
}
#a6f57a85f7a84f4 .uk-grid-item-match {
  min-height: 200px;
}
#a9050aaa42a3b2b .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #d0021b;
  color: #d0021b;
  display: inline-block;
  cursor: pointer;
}
#a9050aaa42a3b2b .filter-nav li.uk-active {
  color: #fff;
  background-color: #d0021b;
}
#a9050aaa42a3b2b .text-style figure {
  background: transparent;
}
#a9050aaa42a3b2b .text-style:hover figure {
  background: #d0021b;
}
#a9050aaa42a3b2b .gallery-item img {
  opacity: 1 !important;
}
#a9050aaa42a3b2b .gallery-item:hover figure img {
  opacity: .6 !important;
}
#a3f2ea1f6dac559 .el-process-item {
  position: relative;
}
#a3f2ea1f6dac559 .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#a3f2ea1f6dac559 .el-process-item-linker {
  position: absolute;
  height: 1px;
  top: 25px;
  left: calc(50% - -52px);
  overflow: hidden;
  background: #999999;
  width: calc(100% - 82px);
}
@media (max-width: 960px) {
  #a3f2ea1f6dac559 .el-process-item .el-process-item-linker {
    display: none;
  }
}
#ad02ca542fa4023 > .ele-wrap {background-color: rgba(0, 0, 0, 0.2);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5ff4aca5da1d6b > .ele-wrap {border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 6px;border-bottom-width: 6px;border-top-width: 6px;border-right-style: none;border-left-color: rgba(245, 166, 73, 1);border-bottom-color: rgba(245, 166, 73, 1);border-top-color: rgba(245, 166, 73, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}#a3798aed20aaeca [data-item="items"] .uk-card {
                border-radius: 5px !important; overflow: hidden;
            } #a3798aed20aaeca [data-item*=".title"], #a3798aed20aaeca [data-item*=".title"] a {bold: false;color: rgba(238, 170, 59, 1);font-family: null;italic: false;font-size: 15px;max-words: 32;}#a3798aed20aaeca [data-item*=".abstract"], #a3798aed20aaeca [data-item*=".abstract"] a {show: true;}#a3798aed20aaeca [data-item*=".subTitle"], #a3798aed20aaeca [data-item*=".subTitle"] a {show: true;}#a3798aed20aaeca [data-item*=".category"], #a3798aed20aaeca [data-item*=".category"] a {show: true;}#accf7a95ebab478 > .ele-wrap {box-shadow: 0px 0px 0px 0px ;background-image: url(/resources/upload/a6bdaa0f92a4f0b/1682476092149.jpeg);}#accf7a95ebab478 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/a6bdaa0f92a4f0b/1682476092149.jpeg);background-position: center center;}#accf7a95ebab478  > .ele-wrap:hover {background-image: url(/resources/upload/a6bdaa0f92a4f0b/1682476115444.jpeg);}#accf7a95ebab478 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/a6bdaa0f92a4f0b/1682476115444.jpeg);}#adba0a02daa8934 > .ele-wrap {box-shadow: 0px 0px 0px 0px ;background-image: url(/resources/upload/a6bdaa0f92a4f0b/1682476464303.jpeg);}#adba0a02daa8934 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/a6bdaa0f92a4f0b/1682476464303.jpeg);background-position: center center;}#adba0a02daa8934  > .ele-wrap:hover {background-image: url(/resources/upload/a6bdaa0f92a4f0b/1682476484511.jpeg);}#adba0a02daa8934 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/a6bdaa0f92a4f0b/1682476484511.jpeg);}#a929bac87fa3659 > .ele-wrap {box-shadow: 0px 0px 0px 0px ;background-image: url(/resources/upload/a6bdaa0f92a4f0b/1682476622124.jpeg);}#a929bac87fa3659 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/a6bdaa0f92a4f0b/1682476622124.jpeg);background-position: center center;}#a929bac87fa3659  > .ele-wrap:hover {background-image: url(/resources/upload/a6bdaa0f92a4f0b/1682476638577.jpeg);}#a929bac87fa3659 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/a6bdaa0f92a4f0b/1682476638577.jpeg);}#af42aa465ca5434 > .ele-wrap {box-shadow: 0px 0px 0px 0px ;background-image: url(/resources/upload/a6bdaa0f92a4f0b/1682476715189.jpeg);}#af42aa465ca5434 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/a6bdaa0f92a4f0b/1682476715189.jpeg);background-position: center center;}#af42aa465ca5434  > .ele-wrap:hover {background-image: url(/resources/upload/a6bdaa0f92a4f0b/1682476734903.jpeg);}#af42aa465ca5434 .hover-content-wrap:nth-child(2)
                            {background-image: url(/resources/upload/a6bdaa0f92a4f0b/1682476734903.jpeg);}#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#af2f6aa1caa5489 .uk-navbar-item,
#af2f6aa1caa5489 .uk-navbar-nav > li > a,
#af2f6aa1caa5489 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#af2f6aa1caa5489 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#af2f6aa1caa5489 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#af2f6aa1caa5489 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#af2f6aa1caa5489 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#af2f6aa1caa5489 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#af2f6aa1caa5489 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#af2f6aa1caa5489 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#af2f6aa1caa5489 .logo {
  display: inline-block;
}
#af2f6aa1caa5489 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #af2f6aa1caa5489 .ap-header-top {
    padding: 15px 10px;
  }
}
#ae38ca9ad4a8347 .ab582af333aa70c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-radius: 0px;}#ae38ca9ad4a8347 .ab582af333aa70c .hover-content-wrap:nth-child(2)
                            {background-color: rgba(208, 2, 27, 1);}#ae38ca9ad4a8347 .abdfca2ee6af809 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#ae38ca9ad4a8347 .aa147a535ba9cd3 {
  overflow: hidden;
}
#ae38ca9ad4a8347 .aa147a535ba9cd3 , #ae38ca9ad4a8347 .aa147a535ba9cd3 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(0, 0, 0, 1);}#ae38ca9ad4a8347 .a4147ade04aba31 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#ae38ca9ad4a8347 .aba23ad789af95d > .ele-wrap {background-color: rgba(0, 0, 0, 0.62);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;}#ae38ca9ad4a8347 .a57c0a02dda2931 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 16px;justify-content: center;background-color: transparent;}#ae38ca9ad4a8347 .ad16aa1592abba9 {
  overflow: hidden;
}
#ae38ca9ad4a8347 .ad16aa1592abba9 , #ae38ca9ad4a8347 .ad16aa1592abba9 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 17px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae38ca9ad4a8347 .uk-grid {
  margin-left: -20px;
}
#ae38ca9ad4a8347 .uk-grid > * {
  padding-left: 20px;
}
#ae38ca9ad4a8347 .uk-grid > .uk-grid-margin {
  margin-top: 25px;
}
#ae38ca9ad4a8347 .dynamic-list-item {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
#ae38ca9ad4a8347 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae38ca9ad4a8347 .uk-position-center-left-out {
    left: -30px;
  }
  #ae38ca9ad4a8347 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a74e4aa98ca54ec .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #000000;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;border-width: 0px;}#a74e4aa98ca54ec .ele-wrap:hover {background-color: #0483cc;background-color: rgba(23, 17, 109, 1);color: #ffffff;}#afb9aa9b6da8d4b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a51f2a5f1ea1fab .aa714ad7a2a5b8a .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a51f2a5f1ea1fab .a1a2aa3332aa7eb .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a51f2a5f1ea1fab .a60a7af28cae03b > .ele-wrap {background-color: rgba(0, 0, 0, 0.37);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}#a51f2a5f1ea1fab .a5ea0a30d4abf47 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 14px;justify-content: center;background-color: transparent;}#a51f2a5f1ea1fab .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a51f2a5f1ea1fab .uk-position-center-left-out {
    left: -30px;
  }
  #a51f2a5f1ea1fab .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a63d0abb35a8632 .accedacf5baaaf7 .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a63d0abb35a8632 .ac212afc85aa973 .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a63d0abb35a8632 .a5d9caaf54a8b8d > .ele-wrap {background-color: rgba(0, 0, 0, 0.37);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}#a63d0abb35a8632 .a2088a0ca9acfb6 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 14px;justify-content: center;background-color: transparent;}#a63d0abb35a8632 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a63d0abb35a8632 .uk-position-center-left-out {
    left: -30px;
  }
  #a63d0abb35a8632 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8d5cace54a70ee .a14b8a68f9aac97 .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a8d5cace54a70ee .a21a3a1102af70c .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a8d5cace54a70ee .a74dda7f38aa0e3 > .ele-wrap {background-color: rgba(0, 0, 0, 0.37);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}#a8d5cace54a70ee .a14cca77c3a1b5e .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 14px;justify-content: center;background-color: transparent;}#a8d5cace54a70ee .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8d5cace54a70ee .uk-position-center-left-out {
    left: -30px;
  }
  #a8d5cace54a70ee .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab587a1e17ada0a .af016a88c8a7106 .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#ab587a1e17ada0a .a7f17a0830a1275 .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#ab587a1e17ada0a .aea9daca2fac86e > .ele-wrap {background-color: rgba(0, 0, 0, 0.37);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}#ab587a1e17ada0a .a2b0bafe06a6f84 .ele-wrap {color: #ffffff;border-width: 0px;border-style: solid;font-size: 14px;justify-content: center;background-color: transparent;}#ab587a1e17ada0a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab587a1e17ada0a .uk-position-center-left-out {
    left: -30px;
  }
  #ab587a1e17ada0a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa065ae7cda2b1d {
  overflow: hidden;
  pointer-events: none;
}
#aa065ae7cda2b1d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa065ae7cda2b1d > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#aa065ae7cda2b1d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa065ae7cda2b1d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa065ae7cda2b1d > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#aa065ae7cda2b1d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa065ae7cda2b1d > .tab-wrap > div > .tab-nav,
#aa065ae7cda2b1d > .tab-nav,
#aa065ae7cda2b1d > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa065ae7cda2b1d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-style: none;
}
#aa065ae7cda2b1d > .tab-wrap > div > .tab-nav-horizontal,
#aa065ae7cda2b1d > .tab-nav-horizontal,
#aa065ae7cda2b1d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa065ae7cda2b1d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa065ae7cda2b1d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa065ae7cda2b1d > .tab-nav-horizontal::-webkit-scrollbar,
#aa065ae7cda2b1d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa065ae7cda2b1d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa065ae7cda2b1d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa065ae7cda2b1d > .tab-nav-horizontal.tagScroll,
#aa065ae7cda2b1d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa065ae7cda2b1d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#aa065ae7cda2b1d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa065ae7cda2b1d > .tab-nav-horizontal.tagScroll li a,
#aa065ae7cda2b1d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa065ae7cda2b1d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa065ae7cda2b1d > .tab-wrap > div > .tab-nav a,
#aa065ae7cda2b1d > .tab-nav a,
#aa065ae7cda2b1d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa065ae7cda2b1d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aa065ae7cda2b1d > .tab-wrap > div > .tab-nav li a,
#aa065ae7cda2b1d > .tab-nav li a,
#aa065ae7cda2b1d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa065ae7cda2b1d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  background-color: #ffffff;
}
#aa065ae7cda2b1d > .tab-wrap > div > .tab-nav li a svg,
#aa065ae7cda2b1d > .tab-nav li a svg,
#aa065ae7cda2b1d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa065ae7cda2b1d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa065ae7cda2b1d > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa065ae7cda2b1d > .tab-nav li a .ap_icon,
#aa065ae7cda2b1d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa065ae7cda2b1d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa065ae7cda2b1d > .tab-wrap > div > .tab-nav li a:hover,
#aa065ae7cda2b1d > .tab-nav li a:hover,
#aa065ae7cda2b1d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa065ae7cda2b1d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#aa065ae7cda2b1d > .tab-wrap > div > .tab-nav li.uk-active a,
#aa065ae7cda2b1d > .tab-nav li.uk-active a,
#aa065ae7cda2b1d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa065ae7cda2b1d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
  background-color: #d0021b;
}
#aa065ae7cda2b1d > .tab-wrap > div > .tab-nav li:last-child a,
#aa065ae7cda2b1d > .tab-nav li:last-child a,
#aa065ae7cda2b1d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#aa065ae7cda2b1d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#aa065ae7cda2b1d .layout-left li,
#aa065ae7cda2b1d .layout-center li,
#aa065ae7cda2b1d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa065ae7cda2b1d .layout-left li a,
#aa065ae7cda2b1d .layout-center li a,
#aa065ae7cda2b1d .layout-right li a {
  height: 100%;
}
#aa065ae7cda2b1d > .tab-tabs .layout-left {
  text-align: left;
}
#aa065ae7cda2b1d > .tab-tabs .layout-center {
  text-align: center;
}
#aa065ae7cda2b1d > .tab-tabs .layout-right {
  text-align: right;
}
#aa065ae7cda2b1d .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#aa065ae7cda2b1d .tab-content-wrap {
  background-color: transparent;
}
#aa065ae7cda2b1d .tab-contents,
#aa065ae7cda2b1d .tab-contents-wrap {
  pointer-events: none;
}
#aa065ae7cda2b1d .tab-content,
#aa065ae7cda2b1d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa065ae7cda2b1d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa065ae7cda2b1d .tab-wrap .tab-contents {
  height: 100%;
}
#aa065ae7cda2b1d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a2c78a7fdaa804a .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #000000;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 5px;justify-content: center;border-style: solid;border-width: 0px;}#a2c78a7fdaa804a .ele-wrap:hover {background-color: #0483cc;background-color: rgba(23, 17, 109, 1);color: #ffffff;}#a8cdca34d2a253c > .ele-wrap {background-color: rgba(22, 17, 99, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-right-radius: 0px;border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;border-top-left-radius: 0px;border-right-color: rgba(102, 102, 102, 1);border-left-color: rgba(102, 102, 102, 1);border-bottom-color: rgba(102, 102, 102, 1);border-top-color: rgba(102, 102, 102, 1);}#a6a0ba6219ac786 .a03b5ae59fa51f2 > .ele-wrap {background-color: rgba(216, 216, 216, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6a0ba6219ac786 .ae1cfa0165a8c48 > .ele-wrap {background-color: rgba(230, 230, 230, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6a0ba6219ac786 .a31deab7ebaf6e9 {
  overflow: hidden;
}
#a6a0ba6219ac786 .a31deab7ebaf6e9 , #a6a0ba6219ac786 .a31deab7ebaf6e9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a6a0ba6219ac786 .a31deab7ebaf6e9:hover , #a6a0ba6219ac786 .a31deab7ebaf6e9 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(218, 37, 28, 1);}#a6a0ba6219ac786 .afab1af213ade80 {
  overflow: hidden;
}
#a6a0ba6219ac786 .afab1af213ade80 , #a6a0ba6219ac786 .afab1af213ade80 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(124, 124, 124, 1);}#a6a0ba6219ac786 .a9241a29dea182f .ele-wrap {color: #000000;border-width: 0px;border-style: solid;font-size: 14px;justify-content: flex-start;background-color: transparent;}#a6a0ba6219ac786 .a9241a29dea182f .ele-wrap:hover {color: #da251c;}#a6a0ba6219ac786 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6a0ba6219ac786 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6a0ba6219ac786 .uk-position-center-left-out {
    left: -30px;
  }
  #a6a0ba6219ac786 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7d5daad34a1bae .acdd6a2c46a6595 > .ele-wrap {background-color: rgba(216, 216, 216, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7d5daad34a1bae .a87bfa3492a3ec5 > .ele-wrap {background-color: rgba(230, 230, 230, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7d5daad34a1bae .a5708a81c4a427a {
  overflow: hidden;
}
#a7d5daad34a1bae .a5708a81c4a427a , #a7d5daad34a1bae .a5708a81c4a427a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a7d5daad34a1bae .a5708a81c4a427a:hover , #a7d5daad34a1bae .a5708a81c4a427a *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(218, 37, 28, 1);}#a7d5daad34a1bae .a10caa586ba3996 {
  overflow: hidden;
}
#a7d5daad34a1bae .a10caa586ba3996 , #a7d5daad34a1bae .a10caa586ba3996 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(124, 124, 124, 1);}#a7d5daad34a1bae .ae3e5a78fcaf4cc .ele-wrap {color: #000000;border-width: 0px;border-style: solid;font-size: 14px;justify-content: flex-start;background-color: transparent;}#a7d5daad34a1bae .ae3e5a78fcaf4cc .ele-wrap:hover {color: #da251c;}#a7d5daad34a1bae .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7d5daad34a1bae .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7d5daad34a1bae .uk-position-center-left-out {
    left: -30px;
  }
  #a7d5daad34a1bae .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#acf8ba9adeacbdb .acb34a711ba5d9d > .ele-wrap {background-color: rgba(216, 216, 216, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acf8ba9adeacbdb .a2971a1158aaa13 > .ele-wrap {background-color: rgba(230, 230, 230, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acf8ba9adeacbdb .a115bab73ba9bd8 {
  overflow: hidden;
}
#acf8ba9adeacbdb .a115bab73ba9bd8 , #acf8ba9adeacbdb .a115bab73ba9bd8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#acf8ba9adeacbdb .a115bab73ba9bd8:hover , #acf8ba9adeacbdb .a115bab73ba9bd8 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(218, 37, 28, 1);}#acf8ba9adeacbdb .a2593a9948aa8bc {
  overflow: hidden;
}
#acf8ba9adeacbdb .a2593a9948aa8bc , #acf8ba9adeacbdb .a2593a9948aa8bc > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(124, 124, 124, 1);}#acf8ba9adeacbdb .a793ca0bc6a10eb .ele-wrap {color: #000000;border-width: 0px;border-style: solid;font-size: 14px;justify-content: flex-start;background-color: transparent;}#acf8ba9adeacbdb .a793ca0bc6a10eb .ele-wrap:hover {color: #da251c;}#acf8ba9adeacbdb .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#acf8ba9adeacbdb .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acf8ba9adeacbdb .uk-position-center-left-out {
    left: -30px;
  }
  #acf8ba9adeacbdb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6201a3677afdff .ad631afb15ac439 > .ele-wrap {background-color: rgba(216, 216, 216, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6201a3677afdff .a701eae96ba620d > .ele-wrap {background-color: rgba(230, 230, 230, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6201a3677afdff .a22c4a72c2a5666 {
  overflow: hidden;
}
#a6201a3677afdff .a22c4a72c2a5666 , #a6201a3677afdff .a22c4a72c2a5666 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#a6201a3677afdff .a22c4a72c2a5666:hover , #a6201a3677afdff .a22c4a72c2a5666 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(218, 37, 28, 1);}#a6201a3677afdff .a5180a6774aed0a {
  overflow: hidden;
}
#a6201a3677afdff .a5180a6774aed0a , #a6201a3677afdff .a5180a6774aed0a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(124, 124, 124, 1);}#a6201a3677afdff .aa98aa897ca202c .ele-wrap {color: #000000;border-width: 0px;border-style: solid;font-size: 14px;justify-content: flex-start;background-color: transparent;}#a6201a3677afdff .aa98aa897ca202c .ele-wrap:hover {color: #da251c;}#a6201a3677afdff .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6201a3677afdff .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6201a3677afdff .uk-position-center-left-out {
    left: -30px;
  }
  #a6201a3677afdff .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad967ab3d0a1b2c .a5ac2ab215a817e > .ele-wrap {background-color: rgba(216, 216, 216, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad967ab3d0a1b2c .a5fcdad20dab5b8 > .ele-wrap {background-color: rgba(230, 230, 230, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad967ab3d0a1b2c .ac5aface53a5d4e {
  overflow: hidden;
}
#ad967ab3d0a1b2c .ac5aface53a5d4e , #ad967ab3d0a1b2c .ac5aface53a5d4e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}#ad967ab3d0a1b2c .ac5aface53a5d4e:hover , #ad967ab3d0a1b2c .ac5aface53a5d4e *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(218, 37, 28, 1);}#ad967ab3d0a1b2c .a20f5ae126ac987 {
  overflow: hidden;
}
#ad967ab3d0a1b2c .a20f5ae126ac987 , #ad967ab3d0a1b2c .a20f5ae126ac987 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad967ab3d0a1b2c .abfeda52eaab346 .ele-wrap {color: #000000;border-width: 0px;border-style: solid;font-size: 14px;justify-content: flex-start;background-color: transparent;}#ad967ab3d0a1b2c .abfeda52eaab346 .ele-wrap:hover {color: #da251c;}#ad967ab3d0a1b2c .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad967ab3d0a1b2c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad967ab3d0a1b2c .uk-position-center-left-out {
    left: -30px;
  }
  #ad967ab3d0a1b2c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0544ae3e4ab050 {
  overflow: hidden;
  pointer-events: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a0544ae3e4ab050 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 35px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a0544ae3e4ab050 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a0544ae3e4ab050 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0544ae3e4ab050 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 35px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a0544ae3e4ab050 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a0544ae3e4ab050 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a0544ae3e4ab050 > .tab-wrap > div > .tab-nav,
#a0544ae3e4ab050 > .tab-nav,
#a0544ae3e4ab050 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a0544ae3e4ab050 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-style: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a0544ae3e4ab050 > .tab-wrap > div > .tab-nav-horizontal,
#a0544ae3e4ab050 > .tab-nav-horizontal,
#a0544ae3e4ab050 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a0544ae3e4ab050 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a0544ae3e4ab050 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0544ae3e4ab050 > .tab-nav-horizontal::-webkit-scrollbar,
#a0544ae3e4ab050 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a0544ae3e4ab050 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a0544ae3e4ab050 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0544ae3e4ab050 > .tab-nav-horizontal.tagScroll,
#a0544ae3e4ab050 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a0544ae3e4ab050 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 35px;
  overflow-x: auto;
}
#a0544ae3e4ab050 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0544ae3e4ab050 > .tab-nav-horizontal.tagScroll li a,
#a0544ae3e4ab050 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a0544ae3e4ab050 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a0544ae3e4ab050 > .tab-wrap > div > .tab-nav a,
#a0544ae3e4ab050 > .tab-nav a,
#a0544ae3e4ab050 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a0544ae3e4ab050 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a0544ae3e4ab050 > .tab-wrap > div > .tab-nav li a,
#a0544ae3e4ab050 > .tab-nav li a,
#a0544ae3e4ab050 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a0544ae3e4ab050 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 35px;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: inherit;
  color: #000000;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  background-color: #ffffff;
}
#a0544ae3e4ab050 > .tab-wrap > div > .tab-nav li a svg,
#a0544ae3e4ab050 > .tab-nav li a svg,
#a0544ae3e4ab050 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a0544ae3e4ab050 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a0544ae3e4ab050 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0544ae3e4ab050 > .tab-nav li a .ap_icon,
#a0544ae3e4ab050 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a0544ae3e4ab050 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a0544ae3e4ab050 > .tab-wrap > div > .tab-nav li a:hover,
#a0544ae3e4ab050 > .tab-nav li a:hover,
#a0544ae3e4ab050 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a0544ae3e4ab050 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a0544ae3e4ab050 > .tab-wrap > div > .tab-nav li.uk-active a,
#a0544ae3e4ab050 > .tab-nav li.uk-active a,
#a0544ae3e4ab050 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a0544ae3e4ab050 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
  background-color: #d0021b;
}
#a0544ae3e4ab050 > .tab-wrap > div > .tab-nav li:last-child a,
#a0544ae3e4ab050 > .tab-nav li:last-child a,
#a0544ae3e4ab050 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a0544ae3e4ab050 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a0544ae3e4ab050 .layout-left li,
#a0544ae3e4ab050 .layout-center li,
#a0544ae3e4ab050 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a0544ae3e4ab050 .layout-left li a,
#a0544ae3e4ab050 .layout-center li a,
#a0544ae3e4ab050 .layout-right li a {
  height: 100%;
}
#a0544ae3e4ab050 > .tab-tabs .layout-left {
  text-align: left;
}
#a0544ae3e4ab050 > .tab-tabs .layout-center {
  text-align: center;
}
#a0544ae3e4ab050 > .tab-tabs .layout-right {
  text-align: right;
}
#a0544ae3e4ab050 .tab-contents {
  height: 100%;
  height: calc(100% - 35px);
}
#a0544ae3e4ab050 .tab-content-wrap {
  background-color: transparent;
}
#a0544ae3e4ab050 .tab-contents,
#a0544ae3e4ab050 .tab-contents-wrap {
  pointer-events: none;
}
#a0544ae3e4ab050 .tab-content,
#a0544ae3e4ab050 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a0544ae3e4ab050 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a0544ae3e4ab050 .tab-wrap .tab-contents {
  height: 100%;
}
#a0544ae3e4ab050 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a878aa97c8ab6ca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a4d37a96f5add66 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: ;
  overflow: hidden;
  transition: all .3s ease;
}
#a4d37a96f5add66 .marquee-wrap .marquee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#a4d37a96f5add66 .marquee-wrap .marquee-item .datetime {
  flex-shrink: 0;
  margin-left: 10px;
}
#a4d37a96f5add66 .marquee-wrap .marquee-item .title {
  text-align: left;
  flex: 1;
}
#a4d37a96f5add66 .marquee-wrap .marquee-item svg,
#a4d37a96f5add66 .marquee-wrap .marquee-item .list-icon {
  width: 14px;
  fill: currentColor;
  display: inline-block;
  margin-right: 6px;
}
#a4d37a96f5add66 .marquee-wrap:hover {
  background: ;
}
#a4d37a96f5add66 .marquee-wrap .content {
  position: absolute;
}
#a4d37a96f5add66 .marquee-wrap.vertical .marquee-item {
  display: flex;
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Regular;
  color: #303030;
  line-height: 48px;
}
#a4d37a96f5add66 .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Regular;
  color: #d0021b;
}
#a4d37a96f5add66 .marquee-wrap.horizontal .marquee-item {
  display: inline-flex;
  font-size: 14px;
  color: #666;
  height: 100%;
  width: 250px;
  overflow: hidden;
  line-height: 365px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Regular;
  color: #303030;
  line-height: 48px;
}
#a4d37a96f5add66 .marquee-wrap.horizontal .marquee-item span {
  line-height: 365px;
}
#a4d37a96f5add66 .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Regular;
  color: #d0021b;
}
#a1e2ea0799aba16 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(124, 124, 124, 0.5);border-right-color: rgba(124, 124, 124, 0.5);border-left-color: rgba(124, 124, 124, 0.5);border-bottom-color: rgba(124, 124, 124, 0.5);}#a1e2ea0799aba16  > .ele-wrap:hover {border-right-color: rgba(124, 124, 124, 0.5);border-right-width: 1px;border-left-color: rgba(124, 124, 124, 0.5);border-bottom-color: rgba(124, 124, 124, 0.5);border-top-color: rgba(124, 124, 124, 0.5);border-left-width: 1px;border-bottom-width: 1px;border-top-width: 1px;}#aaa61ac927a10b1 > .ele-wrap {background-color: rgba(197, 34, 52, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac6e5ad10aab9dc .a9144a8bc2a36c0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac6e5ad10aab9dc .a9144a8bc2a36c0  > .ele-wrap:hover {border-bottom-color: rgba(208, 2, 27, 1);border-bottom-width: 0px;border-bottom-style: dashed;box-shadow: 0px 3px 3px 0px rgba(102, 102, 102, 0.6);}#ac6e5ad10aab9dc .a538daede6a1a35 {
  overflow: hidden;
}
#ac6e5ad10aab9dc .a538daede6a1a35 , #ac6e5ad10aab9dc .a538daede6a1a35 > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(0, 0, 0, 1);}#ac6e5ad10aab9dc .a538daede6a1a35:hover , #ac6e5ad10aab9dc .a538daede6a1a35 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(208, 2, 27, 1);}#ac6e5ad10aab9dc .a5f66a153ca4dc3 {
  overflow: hidden;
}
#ac6e5ad10aab9dc .a5f66a153ca4dc3 , #ac6e5ad10aab9dc .a5f66a153ca4dc3 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(208, 2, 27, 1);}#ac6e5ad10aab9dc .uk-grid > .uk-grid-margin {
  margin-top: nullpx;
}
#ac6e5ad10aab9dc .dynamic-list-item {
  border-bottom-color: #cccccc;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
#ac6e5ad10aab9dc .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac6e5ad10aab9dc .uk-position-center-left-out {
    left: -30px;
  }
  #ac6e5ad10aab9dc .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b4aa5282a0e3c > .ele-wrap {background-color: rgba(22, 17, 99, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acfaea04f7af4a3 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(208, 2, 27, 1);}#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a3719a8a87a5622 .uk-navbar-item,
#a3719a8a87a5622 .uk-navbar-nav > li > a,
#a3719a8a87a5622 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a3719a8a87a5622 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3719a8a87a5622 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a3719a8a87a5622 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a3719a8a87a5622 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a3719a8a87a5622 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a3719a8a87a5622 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a3719a8a87a5622 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a3719a8a87a5622 .logo {
  display: inline-block;
}
#a3719a8a87a5622 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a3719a8a87a5622 .ap-header-top {
    padding: 15px 10px;
  }
}
#a802ead31bad44a a, #a802ead31bad44a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a802ead31bad44a a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a6bd0a1699a1666 .uk-grid {
  margin-left: -15px;
}
#a6bd0a1699a1666 .uk-grid > * {
  padding-left: 15px;
}
#a6bd0a1699a1666 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a6bd0a1699a1666 .ap-category-filter ul li.active {
  border-color: #d0021b;
  color: #d0021b;
}
#a6bd0a1699a1666 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a6bd0a1699a1666 .article .info {
  padding: 20px 10px;
  position: relative;
}
#a6bd0a1699a1666 .article .info p {
  margin: 10px 0 10px;
}
#a6bd0a1699a1666 .article svg {
  fill: currentColor;
}
#a6bd0a1699a1666 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#a6bd0a1699a1666 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#a6bd0a1699a1666 .article.list-icon .info {
  padding-left: 25px;
}
#a6bd0a1699a1666 .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#a6bd0a1699a1666 .article .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a6bd0a1699a1666 .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #7c7c7c;
}
#a6bd0a1699a1666 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a6bd0a1699a1666 .article:hover .title {
  color: #626262;
}
#a6bd0a1699a1666 .article:hover .datetime {
  color: #b6b6b6;
}
#a6bd0a1699a1666 .article:hover .category {
  color: #b6b6b6;
}
#a6bd0a1699a1666 .article:hover .abstract {
  color: #b6b6b6;
}
#a6bd0a1699a1666 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a6bd0a1699a1666 .article:hover .list_icon {
  color: #b6b6b6;
}
#a6bd0a1699a1666 .uk-pagination li.uk-active {
  background-color: #da251c;
  border-color: #da251c;
}
#a6bd0a1699a1666 .uk-pagination li:hover {
  border-color: #da251c;
}
#a9ee1af410abd52 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(155, 155, 155, 0.33);border-left-color: rgba(155, 155, 155, 0.33);border-bottom-color: rgba(155, 155, 155, 0.33);border-top-color: rgba(155, 155, 155, 0.33);}.cd-accordion-menu {
  width: 100%;
}
.cd-accordion-menu ul {
  display: none;
}
.cd-accordion-menu li {
  user-select: none;
}
.cd-accordion-menu input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label,
.cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 15px 0 15px 32px;
  background: #4d5158;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}
.no-touch .cd-accordion-menu label:hover,
.no-touch .cd-accordion-menu a:hover {
  background: #52565d;
}
.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu label > svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  transform-origin: center center;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.cd-accordion-menu input[type="checkbox"]:checked + label > svg {
  transform: translateY(-50%) rotate(90deg);
}
.cd-accordion-menu input[type="checkbox"]:checked + label + ul,
.cd-accordion-menu input[type="checkbox"]:checked + label:nth-of-type(n) + ul {
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  background: #35383d;
  box-shadow: inset 0 -1px #2c2e32;
  padding-left: 56px;
}
.no-touch .cd-accordion-menu ul label:hover,
.no-touch .cd-accordion-menu ul a:hover {
  background: #3c3f45;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label > svg {
  left: 36px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 80px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 98px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
#a3c50a8c95af76b .cd-accordion-menu label,
#a3c50a8c95af76b .cd-accordion-menu a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  box-shadow: inset 0 -1px #f5f5f5;
}
#a3c50a8c95af76b .menu-list > ul > li.active > a,
#a3c50a8c95af76b .menu-list > ul > li.active > label,
#a3c50a8c95af76b .menu-list > ul > li:hover > a,
#a3c50a8c95af76b .menu-list > ul > li:hover > label {
  color: #fff;
  background: #da251c;
  box-shadow: none;
  background-color: #da251c;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a3c50a8c95af76b .menu-list > ul > li.active > a,
#a3c50a8c95af76b .menu-list > ul > li.active > label {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #da251c;
}
#a3c50a8c95af76b .cd-accordion-menu ul li > a:hover,
#a3c50a8c95af76b .cd-accordion-menu ul li > label:hover {
  box-shadow: none;
}
#aae45aa531ae66f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(155, 155, 155, 0.33);border-left-color: rgba(155, 155, 155, 0.33);border-bottom-color: rgba(155, 155, 155, 0.33);border-top-color: rgba(155, 155, 155, 0.33);}#ad8a9a7b9aaea6e .ap-category-filter ul li.active {
  border-color: #d0021b;
  color: #d0021b;
}
#ad8a9a7b9aaea6e .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ad8a9a7b9aaea6e .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ad8a9a7b9aaea6e .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ad8a9a7b9aaea6e .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ad8a9a7b9aaea6e .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ad8a9a7b9aaea6e .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;
}
#ad8a9a7b9aaea6e .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ad8a9a7b9aaea6e .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ad8a9a7b9aaea6e .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ad8a9a7b9aaea6e .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ad8a9a7b9aaea6e .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ad8a9a7b9aaea6e .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ad8a9a7b9aaea6e .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ad8a9a7b9aaea6e .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ad8a9a7b9aaea6e .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ad8a9a7b9aaea6e .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ad8a9a7b9aaea6e .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ad8a9a7b9aaea6e .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ad8a9a7b9aaea6e .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;
  }
}
#ad8a9a7b9aaea6e .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#ad8a9a7b9aaea6e .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ad8a9a7b9aaea6e .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ad8a9a7b9aaea6e .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#ad8a9a7b9aaea6e .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad8a9a7b9aaea6e .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#ad8a9a7b9aaea6e .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ad8a9a7b9aaea6e .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ad8a9a7b9aaea6e .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ad8a9a7b9aaea6e .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#ad8a9a7b9aaea6e .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#ad8a9a7b9aaea6e .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ad8a9a7b9aaea6e .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#ad8a9a7b9aaea6e .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a4e02ae259a0f95 .uk-navbar-item,
#a4e02ae259a0f95 .uk-navbar-nav > li > a,
#a4e02ae259a0f95 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a4e02ae259a0f95 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a4e02ae259a0f95 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a4e02ae259a0f95 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a4e02ae259a0f95 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a4e02ae259a0f95 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a4e02ae259a0f95 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a4e02ae259a0f95 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a4e02ae259a0f95 .logo {
  display: inline-block;
}
#a4e02ae259a0f95 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a4e02ae259a0f95 .ap-header-top {
    padding: 15px 10px;
  }
}
#a339ca87c6ac77e a, #a339ca87c6ac77e {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a339ca87c6ac77e a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a82bca3faca659f .uk-grid {
  margin-left: -15px;
}
#a82bca3faca659f .uk-grid > * {
  padding-left: 15px;
}
#a82bca3faca659f .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a82bca3faca659f .ap-category-filter ul li.active {
  border-color: #d0021b;
  color: #d0021b;
}
#a82bca3faca659f .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a82bca3faca659f .article .info {
  padding: 20px 10px;
  position: relative;
}
#a82bca3faca659f .article .info p {
  margin: 10px 0 10px;
}
#a82bca3faca659f .article svg {
  fill: currentColor;
}
#a82bca3faca659f .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#a82bca3faca659f .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#a82bca3faca659f .article.list-icon .info {
  padding-left: 25px;
}
#a82bca3faca659f .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#a82bca3faca659f .article .title {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a82bca3faca659f .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #7c7c7c;
}
#a82bca3faca659f .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a82bca3faca659f .article:hover .title {
  color: #626262;
}
#a82bca3faca659f .article:hover .datetime {
  color: #b6b6b6;
}
#a82bca3faca659f .article:hover .category {
  color: #b6b6b6;
}
#a82bca3faca659f .article:hover .abstract {
  color: #b6b6b6;
}
#a82bca3faca659f .article:hover .btn_icon {
  color: #b6b6b6;
}
#a82bca3faca659f .article:hover .list_icon {
  color: #b6b6b6;
}
#a82bca3faca659f .uk-pagination li.uk-active {
  background-color: #da251c;
  border-color: #da251c;
}
#a82bca3faca659f .uk-pagination li:hover {
  border-color: #da251c;
}
#a6b76a2675ac94d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(155, 155, 155, 0.33);border-left-color: rgba(155, 155, 155, 0.33);border-bottom-color: rgba(155, 155, 155, 0.33);border-top-color: rgba(155, 155, 155, 0.33);}.cd-accordion-menu {
  width: 100%;
}
.cd-accordion-menu ul {
  display: none;
}
.cd-accordion-menu li {
  user-select: none;
}
.cd-accordion-menu input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label,
.cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 15px 0 15px 32px;
  background: #4d5158;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}
.no-touch .cd-accordion-menu label:hover,
.no-touch .cd-accordion-menu a:hover {
  background: #52565d;
}
.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu label > svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  transform-origin: center center;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.cd-accordion-menu input[type="checkbox"]:checked + label > svg {
  transform: translateY(-50%) rotate(90deg);
}
.cd-accordion-menu input[type="checkbox"]:checked + label + ul,
.cd-accordion-menu input[type="checkbox"]:checked + label:nth-of-type(n) + ul {
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  background: #35383d;
  box-shadow: inset 0 -1px #2c2e32;
  padding-left: 56px;
}
.no-touch .cd-accordion-menu ul label:hover,
.no-touch .cd-accordion-menu ul a:hover {
  background: #3c3f45;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label > svg {
  left: 36px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 80px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 98px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
#a2503a4bd3ada04 .cd-accordion-menu label,
#a2503a4bd3ada04 .cd-accordion-menu a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  box-shadow: inset 0 -1px #f5f5f5;
}
#a2503a4bd3ada04 .menu-list > ul > li.active > a,
#a2503a4bd3ada04 .menu-list > ul > li.active > label,
#a2503a4bd3ada04 .menu-list > ul > li:hover > a,
#a2503a4bd3ada04 .menu-list > ul > li:hover > label {
  color: #fff;
  background: #da251c;
  box-shadow: none;
  background-color: #da251c;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a2503a4bd3ada04 .menu-list > ul > li.active > a,
#a2503a4bd3ada04 .menu-list > ul > li.active > label {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #da251c;
}
#a2503a4bd3ada04 .cd-accordion-menu ul li > a:hover,
#a2503a4bd3ada04 .cd-accordion-menu ul li > label:hover {
  box-shadow: none;
}
#a656aa924aaf3b1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(155, 155, 155, 0.33);border-left-color: rgba(155, 155, 155, 0.33);border-bottom-color: rgba(155, 155, 155, 0.33);border-top-color: rgba(155, 155, 155, 0.33);}#a6f4da9097a4feb .ap-category-filter ul li.active {
  border-color: #d0021b;
  color: #d0021b;
}
#a6f4da9097a4feb .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6f4da9097a4feb .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a6f4da9097a4feb .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a6f4da9097a4feb .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a6f4da9097a4feb .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a6f4da9097a4feb .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;
}
#a6f4da9097a4feb .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a6f4da9097a4feb .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a6f4da9097a4feb .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a6f4da9097a4feb .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a6f4da9097a4feb .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a6f4da9097a4feb .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a6f4da9097a4feb .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a6f4da9097a4feb .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a6f4da9097a4feb .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a6f4da9097a4feb .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a6f4da9097a4feb .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a6f4da9097a4feb .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a6f4da9097a4feb .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;
  }
}
#a6f4da9097a4feb .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#a6f4da9097a4feb .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a6f4da9097a4feb .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a6f4da9097a4feb .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6f4da9097a4feb .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a6f4da9097a4feb .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#a6f4da9097a4feb .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a6f4da9097a4feb .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a6f4da9097a4feb .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a6f4da9097a4feb .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#a6f4da9097a4feb .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#a6f4da9097a4feb .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a6f4da9097a4feb .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#a6f4da9097a4feb .ele-article-list .text-article:hover .time {
  color: auto;
}
#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab9c0a8ce5a7a82 .uk-navbar-item,
#ab9c0a8ce5a7a82 .uk-navbar-nav > li > a,
#ab9c0a8ce5a7a82 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ab9c0a8ce5a7a82 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab9c0a8ce5a7a82 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ab9c0a8ce5a7a82 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ab9c0a8ce5a7a82 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#ab9c0a8ce5a7a82 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ab9c0a8ce5a7a82 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#ab9c0a8ce5a7a82 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ab9c0a8ce5a7a82 .logo {
  display: inline-block;
}
#ab9c0a8ce5a7a82 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ab9c0a8ce5a7a82 .ap-header-top {
    padding: 15px 10px;
  }
}
#a675fab17da8c15 a, #a675fab17da8c15 {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a675fab17da8c15 a:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a5fa6a52f7a1019 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(155, 155, 155, 0.33);border-left-color: rgba(155, 155, 155, 0.33);border-bottom-color: rgba(155, 155, 155, 0.33);border-top-color: rgba(155, 155, 155, 0.33);}.cd-accordion-menu {
  width: 100%;
}
.cd-accordion-menu ul {
  display: none;
}
.cd-accordion-menu li {
  user-select: none;
}
.cd-accordion-menu input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label,
.cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 15px 0 15px 32px;
  background: #4d5158;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}
.no-touch .cd-accordion-menu label:hover,
.no-touch .cd-accordion-menu a:hover {
  background: #52565d;
}
.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu label > svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  transform-origin: center center;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.cd-accordion-menu input[type="checkbox"]:checked + label > svg {
  transform: translateY(-50%) rotate(90deg);
}
.cd-accordion-menu input[type="checkbox"]:checked + label + ul,
.cd-accordion-menu input[type="checkbox"]:checked + label:nth-of-type(n) + ul {
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  background: #35383d;
  box-shadow: inset 0 -1px #2c2e32;
  padding-left: 56px;
}
.no-touch .cd-accordion-menu ul label:hover,
.no-touch .cd-accordion-menu ul a:hover {
  background: #3c3f45;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label > svg {
  left: 36px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 80px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 98px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
#a4159ac394a75c5 .cd-accordion-menu label,
#a4159ac394a75c5 .cd-accordion-menu a {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  box-shadow: inset 0 -1px #f5f5f5;
}
#a4159ac394a75c5 .menu-list > ul > li.active > a,
#a4159ac394a75c5 .menu-list > ul > li.active > label,
#a4159ac394a75c5 .menu-list > ul > li:hover > a,
#a4159ac394a75c5 .menu-list > ul > li:hover > label {
  color: #fff;
  background: #da251c;
  box-shadow: none;
  background-color: #da251c;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a4159ac394a75c5 .menu-list > ul > li.active > a,
#a4159ac394a75c5 .menu-list > ul > li.active > label {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  background-color: #da251c;
}
#a4159ac394a75c5 .cd-accordion-menu ul li > a:hover,
#a4159ac394a75c5 .cd-accordion-menu ul li > label:hover {
  box-shadow: none;
}
#af6faa5ccaa3775 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-right-color: rgba(155, 155, 155, 0.33);border-left-color: rgba(155, 155, 155, 0.33);border-bottom-color: rgba(155, 155, 155, 0.33);border-top-color: rgba(155, 155, 155, 0.33);}#aca21a3363abc9e .ap-category-filter ul li.active {
  border-color: #d0021b;
  color: #d0021b;
}
#aca21a3363abc9e .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aca21a3363abc9e .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aca21a3363abc9e .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aca21a3363abc9e .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aca21a3363abc9e .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aca21a3363abc9e .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;
}
#aca21a3363abc9e .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aca21a3363abc9e .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aca21a3363abc9e .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aca21a3363abc9e .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aca21a3363abc9e .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aca21a3363abc9e .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aca21a3363abc9e .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aca21a3363abc9e .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aca21a3363abc9e .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aca21a3363abc9e .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aca21a3363abc9e .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aca21a3363abc9e .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aca21a3363abc9e .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;
  }
}
#aca21a3363abc9e .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#aca21a3363abc9e .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#aca21a3363abc9e .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aca21a3363abc9e .ele-article-list .pic-article .info h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#aca21a3363abc9e .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aca21a3363abc9e .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#aca21a3363abc9e .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aca21a3363abc9e .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aca21a3363abc9e .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aca21a3363abc9e .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#aca21a3363abc9e .ele-article-list .text-article h3 a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
}
#aca21a3363abc9e .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aca21a3363abc9e .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#aca21a3363abc9e .ele-article-list .text-article:hover .time {
  color: auto;
}
#a4d5ea2f31ab4f1 .ap-category-filter ul li.active {
  border-color: #d0021b;
  color: #d0021b;
}
#a4d5ea2f31ab4f1 .uk-grid {
  margin-left: -10px;
}
#a4d5ea2f31ab4f1 .uk-grid > * {
  padding-left: 10px;
}
#a4d5ea2f31ab4f1 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a4d5ea2f31ab4f1 .uk-card {
  background-color: #ffffff;
  transition: all .3s ease;
}
#a4d5ea2f31ab4f1 .uk-card-media-top {
  overflow: hidden;
}
#a4d5ea2f31ab4f1 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a4d5ea2f31ab4f1 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a4d5ea2f31ab4f1 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#a4d5ea2f31ab4f1 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a4d5ea2f31ab4f1 .uk-card-body {
  padding: 15px 10px 8px;
}
#a4d5ea2f31ab4f1 hr {
  border-top-color: #ffffff;
  margin: 0 0 10px;
}
#a4d5ea2f31ab4f1 .uk-button {
  border: 1px solid #ececec;
}
#a4d5ea2f31ab4f1 .uk-card .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#a4d5ea2f31ab4f1 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #8bbaff;
}
#a4d5ea2f31ab4f1 .uk-card:hover {
  background-color: #da251c;
}
#a4d5ea2f31ab4f1 .uk-card:hover .title {
  color: #fff;
}
#a4d5ea2f31ab4f1 .uk-card:hover hr {
  border-top-color: #e74a42;
}
#a4d5ea2f31ab4f1 .uk-card:hover .img {
  transform: scale(1.2);
}
#a4d5ea2f31ab4f1 .uk-card:hover .abstract {
  color: #fff;
}
#a4d5ea2f31ab4f1 .uk-card:hover .datetime {
  color: #d3b267;
}
#a4d5ea2f31ab4f1 .uk-card:hover .category {
  color: #d3b267;
}
#a4d5ea2f31ab4f1 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ace61ae71fa05bf .uk-navbar-item,
#ace61ae71fa05bf .uk-navbar-nav > li > a,
#ace61ae71fa05bf .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ace61ae71fa05bf .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ace61ae71fa05bf .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ace61ae71fa05bf [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ace61ae71fa05bf .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#ace61ae71fa05bf .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ace61ae71fa05bf .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#ace61ae71fa05bf .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ace61ae71fa05bf .logo {
  display: inline-block;
}
#ace61ae71fa05bf .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ace61ae71fa05bf .ap-header-top {
    padding: 15px 10px;
  }
}
#ab042a33c6a3024 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aff07a2705a24e9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#aff07a2705a24e9 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aff07a2705a24e9 .ap-icon {
  margin-right: 6px;
}
#aff07a2705a24e9 .indicator {
  margin-left: 4px;
}
#aff07a2705a24e9 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#aff07a2705a24e9 .menu-list li:hover > a,
#aff07a2705a24e9 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#aff07a2705a24e9 .menu-list li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 1px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#aff07a2705a24e9 .menu-list ul,
#aff07a2705a24e9 .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);
}
#aff07a2705a24e9 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aff07a2705a24e9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aff07a2705a24e9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aff07a2705a24e9 .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;
}
#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#ab283a4bafaa584 .uk-navbar-item,
#ab283a4bafaa584 .uk-navbar-nav > li > a,
#ab283a4bafaa584 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ab283a4bafaa584 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab283a4bafaa584 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#ab283a4bafaa584 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#ab283a4bafaa584 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#ab283a4bafaa584 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#ab283a4bafaa584 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#ab283a4bafaa584 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#ab283a4bafaa584 .logo {
  display: inline-block;
}
#ab283a4bafaa584 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #ab283a4bafaa584 .ap-header-top {
    padding: 15px 10px;
  }
}
#a0312a6ea0a874c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa36fa6a20ac9c8 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#aa36fa6a20ac9c8 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa36fa6a20ac9c8 .ap-icon {
  margin-right: 6px;
}
#aa36fa6a20ac9c8 .indicator {
  margin-left: 4px;
}
#aa36fa6a20ac9c8 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#aa36fa6a20ac9c8 .menu-list li:hover > a,
#aa36fa6a20ac9c8 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#aa36fa6a20ac9c8 .menu-list li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 1px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#aa36fa6a20ac9c8 .menu-list ul,
#aa36fa6a20ac9c8 .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);
}
#aa36fa6a20ac9c8 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa36fa6a20ac9c8 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa36fa6a20ac9c8 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa36fa6a20ac9c8 .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;
}
#aa176a4af5a4842 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 13px 2px rgba(225, 224, 229, 1);}#aa176a4af5a4842  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae8aea6376af03f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 13px 2px rgba(225, 224, 229, 1);}#ae8aea6376af03f  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae6deaf0f1a40eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 13px 2px rgba(225, 224, 229, 1);}#ae6deaf0f1a40eb  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a1981a80dfabddb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 13px 2px rgba(225, 224, 229, 1);}#a1981a80dfabddb  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#abca3aa4f3aeeef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 13px 2px rgba(225, 224, 229, 1);}#abca3aa4f3aeeef  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a86caad7bfa7ff6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 13px 2px rgba(225, 224, 229, 1);}#a86caad7bfa7ff6  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a13b9ad0cba2e69 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 13px 2px rgba(225, 224, 229, 1);}#a13b9ad0cba2e69  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a7165a3514a0f4a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 13px 2px rgba(225, 224, 229, 1);}#a7165a3514a0f4a  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#aa10ca3e1ba8c8d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 13px 2px rgba(225, 224, 229, 1);}#aa10ca3e1ba8c8d  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a79c8a25dea36a5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 13px 2px rgba(225, 224, 229, 1);}#a79c8a25dea36a5  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a4f01a88cca9424 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 13px 2px rgba(225, 224, 229, 1);}#a4f01a88cca9424  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a53bea0a8fac9d7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 13px 2px rgba(225, 224, 229, 1);}#a53bea0a8fac9d7  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a036daacafa5f16 .uk-navbar-item,
#a036daacafa5f16 .uk-navbar-nav > li > a,
#a036daacafa5f16 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a036daacafa5f16 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a036daacafa5f16 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a036daacafa5f16 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a036daacafa5f16 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a036daacafa5f16 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a036daacafa5f16 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a036daacafa5f16 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a036daacafa5f16 .logo {
  display: inline-block;
}
#a036daacafa5f16 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a036daacafa5f16 .ap-header-top {
    padding: 15px 10px;
  }
}
#a94d6a4882a2602 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3b5dacf11a38e4 .uk-card {
  overflow: hidden;
  height: 400px;
}
#a3b5dacf11a38e4 .uk-link-reset {
  cursor: default;
}
#a3b5dacf11a38e4 .uk-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a3b5dacf11a38e4 .uk-card .abstract {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
#a3b5dacf11a38e4 .uk-card .item-logo {
  position: relative;
  margin-top: 120px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a3b5dacf11a38e4 .uk-card .item-logo .ap-icon {
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 45px;
}
#a3b5dacf11a38e4 .uk-card .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
#a3b5dacf11a38e4 .uk-card .title::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a3b5dacf11a38e4 .uk-card .uk-h5,
#a3b5dacf11a38e4 .uk-card .ap-icon {
  color: #666666;
}
#a3b5dacf11a38e4 .uk-card:hover::before {
  background: rgba(208, 2, 27, 0.9);
}
#a3b5dacf11a38e4 .uk-card:hover .item-logo {
  margin-top: 80px;
}
#a3b5dacf11a38e4 .uk-card:hover .title::before {
  opacity: 0;
  margin-bottom: 0;
}
#a3b5dacf11a38e4 .uk-card:hover .abstract {
  display: block;
  opacity: 1;
  margin-top: 0;
}
#a83e6a6241aad68 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a83e6a6241aad68 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a83e6a6241aad68 .ap-icon {
  margin-right: 6px;
}
#a83e6a6241aad68 .indicator {
  margin-left: 4px;
}
#a83e6a6241aad68 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a83e6a6241aad68 .menu-list li:hover > a,
#a83e6a6241aad68 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#a83e6a6241aad68 .menu-list li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 1px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#a83e6a6241aad68 .menu-list ul,
#a83e6a6241aad68 .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);
}
#a83e6a6241aad68 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a83e6a6241aad68 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a83e6a6241aad68 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a83e6a6241aad68 .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;
}
#af6c7af4bcaf6d8 .uk-grid {
  margin-left: -15px;
}
#af6c7af4bcaf6d8 .uk-grid > * {
  padding-left: 15px;
}
#af6c7af4bcaf6d8 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#af6c7af4bcaf6d8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af6c7af4bcaf6d8 .uk-position-center-left-out {
    left: -30px;
  }
  #af6c7af4bcaf6d8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0f47aea56a3617 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/a6bdaa0f92a4f0b/1677051446003.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a0f47aea56a3617 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(255, 255, 255, 1);}#a39d9aa3d5a50d5 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/a6bdaa0f92a4f0b/1677051446552.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#a39d9aa3d5a50d5 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(255, 255, 255, 1);}#af758afd51a49e6 .hover-content-wrap:nth-child(1)
                            {background-image: url(/resources/upload/a6bdaa0f92a4f0b/1677051447466.png);background-size: cover;background-repeat: no-repeat;background-position: center center;}#af758afd51a49e6 .hover-content-wrap:nth-child(2)
                            {background-color: rgba(255, 255, 255, 1);}#a3b5dacf11a38e4 [data-item="items[3].icon"] {left: 0px;top: 1px; position: relative;}#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5580a4588a2c16 .uk-navbar-item,
#a5580a4588a2c16 .uk-navbar-nav > li > a,
#a5580a4588a2c16 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a5580a4588a2c16 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a5580a4588a2c16 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a5580a4588a2c16 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a5580a4588a2c16 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a5580a4588a2c16 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a5580a4588a2c16 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a5580a4588a2c16 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a5580a4588a2c16 .logo {
  display: inline-block;
}
#a5580a4588a2c16 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a5580a4588a2c16 .ap-header-top {
    padding: 15px 10px;
  }
}
#ae8b3a4212ad551 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5ac7ada34a3bd5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a5ac7ada34a3bd5 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a5ac7ada34a3bd5 .ap-icon {
  margin-right: 6px;
}
#a5ac7ada34a3bd5 .indicator {
  margin-left: 4px;
}
#a5ac7ada34a3bd5 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a5ac7ada34a3bd5 .menu-list li:hover > a,
#a5ac7ada34a3bd5 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#a5ac7ada34a3bd5 .menu-list li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 1px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#a5ac7ada34a3bd5 .menu-list ul,
#a5ac7ada34a3bd5 .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);
}
#a5ac7ada34a3bd5 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a5ac7ada34a3bd5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5ac7ada34a3bd5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5ac7ada34a3bd5 .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;
}
#affacafca5a9a08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#affacafca5a9a08  > .ele-wrap:hover {background-color: rgba(244, 244, 244, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a07cca1738a4df6 , #a07cca1738a4df6 a{color: rgba(218, 37, 28, 1);}#a07cca1738a4df6:hover, #a07cca1738a4df6 a:hover {color: rgba(208, 2, 27, 1);}#abe8da5b5fa0acd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#abe8da5b5fa0acd  > .ele-wrap:hover {background-color: rgba(244, 244, 244, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a2c84aea1ea1e13 , #a2c84aea1ea1e13 a{color: rgba(218, 37, 28, 1);}#a2c84aea1ea1e13:hover, #a2c84aea1ea1e13 a:hover {color: rgba(208, 2, 27, 1);}#a9e15a4774acdc2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a9e15a4774acdc2  > .ele-wrap:hover {background-color: rgba(244, 244, 244, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#ab68eaba67ab34e , #ab68eaba67ab34e a{color: rgba(218, 37, 28, 1);}#ab68eaba67ab34e:hover, #ab68eaba67ab34e a:hover {color: rgba(208, 2, 27, 1);}#acaf0a56b2a81dd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#acaf0a56b2a81dd  > .ele-wrap:hover {background-color: rgba(244, 244, 244, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a88b2a54a6a151f , #a88b2a54a6a151f a{color: rgba(218, 37, 28, 1);}#a88b2a54a6a151f:hover, #a88b2a54a6a151f a:hover {color: rgba(208, 2, 27, 1);}#a3b70a385ea9f38 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a3b70a385ea9f38  > .ele-wrap:hover {background-color: rgba(244, 244, 244, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a320aa3d5fa722a , #a320aa3d5fa722a a{color: rgba(218, 37, 28, 1);}#a320aa3d5fa722a:hover, #a320aa3d5fa722a a:hover {color: rgba(208, 2, 27, 1);}#aea32ade9da68cd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#aea32ade9da68cd  > .ele-wrap:hover {background-color: rgba(244, 244, 244, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a8f53acd52ad938 , #a8f53acd52ad938 a{color: rgba(218, 37, 28, 1);}#a8f53acd52ad938:hover, #a8f53acd52ad938 a:hover {color: rgba(208, 2, 27, 1);}#a1851ad43ea8e83 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a1851ad43ea8e83  > .ele-wrap:hover {background-color: rgba(244, 244, 244, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a4ceaa2e28a802f , #a4ceaa2e28a802f a{color: rgba(218, 37, 28, 1);}#a4ceaa2e28a802f:hover, #a4ceaa2e28a802f a:hover {color: rgba(208, 2, 27, 1);}#aad4aa89dcaa818 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#aad4aa89dcaa818  > .ele-wrap:hover {background-color: rgba(244, 244, 244, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a449aa07e8aa8b6 , #a449aa07e8aa8b6 a{color: rgba(218, 37, 28, 1);}#a449aa07e8aa8b6:hover, #a449aa07e8aa8b6 a:hover {color: rgba(208, 2, 27, 1);}#abdd4aa3eba2de0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#abdd4aa3eba2de0  > .ele-wrap:hover {background-color: rgba(244, 244, 244, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#adcc5ab93cad792 , #adcc5ab93cad792 a{color: rgba(218, 37, 28, 1);}#adcc5ab93cad792:hover, #adcc5ab93cad792 a:hover {color: rgba(208, 2, 27, 1);}#ac18aa6b93a6970 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#ac18aa6b93a6970  > .ele-wrap:hover {background-color: rgba(244, 244, 244, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a0584a8b07a7f4a , #a0584a8b07a7f4a a{color: rgba(218, 37, 28, 1);}#a0584a8b07a7f4a:hover, #a0584a8b07a7f4a a:hover {color: rgba(208, 2, 27, 1);}#aefe9ae396a6761 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#aefe9ae396a6761  > .ele-wrap:hover {background-color: rgba(244, 244, 244, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a5ef9ae168ae6be , #a5ef9ae168ae6be a{color: rgba(218, 37, 28, 1);}#a5ef9ae168ae6be:hover, #a5ef9ae168ae6be a:hover {color: rgba(208, 2, 27, 1);}#a33b4a7e1ca02ba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#a33b4a7e1ca02ba  > .ele-wrap:hover {background-color: rgba(244, 244, 244, 1);border-top-right-radius: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);}#ae10fa614eae0c6 , #ae10fa614eae0c6 a{color: rgba(218, 37, 28, 1);}#ae10fa614eae0c6:hover, #ae10fa614eae0c6 a:hover {color: rgba(208, 2, 27, 1);}#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a9fb7a900ca6ce4 .uk-navbar-item,
#a9fb7a900ca6ce4 .uk-navbar-nav > li > a,
#a9fb7a900ca6ce4 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a9fb7a900ca6ce4 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a9fb7a900ca6ce4 .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a9fb7a900ca6ce4 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a9fb7a900ca6ce4 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a9fb7a900ca6ce4 .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a9fb7a900ca6ce4 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a9fb7a900ca6ce4 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a9fb7a900ca6ce4 .logo {
  display: inline-block;
}
#a9fb7a900ca6ce4 .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a9fb7a900ca6ce4 .ap-header-top {
    padding: 15px 10px;
  }
}
#afda5a0fd6a81aa .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ac237a1781a3fd2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#ac237a1781a3fd2 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ac237a1781a3fd2 .ap-icon {
  margin-right: 6px;
}
#ac237a1781a3fd2 .indicator {
  margin-left: 4px;
}
#ac237a1781a3fd2 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  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: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac237a1781a3fd2 .menu-list li:hover > a,
#ac237a1781a3fd2 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#ac237a1781a3fd2 .menu-list li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #da251c;
  border-bottom-width: 1px;
  border-bottom-color: #da251c;
  border-bottom-style: solid;
}
#ac237a1781a3fd2 .menu-list ul,
#ac237a1781a3fd2 .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);
}
#ac237a1781a3fd2 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac237a1781a3fd2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac237a1781a3fd2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac237a1781a3fd2 .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;
}
#a7539aa751ad01b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 13px 2px rgba(225, 224, 229, 1);}#a7539aa751ad01b  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ae5caa51c9a906c > .ele-wrap {background-color: rgba(218, 37, 28, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;}#ae5caa51c9a906c  > .ele-wrap:hover {background-color: rgba(218, 37, 28, 1);border-top-left-radius: 20px;border-bottom-right-radius: 20px;}#a6b65a309fa2bcb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 13px 2px rgba(225, 224, 229, 1);}#a6b65a309fa2bcb  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a1533afc2aa2612 > .ele-wrap {background-color: rgba(218, 37, 28, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;}#a1533afc2aa2612  > .ele-wrap:hover {background-color: rgba(218, 37, 28, 1);border-top-left-radius: 20px;border-bottom-right-radius: 20px;}#a9f3ba5c59a5682 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 13px 2px rgba(225, 224, 229, 1);}#a9f3ba5c59a5682  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a8fa8a10cfa8886 > .ele-wrap {background-color: rgba(218, 37, 28, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;}#a8fa8a10cfa8886  > .ele-wrap:hover {background-color: rgba(218, 37, 28, 1);border-top-left-radius: 20px;border-bottom-right-radius: 20px;}#ada13a3c02a72dc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 13px 2px rgba(225, 224, 229, 1);}#ada13a3c02a72dc  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a47e8a2ca2a04a8 > .ele-wrap {background-color: rgba(218, 37, 28, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;}#a47e8a2ca2a04a8  > .ele-wrap:hover {background-color: rgba(155, 155, 155, 1);border-top-left-radius: 20px;border-bottom-right-radius: 20px;}#a84d5a6042a29b8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 13px 2px rgba(225, 224, 229, 1);}#a84d5a6042a29b8  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#a33cea2f29a1664 > .ele-wrap {background-color: rgba(218, 37, 28, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;}#a33cea2f29a1664  > .ele-wrap:hover {background-color: rgba(218, 37, 28, 1);border-top-left-radius: 20px;border-bottom-right-radius: 20px;}#aaa32afd9ea53c5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 2px 13px 2px rgba(225, 224, 229, 1);}#aaa32afd9ea53c5  > .ele-wrap:hover {background-color: rgba(255, 255, 255, 1);}#ac96fae1d2abf72 > .ele-wrap {background-color: rgba(218, 37, 28, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;}#ac96fae1d2abf72  > .ele-wrap:hover {background-color: rgba(218, 37, 28, 1);border-top-left-radius: 20px;border-bottom-right-radius: 20px;}#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a83b8aff0ca14bb .uk-navbar-item,
#a83b8aff0ca14bb .uk-navbar-nav > li > a,
#a83b8aff0ca14bb .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a83b8aff0ca14bb .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a83b8aff0ca14bb .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a83b8aff0ca14bb [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a83b8aff0ca14bb .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a83b8aff0ca14bb .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a83b8aff0ca14bb .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a83b8aff0ca14bb .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a83b8aff0ca14bb .logo {
  display: inline-block;
}
#a83b8aff0ca14bb .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a83b8aff0ca14bb .ap-header-top {
    padding: 15px 10px;
  }
}
#abfa6a2152a300f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afa72a6f51a88fa .uk-form .form-submit-btn {
  width: 600px;
}
#afa72a6f51a88fa .submit-wrap button {
  background-color: #da251c;
}
#afa72a6f51a88fa .submit-wrap button {
  color: #ffffff;
}
#afa72a6f51a88fa form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#afa72a6f51a88fa .form-item .uk-input,
#afa72a6f51a88fa .form-item .uk-select,
#afa72a6f51a88fa .form-item .uk-textarea {
  width: autopx;
  background-color: #f9fafa;
}
#afa72a6f51a88fa .form-item .auto-height {
  height: auto;
}
#a5f23a7e7ca7867 [data-item="formId"] {left: 0px;top: 10px; position: relative;}#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0135a5d20aa89d .uk-navbar-item,
#a0135a5d20aa89d .uk-navbar-nav > li > a,
#a0135a5d20aa89d .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a0135a5d20aa89d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0135a5d20aa89d .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a0135a5d20aa89d [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0135a5d20aa89d .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a0135a5d20aa89d .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a0135a5d20aa89d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a0135a5d20aa89d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a0135a5d20aa89d .logo {
  display: inline-block;
}
#a0135a5d20aa89d .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a0135a5d20aa89d .ap-header-top {
    padding: 15px 10px;
  }
}
#acb06a1c81a6fb3 {
  min-height: 500px;
  /* mobile */
}
#acb06a1c81a6fb3 .search-highlight {
  background: yellow;
}
#acb06a1c81a6fb3 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#acb06a1c81a6fb3 .el-title {
  margin-bottom: 20px;
}
#acb06a1c81a6fb3 .el-item:hover .el-title {
  color: #000000;
}
#acb06a1c81a6fb3 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#acb06a1c81a6fb3 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#acb06a1c81a6fb3 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#acb06a1c81a6fb3 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#acb06a1c81a6fb3 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#acb06a1c81a6fb3 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #acb06a1c81a6fb3 .el-title {
    margin-bottom: 0;
  }
  #acb06a1c81a6fb3 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #acb06a1c81a6fb3 .category {
    font-size: 12px;
  }
  #acb06a1c81a6fb3 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0135a5d20aa89d .uk-navbar-item,
#a0135a5d20aa89d .uk-navbar-nav > li > a,
#a0135a5d20aa89d .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a0135a5d20aa89d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0135a5d20aa89d .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a0135a5d20aa89d [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0135a5d20aa89d .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a0135a5d20aa89d .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a0135a5d20aa89d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a0135a5d20aa89d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a0135a5d20aa89d .logo {
  display: inline-block;
}
#a0135a5d20aa89d .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a0135a5d20aa89d .ap-header-top {
    padding: 15px 10px;
  }
}
#a8810a1bb1aef30 {
  /* 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------------------------*/
}
#a8810a1bb1aef30 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a8810a1bb1aef30 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a8810a1bb1aef30 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a8810a1bb1aef30 .error .clip:nth-of-type(1) .shadow,
#a8810a1bb1aef30 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a8810a1bb1aef30 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a8810a1bb1aef30 .error h2 {
  font-size: 32px;
}
#a8810a1bb1aef30 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a8810a1bb1aef30 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a8810a1bb1aef30 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a8810a1bb1aef30 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a8810a1bb1aef30 .error .clip .shadow {
  overflow: hidden;
}
#a8810a1bb1aef30 .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);
}
#a8810a1bb1aef30 .error .clip:nth-of-type(3) .shadow:after,
#a8810a1bb1aef30 .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%;
}
#a8810a1bb1aef30 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a8810a1bb1aef30 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a8810a1bb1aef30 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a8810a1bb1aef30 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a8810a1bb1aef30 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a8810a1bb1aef30 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a8810a1bb1aef30 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a8810a1bb1aef30 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a8810a1bb1aef30 {
    /* Error Page */
    /* Error Page */
  }
  #a8810a1bb1aef30 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a8810a1bb1aef30 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a8810a1bb1aef30 .error .clip:nth-of-type(1) .shadow,
  #a8810a1bb1aef30 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a8810a1bb1aef30 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a8810a1bb1aef30 .error h2 {
    font-size: 24px;
  }
  #a8810a1bb1aef30 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a8810a1bb1aef30 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a8810a1bb1aef30 .error .container-error-404 {
    height: 150px;
  }
}
#a8810a1bb1aef30 .overlay {
  position: relative;
  z-index: 20;
}
#a8810a1bb1aef30 .ground-color {
  background: white;
}
#a8810a1bb1aef30 .item-bg-color {
  background: #EAEAEA;
}
#a8810a1bb1aef30 .padding-top {
  padding-top: 10px;
}
#a8810a1bb1aef30 .padding-bottom {
  padding-bottom: 10px;
}
#a8810a1bb1aef30 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a8810a1bb1aef30 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a8810a1bb1aef30 .padding-all {
  padding: 10px;
}
#a8810a1bb1aef30 .no-padding-left {
  padding-left: 0px;
}
#a8810a1bb1aef30 .no-padding-right {
  padding-right: 0px;
}
#a8810a1bb1aef30 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a8810a1bb1aef30 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a8810a1bb1aef30 .no-padding {
  padding: 0px;
}
#a8810a1bb1aef30 .margin-top {
  margin-top: 10px;
}
#a8810a1bb1aef30 .margin-bottom {
  margin-bottom: 10px;
}
#a8810a1bb1aef30 .margin-right {
  margin-right: 10px;
}
#a8810a1bb1aef30 .margin-left {
  margin-left: 10px;
}
#a8810a1bb1aef30 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a8810a1bb1aef30 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a8810a1bb1aef30 .margin-all {
  margin: 10px;
}
#a8810a1bb1aef30 .no-margin {
  margin: 0px;
}
#a8810a1bb1aef30 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a8810a1bb1aef30 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a8810a1bb1aef30 .inside-col-shrink {
  margin: 0px 20px;
}
#a8810a1bb1aef30 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0135a5d20aa89d .uk-navbar-item,
#a0135a5d20aa89d .uk-navbar-nav > li > a,
#a0135a5d20aa89d .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a0135a5d20aa89d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0135a5d20aa89d .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a0135a5d20aa89d [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0135a5d20aa89d .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a0135a5d20aa89d .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a0135a5d20aa89d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a0135a5d20aa89d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a0135a5d20aa89d .logo {
  display: inline-block;
}
#a0135a5d20aa89d .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a0135a5d20aa89d .ap-header-top {
    padding: 15px 10px;
  }
}
#a3faaa8790a70a6 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a3faaa8790a70a6 .switch_item {
  margin-right: 10px;
}
#a3faaa8790a70a6 a.switch_item:hover {
  text-decoration: underline;
}
#a3faaa8790a70a6 .slider {
  width: 420px;
  height: 600px;
}
#a3faaa8790a70a6 .uk-slideshow-items {
  height: 100%;
}
#a3faaa8790a70a6 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a3faaa8790a70a6 .login-wrap {
  width: 100%;
  height: 100%;
}
#a3faaa8790a70a6 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a3faaa8790a70a6 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a3faaa8790a70a6 .phone-login-box {
  margin: 40px auto 40px;
}
#a3faaa8790a70a6 .login-header {
  margin-bottom: 24px;
}
#a3faaa8790a70a6 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a3faaa8790a70a6 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a3faaa8790a70a6 .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;
}
#a3faaa8790a70a6 .forget_password {
  cursor: pointer;
}
#a3faaa8790a70a6 .forget_password:hover {
  color: #d0021b;
}
#a3faaa8790a70a6 .input-item input.error,
#a3faaa8790a70a6 .input-item input.error::placeholder {
  color: #fc4343;
}
#a3faaa8790a70a6 .input-item input::placeholder {
  color: #999;
}
#a3faaa8790a70a6 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a3faaa8790a70a6 .form-item {
  margin: 24px 0;
}
#a3faaa8790a70a6 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a3faaa8790a70a6 .send-code {
  float: left;
  margin-left: 20px;
}
#a3faaa8790a70a6 .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;
}
#a3faaa8790a70a6 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a3faaa8790a70a6 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a3faaa8790a70a6 .login_btn_wrap {
  text-align: center;
}
#a3faaa8790a70a6 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a3faaa8790a70a6 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a3faaa8790a70a6 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0135a5d20aa89d .uk-navbar-item,
#a0135a5d20aa89d .uk-navbar-nav > li > a,
#a0135a5d20aa89d .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a0135a5d20aa89d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0135a5d20aa89d .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a0135a5d20aa89d [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0135a5d20aa89d .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a0135a5d20aa89d .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a0135a5d20aa89d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a0135a5d20aa89d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a0135a5d20aa89d .logo {
  display: inline-block;
}
#a0135a5d20aa89d .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a0135a5d20aa89d .ap-header-top {
    padding: 15px 10px;
  }
}
#a354fa3e47a4feb .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a354fa3e47a4feb .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a354fa3e47a4feb .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a354fa3e47a4feb .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a354fa3e47a4feb .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a354fa3e47a4feb .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a354fa3e47a4feb .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a354fa3e47a4feb .nav-list {
  padding: 0 20px;
}
#a354fa3e47a4feb .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;
}
#a354fa3e47a4feb .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a354fa3e47a4feb .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a354fa3e47a4feb .order-item:hover {
  background: #f7f7f7;
}
#a354fa3e47a4feb .del-order {
  cursor: pointer;
}
#a354fa3e47a4feb .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a354fa3e47a4feb .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a354fa3e47a4feb .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a354fa3e47a4feb .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a354fa3e47a4feb .goods-item .goods-info {
  padding: 0 15px;
}
#a354fa3e47a4feb .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a354fa3e47a4feb .appoint-time {
  margin-bottom: 4px;
}
#a354fa3e47a4feb .appoint-name {
  color: #333;
  font-size: 14px;
}
#a354fa3e47a4feb .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a354fa3e47a4feb .goods-item .goods-name {
  color: #333;
}
#a354fa3e47a4feb .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a354fa3e47a4feb .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a354fa3e47a4feb .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a354fa3e47a4feb .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a354fa3e47a4feb .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a354fa3e47a4feb .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;
}
#a354fa3e47a4feb .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a354fa3e47a4feb .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a354fa3e47a4feb .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a354fa3e47a4feb .setting-form {
  padding: 30px 20px;
}
#a354fa3e47a4feb .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a354fa3e47a4feb .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a354fa3e47a4feb .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a354fa3e47a4feb .setting-form .setting-btns {
  margin-left: 130px;
}
#a354fa3e47a4feb .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a354fa3e47a4feb .setting-wrap {
  position: relative;
}
#a354fa3e47a4feb .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a354fa3e47a4feb .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a354fa3e47a4feb .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a354fa3e47a4feb .address-wrap {
  padding: 30px 20px;
}
#a354fa3e47a4feb .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a354fa3e47a4feb .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a354fa3e47a4feb .addr-list {
  min-height: 200px;
}
#a354fa3e47a4feb .addr-detail .addr-item-name,
#a354fa3e47a4feb .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;
}
#a354fa3e47a4feb .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a354fa3e47a4feb .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a354fa3e47a4feb .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a354fa3e47a4feb .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a354fa3e47a4feb .add-addr {
  height: 32px;
  line-height: 30px;
}
#a354fa3e47a4feb .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;
}
#a354fa3e47a4feb .publish-item {
  cursor: default;
  min-height: 120px;
}
#a354fa3e47a4feb .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a354fa3e47a4feb .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a354fa3e47a4feb .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #d0021b;
}
#a354fa3e47a4feb .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0135a5d20aa89d .uk-navbar-item,
#a0135a5d20aa89d .uk-navbar-nav > li > a,
#a0135a5d20aa89d .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a0135a5d20aa89d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0135a5d20aa89d .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a0135a5d20aa89d [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0135a5d20aa89d .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a0135a5d20aa89d .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a0135a5d20aa89d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a0135a5d20aa89d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a0135a5d20aa89d .logo {
  display: inline-block;
}
#a0135a5d20aa89d .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a0135a5d20aa89d .ap-header-top {
    padding: 15px 10px;
  }
}
#ad946aeffba4469 {
  min-height: 500px;
  /* mobile */
}
#ad946aeffba4469 .search-highlight {
  background: yellow;
}
#ad946aeffba4469 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#ad946aeffba4469 .el-title {
  margin-bottom: 20px;
}
#ad946aeffba4469 .el-item:hover .el-title {
  color: #000000;
}
#ad946aeffba4469 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#ad946aeffba4469 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#ad946aeffba4469 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#ad946aeffba4469 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#ad946aeffba4469 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#ad946aeffba4469 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #ad946aeffba4469 .el-title {
    margin-bottom: 0;
  }
  #ad946aeffba4469 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #ad946aeffba4469 .category {
    font-size: 12px;
  }
  #ad946aeffba4469 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a0135a5d20aa89d .uk-navbar-item,
#a0135a5d20aa89d .uk-navbar-nav > li > a,
#a0135a5d20aa89d .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a0135a5d20aa89d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0135a5d20aa89d .promotion-icon svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}
#a0135a5d20aa89d [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a0135a5d20aa89d .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #000000;
  color: #eee;
}
#a0135a5d20aa89d .search-input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background: rgba(37, 37, 37, 0.85);
  border-color: transparent;
  color: #fff;
}
#a0135a5d20aa89d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #d0021b;
}
#a0135a5d20aa89d .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 22px;
  transition: all .2s;
  background: none;
}
#a0135a5d20aa89d .logo {
  display: inline-block;
}
#a0135a5d20aa89d .ap-header-top .uk-container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #a0135a5d20aa89d .ap-header-top {
    padding: 15px 10px;
  }
}
#a1caaa7eaaa0ab9 .comment-detail {
  min-height: 600px;
}
#a1caaa7eaaa0ab9 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a1caaa7eaaa0ab9 table th,
#a1caaa7eaaa0ab9 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a1caaa7eaaa0ab9 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a1caaa7eaaa0ab9 .red {
  color: #F00!important;
}
#a1caaa7eaaa0ab9 .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;
}
#ad2ffa7ca3a5fc9 > .ele-wrap {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;color: rgba(124, 124, 124, 1);}#ad2ffa7ca3a5fc9  > .ele-wrap:hover {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;font-family: inherit;color: rgba(218, 37, 28, 1);}#a295daf339a4260 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acaa6a267ea5b29 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1518a4fcaa734f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#a1518a4fcaa734f a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #da251c;
}
#a1518a4fcaa734f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1518a4fcaa734f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#acdbfabf77a683a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af499ac616af869 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  font-family: inherit;
  color: #7c7c7c;
}
#af499ac616af869 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#af499ac616af869 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#af499ac616af869 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
#a8666a4e22a934f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af662a7cada22f4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}#a2596a3339af907 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a2596a3339af907 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a2596a3339af907 .ap-icon {
  margin-right: 6px;
}
#a2596a3339af907 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a2596a3339af907 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #666666;
  line-height: 26px;
}
#a2596a3339af907 .menu-list > li:hover > a,
#a2596a3339af907 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
}
#a2596a3339af907 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000000;
  background-color: #ffffff;
}
#a2596a3339af907 .menu-list ul,
#a2596a3339af907 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a2596a3339af907 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a2596a3339af907 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a2596a3339af907 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a2596a3339af907 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
