@to TopIcon:/resources/sys/img/totop-default.svg;
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #4a4a4a;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #ff5000;
}
/* 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: #ff5000;
}
/* 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: #0c99a0;
  text-shadow: none;
}
::selection {
  background: #0c99a0;
  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 #0c99a0;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #0c99a0;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #0c99a0;
  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: #0c99a0;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #0c99a0;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #0c99a0;
  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: #0c99a0;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #0c99a0;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #0c99a0;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #222222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #0c99a0;
  color: #ffffff;
  border-color: #0c99a0;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #0c99a0;
}
/* 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: #4a4a4a;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #ff5000;
}
/* 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: #0c99a0;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #0c99a0;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222222;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #0c99a0;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222222;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #0c99a0;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222222;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #0c99a0;
}
/*
   * 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: #0c99a0;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #0c99a0;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #0c99a0;
  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: #0c99a0;
}
/* 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: #0c99a0;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #0c99a0;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #0c99a0;
}
/* 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: #0c99a0;
  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: #0c99a0;
  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: #0c99a0;
  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: #0c99a0;
}
/* 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: #0c99a0;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #0c99a0;
  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: #0c99a0;
}
/*
   * 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: #0c99a0;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f8f8f8;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #0c99a0;
}
/*
   * 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: #0c99a0;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #0c99a0;
}
.uk-progress::-moz-progress-bar {
  background-color: #0c99a0;
}
.uk-progress::-ms-fill {
  background-color: #0c99a0;
}
/* ========================================================================
     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: #0c99a0 !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: #0c99a0 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #0c99a0;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #0c99a0;
}
.uk-background-secondary {
  background-color: #222222;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  color: #333;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #0c99a0;
  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: #0c99a0;
  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: #0c99a0;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #0c99a0;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(34, 34, 34, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #0c99a0;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #0c99a0;
}
.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: #0c99a0;
  border-color: #0c99a0;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #0c99a0;
}
/* ========================================================================
   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: #086c71;
}
.ap-list-filter dd a.active {
  background-color: #0c99a0;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #0c99a0;
}
.category li a.active {
  color: #0c99a0;
}
.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: #0c99a0;
}
.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: #0c99a0;
  border: 1px solid rgba(12, 153, 160, 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: #0c99a0;
}
form .step .ui-step.active .ui-step-title {
  color: #0c99a0;
}
/**************** 鑷畾涔夌増鍧楁牱寮 ********************/
.btn-effect-1 {
  border-color: #0c99a0;
  background-color: #0c99a0;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #0c99a0;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #0c99a0;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #0c99a0;
  color: #0c99a0;
}
.btn-effect-2:hover {
  background-color: #0c99a0;
}
.uk-button.btn-effect-5 {
  background-color: #0c99a0;
  box-shadow: 0 0 15px rgba(12, 153, 160, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #0c99a0;
}
.header-effect-6 [data-item='title']::before {
  background-color: #0c99a0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #aa568a20d3a58c8 .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #aa568a20d3a58c8 .sidebar {
    width: 28.5%;
    padding-left: 32px;
    border-left: 1px solid #ececec;
    margin-left: 32px;
  }
}
#aa568a20d3a58c8 .sidebar .uk-h3 {
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
}
#aa568a20d3a58c8 .sidebar .uk-h3:before {
  content: ' ';
  position: absolute;
  width: 3px;
  height: 100%;
  left: -33px;
  top: 0;
  background-color: #0c99a0;
}
#aa568a20d3a58c8 .sidebar .uk-h3:after {
  content: ' ';
  position: absolute;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #666666;
}
#aa568a20d3a58c8 .uk-list li::before {
  color: #0c99a0;
}
#aa568a20d3a58c8 .uk-list a {
  color: #4c4c4c;
}
#aa568a20d3a58c8 .uk-list a.active,
#aa568a20d3a58c8 .uk-list a:hover {
  color: #0c99a0;
  text-decoration: none;
}
#aa568a20d3a58c8 .post-sidebar-image {
  width: 90px;
  height: auto;
  margin-right: 15px;
}
#aa568a20d3a58c8 .tag {
  display: inline-block;
  margin: 0 8px 10px 0;
  border: 1px solid #ececec;
}
#aa568a20d3a58c8 .tag a {
  line-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #666666;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af90ca86bfa25fa .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#a6e4ea40ccad9ac > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7ef6ad782ab47d > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9aa3afcf4a66ac .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a9aa3afcf4a66ac .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a9aa3afcf4a66ac .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #a9aa3afcf4a66ac .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a9aa3afcf4a66ac .uk-container {
    padding: 0;
  }
  #a9aa3afcf4a66ac .sidebar {
    padding: 10px;
  }
}
#a9aa3afcf4a66ac .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a9aa3afcf4a66ac .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a9aa3afcf4a66ac .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: #0c99a0;
  cursor: pointer;
}
#a9aa3afcf4a66ac .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;
}
#a9aa3afcf4a66ac .content-tags a:hover {
  background: #0c99a0;
  color: #fff;
  border-color: #0c99a0;
}
#a9aa3afcf4a66ac .abstract,
#a9aa3afcf4a66ac .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a9aa3afcf4a66ac .copyright a {
  color: #999;
  word-break: break-all;
}
#a9aa3afcf4a66ac .detail-content {
  font-size: 16px;
  color: #444;
}
#a9aa3afcf4a66ac .detail-content img {
  margin-bottom: 10px;
}
#a9aa3afcf4a66ac .detail-content table {
  font-size: 13px;
}
#a9aa3afcf4a66ac .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a9aa3afcf4a66ac .hot-list,
#a9aa3afcf4a66ac .new-list {
  padding: 12px;
}
#a9aa3afcf4a66ac .new-list a:hover,
#a9aa3afcf4a66ac .hot-list a:hover {
  color: #ff5000;
}
#a9aa3afcf4a66ac .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a9aa3afcf4a66ac .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a9aa3afcf4a66ac .hot-item:hover a {
  color: #ff5000;
}
#a9aa3afcf4a66ac .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a9aa3afcf4a66ac .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #0c99a0;
  content: "";
}
#a9aa3afcf4a66ac .content-header {
  padding-bottom: 10px;
}
#a9aa3afcf4a66ac .item-title {
  color: #333;
}
#a9aa3afcf4a66ac input::placeholder {
  color: #999;
}
#a9aa3afcf4a66ac .datetime {
  color: #999;
}
#a9aa3afcf4a66ac .new-item a {
  padding-left: 25px;
}
#a9aa3afcf4a66ac .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;
}
#a9aa3afcf4a66ac .siblings a {
  color: #444;
  line-height: 2;
}
#a9aa3afcf4a66ac .siblings a:hover {
  color: #ff5000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0684aa2ffa0549 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #a8388a9928a9082 .uk-container {
    padding: 0 60px;
  }
}
#a8388a9928a9082 .date-time {
  padding: 18px 0 20px;
  font-size: 18px;
  color: #3a3c41;
  display: block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  border-top: 2px solid #0c99a0;
}
#a8388a9928a9082 .comments_count {
  display: block;
  padding: 14px 0 18px;
  text-align: center;
  background-color: #e7ecee;
}
#a8388a9928a9082 .uk-card {
  padding: 10px;
}
#a8388a9928a9082 .tag-link {
  background-color: #919292;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 13px !important;
}
#a8388a9928a9082 .uk-list a.active,
#a8388a9928a9082 .uk-list a:hover {
  color: #0c99a0;
  text-decoration: none;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2e67a3e2da26e2 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#a6e4ea40ccad9ac > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7ef6ad782ab47d > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@media (min-width: 1200px) {
  #aa606a5faeabf88 .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #aa606a5faeabf88 .sidebar {
    width: 300px;
    padding: 1;
  }
}
#aa606a5faeabf88 .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 15px;
}
#aa606a5faeabf88 .rich-img-wrap {
  display: block;
}
#aa606a5faeabf88 .author-name {
  color: #262626;
  display: block;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
}
#aa606a5faeabf88 .author-info span {
  background: #82f0f6;
  border: 1px solid #0c99a0;
  color: #0c99a0;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-top: 4px;
  padding: 0 6px;
  text-align: center;
}
#aa606a5faeabf88 .sidebar .border-1 {
  padding: 15px 16px 40px;
  border-radius: 3px;
  overflow: hidden;
  border-top: 3px solid #0c99a0;
}
#aa606a5faeabf88 .new-list {
  padding: 15px 0 0;
  border-top: 1px solid #ececec;
}
#aa606a5faeabf88 .sidebar .uk-h4 {
  color: #262626;
  font-size: 14px;
  margin: 0;
}
#aa606a5faeabf88 .sidebar .uk-h4:before {
  background: #0c99a0;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 6px 0 0;
  width: 2px;
}
#aa606a5faeabf88 .author-wrapper {
  position: relative;
}
#aa606a5faeabf88 .sidebar h3 {
  font-size: 16px;
  line-height: 25px;
  color: #262626;
}
#aa606a5faeabf88 .sidebar h3::after {
  border: .5px solid #ddd;
  content: "";
  display: block;
  height: 0;
  margin-top: 10px;
  width: 20px;
}
#aa606a5faeabf88 .sidebar .footer-tip {
  text-align: center;
  line-height: 40px;
  color: #fff;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#aa606a5faeabf88 .new-list li {
  padding: 5px 0 15px;
}
#aa606a5faeabf88 .sidebar a {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  padding-bottom: 4px;
  display: block;
}
#aa606a5faeabf88 .sidebar a:hover {
  color: #0fbdc6;
}
#aa606a5faeabf88 .new-list li span {
  font-size: 12px;
  color: #a7a7a7;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aae40ad155a8e66 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#ae2a5a4d31a8ca5 > .ele-wrap {background-color: rgba(155, 155, 155, 0.6);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae618a3790ab18a .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ae618a3790ab18a .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ae618a3790ab18a .ap-icon {
  margin-right: 6px;
}
#ae618a3790ab18a .indicator {
  margin-left: 4px;
}
#ae618a3790ab18a .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ae618a3790ab18a .menu-list li:hover > a,
#ae618a3790ab18a .menu-list li.active > a {
  background: #9b9b9b;
  background-color: #9b9b9b;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ae618a3790ab18a .menu-list li.active > a {
  background-color: #9b9b9b;
}
#ae618a3790ab18a .menu-list ul,
#ae618a3790ab18a .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);
}
#ae618a3790ab18a .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ae618a3790ab18a .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ae618a3790ab18a .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ae618a3790ab18a .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;
}
#ae618a3790ab18a .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#ae618a3790ab18a .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#aa606a5faeabf88 .uk-container {max-width: 1500px;}#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad5beabb60aeb68 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae14fa7949a0a1e .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad5beabb60aeb68 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#a792aa6ccdae751 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;
                background-image: linear-gradient(0deg,
                transparent,
                undefined);
            border-radius: 25px;font-size: 14px;justify-content: center;}#a792aa6ccdae751 .ele-wrap:hover {border-color: rgba(192, 22, 29, 1);background-color: #fff;color: #444;}#a1b97a4970a17ba .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a1b97a4970a17ba .ele-wrap:hover {border-color: rgba(192, 22, 29, 1);background-color: #fff;color: #444;}#a821ba6f55a1cbe .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a821ba6f55a1cbe .ele-wrap:hover {border-color: rgba(192, 22, 29, 1);background-color: #fff;color: #444;}#a371fa479fac016 , #a371fa479fac016 a{color: rgba(194, 22, 29, 1);}#a6554aea34acf5e , #a6554aea34acf5e a{color: rgba(194, 22, 29, 1);}#af6aeac0deaf1d3 , #af6aeac0deaf1d3 a{color: rgba(194, 22, 29, 1);}#a1699aca9ba2ae0 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 14px;justify-content: center;}#a1699aca9ba2ae0 .ele-wrap:hover {border-color: rgba(192, 22, 29, 1);background-color: #fff;color: #ffffff;background-color: rgba(192, 22, 29, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa32ba7acfa3e3a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1070a7512a784c .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa32ba7acfa3e3a [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#ad987a1eaaa05a7 > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7073a4260a7ed3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7073a4260a7ed3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7073a4260a7ed3 .ap-icon {
  margin-right: 6px;
}
#a7073a4260a7ed3 .indicator {
  margin-left: 4px;
}
#a7073a4260a7ed3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a7073a4260a7ed3 .menu-list li:hover > a,
#a7073a4260a7ed3 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7073a4260a7ed3 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#a7073a4260a7ed3 .menu-list ul,
#a7073a4260a7ed3 .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);
}
#a7073a4260a7ed3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7073a4260a7ed3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7073a4260a7ed3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7073a4260a7ed3 .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;
}
#a7073a4260a7ed3 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a7073a4260a7ed3 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a4e33a6df3aec11 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abbada8201a45a3 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#abbada8201a45a3 .ele-wrap:hover {background-color: #0483cc;}#ac737a6473a1cea > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2545a0950a4cf0 {
  pointer-events: none;
}
#a2545a0950a4cf0 .menu-list {
  width: 100%;
  background: #f2f2f2;
}
#a2545a0950a4cf0 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2545a0950a4cf0 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2545a0950a4cf0 .menu-list .menu-header {
  background-color: #f2f2f2;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  text-align: left;
}
#a2545a0950a4cf0 .menu-list .menu-header svg,
#a2545a0950a4cf0 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2545a0950a4cf0 .menu-list > ul {
  position: relative;
}
#a2545a0950a4cf0 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a2545a0950a4cf0 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #f2f2f2;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: right;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  height: 120px;
  line-height: 120px;
}
#a2545a0950a4cf0 .menu-list > ul > li.active > a,
#a2545a0950a4cf0 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#a2545a0950a4cf0 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2545a0950a4cf0 .menu-list > ul > li a img,
#a2545a0950a4cf0 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2545a0950a4cf0 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 202px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#a2545a0950a4cf0 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a2545a0950a4cf0 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2545a0950a4cf0 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2545a0950a4cf0 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
}
#a2545a0950a4cf0 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #f2f2f2;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2545a0950a4cf0 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2545a0950a4cf0 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #707070;
  font-size: 13px;
  line-height: 24px;
}
#a2545a0950a4cf0 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3773a21ada5971 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2bccae4c7a1282 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a2bccae4c7a1282 .ele-wrap:hover {background-color: #0483cc;}#aebaca5841afdb6 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aae07a9ce2afb81 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#aae07a9ce2afb81 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad5ada7a0eaef38 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a666ea9fcfa6ec4 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a666ea9fcfa6ec4 .ele-wrap:hover {background-color: #0483cc;}#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae128a7d77a1cb7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1342a0ca4a6532 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae128a7d77a1cb7 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#ad987a1eaaa05a7 > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7073a4260a7ed3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7073a4260a7ed3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7073a4260a7ed3 .ap-icon {
  margin-right: 6px;
}
#a7073a4260a7ed3 .indicator {
  margin-left: 4px;
}
#a7073a4260a7ed3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a7073a4260a7ed3 .menu-list li:hover > a,
#a7073a4260a7ed3 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7073a4260a7ed3 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#a7073a4260a7ed3 .menu-list ul,
#a7073a4260a7ed3 .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);
}
#a7073a4260a7ed3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7073a4260a7ed3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7073a4260a7ed3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7073a4260a7ed3 .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;
}
#a7073a4260a7ed3 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a7073a4260a7ed3 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#ad514a8515a6bd0 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a34a7a1492a552c .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a34a7a1492a552c .ele-wrap:hover {background-color: #0483cc;}#af266aa048a6073 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7c3ea6fdca1d87 {
  pointer-events: none;
}
#a7c3ea6fdca1d87 .menu-list {
  width: 100%;
  background: #f2f2f2;
}
#a7c3ea6fdca1d87 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a7c3ea6fdca1d87 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a7c3ea6fdca1d87 .menu-list .menu-header {
  background-color: #f2f2f2;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  text-align: left;
}
#a7c3ea6fdca1d87 .menu-list .menu-header svg,
#a7c3ea6fdca1d87 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a7c3ea6fdca1d87 .menu-list > ul {
  position: relative;
}
#a7c3ea6fdca1d87 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a7c3ea6fdca1d87 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #f2f2f2;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: right;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  height: 120px;
  line-height: 120px;
}
#a7c3ea6fdca1d87 .menu-list > ul > li.active > a,
#a7c3ea6fdca1d87 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#a7c3ea6fdca1d87 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a7c3ea6fdca1d87 .menu-list > ul > li a img,
#a7c3ea6fdca1d87 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a7c3ea6fdca1d87 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 202px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#a7c3ea6fdca1d87 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a7c3ea6fdca1d87 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a7c3ea6fdca1d87 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a7c3ea6fdca1d87 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
}
#a7c3ea6fdca1d87 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #f2f2f2;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a7c3ea6fdca1d87 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a7c3ea6fdca1d87 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #707070;
  font-size: 13px;
  line-height: 24px;
}
#a7c3ea6fdca1d87 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0443adf66a0d7b > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1cb3ae857ac7d5 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a1cb3ae857ac7d5 .ele-wrap:hover {background-color: #0483cc;}#aa43aaf4bfa6baa > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0dd5adef7ad8c8 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a0dd5adef7ad8c8 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2cf1ae251a0dfd > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4eb2a9faca7ddf .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a4eb2a9faca7ddf .ele-wrap:hover {background-color: #0483cc;}#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa5e3a87e3a3589 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae848a3673ac96a .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa5e3a87e3a3589 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#a85bba8b8cae133 > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad0efae8a7a62d1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad0efae8a7a62d1 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ad0efae8a7a62d1 .ap-icon {
  margin-right: 6px;
}
#ad0efae8a7a62d1 .indicator {
  margin-left: 4px;
}
#ad0efae8a7a62d1 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#ad0efae8a7a62d1 .menu-list li:hover > a,
#ad0efae8a7a62d1 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ad0efae8a7a62d1 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#ad0efae8a7a62d1 .menu-list ul,
#ad0efae8a7a62d1 .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);
}
#ad0efae8a7a62d1 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ad0efae8a7a62d1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad0efae8a7a62d1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad0efae8a7a62d1 .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;
}
#ad0efae8a7a62d1 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#ad0efae8a7a62d1 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a6031a496da7a9d .ele-wrap {color: #fff;font-size: 23px;font-weight: 500;background-color: rgba(192, 22, 29, 1);border-radius: 17px;justify-content: center;border-style: solid;}#a6031a496da7a9d .ele-wrap:hover {background-color: #509c49;}#a4148a906ca8872 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;border-top-left-radius: 25px;}#a4148a906ca8872  > .ele-wrap:hover {background-color: rgba(192, 22, 29, 1);color: #ffffff;box-shadow: 0px 4px 4px 3px rgba(192, 22, 29, 1);}#a4148a906ca8872:hover * {color: #ffffff  !important}
                            #a4148a906ca8872:hover .line{border-color: #ffffff  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac8feadac4a18a7 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;border-top-left-radius: 25px;}#ac8feadac4a18a7  > .ele-wrap:hover {background-color: rgba(192, 22, 29, 1);color: #ffffff;box-shadow: 0px 4px 4px 3px rgba(192, 22, 29, 1);}#ac8feadac4a18a7:hover * {color: #ffffff  !important}
                            #ac8feadac4a18a7:hover .line{border-color: #ffffff  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6c3cab6bcac3ed > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a401fa17d6a1a57 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3d9ca9defa9132 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b51a6ce9a1a69 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3d9ca9defa9132 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#ad987a1eaaa05a7 > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7073a4260a7ed3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7073a4260a7ed3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7073a4260a7ed3 .ap-icon {
  margin-right: 6px;
}
#a7073a4260a7ed3 .indicator {
  margin-left: 4px;
}
#a7073a4260a7ed3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a7073a4260a7ed3 .menu-list li:hover > a,
#a7073a4260a7ed3 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7073a4260a7ed3 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#a7073a4260a7ed3 .menu-list ul,
#a7073a4260a7ed3 .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);
}
#a7073a4260a7ed3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7073a4260a7ed3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7073a4260a7ed3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7073a4260a7ed3 .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;
}
#a7073a4260a7ed3 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a7073a4260a7ed3 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a4a00a2d9da59e0 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a32ebafc40aafca .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a32ebafc40aafca .ele-wrap:hover {background-color: #0483cc;}#a1484a501dad771 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a78e4a5e73a8bf0 {
  pointer-events: none;
}
#a78e4a5e73a8bf0 .menu-list {
  width: 100%;
  background: #f2f2f2;
}
#a78e4a5e73a8bf0 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a78e4a5e73a8bf0 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a78e4a5e73a8bf0 .menu-list .menu-header {
  background-color: #f2f2f2;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  text-align: left;
}
#a78e4a5e73a8bf0 .menu-list .menu-header svg,
#a78e4a5e73a8bf0 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a78e4a5e73a8bf0 .menu-list > ul {
  position: relative;
}
#a78e4a5e73a8bf0 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a78e4a5e73a8bf0 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #f2f2f2;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: right;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  height: 120px;
  line-height: 120px;
}
#a78e4a5e73a8bf0 .menu-list > ul > li.active > a,
#a78e4a5e73a8bf0 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#a78e4a5e73a8bf0 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a78e4a5e73a8bf0 .menu-list > ul > li a img,
#a78e4a5e73a8bf0 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a78e4a5e73a8bf0 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 202px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#a78e4a5e73a8bf0 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a78e4a5e73a8bf0 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a78e4a5e73a8bf0 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a78e4a5e73a8bf0 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
}
#a78e4a5e73a8bf0 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #f2f2f2;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a78e4a5e73a8bf0 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a78e4a5e73a8bf0 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #707070;
  font-size: 13px;
  line-height: 24px;
}
#a78e4a5e73a8bf0 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aceb5a430fafc60 {
  pointer-events: none;
}
#aceb5a430fafc60 .menu-list {
  width: 100%;
  background: #f2f2f2;
}
#aceb5a430fafc60 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#aceb5a430fafc60 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#aceb5a430fafc60 .menu-list .menu-header {
  background-color: #f2f2f2;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  text-align: left;
}
#aceb5a430fafc60 .menu-list .menu-header svg,
#aceb5a430fafc60 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#aceb5a430fafc60 .menu-list > ul {
  position: relative;
}
#aceb5a430fafc60 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#aceb5a430fafc60 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #f2f2f2;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: right;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  height: 120px;
  line-height: 120px;
}
#aceb5a430fafc60 .menu-list > ul > li.active > a,
#aceb5a430fafc60 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#aceb5a430fafc60 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#aceb5a430fafc60 .menu-list > ul > li a img,
#aceb5a430fafc60 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#aceb5a430fafc60 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 202px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#aceb5a430fafc60 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#aceb5a430fafc60 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#aceb5a430fafc60 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#aceb5a430fafc60 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
}
#aceb5a430fafc60 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #f2f2f2;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#aceb5a430fafc60 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#aceb5a430fafc60 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #707070;
  font-size: 13px;
  line-height: 24px;
}
#aceb5a430fafc60 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0e82a5c28a9287 {
  pointer-events: none;
}
#a0e82a5c28a9287 .menu-list {
  width: 100%;
  background: #f2f2f2;
}
#a0e82a5c28a9287 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a0e82a5c28a9287 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a0e82a5c28a9287 .menu-list .menu-header {
  background-color: #f2f2f2;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  text-align: left;
}
#a0e82a5c28a9287 .menu-list .menu-header svg,
#a0e82a5c28a9287 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a0e82a5c28a9287 .menu-list > ul {
  position: relative;
}
#a0e82a5c28a9287 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a0e82a5c28a9287 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #f2f2f2;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: right;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  height: 120px;
  line-height: 120px;
}
#a0e82a5c28a9287 .menu-list > ul > li.active > a,
#a0e82a5c28a9287 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#a0e82a5c28a9287 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a0e82a5c28a9287 .menu-list > ul > li a img,
#a0e82a5c28a9287 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a0e82a5c28a9287 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 202px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#a0e82a5c28a9287 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a0e82a5c28a9287 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a0e82a5c28a9287 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a0e82a5c28a9287 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
}
#a0e82a5c28a9287 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #f2f2f2;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a0e82a5c28a9287 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a0e82a5c28a9287 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #707070;
  font-size: 13px;
  line-height: 24px;
}
#a0e82a5c28a9287 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acf9ba67a7a61ce {
  pointer-events: none;
}
#acf9ba67a7a61ce .menu-list {
  width: 100%;
  background: #f2f2f2;
}
#acf9ba67a7a61ce ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#acf9ba67a7a61ce .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#acf9ba67a7a61ce .menu-list .menu-header {
  background-color: #f2f2f2;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  text-align: left;
}
#acf9ba67a7a61ce .menu-list .menu-header svg,
#acf9ba67a7a61ce .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#acf9ba67a7a61ce .menu-list > ul {
  position: relative;
}
#acf9ba67a7a61ce .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#acf9ba67a7a61ce .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #f2f2f2;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: right;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  height: 120px;
  line-height: 120px;
}
#acf9ba67a7a61ce .menu-list > ul > li.active > a,
#acf9ba67a7a61ce .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#acf9ba67a7a61ce .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#acf9ba67a7a61ce .menu-list > ul > li a img,
#acf9ba67a7a61ce .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#acf9ba67a7a61ce .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 202px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#acf9ba67a7a61ce .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#acf9ba67a7a61ce .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#acf9ba67a7a61ce .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#acf9ba67a7a61ce .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
}
#acf9ba67a7a61ce .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #f2f2f2;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#acf9ba67a7a61ce .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#acf9ba67a7a61ce .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #707070;
  font-size: 13px;
  line-height: 24px;
}
#acf9ba67a7a61ce .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3670a36bca5c90 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad33fa489ba5247 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#ad33fa489ba5247 .ele-wrap:hover {background-color: #0483cc;}#ae4dba1ee0a0b9b > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8a77a9f22af16a .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a8a77a9f22af16a .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afbbea006ba0d3d > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad04aa9a76a8c77 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#ad04aa9a76a8c77 .ele-wrap:hover {background-color: #0483cc;}#acfc5a0fdba1f49 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acc06ad4f9ad1f3 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#acc06ad4f9ad1f3 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a56cba2e36aa20e > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7da8a91baa5b2f .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a7da8a91baa5b2f .ele-wrap:hover {background-color: #0483cc;}#a1142a15c9ae028 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aadfaaed26afee9 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#aadfaaed26afee9 .ele-wrap:hover {background-color: #0483cc;}#afa8aad2cda5f76 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8609a815ea80ab .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a8609a815ea80ab .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a42e7aeabbaba1a > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2790a031ba3da8 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a2790a031ba3da8 .ele-wrap:hover {background-color: #0483cc;}#a0c04a7a35a03ed > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad4a5a5d9aa53ad .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#ad4a5a5d9aa53ad .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2f17aa573a7dfc > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abccca7040a9c90 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#abccca7040a9c90 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af902a9742ac435 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3cf9a2dc7a3e3e .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a3cf9a2dc7a3e3e .ele-wrap:hover {background-color: #0483cc;}#a2201aa429a127a > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0f13a314ea1864 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a0f13a314ea1864 .ele-wrap:hover {background-color: #0483cc;}#ae2e6a089aa21dc > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acdd8a9f3ea2299 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#acdd8a9f3ea2299 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5941aec70a627d > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4bbea5988a296c .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a4bbea5988a296c .ele-wrap:hover {background-color: #0483cc;}#a9d14ad1a6a6442 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6dcaaf3f3a63f2 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a6dcaaf3f3a63f2 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a788caffa9a9a12 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4389a63e1abfa4 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a4389a63e1abfa4 .ele-wrap:hover {background-color: #0483cc;}#a886fad9efad118 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8631a15fbab847 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a8631a15fbab847 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aaa28a1c3ea90b2 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad791a0aa0a9f63 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#ad791a0aa0a9f63 .ele-wrap:hover {background-color: #0483cc;}#a30d5afad3a4969 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef5da2813aedf0 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#aef5da2813aedf0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7f52a54eaaa441 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a476ea0dfbaee6b .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7f52a54eaaa441 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#ad987a1eaaa05a7 > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7073a4260a7ed3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7073a4260a7ed3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7073a4260a7ed3 .ap-icon {
  margin-right: 6px;
}
#a7073a4260a7ed3 .indicator {
  margin-left: 4px;
}
#a7073a4260a7ed3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a7073a4260a7ed3 .menu-list li:hover > a,
#a7073a4260a7ed3 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7073a4260a7ed3 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#a7073a4260a7ed3 .menu-list ul,
#a7073a4260a7ed3 .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);
}
#a7073a4260a7ed3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7073a4260a7ed3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7073a4260a7ed3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7073a4260a7ed3 .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;
}
#a7073a4260a7ed3 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a7073a4260a7ed3 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a7da6ad3b6a6595 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0d8ba7159abcae .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a0d8ba7159abcae .ele-wrap:hover {background-color: #0483cc;}#ab544a9f27a7c65 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1040ad76fa708f {
  pointer-events: none;
}
#a1040ad76fa708f .menu-list {
  width: 100%;
  background: #f2f2f2;
}
#a1040ad76fa708f ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a1040ad76fa708f .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a1040ad76fa708f .menu-list .menu-header {
  background-color: #f2f2f2;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  text-align: left;
}
#a1040ad76fa708f .menu-list .menu-header svg,
#a1040ad76fa708f .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a1040ad76fa708f .menu-list > ul {
  position: relative;
}
#a1040ad76fa708f .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a1040ad76fa708f .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #f2f2f2;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: right;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  height: 120px;
  line-height: 120px;
}
#a1040ad76fa708f .menu-list > ul > li.active > a,
#a1040ad76fa708f .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#a1040ad76fa708f .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a1040ad76fa708f .menu-list > ul > li a img,
#a1040ad76fa708f .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a1040ad76fa708f .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 202px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#a1040ad76fa708f .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a1040ad76fa708f .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a1040ad76fa708f .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a1040ad76fa708f .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
}
#a1040ad76fa708f .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #f2f2f2;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a1040ad76fa708f .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a1040ad76fa708f .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #707070;
  font-size: 13px;
  line-height: 24px;
}
#a1040ad76fa708f .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abfe8a370ea1c74 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a612fafa6fa3a86 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a612fafa6fa3a86 .ele-wrap:hover {background-color: #0483cc;}#a0d6fa3a45a4c1e > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab719a1bd4af32a .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#ab719a1bd4af32a .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab47ca2e96a9093 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8064a0aafa2785 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a8064a0aafa2785 .ele-wrap:hover {background-color: #0483cc;}#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a16eba0de2a063d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a02bfa3067a3f6d .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a16eba0de2a063d [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#a96a8aca04a2b52 > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a47d7a3ceaac932 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a47d7a3ceaac932 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a47d7a3ceaac932 .ap-icon {
  margin-right: 6px;
}
#a47d7a3ceaac932 .indicator {
  margin-left: 4px;
}
#a47d7a3ceaac932 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a47d7a3ceaac932 .menu-list li:hover > a,
#a47d7a3ceaac932 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a47d7a3ceaac932 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#a47d7a3ceaac932 .menu-list ul,
#a47d7a3ceaac932 .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);
}
#a47d7a3ceaac932 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a47d7a3ceaac932 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a47d7a3ceaac932 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a47d7a3ceaac932 .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;
}
#a47d7a3ceaac932 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a47d7a3ceaac932 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a8677a0ae8a9f1d [data-item="undefined"] {background-size: contain;background-color: rgba(255, 13, 13, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a95bca0ad9ad8a3 > .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;}#a95bca0ad9ad8a3  > .ele-wrap:hover {background-color: rgba(192, 22, 29, 1);color: #ffffff;box-shadow: 0px 4px 4px 3px rgba(192, 22, 29, 1);}#a95bca0ad9ad8a3:hover * {color: #ffffff  !important}
                            #a95bca0ad9ad8a3:hover .line{border-color: #ffffff  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6748acf98ac6f7 .img-wrap:hover {
  border-color: #c2161d;
}
#a43baaaf22abd71 .ele-wrap {border-color: rgba(255, 255, 255, 1);font-size: 25px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: flex-start;border-style: solid;padding-left: 13px;border-width: 15px;box-shadow: 0px 0px 0px 0px rgba(27, 25, 34, 1);}#a43baaaf22abd71 .ele-wrap:hover {background-color: #0483cc;}#af040a9b7ca848d .ele-wrap {border-color: rgba(255, 255, 255, 1);font-size: 25px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: flex-start;border-style: solid;padding-left: 13px;border-width: 15px;box-shadow: 0px 0px 0px 0px rgba(27, 25, 34, 1);}#af040a9b7ca848d .ele-wrap:hover {background-color: #0483cc;}#a86f0aace3a5d2f , #a86f0aace3a5d2f a{color: rgba(194, 22, 29, 1);}#ac7ffae530a7368 , #ac7ffae530a7368 a{color: rgba(194, 22, 29, 1);}#a33e1afa62a0e82 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a33e1afa62a0e82 .ele-wrap:hover {background-color: #0483cc;}#a3994acb75add4d , #a3994acb75add4d a{color: rgba(194, 22, 29, 1);}#a97caabb26a9b6e , #a97caabb26a9b6e a{color: rgba(194, 22, 29, 1);}#a0c7da9c73a86da .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #99999a;font-size: 25px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: flex-start;border-style: solid;padding-left: 13px;border-width: 15px;box-shadow: 0px 0px 0px 0px rgba(27, 25, 34, 1);}#a0c7da9c73a86da .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}#a343aaf5d3a6c7b .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #99999a;font-size: 25px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: flex-start;border-style: solid;padding-left: 13px;border-width: 15px;box-shadow: 0px 0px 0px 0px rgba(27, 25, 34, 1);}#a343aaf5d3a6c7b .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}#a0602a6409aede0 , #a0602a6409aede0 a{color: rgba(194, 22, 29, 1);}#aed2ea1f82a6c21 , #aed2ea1f82a6c21 a{color: rgba(194, 22, 29, 1);}#a2777aa7eaa72a3 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a2777aa7eaa72a3 .ele-wrap:hover {background-color: #0483cc;}#a9158a8592a8d05 , #a9158a8592a8d05 a{color: rgba(194, 22, 29, 1);}#a8a75a1b6aa7620 , #a8a75a1b6aa7620 a{color: rgba(194, 22, 29, 1);}#a0efca0ae8a8f97 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #99999a;font-size: 25px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: flex-start;border-style: solid;padding-left: 13px;border-width: 15px;box-shadow: 0px 0px 0px 0px rgba(27, 25, 34, 1);}#a0efca0ae8a8f97 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}#a7dffa98c7ac78a .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #99999a;font-size: 25px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: flex-start;border-style: solid;padding-left: 13px;border-width: 15px;box-shadow: 0px 0px 0px 0px rgba(27, 25, 34, 1);}#a7dffa98c7ac78a .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}#a9881a6be6a10d0 , #a9881a6be6a10d0 a{color: rgba(194, 22, 29, 1);}#acfc5aedb9a496f , #acfc5aedb9a496f a{color: rgba(194, 22, 29, 1);}#a64bfad1e2a2bec .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a64bfad1e2a2bec .ele-wrap:hover {background-color: #0483cc;}#a0a96a717aa7dea , #a0a96a717aa7dea a{color: rgba(194, 22, 29, 1);}#a8a00a0a00ab5fd , #a8a00a0a00ab5fd a{color: rgba(194, 22, 29, 1);}#aaed3aebf0a71f4 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #99999a;font-size: 25px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: flex-start;border-style: solid;padding-left: 13px;border-width: 15px;box-shadow: 0px 0px 0px 0px rgba(27, 25, 34, 1);}#aaed3aebf0a71f4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}#a3e62ada4ea4e4f .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #99999a;font-size: 25px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: flex-start;border-style: solid;padding-left: 13px;border-width: 15px;box-shadow: 0px 0px 0px 0px rgba(27, 25, 34, 1);}#a3e62ada4ea4e4f .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}#a449aaa195a3692 , #a449aaa195a3692 a{color: rgba(194, 22, 29, 1);}#aacbca6b17a6375 , #aacbca6b17a6375 a{color: rgba(194, 22, 29, 1);}#abceaaba1ca832c .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: center;border-style: solid;}#abceaaba1ca832c .ele-wrap:hover {background-color: #0483cc;}#afff2a19f5adf2b , #afff2a19f5adf2b a{color: rgba(194, 22, 29, 1);}#a9e67a6a6fab124 , #a9e67a6a6fab124 a{color: rgba(194, 22, 29, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac6d4a2d24a353e .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #99999a;font-size: 25px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: flex-start;border-style: solid;padding-left: 13px;border-width: 15px;box-shadow: 0px 0px 0px 0px rgba(27, 25, 34, 1);}#ac6d4a2d24a353e .ele-wrap:hover {background-color: #0483cc;}#ab8f0a6edca1d64 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #99999a;font-size: 25px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: flex-start;border-style: solid;padding-left: 13px;border-width: 15px;box-shadow: 0px 0px 0px 0px rgba(27, 25, 34, 1);}#ab8f0a6edca1d64 .ele-wrap:hover {background-color: #0483cc;}#ae6c7a18f2aceeb , #ae6c7a18f2aceeb a{color: rgba(194, 22, 29, 1);}#a5ccea57a6a916b , #a5ccea57a6a916b a{color: rgba(194, 22, 29, 1);}#a3ee0a5c62a7090 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a3ee0a5c62a7090 .ele-wrap:hover {background-color: #0483cc;}#a0ff4a812aae485 , #a0ff4a812aae485 a{color: rgba(194, 22, 29, 1);}#ac523a99d4aa778 , #ac523a99d4aa778 a{color: rgba(194, 22, 29, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae593a8ea1af2a9 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #99999a;font-size: 25px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: flex-start;border-style: solid;padding-left: 13px;border-width: 15px;box-shadow: 0px 0px 0px 0px rgba(27, 25, 34, 1);}#ae593a8ea1af2a9 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}#a7e75a5237afc49 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #99999a;font-size: 25px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: flex-start;border-style: solid;padding-left: 13px;border-width: 15px;box-shadow: 0px 0px 0px 0px rgba(27, 25, 34, 1);}#a7e75a5237afc49 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}#a9122ae62dad393 , #a9122ae62dad393 a{color: rgba(194, 22, 29, 1);}#ad1e2a5685ada31 , #ad1e2a5685ada31 a{color: rgba(194, 22, 29, 1);}#a0f31a943da875c .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a0f31a943da875c .ele-wrap:hover {background-color: #0483cc;}#a89ababf77ae52a , #a89ababf77ae52a a{color: rgba(194, 22, 29, 1);}#a2bc6aeaffa1e47 , #a2bc6aeaffa1e47 a{color: rgba(194, 22, 29, 1);}#a6aa7afc80a4639 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #99999a;font-size: 25px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: flex-start;border-style: solid;padding-left: 13px;border-width: 15px;box-shadow: 0px 0px 0px 0px rgba(27, 25, 34, 1);}#a6aa7afc80a4639 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}#a1249a48eda1e3c .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #99999a;font-size: 25px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: flex-start;border-style: solid;padding-left: 13px;border-width: 15px;box-shadow: 0px 0px 0px 0px rgba(27, 25, 34, 1);}#a1249a48eda1e3c .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}#a8db7a4551a5c03 , #a8db7a4551a5c03 a{color: rgba(194, 22, 29, 1);}#a761da1e39aacdd , #a761da1e39aacdd a{color: rgba(194, 22, 29, 1);}#a0afcafcdaac3d7 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a0afcafcdaac3d7 .ele-wrap:hover {background-color: #0483cc;}#a659ea4a83a223e , #a659ea4a83a223e a{color: rgba(194, 22, 29, 1);}#a7c2aa37a3a28cd , #a7c2aa37a3a28cd a{color: rgba(194, 22, 29, 1);}#a1ca4a10fda9504 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #99999a;font-size: 25px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: flex-start;border-style: solid;padding-left: 13px;border-width: 15px;box-shadow: 0px 0px 0px 0px rgba(27, 25, 34, 1);}#a1ca4a10fda9504 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}#a2b5fa2dd3af4a2 .ele-wrap {border-color: rgba(255, 255, 255, 1);color: #99999a;font-size: 25px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: flex-start;border-style: solid;padding-left: 13px;border-width: 15px;box-shadow: 0px 0px 0px 0px rgba(27, 25, 34, 1);}#a2b5fa2dd3af4a2 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(0, 0, 0, 1);}#a8c9aa0f03a2013 , #a8c9aa0f03a2013 a{color: rgba(194, 22, 29, 1);}#adacfa03b8abb95 , #adacfa03b8abb95 a{color: rgba(194, 22, 29, 1);}#a293ba8e22a40e1 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 10px;justify-content: center;border-style: solid;}#a293ba8e22a40e1 .ele-wrap:hover {background-color: #0483cc;}#a6ffba06e2a1881 , #a6ffba06e2a1881 a{color: rgba(194, 22, 29, 1);}#aca05ab440a834a , #aca05ab440a834a a{color: rgba(194, 22, 29, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a66d7a5f9ba0478 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a009cac1dba2547 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a66d7a5f9ba0478 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#ad987a1eaaa05a7 > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7073a4260a7ed3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7073a4260a7ed3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7073a4260a7ed3 .ap-icon {
  margin-right: 6px;
}
#a7073a4260a7ed3 .indicator {
  margin-left: 4px;
}
#a7073a4260a7ed3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a7073a4260a7ed3 .menu-list li:hover > a,
#a7073a4260a7ed3 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7073a4260a7ed3 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#a7073a4260a7ed3 .menu-list ul,
#a7073a4260a7ed3 .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);
}
#a7073a4260a7ed3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7073a4260a7ed3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7073a4260a7ed3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7073a4260a7ed3 .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;
}
#a7073a4260a7ed3 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a7073a4260a7ed3 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a509faf473a9795 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9784a177fa350e .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a9784a177fa350e .ele-wrap:hover {background-color: #0483cc;}#aa5e7ad733a7ef4 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae911a4ccfa61a9 {
  pointer-events: none;
}
#ae911a4ccfa61a9 .menu-list {
  width: 100%;
  background: #f2f2f2;
}
#ae911a4ccfa61a9 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ae911a4ccfa61a9 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#ae911a4ccfa61a9 .menu-list .menu-header {
  background-color: #f2f2f2;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  text-align: left;
}
#ae911a4ccfa61a9 .menu-list .menu-header svg,
#ae911a4ccfa61a9 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#ae911a4ccfa61a9 .menu-list > ul {
  position: relative;
}
#ae911a4ccfa61a9 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#ae911a4ccfa61a9 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #f2f2f2;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: right;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  height: 120px;
  line-height: 120px;
}
#ae911a4ccfa61a9 .menu-list > ul > li.active > a,
#ae911a4ccfa61a9 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#ae911a4ccfa61a9 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#ae911a4ccfa61a9 .menu-list > ul > li a img,
#ae911a4ccfa61a9 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#ae911a4ccfa61a9 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 202px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#ae911a4ccfa61a9 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#ae911a4ccfa61a9 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#ae911a4ccfa61a9 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#ae911a4ccfa61a9 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
}
#ae911a4ccfa61a9 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #f2f2f2;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#ae911a4ccfa61a9 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#ae911a4ccfa61a9 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #707070;
  font-size: 13px;
  line-height: 24px;
}
#ae911a4ccfa61a9 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a84caac674a9ff8 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a98e3aea3da8734 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a98e3aea3da8734 .ele-wrap:hover {background-color: #0483cc;}#ae418a2340af627 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe44ad40ca8321 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#abe44ad40ca8321 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8e98a3b42a48bc > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab205a90c6ad68d .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#ab205a90c6ad68d .ele-wrap:hover {background-color: #0483cc;}#adba1a5315ad6b7 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5f14a9ef6aa649 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a5f14a9ef6aa649 .ele-wrap:hover {background-color: #0483cc;}#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae47fa13faae565 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac0bba2bcdac81c .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae47fa13faae565 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#ad987a1eaaa05a7 > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7073a4260a7ed3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7073a4260a7ed3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7073a4260a7ed3 .ap-icon {
  margin-right: 6px;
}
#a7073a4260a7ed3 .indicator {
  margin-left: 4px;
}
#a7073a4260a7ed3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a7073a4260a7ed3 .menu-list li:hover > a,
#a7073a4260a7ed3 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7073a4260a7ed3 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#a7073a4260a7ed3 .menu-list ul,
#a7073a4260a7ed3 .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);
}
#a7073a4260a7ed3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7073a4260a7ed3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7073a4260a7ed3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7073a4260a7ed3 .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;
}
#a7073a4260a7ed3 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a7073a4260a7ed3 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#ab5c5a6ef0af3a6 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af231aa7e9a6545 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#af231aa7e9a6545 .ele-wrap:hover {background-color: #0483cc;}#a59baa137dab3a7 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5df5a0cb7a8ffc {
  pointer-events: none;
}
#a5df5a0cb7a8ffc .menu-list {
  width: 100%;
  background: #f2f2f2;
}
#a5df5a0cb7a8ffc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a5df5a0cb7a8ffc .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a5df5a0cb7a8ffc .menu-list .menu-header {
  background-color: #f2f2f2;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  text-align: left;
}
#a5df5a0cb7a8ffc .menu-list .menu-header svg,
#a5df5a0cb7a8ffc .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a5df5a0cb7a8ffc .menu-list > ul {
  position: relative;
}
#a5df5a0cb7a8ffc .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a5df5a0cb7a8ffc .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #f2f2f2;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: right;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  height: 120px;
  line-height: 120px;
}
#a5df5a0cb7a8ffc .menu-list > ul > li.active > a,
#a5df5a0cb7a8ffc .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#a5df5a0cb7a8ffc .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a5df5a0cb7a8ffc .menu-list > ul > li a img,
#a5df5a0cb7a8ffc .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a5df5a0cb7a8ffc .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 202px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#a5df5a0cb7a8ffc .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a5df5a0cb7a8ffc .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a5df5a0cb7a8ffc .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a5df5a0cb7a8ffc .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
}
#a5df5a0cb7a8ffc .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #f2f2f2;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a5df5a0cb7a8ffc .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a5df5a0cb7a8ffc .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #707070;
  font-size: 13px;
  line-height: 24px;
}
#a5df5a0cb7a8ffc .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a31ccace39affdc > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9c35a05f7ac959 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a9c35a05f7ac959 .ele-wrap:hover {background-color: #0483cc;}#a8f3ca9c1ba9817 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7ea5ad1d0a55a6 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a7ea5ad1d0a55a6 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6859a5bd3abc3c > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af277a95a0a0cad .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#af277a95a0a0cad .ele-wrap:hover {background-color: #0483cc;}#a80afaefc6a6a1a > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8c1ca79c0aec2b .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a8c1ca79c0aec2b .ele-wrap:hover {background-color: #0483cc;}#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab856a0882adf1c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a013ea96bcae3ff .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab856a0882adf1c [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#a5da2a9015a7ea8 > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa06aa32c2a3d8f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa06aa32c2a3d8f .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa06aa32c2a3d8f .ap-icon {
  margin-right: 6px;
}
#aa06aa32c2a3d8f .indicator {
  margin-left: 4px;
}
#aa06aa32c2a3d8f .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#aa06aa32c2a3d8f .menu-list li:hover > a,
#aa06aa32c2a3d8f .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aa06aa32c2a3d8f .menu-list li.active > a {
  background-color: #9b9b9b;
}
#aa06aa32c2a3d8f .menu-list ul,
#aa06aa32c2a3d8f .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);
}
#aa06aa32c2a3d8f .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa06aa32c2a3d8f .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa06aa32c2a3d8f .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa06aa32c2a3d8f .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;
}
#aa06aa32c2a3d8f .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#aa06aa32c2a3d8f .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a5c45a119ba5d53 .ele-wrap {border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 23px;justify-content: center;}#a5c45a119ba5d53 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(192, 22, 29, 1);}#adca3aa5eea40f8 .ele-wrap {border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 23px;justify-content: center;}#adca3aa5eea40f8 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(192, 22, 29, 1);}#aa29fa4e19a6769 .ele-wrap {border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 23px;justify-content: center;}#aa29fa4e19a6769 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(192, 22, 29, 1);}#adab0a1233a9e3a .ele-wrap {border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 23px;justify-content: center;}#adab0a1233a9e3a .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(192, 22, 29, 1);}#af686a412fa5c7b .ele-wrap {border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 23px;justify-content: center;}#af686a412fa5c7b .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(192, 22, 29, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6fd4a548ca687c .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden;
  transition: all .3s ease;
}
#a6fd4a548ca687c .marquee-wrap > .str_move {
  cursor: text;
}
#a6fd4a548ca687c .marquee-wrap:hover {
  background: #c0161d;
}
#a6fd4a548ca687c .marquee-wrap .content {
  position: absolute;
}
#a6fd4a548ca687c .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZHei-B01S;
  letter-spacing: 3px;
}
#a6fd4a548ca687c .marquee-wrap.vertical .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a6fd4a548ca687c .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: FZHei-B01S;
  letter-spacing: 3px;
}
#a6fd4a548ca687c .marquee-wrap.horizontal .marquee-item:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0f17a0f4aaf614 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aec5da4e57adf89 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0f17a0f4aaf614 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#ad987a1eaaa05a7 > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7073a4260a7ed3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7073a4260a7ed3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7073a4260a7ed3 .ap-icon {
  margin-right: 6px;
}
#a7073a4260a7ed3 .indicator {
  margin-left: 4px;
}
#a7073a4260a7ed3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a7073a4260a7ed3 .menu-list li:hover > a,
#a7073a4260a7ed3 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7073a4260a7ed3 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#a7073a4260a7ed3 .menu-list ul,
#a7073a4260a7ed3 .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);
}
#a7073a4260a7ed3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7073a4260a7ed3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7073a4260a7ed3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7073a4260a7ed3 .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;
}
#a7073a4260a7ed3 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a7073a4260a7ed3 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a413eaaaeda4def > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae835a862ba76e4 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#ae835a862ba76e4 .ele-wrap:hover {background-color: #0483cc;}#ae559a6665a9567 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3341afbfca8b86 {
  pointer-events: none;
}
#a3341afbfca8b86 .menu-list {
  width: 100%;
  background: #f2f2f2;
}
#a3341afbfca8b86 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a3341afbfca8b86 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a3341afbfca8b86 .menu-list .menu-header {
  background-color: #f2f2f2;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  text-align: left;
}
#a3341afbfca8b86 .menu-list .menu-header svg,
#a3341afbfca8b86 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a3341afbfca8b86 .menu-list > ul {
  position: relative;
}
#a3341afbfca8b86 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a3341afbfca8b86 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #f2f2f2;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: right;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  height: 120px;
  line-height: 120px;
}
#a3341afbfca8b86 .menu-list > ul > li.active > a,
#a3341afbfca8b86 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#a3341afbfca8b86 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a3341afbfca8b86 .menu-list > ul > li a img,
#a3341afbfca8b86 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a3341afbfca8b86 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 202px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#a3341afbfca8b86 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a3341afbfca8b86 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a3341afbfca8b86 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a3341afbfca8b86 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
}
#a3341afbfca8b86 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #f2f2f2;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a3341afbfca8b86 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a3341afbfca8b86 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #707070;
  font-size: 13px;
  line-height: 24px;
}
#a3341afbfca8b86 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6ba2a6ac8a8773 {
  pointer-events: none;
}
#a6ba2a6ac8a8773 .menu-list {
  width: 100%;
  background: #f2f2f2;
}
#a6ba2a6ac8a8773 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a6ba2a6ac8a8773 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a6ba2a6ac8a8773 .menu-list .menu-header {
  background-color: #f2f2f2;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  text-align: left;
}
#a6ba2a6ac8a8773 .menu-list .menu-header svg,
#a6ba2a6ac8a8773 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a6ba2a6ac8a8773 .menu-list > ul {
  position: relative;
}
#a6ba2a6ac8a8773 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a6ba2a6ac8a8773 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #f2f2f2;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: right;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  height: 120px;
  line-height: 120px;
}
#a6ba2a6ac8a8773 .menu-list > ul > li.active > a,
#a6ba2a6ac8a8773 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#a6ba2a6ac8a8773 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a6ba2a6ac8a8773 .menu-list > ul > li a img,
#a6ba2a6ac8a8773 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a6ba2a6ac8a8773 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 202px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#a6ba2a6ac8a8773 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a6ba2a6ac8a8773 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a6ba2a6ac8a8773 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a6ba2a6ac8a8773 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
}
#a6ba2a6ac8a8773 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #f2f2f2;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a6ba2a6ac8a8773 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a6ba2a6ac8a8773 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #707070;
  font-size: 13px;
  line-height: 24px;
}
#a6ba2a6ac8a8773 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a40b4a821ea9477 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a97daa1ff8a1f61 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a97daa1ff8a1f61 .ele-wrap:hover {background-color: #0483cc;}#a731bafe09a5f0f > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9a76a5ff6ac3ad .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a9a76a5ff6ac3ad .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9f31a6c65a4b19 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac111ab739ad56d .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#ac111ab739ad56d .ele-wrap:hover {background-color: #0483cc;}#aea71a7ebcaa944 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a036ea0f7cad754 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a036ea0f7cad754 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae42cab674a2179 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3060ab283a3099 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a3060ab283a3099 .ele-wrap:hover {background-color: #0483cc;}#a01c0aa5ffa82f5 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac742a5543a59a2 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#ac742a5543a59a2 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad06eace77a0ed7 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7c6aa3f51a4482 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a7c6aa3f51a4482 .ele-wrap:hover {background-color: #0483cc;}#a494aa1742a1cf5 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e43a1307a337a .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a1e43a1307a337a .ele-wrap:hover {background-color: #0483cc;}#aa60aa3ceba5c56 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5e9da9ec6af0c2 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a5e9da9ec6af0c2 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4d6a1072a79e2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4531aa81fafc58 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4d6a1072a79e2 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#ad987a1eaaa05a7 > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7073a4260a7ed3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7073a4260a7ed3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7073a4260a7ed3 .ap-icon {
  margin-right: 6px;
}
#a7073a4260a7ed3 .indicator {
  margin-left: 4px;
}
#a7073a4260a7ed3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a7073a4260a7ed3 .menu-list li:hover > a,
#a7073a4260a7ed3 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7073a4260a7ed3 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#a7073a4260a7ed3 .menu-list ul,
#a7073a4260a7ed3 .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);
}
#a7073a4260a7ed3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7073a4260a7ed3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7073a4260a7ed3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7073a4260a7ed3 .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;
}
#a7073a4260a7ed3 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a7073a4260a7ed3 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#ab2d2ab835abf32 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a81d9ad05fac2f6 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a81d9ad05fac2f6 .ele-wrap:hover {background-color: #0483cc;}#a2b25af548af1c7 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2eeba73eea12ea {
  pointer-events: none;
}
#a2eeba73eea12ea .menu-list {
  width: 100%;
  background: #f2f2f2;
}
#a2eeba73eea12ea ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a2eeba73eea12ea .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a2eeba73eea12ea .menu-list .menu-header {
  background-color: #f2f2f2;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  text-align: left;
}
#a2eeba73eea12ea .menu-list .menu-header svg,
#a2eeba73eea12ea .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a2eeba73eea12ea .menu-list > ul {
  position: relative;
}
#a2eeba73eea12ea .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a2eeba73eea12ea .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #f2f2f2;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: right;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  height: 120px;
  line-height: 120px;
}
#a2eeba73eea12ea .menu-list > ul > li.active > a,
#a2eeba73eea12ea .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#a2eeba73eea12ea .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a2eeba73eea12ea .menu-list > ul > li a img,
#a2eeba73eea12ea .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a2eeba73eea12ea .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 202px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#a2eeba73eea12ea .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a2eeba73eea12ea .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a2eeba73eea12ea .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a2eeba73eea12ea .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
}
#a2eeba73eea12ea .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #f2f2f2;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a2eeba73eea12ea .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a2eeba73eea12ea .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #707070;
  font-size: 13px;
  line-height: 24px;
}
#a2eeba73eea12ea .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afb87a1e4aa4c34 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6967ae082a03ae .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a6967ae082a03ae .ele-wrap:hover {background-color: #0483cc;}#aef6fac369af7df > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3e05a9727a03f2 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a3e05a9727a03f2 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6f8ac125a2c29 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae4afaa171affeb .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#ae4afaa171affeb .ele-wrap:hover {background-color: #0483cc;}#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac73da22f6acc36 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4ab8aede6a7507 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac73da22f6acc36 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#a5932a0a61a90e8 > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5ee4a14cdaaba2 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a5ee4a14cdaaba2 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a5ee4a14cdaaba2 .ap-icon {
  margin-right: 6px;
}
#a5ee4a14cdaaba2 .indicator {
  margin-left: 4px;
}
#a5ee4a14cdaaba2 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a5ee4a14cdaaba2 .menu-list li:hover > a,
#a5ee4a14cdaaba2 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a5ee4a14cdaaba2 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#a5ee4a14cdaaba2 .menu-list ul,
#a5ee4a14cdaaba2 .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);
}
#a5ee4a14cdaaba2 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a5ee4a14cdaaba2 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5ee4a14cdaaba2 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5ee4a14cdaaba2 .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;
}
#a5ee4a14cdaaba2 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a5ee4a14cdaaba2 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa196a6bb5a9a44 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa196a6bb5a9a44 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afd2ca8bc7a5d8c .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#afd2ca8bc7a5d8c .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a86eba7cbea2e57 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a86eba7cbea2e57 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad0c8a1f81a8ae5 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ad0c8a1f81a8ae5 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab7bba8988a4cef .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ab7bba8988a4cef .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a551ea2381af6c8 {
  overflow: hidden;
  pointer-events: none;
}
#a551ea2381af6c8 > .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;
}
#a551ea2381af6c8 > .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;
}
#a551ea2381af6c8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a551ea2381af6c8 > .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;
}
#a551ea2381af6c8 > .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;
}
#a551ea2381af6c8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a551ea2381af6c8 > .tab-wrap > div > .tab-nav,
#a551ea2381af6c8 > .tab-nav,
#a551ea2381af6c8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a551ea2381af6c8 > .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;
}
#a551ea2381af6c8 > .tab-wrap > div > .tab-nav-horizontal,
#a551ea2381af6c8 > .tab-nav-horizontal,
#a551ea2381af6c8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a551ea2381af6c8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a551ea2381af6c8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a551ea2381af6c8 > .tab-nav-horizontal::-webkit-scrollbar,
#a551ea2381af6c8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a551ea2381af6c8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a551ea2381af6c8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a551ea2381af6c8 > .tab-nav-horizontal.tagScroll,
#a551ea2381af6c8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a551ea2381af6c8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a551ea2381af6c8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a551ea2381af6c8 > .tab-nav-horizontal.tagScroll li a,
#a551ea2381af6c8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a551ea2381af6c8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a551ea2381af6c8 > .tab-wrap > div > .tab-nav a,
#a551ea2381af6c8 > .tab-nav a,
#a551ea2381af6c8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a551ea2381af6c8 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a551ea2381af6c8 > .tab-wrap > div > .tab-nav li a,
#a551ea2381af6c8 > .tab-nav li a,
#a551ea2381af6c8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a551ea2381af6c8 > .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: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a551ea2381af6c8 > .tab-wrap > div > .tab-nav li a svg,
#a551ea2381af6c8 > .tab-nav li a svg,
#a551ea2381af6c8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a551ea2381af6c8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a551ea2381af6c8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a551ea2381af6c8 > .tab-nav li a .ap_icon,
#a551ea2381af6c8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a551ea2381af6c8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a551ea2381af6c8 > .tab-wrap > div > .tab-nav li a:hover,
#a551ea2381af6c8 > .tab-nav li a:hover,
#a551ea2381af6c8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a551ea2381af6c8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #c2161d;
  border-bottom-width: 2px;
  border-bottom-color: #c2161d;
  border-bottom-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  border-left-width: 2px;
  border-left-color: #c2161d;
  border-top-color: #c2161d;
  border-right-color: #c2161d;
}
#a551ea2381af6c8 > .tab-wrap > div > .tab-nav li.uk-active a,
#a551ea2381af6c8 > .tab-nav li.uk-active a,
#a551ea2381af6c8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a551ea2381af6c8 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #c2161d;
  border-bottom-width: 2px;
  border-bottom-color: #c2161d;
  border-bottom-style: solid;
  border-right-width: 0;
  border-right-style: solid;
}
#a551ea2381af6c8 .layout-left li,
#a551ea2381af6c8 .layout-center li,
#a551ea2381af6c8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a551ea2381af6c8 .layout-left li a,
#a551ea2381af6c8 .layout-center li a,
#a551ea2381af6c8 .layout-right li a {
  height: 100%;
}
#a551ea2381af6c8 > .tab-tabs .layout-left {
  text-align: left;
}
#a551ea2381af6c8 > .tab-tabs .layout-center {
  text-align: center;
}
#a551ea2381af6c8 > .tab-tabs .layout-right {
  text-align: right;
}
#a551ea2381af6c8 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a551ea2381af6c8 .tab-content-wrap {
  background-color: #ffffff;
}
#a551ea2381af6c8 .tab-contents,
#a551ea2381af6c8 .tab-contents-wrap {
  pointer-events: none;
}
#a551ea2381af6c8 .tab-content,
#a551ea2381af6c8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a551ea2381af6c8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a551ea2381af6c8 .tab-wrap .tab-contents {
  height: 100%;
}
#a551ea2381af6c8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a551ea2381af6c8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a551ea2381af6c8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a229ca18f6a1407 .a8293aaaf1aee61 .img-wrap {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: NaNpx NaNpx 0px 0px #22194d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a229ca18f6a1407 .uk-grid {
  margin-left: -15px;
}
#a229ca18f6a1407 .uk-grid > * {
  padding-left: 15px;
}
#a229ca18f6a1407 .dynamic-list-item:hover {
  background-color: #c0161d;
}
/* mobile */
@media (max-width: 640px) {
  #a229ca18f6a1407 .uk-position-center-left-out {
    left: -30px;
  }
  #a229ca18f6a1407 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a300aa1780a19f2 > .ele-wrap {background-color: rgba(255, 255, 255, 0);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aebd4aa34ca19e3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa29aacb3aa0a35 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aebd4aa34ca19e3 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#ad987a1eaaa05a7 > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7073a4260a7ed3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7073a4260a7ed3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7073a4260a7ed3 .ap-icon {
  margin-right: 6px;
}
#a7073a4260a7ed3 .indicator {
  margin-left: 4px;
}
#a7073a4260a7ed3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a7073a4260a7ed3 .menu-list li:hover > a,
#a7073a4260a7ed3 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7073a4260a7ed3 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#a7073a4260a7ed3 .menu-list ul,
#a7073a4260a7ed3 .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);
}
#a7073a4260a7ed3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7073a4260a7ed3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7073a4260a7ed3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7073a4260a7ed3 .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;
}
#a7073a4260a7ed3 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a7073a4260a7ed3 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#af99ea4cbcab273 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a90d8a0f83afeb3 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a90d8a0f83afeb3 .ele-wrap:hover {background-color: #0483cc;}#a78b2ab018a0409 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a828ea3f8aadcaa {
  pointer-events: none;
}
#a828ea3f8aadcaa .menu-list {
  width: 100%;
  background: #f2f2f2;
}
#a828ea3f8aadcaa ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a828ea3f8aadcaa .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a828ea3f8aadcaa .menu-list .menu-header {
  background-color: #f2f2f2;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  text-align: left;
}
#a828ea3f8aadcaa .menu-list .menu-header svg,
#a828ea3f8aadcaa .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a828ea3f8aadcaa .menu-list > ul {
  position: relative;
}
#a828ea3f8aadcaa .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a828ea3f8aadcaa .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #f2f2f2;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: right;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  height: 120px;
  line-height: 120px;
}
#a828ea3f8aadcaa .menu-list > ul > li.active > a,
#a828ea3f8aadcaa .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#a828ea3f8aadcaa .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a828ea3f8aadcaa .menu-list > ul > li a img,
#a828ea3f8aadcaa .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a828ea3f8aadcaa .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 202px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#a828ea3f8aadcaa .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a828ea3f8aadcaa .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a828ea3f8aadcaa .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a828ea3f8aadcaa .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
}
#a828ea3f8aadcaa .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #f2f2f2;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a828ea3f8aadcaa .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a828ea3f8aadcaa .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #707070;
  font-size: 13px;
  line-height: 24px;
}
#a828ea3f8aadcaa .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acce1a050aabb08 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a713ca4885a4a2f .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a713ca4885a4a2f .ele-wrap:hover {background-color: #0483cc;}#a9c87aa8f3a02fc > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a933ca3645a147e .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a933ca3645a147e .ele-wrap:hover {background-color: #0483cc;}#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af347aaba4a83f5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad2a1adcaba2e1b .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af347aaba4a83f5 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#ad987a1eaaa05a7 > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7073a4260a7ed3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7073a4260a7ed3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7073a4260a7ed3 .ap-icon {
  margin-right: 6px;
}
#a7073a4260a7ed3 .indicator {
  margin-left: 4px;
}
#a7073a4260a7ed3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a7073a4260a7ed3 .menu-list li:hover > a,
#a7073a4260a7ed3 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7073a4260a7ed3 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#a7073a4260a7ed3 .menu-list ul,
#a7073a4260a7ed3 .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);
}
#a7073a4260a7ed3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7073a4260a7ed3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7073a4260a7ed3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7073a4260a7ed3 .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;
}
#a7073a4260a7ed3 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a7073a4260a7ed3 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a6f60a318ea738e > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a013aaa76da7a5b .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a013aaa76da7a5b .ele-wrap:hover {background-color: #0483cc;}#aea31a6310ab261 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a85a8ace34a46c1 {
  pointer-events: none;
}
#a85a8ace34a46c1 .menu-list {
  width: 100%;
  background: #f2f2f2;
}
#a85a8ace34a46c1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a85a8ace34a46c1 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a85a8ace34a46c1 .menu-list .menu-header {
  background-color: #f2f2f2;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  text-align: left;
}
#a85a8ace34a46c1 .menu-list .menu-header svg,
#a85a8ace34a46c1 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a85a8ace34a46c1 .menu-list > ul {
  position: relative;
}
#a85a8ace34a46c1 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a85a8ace34a46c1 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #f2f2f2;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: right;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  height: 120px;
  line-height: 120px;
}
#a85a8ace34a46c1 .menu-list > ul > li.active > a,
#a85a8ace34a46c1 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#a85a8ace34a46c1 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a85a8ace34a46c1 .menu-list > ul > li a img,
#a85a8ace34a46c1 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a85a8ace34a46c1 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 202px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#a85a8ace34a46c1 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a85a8ace34a46c1 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a85a8ace34a46c1 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a85a8ace34a46c1 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
}
#a85a8ace34a46c1 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #f2f2f2;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a85a8ace34a46c1 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a85a8ace34a46c1 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #707070;
  font-size: 13px;
  line-height: 24px;
}
#a85a8ace34a46c1 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abffbaa2fda517c > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a56ac58aa9b91 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a3a56ac58aa9b91 .ele-wrap:hover {background-color: #0483cc;}#a1092a6c85a4cc2 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac7d2a6ddba28a7 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#ac7d2a6ddba28a7 .ele-wrap:hover {background-color: #0483cc;}#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac73da22f6acc36 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a36fda010da3342 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac73da22f6acc36 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#ac29fad3aaa0c5a > .ele-wrap {background-color: rgba(255, 255, 255, 0.85);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 0px 0px undefined;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7f9aadffba483a > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a69dfab2f1a8686 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a69dfab2f1a8686 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a69dfab2f1a8686 .ap-icon {
  margin-right: 6px;
}
#a69dfab2f1a8686 .indicator {
  margin-left: 4px;
}
#a69dfab2f1a8686 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a69dfab2f1a8686 .menu-list li:hover > a,
#a69dfab2f1a8686 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a69dfab2f1a8686 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#a69dfab2f1a8686 .menu-list ul,
#a69dfab2f1a8686 .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);
}
#a69dfab2f1a8686 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a69dfab2f1a8686 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a69dfab2f1a8686 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a69dfab2f1a8686 .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;
}
#a69dfab2f1a8686 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a69dfab2f1a8686 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a2b92a7312a9026 > .ele-wrap {background-color: rgba(244, 244, 244, 1);border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;border-top-left-radius: 25px;border-top-right-radius: 25px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 2px -2px 2px 2px undefined;}#a2b92a7312a9026  > .ele-wrap:hover {background-color: rgba(192, 22, 29, 1);color: #ffffff;}#a2b92a7312a9026:hover * {color: #ffffff  !important}
                            #a2b92a7312a9026:hover .line{border-color: #ffffff  !important}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9f28a09faa7203 > .ele-wrap {background-color: rgba(244, 244, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a62c1ad1cfad59d > .ele-wrap {background-color: rgba(244, 244, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a237fa298ca0bfe > .ele-wrap {background-color: rgba(244, 244, 244, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}#a237fa298ca0bfe  > .ele-wrap:hover {border-top-right-radius: 25px;border-bottom-right-radius: 25px;border-bottom-left-radius: 25px;border-top-left-radius: 25px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a70d9ac058a67bf .img-wrap {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a16c4a1b6baa3fc .img-wrap {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad72da97daa9970 .img-wrap {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab195afe62ab534 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a39e1a984fa652f .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab195afe62ab534 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#ad987a1eaaa05a7 > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7073a4260a7ed3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7073a4260a7ed3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7073a4260a7ed3 .ap-icon {
  margin-right: 6px;
}
#a7073a4260a7ed3 .indicator {
  margin-left: 4px;
}
#a7073a4260a7ed3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a7073a4260a7ed3 .menu-list li:hover > a,
#a7073a4260a7ed3 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7073a4260a7ed3 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#a7073a4260a7ed3 .menu-list ul,
#a7073a4260a7ed3 .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);
}
#a7073a4260a7ed3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7073a4260a7ed3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7073a4260a7ed3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7073a4260a7ed3 .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;
}
#a7073a4260a7ed3 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a7073a4260a7ed3 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#abf1fa17daad34f > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a83ebadddfa7039 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a83ebadddfa7039 .ele-wrap:hover {background-color: #0483cc;}#ac316acbaeabead > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1a3fa3221ac328 {
  pointer-events: none;
}
#a1a3fa3221ac328 .menu-list {
  width: 100%;
  background: #f2f2f2;
}
#a1a3fa3221ac328 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a1a3fa3221ac328 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a1a3fa3221ac328 .menu-list .menu-header {
  background-color: #f2f2f2;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  text-align: left;
}
#a1a3fa3221ac328 .menu-list .menu-header svg,
#a1a3fa3221ac328 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a1a3fa3221ac328 .menu-list > ul {
  position: relative;
}
#a1a3fa3221ac328 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a1a3fa3221ac328 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #f2f2f2;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: right;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  height: 120px;
  line-height: 120px;
}
#a1a3fa3221ac328 .menu-list > ul > li.active > a,
#a1a3fa3221ac328 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#a1a3fa3221ac328 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a1a3fa3221ac328 .menu-list > ul > li a img,
#a1a3fa3221ac328 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a1a3fa3221ac328 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 202px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#a1a3fa3221ac328 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a1a3fa3221ac328 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a1a3fa3221ac328 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a1a3fa3221ac328 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
}
#a1a3fa3221ac328 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #f2f2f2;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a1a3fa3221ac328 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a1a3fa3221ac328 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #707070;
  font-size: 13px;
  line-height: 24px;
}
#a1a3fa3221ac328 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af224a0559abef8 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8971a4c0ea3638 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a8971a4c0ea3638 .ele-wrap:hover {background-color: #0483cc;}#a36c6ac2dea1877 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4aa8aa62dacb3d .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a4aa8aa62dacb3d .ele-wrap:hover {background-color: #0483cc;}#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a37e9a878cacdee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7ee4a0555a84bf .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a37e9a878cacdee [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#ad987a1eaaa05a7 > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7073a4260a7ed3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7073a4260a7ed3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7073a4260a7ed3 .ap-icon {
  margin-right: 6px;
}
#a7073a4260a7ed3 .indicator {
  margin-left: 4px;
}
#a7073a4260a7ed3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a7073a4260a7ed3 .menu-list li:hover > a,
#a7073a4260a7ed3 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7073a4260a7ed3 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#a7073a4260a7ed3 .menu-list ul,
#a7073a4260a7ed3 .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);
}
#a7073a4260a7ed3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7073a4260a7ed3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7073a4260a7ed3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7073a4260a7ed3 .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;
}
#a7073a4260a7ed3 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a7073a4260a7ed3 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a5998aad52a9f72 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0c40a2360aca5d .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a0c40a2360aca5d .ele-wrap:hover {background-color: #0483cc;}#a21a8aa09aa205f > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6df6a6220adc03 {
  pointer-events: none;
}
#a6df6a6220adc03 .menu-list {
  width: 100%;
  background: #f2f2f2;
}
#a6df6a6220adc03 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#a6df6a6220adc03 .submenu-icon {
  color: currentColor;
  font-weight: bolder;
}
#a6df6a6220adc03 .menu-list .menu-header {
  background-color: #f2f2f2;
  width: 100%;
  min-height: 50px;
  padding: 0 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #4a4a4a;
  cursor: pointer;
  text-align: left;
}
#a6df6a6220adc03 .menu-list .menu-header svg,
#a6df6a6220adc03 .menu-list .menu-header img {
  max-width: 24px;
  fill: currentColor;
}
#a6df6a6220adc03 .menu-list > ul {
  position: relative;
}
#a6df6a6220adc03 .menu-list > ul > li {
  width: 100%;
  display: block;
  position: relative;
}
#a6df6a6220adc03 .menu-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 22px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
  background-color: #f2f2f2;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  text-align: right;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
  height: 120px;
  line-height: 120px;
}
#a6df6a6220adc03 .menu-list > ul > li.active > a,
#a6df6a6220adc03 .menu-list > ul > li:hover > a {
  color: #fff;
  background: #fff;
  border-bottom-color: transparent;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #d03322;
}
#a6df6a6220adc03 .menu-list > ul > li:hover .submenu {
  display: block;
  transform: translateY(-50%);
}
#a6df6a6220adc03 .menu-list > ul > li a img,
#a6df6a6220adc03 .menu-list > ul > li a svg {
  width: 14px;
  margin-right: 8px;
  fill: currentColor;
  text-align: left;
}
#a6df6a6220adc03 .menu-list ul ul.submenu {
  z-index: 100;
  padding: 15px;
  display: none;
  position: absolute;
  left: 202px;
  top: 25px;
  width: 250px;
  background-color: #ffffff;
  border-left: none;
}
#a6df6a6220adc03 .menu-list ul ul.submenu > li {
  clear: both;
  width: 100%;
}
#a6df6a6220adc03 .submenu-icon {
  display: block;
  width: 18px;
  text-align: center;
}
#a6df6a6220adc03 .submenu-icon:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  transform-origin: center;
}
#a6df6a6220adc03 .menu-list ul ul.submenu > li a {
  width: 100%;
  display: block;
  font-size: 14px;
  background: #ffffff;
  border-top: none;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #4a4a4a;
  line-height: 50px;
}
#a6df6a6220adc03 .menu-list ul ul.submenu > li:hover > a {
  border-left-color: #f2f2f2;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffd0c0;
}
#a6df6a6220adc03 .menu-list ul ul.submenu > li > ul > li {
  display: inline-block;
  margin-right: 6px;
  width: auto;
}
#a6df6a6220adc03 .menu-list ul ul.submenu > li > ul > li a {
  font-weight: normal;
  color: #707070;
  font-size: 13px;
  line-height: 24px;
}
#a6df6a6220adc03 .menu-list ul ul.submenu > li > ul > li a:hover {
  color: #ffd0c0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad3e4a5a08afd73 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae672a2464a00f4 .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#ae672a2464a00f4 .ele-wrap:hover {background-color: #0483cc;}#a8ed9a8ae0aadd6 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a26f5a7415af86a .ele-wrap {border-color: #000;color: #fff;font-size: 20px;font-weight: 500;background-color: rgba(194, 22, 29, 1);border-radius: 5px;justify-content: center;border-style: solid;font-family: Arial;box-shadow: 1px 4px 5px 3px rgba(194, 22, 29, 0.3);}#a26f5a7415af86a .ele-wrap:hover {background-color: #0483cc;}#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac73da22f6acc36 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ade7ea2726aba20 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac73da22f6acc36 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#aaff3a3edcaef98 > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa2fda857ba4262 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa2fda857ba4262 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#aa2fda857ba4262 .ap-icon {
  margin-right: 6px;
}
#aa2fda857ba4262 .indicator {
  margin-left: 4px;
}
#aa2fda857ba4262 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#aa2fda857ba4262 .menu-list li:hover > a,
#aa2fda857ba4262 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#aa2fda857ba4262 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#aa2fda857ba4262 .menu-list ul,
#aa2fda857ba4262 .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);
}
#aa2fda857ba4262 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#aa2fda857ba4262 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa2fda857ba4262 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa2fda857ba4262 .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;
}
#aa2fda857ba4262 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#aa2fda857ba4262 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad7fcad42ba8e59 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 3px 8px 4px 2px rgba(242, 242, 242, 0.5);}#ad7fcad42ba8e59  > .ele-wrap:hover {
                background-image: linear-gradient(360deg,
                rgba(6, 100, 214, 0.9),
                rgba(255, 255, 255, 0));
            }#a36e3a124aac3eb .ele-wrap {border-color: rgba(130, 179, 40, 1);border-width: 2px;border-style: solid;color: #ffffff;background-color: rgba(130, 179, 40, 1);border-radius: 5px;font-size: 20px;justify-content: center;font-weight: 500;box-shadow: 3px 2px 2px 2px rgba(130, 179, 40, 0.2);}#a36e3a124aac3eb .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af7c0a643bac67a > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 3px 8px 4px 2px rgba(242, 242, 242, 0.5);}#af7c0a643bac67a  > .ele-wrap:hover {
                background-image: linear-gradient(360deg,
                rgba(6, 100, 214, 0.9),
                rgba(255, 255, 255, 0));
            }#adde3a1657a32b6 .ele-wrap {border-color: rgba(130, 179, 40, 1);border-width: 2px;border-style: solid;color: #ffffff;background-color: rgba(130, 179, 40, 1);border-radius: 5px;font-size: 20px;justify-content: center;font-weight: 500;box-shadow: 3px 2px 2px 2px rgba(130, 179, 40, 0.2);}#adde3a1657a32b6 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a78dcac9a3a58a3 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 3px 8px 4px 2px rgba(242, 242, 242, 0.5);}#a78dcac9a3a58a3  > .ele-wrap:hover {
                background-image: linear-gradient(360deg,
                rgba(6, 100, 214, 0.9),
                rgba(255, 255, 255, 0));
            }#aa08aa3d3aaa1ee .ele-wrap {border-color: rgba(130, 179, 40, 1);border-width: 2px;border-style: solid;color: #ffffff;background-color: rgba(130, 179, 40, 1);border-radius: 5px;font-size: 20px;justify-content: center;font-weight: 500;box-shadow: 3px 2px 2px 2px rgba(130, 179, 40, 0.2);}#aa08aa3d3aaa1ee .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a57c6a9152a9111 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 3px 8px 4px 2px rgba(242, 242, 242, 0.5);}#a57c6a9152a9111  > .ele-wrap:hover {
                background-image: linear-gradient(360deg,
                rgba(6, 100, 214, 0.9),
                rgba(255, 255, 255, 0));
            }#a32dcaae7aa5404 .ele-wrap {border-color: rgba(130, 179, 40, 1);border-width: 2px;border-style: solid;color: #ffffff;background-color: rgba(130, 179, 40, 1);border-radius: 5px;font-size: 20px;justify-content: center;font-weight: 500;box-shadow: 3px 2px 2px 2px rgba(130, 179, 40, 0.2);}#a32dcaae7aa5404 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4123a322cab82b > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 3px 8px 4px 2px rgba(242, 242, 242, 0.5);}#a4123a322cab82b  > .ele-wrap:hover {
                background-image: linear-gradient(360deg,
                rgba(6, 100, 214, 0.9),
                rgba(255, 255, 255, 0));
            }#a24bca4757a2e85 .ele-wrap {border-color: rgba(130, 179, 40, 1);border-width: 2px;border-style: solid;color: #ffffff;background-color: rgba(130, 179, 40, 1);border-radius: 5px;font-size: 20px;justify-content: center;font-weight: 500;box-shadow: 3px 2px 2px 2px rgba(130, 179, 40, 0.2);}#a24bca4757a2e85 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a711fa7da0a3b95 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 3px 8px 4px 2px rgba(242, 242, 242, 0.5);}#a711fa7da0a3b95  > .ele-wrap:hover {
                background-image: linear-gradient(360deg,
                rgba(6, 100, 214, 0.9),
                rgba(255, 255, 255, 0));
            }#ac16ca739aaa729 .ele-wrap {border-color: rgba(130, 179, 40, 1);border-width: 2px;border-style: solid;color: #ffffff;background-color: rgba(130, 179, 40, 1);border-radius: 5px;font-size: 20px;justify-content: center;font-weight: 500;box-shadow: 3px 2px 2px 2px rgba(130, 179, 40, 0.2);}#ac16ca739aaa729 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a549cac53aabdb1 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 3px 8px 4px 2px rgba(242, 242, 242, 0.5);}#a549cac53aabdb1  > .ele-wrap:hover {
                background-image: linear-gradient(360deg,
                rgba(6, 100, 214, 0.9),
                rgba(255, 255, 255, 0));
            }#ac27da7973a6d8d .ele-wrap {border-color: rgba(130, 179, 40, 1);border-width: 2px;border-style: solid;color: #ffffff;background-color: rgba(130, 179, 40, 1);border-radius: 5px;font-size: 20px;justify-content: center;font-weight: 500;box-shadow: 3px 2px 2px 2px rgba(130, 179, 40, 0.2);}#ac27da7973a6d8d .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0585a731aa22cb > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;box-shadow: 3px 8px 4px 2px rgba(242, 242, 242, 0.5);}#a0585a731aa22cb  > .ele-wrap:hover {
                background-image: linear-gradient(360deg,
                rgba(6, 100, 214, 0.9),
                rgba(255, 255, 255, 0));
            }#ae895a2058aa581 .ele-wrap {border-color: rgba(130, 179, 40, 1);border-width: 2px;border-style: solid;color: #ffffff;background-color: rgba(130, 179, 40, 1);border-radius: 5px;font-size: 20px;justify-content: center;font-weight: 500;box-shadow: 3px 2px 2px 2px rgba(130, 179, 40, 0.2);}#ae895a2058aa581 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac73da22f6acc36 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae778a6cb9a337e .uk-card {
  font-size: 12px;
}
#ae778a6cb9a337e .price {
  line-height: 24px;
  color: #fff;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 28px;
  background: #0c99a0;
  font-size: 14px;
  border-radius: 14px 0 0 14px;
}
#ae778a6cb9a337e .tag {
  margin: 12px 6px 0 0px;
  display: inline-block;
  font-size: 12px;
  color: #296fb7;
  border: 1px solid #296fb7;
  padding: 2px 5px;
  border-radius: 3px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a150fab37caca09 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac73da22f6acc36 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#ad987a1eaaa05a7 > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7073a4260a7ed3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7073a4260a7ed3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7073a4260a7ed3 .ap-icon {
  margin-right: 6px;
}
#a7073a4260a7ed3 .indicator {
  margin-left: 4px;
}
#a7073a4260a7ed3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a7073a4260a7ed3 .menu-list li:hover > a,
#a7073a4260a7ed3 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7073a4260a7ed3 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#a7073a4260a7ed3 .menu-list ul,
#a7073a4260a7ed3 .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);
}
#a7073a4260a7ed3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7073a4260a7ed3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7073a4260a7ed3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7073a4260a7ed3 .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;
}
#a7073a4260a7ed3 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a7073a4260a7ed3 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae778a6cb9a337e .uk-grid {margin-left: -80px;}@media (min-width: 1200px) {
                    #ae778a6cb9a337e .uk-grid { margin-left: -80px;}
                }@media (max-width: 640) {
                    #ae778a6cb9a337e .uk-grid { margin-left: -80px;}
                }#ae778a6cb9a337e .uk-grid>* {padding-left: 80px;}@media (min-width: 1200px) {
                    #ae778a6cb9a337e .uk-grid>* { padding-left: 80px;}
                }@media (max-width: 640) {#ae778a6cb9a337e .uk-grid>* {
                    padding-left: 80px;}
                }#ae778a6cb9a337e .uk-grid>.uk-grid-margin {margin-top: 80px;}@media (min-width: 1200px) {
                    #ae778a6cb9a337e .uk-grid>.uk-grid-margin {margin-top: 80px;}
                }@media (max-width: 640) {
                    #ae778a6cb9a337e .uk-grid>.uk-grid-margin {margin-top: 80px;}
                }#ae778a6cb9a337e [data-item="items"] .uk-card-body {padding: 40px}@media (min-width: 1200px) {
                #ae778a6cb9a337e [data-item="items"] .uk-card-body {padding: 40px}
            }@media (max-width: 640px) {
                #ae778a6cb9a337e [data-item="items"] .uk-card-body {padding: 40px}
            }#ae778a6cb9a337e [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#ae778a6cb9a337e .dynamic-pagination li.uk-active, #ae778a6cb9a337e .uk-pagination li.uk-active {
                border-color: #c0161d;background-color: #c0161d}#ae778a6cb9a337e .dynamic-pagination li.uk-active a, #ae778a6cb9a337e .uk-pagination li.uk-active a{color: #ffffff}#ae778a6cb9a337e [data-item*=".title"], #ae778a6cb9a337e [data-item*=".title"] a {max-line: 0;max-words: 11;font-family: NotoSansSC-Medium;color: rgba(6, 6, 6, 1);line-height: 2;bold: false;font-size: 15px;text-align: left;}#ae778a6cb9a337e [data-item*=".abstract"], #ae778a6cb9a337e [data-item*=".abstract"] a {show: false;max-line: 1;max-words: 5;}#ae778a6cb9a337e [data-item*=".subTitle"], #ae778a6cb9a337e [data-item*=".subTitle"] a {show: true;max-line: 1;color: rgba(127, 127, 127, 1);max-words: 10;}#ae778a6cb9a337e [data-item*=".category"], #ae778a6cb9a337e [data-item*=".category"] a {show: true;bold: false;line-height: 100;color: rgba(138, 138, 138, 1);}#ae778a6cb9a337e [data-item="items"] .img {background-size: cover;}#ae778a6cb9a337e [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#ae778a6cb9a337e [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 18px;justify-content: flex-end;}#ae778a6cb9a337e [data-item="buttons[0]"]:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(192, 22, 29, 1);}#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac73da22f6acc36 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a417ea06e4a2ccd .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac73da22f6acc36 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#a136baddefad5e9 > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad799a84d7ae8a4 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad799a84d7ae8a4 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#ad799a84d7ae8a4 .ap-icon {
  margin-right: 6px;
}
#ad799a84d7ae8a4 .indicator {
  margin-left: 4px;
}
#ad799a84d7ae8a4 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#ad799a84d7ae8a4 .menu-list li:hover > a,
#ad799a84d7ae8a4 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ad799a84d7ae8a4 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#ad799a84d7ae8a4 .menu-list ul,
#ad799a84d7ae8a4 .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);
}
#ad799a84d7ae8a4 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ad799a84d7ae8a4 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad799a84d7ae8a4 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad799a84d7ae8a4 .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;
}
#ad799a84d7ae8a4 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#ad799a84d7ae8a4 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad764a7dcaa5f16 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0ebba34b5aa561 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#a471daf678ac634 > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3d32a99f1a5831 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a3d32a99f1a5831 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a3d32a99f1a5831 .ap-icon {
  margin-right: 6px;
}
#a3d32a99f1a5831 .indicator {
  margin-left: 4px;
}
#a3d32a99f1a5831 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a3d32a99f1a5831 .menu-list li:hover > a,
#a3d32a99f1a5831 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a3d32a99f1a5831 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#a3d32a99f1a5831 .menu-list ul,
#a3d32a99f1a5831 .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);
}
#a3d32a99f1a5831 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a3d32a99f1a5831 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3d32a99f1a5831 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3d32a99f1a5831 .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;
}
#a3d32a99f1a5831 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a3d32a99f1a5831 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a58d1ab06eaa16a .img-wrap {
  box-shadow: 3px 5px 5px 3px undefined;
}
#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a43a0af687aa9d4 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#aef78a8bb3a48ae > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4f8a12d7ac357 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#af4f8a12d7ac357 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#af4f8a12d7ac357 .ap-icon {
  margin-right: 6px;
}
#af4f8a12d7ac357 .indicator {
  margin-left: 4px;
}
#af4f8a12d7ac357 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#af4f8a12d7ac357 .menu-list li:hover > a,
#af4f8a12d7ac357 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#af4f8a12d7ac357 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#af4f8a12d7ac357 .menu-list ul,
#af4f8a12d7ac357 .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);
}
#af4f8a12d7ac357 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#af4f8a12d7ac357 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#af4f8a12d7ac357 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#af4f8a12d7ac357 .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;
}
#af4f8a12d7ac357 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#af4f8a12d7ac357 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5003a5524ac7eb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a329da76bca995a .ele-wrap {color: #fff;font-size: 14px;border-radius: 5px;background-color: rgba(194, 22, 29, 1);justify-content: center;border-style: solid;}#a14b2a3c97adc08 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#abbf2ab6a5a3cf8 .ele-wrap {color: #fff;font-size: 14px;border-radius: 5px;background-color: rgba(194, 22, 29, 1);justify-content: center;border-style: solid;}#a7284affdda4d52 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#aff7baa7b7a7aad .ele-wrap {color: #fff;font-size: 14px;border-radius: 5px;background-color: rgba(194, 22, 29, 1);justify-content: center;border-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5b29a4766a5867 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a23dfa3875abe77 .uk-card {
  font-size: 12px;
}
#a23dfa3875abe77 .price {
  line-height: 24px;
  color: #fff;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 28px;
  background: #0c99a0;
  font-size: 14px;
  border-radius: 14px 0 0 14px;
}
#a23dfa3875abe77 .tag {
  margin: 12px 6px 0 0px;
  display: inline-block;
  font-size: 12px;
  color: #296fb7;
  border: 1px solid #296fb7;
  padding: 2px 5px;
  border-radius: 3px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a73ffa5bf3a70f6 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5b29a4766a5867 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#ad987a1eaaa05a7 > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7073a4260a7ed3 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a7073a4260a7ed3 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a7073a4260a7ed3 .ap-icon {
  margin-right: 6px;
}
#a7073a4260a7ed3 .indicator {
  margin-left: 4px;
}
#a7073a4260a7ed3 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a7073a4260a7ed3 .menu-list li:hover > a,
#a7073a4260a7ed3 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a7073a4260a7ed3 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#a7073a4260a7ed3 .menu-list ul,
#a7073a4260a7ed3 .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);
}
#a7073a4260a7ed3 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a7073a4260a7ed3 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a7073a4260a7ed3 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a7073a4260a7ed3 .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;
}
#a7073a4260a7ed3 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a7073a4260a7ed3 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a23dfa3875abe77 .uk-grid {margin-left: -80px;}@media (min-width: 1200px) {
                    #a23dfa3875abe77 .uk-grid { margin-left: -80px;}
                }@media (max-width: 640) {
                    #a23dfa3875abe77 .uk-grid { margin-left: -80px;}
                }#a23dfa3875abe77 .uk-grid>* {padding-left: 80px;}@media (min-width: 1200px) {
                    #a23dfa3875abe77 .uk-grid>* { padding-left: 80px;}
                }@media (max-width: 640) {#a23dfa3875abe77 .uk-grid>* {
                    padding-left: 80px;}
                }#a23dfa3875abe77 .uk-grid>.uk-grid-margin {margin-top: 80px;}@media (min-width: 1200px) {
                    #a23dfa3875abe77 .uk-grid>.uk-grid-margin {margin-top: 80px;}
                }@media (max-width: 640) {
                    #a23dfa3875abe77 .uk-grid>.uk-grid-margin {margin-top: 80px;}
                }#a23dfa3875abe77 [data-item="items"] .uk-card-body {padding: 40px}@media (min-width: 1200px) {
                #a23dfa3875abe77 [data-item="items"] .uk-card-body {padding: 40px}
            }@media (max-width: 640px) {
                #a23dfa3875abe77 [data-item="items"] .uk-card-body {padding: 40px}
            }#a23dfa3875abe77 [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#a23dfa3875abe77 .dynamic-pagination li.uk-active, #a23dfa3875abe77 .uk-pagination li.uk-active {
                border-color: #c0161d;background-color: #c0161d}#a23dfa3875abe77 .dynamic-pagination li.uk-active a, #a23dfa3875abe77 .uk-pagination li.uk-active a{color: #ffffff}#a23dfa3875abe77 [data-item*=".title"], #a23dfa3875abe77 [data-item*=".title"] a {max-line: 0;max-words: 11;font-family: NotoSansSC-Medium;color: rgba(6, 6, 6, 1);line-height: 2;bold: false;font-size: 15px;text-align: left;}#a23dfa3875abe77 [data-item*=".abstract"], #a23dfa3875abe77 [data-item*=".abstract"] a {show: false;max-line: 1;max-words: 5;}#a23dfa3875abe77 [data-item*=".subTitle"], #a23dfa3875abe77 [data-item*=".subTitle"] a {show: true;max-line: 1;color: rgba(127, 127, 127, 1);max-words: 10;}#a23dfa3875abe77 [data-item*=".category"], #a23dfa3875abe77 [data-item*=".category"] a {show: true;bold: false;line-height: 100;color: rgba(138, 138, 138, 1);}#a23dfa3875abe77 [data-item="items"] .img {background-size: cover;}#a23dfa3875abe77 [data-item="buttons[0]"] {left: 1px;top: 0px; position: relative;}#a23dfa3875abe77 [data-item="buttons[0]"] {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;font-size: 18px;justify-content: flex-end;}#a23dfa3875abe77 [data-item="buttons[0]"]:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(192, 22, 29, 1);}#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a172baebf6a4b9a .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af504aa5e7af364 > .ele-wrap {background-color: rgba(242, 242, 242, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 6px 4px 2px undefined;}#af504aa5e7af364  > .ele-wrap:hover {background-color: rgba(194, 22, 29, 1);color: #ffffff;box-shadow: 2px 6px 4px 2px rgba(194, 22, 29, 0.6);}#af504aa5e7af364:hover * {color: #ffffff  !important}
                            #af504aa5e7af364:hover .line{border-color: #ffffff  !important}#a392aa04c3a0c40 > .ele-wrap {background-color: rgba(242, 242, 242, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 6px 4px 2px undefined;}#a392aa04c3a0c40  > .ele-wrap:hover {background-color: rgba(194, 22, 29, 1);color: #ffffff;box-shadow: 2px 6px 4px 2px rgba(194, 22, 29, 0.6);}#a392aa04c3a0c40:hover * {color: #ffffff  !important}
                            #a392aa04c3a0c40:hover .line{border-color: #ffffff  !important}#aad2bafacdadbde > .ele-wrap {background-color: rgba(242, 242, 242, 0.5);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 2px 6px 4px 2px undefined;}#aad2bafacdadbde  > .ele-wrap:hover {background-color: rgba(194, 22, 29, 1);color: #ffffff;box-shadow: 2px 6px 4px 2px rgba(194, 22, 29, 0.6);}#aad2bafacdadbde:hover * {color: #ffffff  !important}
                            #aad2bafacdadbde:hover .line{border-color: #ffffff  !important}#a02a3acb44a044d > .ele-wrap {background-size: contain;background-color: rgba(98, 98, 98, 0.4);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6e8fafaaea1672 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a6e8fafaaea1672 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a6e8fafaaea1672 .ap-icon {
  margin-right: 6px;
}
#a6e8fafaaea1672 .indicator {
  margin-left: 4px;
}
#a6e8fafaaea1672 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #ffffff;
}
#a6e8fafaaea1672 .menu-list li:hover > a,
#a6e8fafaaea1672 .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a6e8fafaaea1672 .menu-list li.active > a {
  background-color: #9b9b9b;
}
#a6e8fafaaea1672 .menu-list ul,
#a6e8fafaaea1672 .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);
}
#a6e8fafaaea1672 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a6e8fafaaea1672 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a6e8fafaaea1672 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a6e8fafaaea1672 .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;
}
#a6e8fafaaea1672 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#a6e8fafaaea1672 .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #f7c992;
}
#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae059ae868a6868 .uk-card-body {
  padding: 30px 25px 10px;
}
#ae059ae868a6868 .title {
  font-size: 24px;
  color: #333;
}
#ae059ae868a6868 .sub-title,
#ae059ae868a6868 [data-item*=".abstract"],
#ae059ae868a6868 .time {
  font-size: 14px;
  color: #888888;
}
#ae059ae868a6868 .category-tag {
  color: #888888;
}
#ae059ae868a6868 .el-item {
  border: 1px solid #e6e6e6;
}
#ae059ae868a6868 .el-item:hover {
  border-color: #fff !important;
  box-shadow: 1px 1px 10px 1px #dcdcdc;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad17aa23b3a19d4 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae059ae868a6868 [data-item="items"] .uk-card {
                border-radius: 20px !important; overflow: hidden;
            } #ae059ae868a6868 [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#ae059ae868a6868 [data-item*=".title"], #ae059ae868a6868 [data-item*=".title"] a {color: rgba(192, 22, 29, 1);}#ae059ae868a6868 [data-item*=".abstract"], #ae059ae868a6868 [data-item*=".abstract"] a {show: true;}#ae059ae868a6868 [data-item*=".subTitle"], #ae059ae868a6868 [data-item*=".subTitle"] a {show: true;}#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a394cae88ba60de .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#a7c6fab844a392d > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 0px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1833a2c0bac9ea > .ele-wrap {background-color: rgba(255, 255, 255, 0.2);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae14aa23fda53c3 , #ae14aa23fda53c3 a{color: rgba(255, 255, 255, 1);}#ae840a8597a6b69 > .ele-wrap {background-color: rgba(255, 255, 255, 0.2);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ac5adae3d2a274a , #ac5adae3d2a274a a{color: rgba(255, 255, 255, 1);}#a7f5baec56a0640 > .ele-wrap {background-color: rgba(255, 255, 255, 0.2);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#afadba371fa1717 , #afadba371fa1717 a{color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac603afef9a9264 > .ele-wrap {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5e8ca7bc4a5f79 > .ele-wrap {background-color: rgba(192, 22, 29, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a198eacf57a7fba {
  min-height: 90vh;
  /* mobile */
}
#a198eacf57a7fba .search-highlight {
  background: yellow;
}
#a198eacf57a7fba .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a198eacf57a7fba .el-title {
  margin-bottom: 20px;
}
#a198eacf57a7fba .el-item:hover .el-title {
  color: #ff5000;
}
#a198eacf57a7fba .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a198eacf57a7fba .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a198eacf57a7fba .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a198eacf57a7fba .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a198eacf57a7fba .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a198eacf57a7fba .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a198eacf57a7fba .el-title {
    margin-bottom: 0;
  }
  #a198eacf57a7fba .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a198eacf57a7fba .category {
    font-size: 12px;
  }
  #a198eacf57a7fba .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aabeca4c65a70b6 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#a0a5ca951eaa1f3 > .ele-wrap {background-color: rgba(37, 43, 55, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2647a12adaec53 {
  /* 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------------------------*/
}
#a2647a12adaec53 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a2647a12adaec53 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a2647a12adaec53 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a2647a12adaec53 .error .clip:nth-of-type(1) .shadow,
#a2647a12adaec53 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a2647a12adaec53 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a2647a12adaec53 .error h2 {
  font-size: 32px;
}
#a2647a12adaec53 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a2647a12adaec53 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a2647a12adaec53 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a2647a12adaec53 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a2647a12adaec53 .error .clip .shadow {
  overflow: hidden;
}
#a2647a12adaec53 .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);
}
#a2647a12adaec53 .error .clip:nth-of-type(3) .shadow:after,
#a2647a12adaec53 .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%;
}
#a2647a12adaec53 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a2647a12adaec53 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a2647a12adaec53 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a2647a12adaec53 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a2647a12adaec53 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a2647a12adaec53 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a2647a12adaec53 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a2647a12adaec53 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a2647a12adaec53 {
    /* Error Page */
    /* Error Page */
  }
  #a2647a12adaec53 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a2647a12adaec53 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a2647a12adaec53 .error .clip:nth-of-type(1) .shadow,
  #a2647a12adaec53 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a2647a12adaec53 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a2647a12adaec53 .error h2 {
    font-size: 24px;
  }
  #a2647a12adaec53 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a2647a12adaec53 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a2647a12adaec53 .error .container-error-404 {
    height: 150px;
  }
}
#a2647a12adaec53 .overlay {
  position: relative;
  z-index: 20;
}
#a2647a12adaec53 .ground-color {
  background: white;
}
#a2647a12adaec53 .item-bg-color {
  background: #EAEAEA;
}
#a2647a12adaec53 .padding-top {
  padding-top: 10px;
}
#a2647a12adaec53 .padding-bottom {
  padding-bottom: 10px;
}
#a2647a12adaec53 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a2647a12adaec53 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a2647a12adaec53 .padding-all {
  padding: 10px;
}
#a2647a12adaec53 .no-padding-left {
  padding-left: 0px;
}
#a2647a12adaec53 .no-padding-right {
  padding-right: 0px;
}
#a2647a12adaec53 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a2647a12adaec53 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a2647a12adaec53 .no-padding {
  padding: 0px;
}
#a2647a12adaec53 .margin-top {
  margin-top: 10px;
}
#a2647a12adaec53 .margin-bottom {
  margin-bottom: 10px;
}
#a2647a12adaec53 .margin-right {
  margin-right: 10px;
}
#a2647a12adaec53 .margin-left {
  margin-left: 10px;
}
#a2647a12adaec53 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a2647a12adaec53 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a2647a12adaec53 .margin-all {
  margin: 10px;
}
#a2647a12adaec53 .no-margin {
  margin: 0px;
}
#a2647a12adaec53 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a2647a12adaec53 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a2647a12adaec53 .inside-col-shrink {
  margin: 0px 20px;
}
#a2647a12adaec53 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a12e9ab3e4aa0e4 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef72a4322a4e63 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#a0a5ca951eaa1f3 > .ele-wrap {background-color: rgba(37, 43, 55, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad5beabb60aeb68 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac84aac533ae0c0 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#ac84aac533ae0c0 .switch_item {
  margin-right: 10px;
}
#ac84aac533ae0c0 a.switch_item:hover {
  text-decoration: underline;
}
#ac84aac533ae0c0 .slider {
  width: 420px;
  height: 600px;
}
#ac84aac533ae0c0 .uk-slideshow-items {
  height: 100%;
}
#ac84aac533ae0c0 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#ac84aac533ae0c0 .login-wrap {
  width: 100%;
  height: 100%;
}
#ac84aac533ae0c0 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#ac84aac533ae0c0 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#ac84aac533ae0c0 .phone-login-box {
  margin: 40px auto 40px;
}
#ac84aac533ae0c0 .login-header {
  margin-bottom: 24px;
}
#ac84aac533ae0c0 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#ac84aac533ae0c0 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#ac84aac533ae0c0 .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;
}
#ac84aac533ae0c0 .forget_password {
  cursor: pointer;
}
#ac84aac533ae0c0 .forget_password:hover {
  color: #0c99a0;
}
#ac84aac533ae0c0 .input-item input.error,
#ac84aac533ae0c0 .input-item input.error::placeholder {
  color: #fc4343;
}
#ac84aac533ae0c0 .input-item input::placeholder {
  color: #999;
}
#ac84aac533ae0c0 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#ac84aac533ae0c0 .form-item {
  margin: 24px 0;
}
#ac84aac533ae0c0 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#ac84aac533ae0c0 .send-code {
  float: left;
  margin-left: 20px;
}
#ac84aac533ae0c0 .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;
}
#ac84aac533ae0c0 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#ac84aac533ae0c0 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#ac84aac533ae0c0 .login_btn_wrap {
  text-align: center;
}
#ac84aac533ae0c0 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#ac84aac533ae0c0 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#ac84aac533ae0c0 .input-item .pwd-toggle:hover {
  color: currentColor;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af5d0a3be8a8603 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad5beabb60aeb68 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#a0a5ca951eaa1f3 > .ele-wrap {background-color: rgba(37, 43, 55, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad5beabb60aeb68 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a394ba8c9ca1eb2 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a394ba8c9ca1eb2 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a394ba8c9ca1eb2 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a394ba8c9ca1eb2 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a394ba8c9ca1eb2 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a394ba8c9ca1eb2 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a394ba8c9ca1eb2 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a394ba8c9ca1eb2 .nav-list {
  padding: 0 20px;
}
#a394ba8c9ca1eb2 .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;
}
#a394ba8c9ca1eb2 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a394ba8c9ca1eb2 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a394ba8c9ca1eb2 .order-item:hover {
  background: #f7f7f7;
}
#a394ba8c9ca1eb2 .del-order {
  cursor: pointer;
}
#a394ba8c9ca1eb2 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a394ba8c9ca1eb2 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a394ba8c9ca1eb2 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a394ba8c9ca1eb2 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a394ba8c9ca1eb2 .goods-item .goods-info {
  padding: 0 15px;
}
#a394ba8c9ca1eb2 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a394ba8c9ca1eb2 .appoint-time {
  margin-bottom: 4px;
}
#a394ba8c9ca1eb2 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a394ba8c9ca1eb2 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a394ba8c9ca1eb2 .goods-item .goods-name {
  color: #333;
}
#a394ba8c9ca1eb2 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a394ba8c9ca1eb2 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a394ba8c9ca1eb2 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a394ba8c9ca1eb2 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a394ba8c9ca1eb2 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a394ba8c9ca1eb2 .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;
}
#a394ba8c9ca1eb2 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a394ba8c9ca1eb2 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a394ba8c9ca1eb2 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a394ba8c9ca1eb2 .setting-form {
  padding: 30px 20px;
}
#a394ba8c9ca1eb2 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a394ba8c9ca1eb2 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a394ba8c9ca1eb2 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a394ba8c9ca1eb2 .setting-form .setting-btns {
  margin-left: 130px;
}
#a394ba8c9ca1eb2 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a394ba8c9ca1eb2 .setting-wrap {
  position: relative;
}
#a394ba8c9ca1eb2 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a394ba8c9ca1eb2 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a394ba8c9ca1eb2 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a394ba8c9ca1eb2 .address-wrap {
  padding: 30px 20px;
}
#a394ba8c9ca1eb2 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a394ba8c9ca1eb2 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a394ba8c9ca1eb2 .addr-list {
  min-height: 200px;
}
#a394ba8c9ca1eb2 .addr-detail .addr-item-name,
#a394ba8c9ca1eb2 .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;
}
#a394ba8c9ca1eb2 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a394ba8c9ca1eb2 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a394ba8c9ca1eb2 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a394ba8c9ca1eb2 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a394ba8c9ca1eb2 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a394ba8c9ca1eb2 .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;
}
#a394ba8c9ca1eb2 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a394ba8c9ca1eb2 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a394ba8c9ca1eb2 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a394ba8c9ca1eb2 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #0c99a0;
}
#a394ba8c9ca1eb2 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8e48a5a10af50d .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad5beabb60aeb68 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#a0a5ca951eaa1f3 > .ele-wrap {background-color: rgba(37, 43, 55, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad5beabb60aeb68 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac438a12a3a6679 {
  min-height: 90vh;
  /* mobile */
}
#ac438a12a3a6679 .search-highlight {
  background: yellow;
}
#ac438a12a3a6679 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#ac438a12a3a6679 .el-title {
  margin-bottom: 20px;
}
#ac438a12a3a6679 .el-item:hover .el-title {
  color: #ff5000;
}
#ac438a12a3a6679 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#ac438a12a3a6679 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#ac438a12a3a6679 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#ac438a12a3a6679 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#ac438a12a3a6679 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#ac438a12a3a6679 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #ac438a12a3a6679 .el-title {
    margin-bottom: 0;
  }
  #ac438a12a3a6679 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #ac438a12a3a6679 .category {
    font-size: 12px;
  }
  #ac438a12a3a6679 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa5d9ab17da0f36 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad5beabb60aeb68 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#a0a5ca951eaa1f3 > .ele-wrap {background-color: rgba(37, 43, 55, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad5beabb60aeb68 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a38bda167fafe51 .comment-detail {
  min-height: 600px;
}
#a38bda167fafe51 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a38bda167fafe51 table th,
#a38bda167fafe51 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a38bda167fafe51 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a38bda167fafe51 .red {
  color: #F00!important;
}
#a38bda167fafe51 .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adb42a2840a9fb5 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a657ba2168aa5dd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: center;
}
#a657ba2168aa5dd .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a657ba2168aa5dd .ap-icon {
  margin-right: 6px;
}
#a657ba2168aa5dd .indicator {
  margin-left: 4px;
}
#a657ba2168aa5dd .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 30px;
  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: 22px;
  font-family: inherit;
  color: #4a4a4a;
}
#a657ba2168aa5dd .menu-list li:hover > a,
#a657ba2168aa5dd .menu-list li.active > a {
  background: #c0161d;
  background-color: #c0161d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a657ba2168aa5dd .menu-list li.active > a {
  background-color: #c2161d;
  background-position: center center;
  background-size: contain;
  border-top-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul,
#a657ba2168aa5dd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: rgba(192, 22, 29, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a657ba2168aa5dd .menu-list ul {
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}
#a657ba2168aa5dd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a657ba2168aa5dd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a657ba2168aa5dd .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;
  width: 150px;
  background-color: rgba(192, 22, 29, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #c9c77c;
}
#a657ba2168aa5dd .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a657ba2168aa5dd .menu-list ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background-color: #c0161d;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad5beabb60aeb68 [data-item="undefined"] {color: rgba(74, 144, 226, 1);}#a0a5ca951eaa1f3 > .ele-wrap {background-color: rgba(37, 43, 55, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
