@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
.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: #007bc7;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #ffffff;
}
/* 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: #ffffff;
}
/* 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: #182e65;
  text-shadow: none;
}
::selection {
  background: #182e65;
  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 #182e65;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #182e65;
}
/* ========================================================================
     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: #182e65;
  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: #182e65;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #182e65;
  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: #182e65;
  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: #182e65;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #182e65;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #182e65;
  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: #182e65;
  color: #ffffff;
  border-color: #182e65;
}
/*
   * 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: #182e65;
}
/* 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: #007bc7;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #ffffff;
}
/* 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: #182e65;
}
/*
   * 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: #182e65;
}
/*
   * 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: #182e65;
  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: #182e65;
  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: #333333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #182e65;
}
/*
   * 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: #182e65;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #182e65;
  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: #182e65;
  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: #182e65;
}
/* 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: #182e65;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #182e65;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #182e65;
}
/* 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: #182e65;
  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: #182e65;
  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: #182e65;
  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: #182e65;
}
/* 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: #182e65;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #182e65;
  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: #182e65;
}
/*
   * 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: #182e65;
}
/* 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: #182e65;
}
/*
   * 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: #182e65;
  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: #182e65;
}
.uk-progress::-moz-progress-bar {
  background-color: #182e65;
}
.uk-progress::-ms-fill {
  background-color: #182e65;
}
/* ========================================================================
     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: #182e65 !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: #182e65 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #182e65;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #182e65;
}
.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;
  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: #182e65;
  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: #182e65;
  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: #182e65;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #182e65;
}
.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: #182e65;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #182e65;
}
.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: #182e65;
  border-color: #182e65;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #182e65;
}
/* ========================================================================
   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: #0e1b3c;
}
.ap-list-filter dd a.active {
  background-color: #182e65;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #182e65;
}
.category li a.active {
  color: #182e65;
}
.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: #182e65;
}
.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: #182e65;
  border: 1px solid rgba(24, 46, 101, 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: #182e65;
}
form .step .ui-step.active .ui-step-title {
  color: #182e65;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a907ea8666af209 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a907ea8666af209 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ad6daae43ca3967 .sidebar {
  width: 320px;
}
@media (max-width: 640px) {
  #ad6daae43ca3967 .sidebar {
    width: 100%;
  }
}
#ad6daae43ca3967 .menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 70px;
  padding-left: 20px;
}
#ad6daae43ca3967 .menu-header h4 span {
  font-size: 12px;
}
#ad6daae43ca3967 .menu-level-1 {
  border: 1px solid #ECECEC;
  margin-bottom: 15px;
}
#ad6daae43ca3967 .menu-item a {
  color: #666;
  display: block;
  padding: 0 20px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border-bottom: 1px solid #ECECEC;
}
#ad6daae43ca3967 .menu-item a .indicator {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 25px;
  height: 25px;
  background: url(/resources/sys/img/icons/menu_icon.png) center center no-repeat;
}
#ad6daae43ca3967 .menu-item a:hover {
  color: #ffffff;
}
#ad6daae43ca3967 .menu-item a:hover > .indicator {
  background-image: url(/resources/sys/img/icons/menu_icon_hover.png);
}
#ad6daae43ca3967 .menu-level-1 > a {
  color: #333;
  font-size: 18px;
  position: relative;
  background: #eaeaea;
}
#ad6daae43ca3967 .menu-level-3 {
  padding-left: 15px;
}
#ad6daae43ca3967 .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#ad6daae43ca3967 .accordion-menu li a:hover {
  background-color: #182e65;
  color: #fff;
  border: none;
}
#ad6daae43ca3967 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#ad6daae43ca3967 .contact-phone {
  padding: 15px 0 15px 70px;
  color: #333;
}
#ad6daae43ca3967 .contact-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
#ad6daae43ca3967 .contact-info {
  border-top: 1px solid #ECECEC;
}
#ad6daae43ca3967 .contact-info p {
  margin: 0;
}
#ad6daae43ca3967 .phone {
  font-size: 24px;
  font-family: arial;
  line-height: 1;
}
#ad6daae43ca3967 .hot-list {
  padding: 15px;
}
#ad6daae43ca3967 .hot-list a {
  color: #777;
}
#ad6daae43ca3967 .hot-list a:hover {
  color: #ffffff;
}
#ad6daae43ca3967 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#ad6daae43ca3967 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ad6daae43ca3967 .hot-item:hover a {
  color: #ffffff;
}
#ad6daae43ca3967 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ad6daae43ca3967 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #182e65;
  content: "";
}
#ad6daae43ca3967 .content-header {
  padding-bottom: 10px;
}
#ad6daae43ca3967 .uk-button-group .uk-button {
  font-size: 12px;
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
}
#ad6daae43ca3967 .uk-button-group .uk-button:first-child {
  border-radius: 15px 0 0 15px;
}
#ad6daae43ca3967 .uk-button-group .uk-button:last-child {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 640px) {
  #ad6daae43ca3967 .uk-padding-small {
    padding: 0;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1fc3a4fcda2d0e .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ad6daae43ca3967 [data-item*=".abstract"], #ad6daae43ca3967 [data-item*=".abstract"] a {show: true;}#ad6daae43ca3967 [data-item*=".subTitle"], #ad6daae43ca3967 [data-item*=".subTitle"] a {show: true;}#ad6daae43ca3967 [data-item*=".category"], #ad6daae43ca3967 [data-item*=".category"] a {show: true;}#a71f7a6e87a7771 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #918f8f;}#a71f7a6e87a7771 * {color: #918f8f  !important}
                            #a71f7a6e87a7771 .line{border-color: #918f8f  !important}#a61a2a9b5aa3684 , #a61a2a9b5aa3684 a{color: rgba(255, 255, 255, 1);}#af6e8a784fa164c , #af6e8a784fa164c a{color: rgba(255, 255, 255, 1);}#ad097a6a2caf7af [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4254af694ad9ed [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a4254af694ad9ed .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abaa8a5c46af1e3 {
  min-height: 300px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac15fabc24a7756 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab267a59bea1a7e a, #ab267a59bea1a7e {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a71fcad7efa21d7 {
  overflow: hidden;
}
#a71fcad7efa21d7 , #a71fcad7efa21d7 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a71fcad7efa21d7:hover , #a71fcad7efa21d7 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(255, 144, 66, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3436ac8e6a400a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(217, 217, 217, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa269ae912ad6d0  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(217, 217, 217, 1);}#aa410ac710acd69 a, #aa410ac710acd69 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(217, 217, 217, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abdf9aa6fbae672 > .ele-wrap {background-color: rgba(229, 242, 255, 0.08);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: dashed;border-top-color: rgba(213, 213, 213, 1);border-right-color: rgba(213, 213, 213, 1);border-left-color: rgba(213, 213, 213, 1);border-bottom-color: rgba(213, 213, 213, 1);border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af51da40f8adea5 .a99a5a6486a72e7 {
  overflow: hidden;
}
#af51da40f8adea5 .a99a5a6486a72e7 , #af51da40f8adea5 .a99a5a6486a72e7 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;}#af51da40f8adea5 .a99a5a6486a72e7:hover , #af51da40f8adea5 .a99a5a6486a72e7 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(195, 50, 50, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af51da40f8adea5 .aadb2a0129a3d08 {
  overflow: hidden;
}
#af51da40f8adea5 .aadb2a0129a3d08 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 0.3s ease-in;
}
#af51da40f8adea5 .aadb2a0129a3d08 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af51da40f8adea5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af51da40f8adea5 .uk-position-center-left-out {
    left: -30px;
  }
  #af51da40f8adea5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3612a0b60a76c3 > .ele-wrap {background-color: rgba(228, 241, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abaa8a5c46af1e3 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abaa8a5c46af1e3 [data-item="undefined"]:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(255, 144, 66, 1);}#a3438a705cae724 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae569adb70ab508 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/ae6efa4095a8865/1598427103470.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8b42a952da2145 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(225, 225, 225, 1);border-right-color: rgba(225, 225, 225, 1);border-left-color: rgba(225, 225, 225, 1);border-bottom-color: rgba(225, 225, 225, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a54c8acb55ac4bf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;border-top-left-radius: 15px;border-top-right-radius: 15px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6ffaa72b8aee2f .uk-form .form-submit-btn {
  width: 160px;
}
#a6ffaa72b8aee2f .submit-wrap {
  text-align: center;
}
#a6ffaa72b8aee2f .submit-wrap button {
  background-color: #3b9aeb;
}
#a6ffaa72b8aee2f .submit-wrap button:hover {
  background-color: #4083cc;
}
#a6ffaa72b8aee2f .submit-wrap button {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
#a6ffaa72b8aee2f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a6ffaa72b8aee2f .form-item .uk-input,
#a6ffaa72b8aee2f .form-item .uk-select,
#a6ffaa72b8aee2f .form-item .uk-textarea {
  width: autopx;
}
#a6ffaa72b8aee2f .form-item .auto-height {
  height: auto;
}
#a6ffaa72b8aee2f .form-item {
  position: relative;
}
#a6ffaa72b8aee2f .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a6ffaa72b8aee2f .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a6ffaa72b8aee2f .form-item .uk-input,
#a6ffaa72b8aee2f .form-item .uk-select,
#a6ffaa72b8aee2f .form-item .uk-textarea,
#a6ffaa72b8aee2f .form-item .address-select,
#a6ffaa72b8aee2f .form-item .uk-grid {
  padding-left: 90px;
}
#a6ffaa72b8aee2f .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ab0edafeaba3727 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 50px;border-bottom-right-radius: 50px;border-top-left-radius: 50px;border-top-right-radius: 50px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.08);}#a26dea6897a8a7c, #a26dea6897a8a7c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a8f38a357dab21c, #a8f38a357dab21c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab267a59bea1a7e a, #ab267a59bea1a7e {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a71fcad7efa21d7 {
  overflow: hidden;
}
#a71fcad7efa21d7 , #a71fcad7efa21d7 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a71fcad7efa21d7:hover , #a71fcad7efa21d7 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(255, 144, 66, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3436ac8e6a400a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(217, 217, 217, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa269ae912ad6d0  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(217, 217, 217, 1);}#aa410ac710acd69 a, #aa410ac710acd69 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(217, 217, 217, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abdf9aa6fbae672 > .ele-wrap {background-color: rgba(229, 242, 255, 0.08);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: dashed;border-top-color: rgba(213, 213, 213, 1);border-right-color: rgba(213, 213, 213, 1);border-left-color: rgba(213, 213, 213, 1);border-bottom-color: rgba(213, 213, 213, 1);border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af51da40f8adea5 .a99a5a6486a72e7 {
  overflow: hidden;
}
#af51da40f8adea5 .a99a5a6486a72e7 , #af51da40f8adea5 .a99a5a6486a72e7 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;}#af51da40f8adea5 .a99a5a6486a72e7:hover , #af51da40f8adea5 .a99a5a6486a72e7 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(195, 50, 50, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af51da40f8adea5 .aadb2a0129a3d08 {
  overflow: hidden;
}
#af51da40f8adea5 .aadb2a0129a3d08 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 0.3s ease-in;
}
#af51da40f8adea5 .aadb2a0129a3d08 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af51da40f8adea5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af51da40f8adea5 .uk-position-center-left-out {
    left: -30px;
  }
  #af51da40f8adea5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3612a0b60a76c3 > .ele-wrap {background-color: rgba(228, 241, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abaa8a5c46af1e3 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abaa8a5c46af1e3 [data-item="undefined"]:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(255, 144, 66, 1);}#a3438a705cae724 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae569adb70ab508 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/ae6efa4095a8865/1598427103470.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8b42a952da2145 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(225, 225, 225, 1);border-right-color: rgba(225, 225, 225, 1);border-left-color: rgba(225, 225, 225, 1);border-bottom-color: rgba(225, 225, 225, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a54c8acb55ac4bf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;border-top-left-radius: 15px;border-top-right-radius: 15px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6ffaa72b8aee2f .uk-form .form-submit-btn {
  width: 160px;
}
#a6ffaa72b8aee2f .submit-wrap {
  text-align: center;
}
#a6ffaa72b8aee2f .submit-wrap button {
  background-color: #3b9aeb;
}
#a6ffaa72b8aee2f .submit-wrap button:hover {
  background-color: #4083cc;
}
#a6ffaa72b8aee2f .submit-wrap button {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
#a6ffaa72b8aee2f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a6ffaa72b8aee2f .form-item .uk-input,
#a6ffaa72b8aee2f .form-item .uk-select,
#a6ffaa72b8aee2f .form-item .uk-textarea {
  width: autopx;
}
#a6ffaa72b8aee2f .form-item .auto-height {
  height: auto;
}
#a6ffaa72b8aee2f .form-item {
  position: relative;
}
#a6ffaa72b8aee2f .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a6ffaa72b8aee2f .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a6ffaa72b8aee2f .form-item .uk-input,
#a6ffaa72b8aee2f .form-item .uk-select,
#a6ffaa72b8aee2f .form-item .uk-textarea,
#a6ffaa72b8aee2f .form-item .address-select,
#a6ffaa72b8aee2f .form-item .uk-grid {
  padding-left: 90px;
}
#a6ffaa72b8aee2f .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ab0edafeaba3727 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 50px;border-bottom-right-radius: 50px;border-top-left-radius: 50px;border-top-right-radius: 50px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.08);}#a26dea6897a8a7c, #a26dea6897a8a7c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a8f38a357dab21c, #a8f38a357dab21c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab267a59bea1a7e a, #ab267a59bea1a7e {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a71fcad7efa21d7 {
  overflow: hidden;
}
#a71fcad7efa21d7 , #a71fcad7efa21d7 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a71fcad7efa21d7:hover , #a71fcad7efa21d7 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(255, 144, 66, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3436ac8e6a400a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(217, 217, 217, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa269ae912ad6d0  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(217, 217, 217, 1);}#aa410ac710acd69 a, #aa410ac710acd69 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(217, 217, 217, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abdf9aa6fbae672 > .ele-wrap {background-color: rgba(229, 242, 255, 0.08);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: dashed;border-top-color: rgba(213, 213, 213, 1);border-right-color: rgba(213, 213, 213, 1);border-left-color: rgba(213, 213, 213, 1);border-bottom-color: rgba(213, 213, 213, 1);border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af51da40f8adea5 .a99a5a6486a72e7 {
  overflow: hidden;
}
#af51da40f8adea5 .a99a5a6486a72e7 , #af51da40f8adea5 .a99a5a6486a72e7 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;}#af51da40f8adea5 .a99a5a6486a72e7:hover , #af51da40f8adea5 .a99a5a6486a72e7 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(195, 50, 50, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af51da40f8adea5 .aadb2a0129a3d08 {
  overflow: hidden;
}
#af51da40f8adea5 .aadb2a0129a3d08 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 0.3s ease-in;
}
#af51da40f8adea5 .aadb2a0129a3d08 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af51da40f8adea5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af51da40f8adea5 .uk-position-center-left-out {
    left: -30px;
  }
  #af51da40f8adea5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3612a0b60a76c3 > .ele-wrap {background-color: rgba(228, 241, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abaa8a5c46af1e3 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abaa8a5c46af1e3 [data-item="undefined"]:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(255, 144, 66, 1);}#a3438a705cae724 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae569adb70ab508 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/ae6efa4095a8865/1598427103470.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8b42a952da2145 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(225, 225, 225, 1);border-right-color: rgba(225, 225, 225, 1);border-left-color: rgba(225, 225, 225, 1);border-bottom-color: rgba(225, 225, 225, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a54c8acb55ac4bf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;border-top-left-radius: 15px;border-top-right-radius: 15px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6ffaa72b8aee2f .uk-form .form-submit-btn {
  width: 160px;
}
#a6ffaa72b8aee2f .submit-wrap {
  text-align: center;
}
#a6ffaa72b8aee2f .submit-wrap button {
  background-color: #3b9aeb;
}
#a6ffaa72b8aee2f .submit-wrap button:hover {
  background-color: #4083cc;
}
#a6ffaa72b8aee2f .submit-wrap button {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
#a6ffaa72b8aee2f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a6ffaa72b8aee2f .form-item .uk-input,
#a6ffaa72b8aee2f .form-item .uk-select,
#a6ffaa72b8aee2f .form-item .uk-textarea {
  width: autopx;
}
#a6ffaa72b8aee2f .form-item .auto-height {
  height: auto;
}
#a6ffaa72b8aee2f .form-item {
  position: relative;
}
#a6ffaa72b8aee2f .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a6ffaa72b8aee2f .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a6ffaa72b8aee2f .form-item .uk-input,
#a6ffaa72b8aee2f .form-item .uk-select,
#a6ffaa72b8aee2f .form-item .uk-textarea,
#a6ffaa72b8aee2f .form-item .address-select,
#a6ffaa72b8aee2f .form-item .uk-grid {
  padding-left: 90px;
}
#a6ffaa72b8aee2f .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ab0edafeaba3727 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 50px;border-bottom-right-radius: 50px;border-top-left-radius: 50px;border-top-right-radius: 50px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.08);}#a26dea6897a8a7c, #a26dea6897a8a7c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a8f38a357dab21c, #a8f38a357dab21c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab267a59bea1a7e a, #ab267a59bea1a7e {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a71fcad7efa21d7 {
  overflow: hidden;
}
#a71fcad7efa21d7 , #a71fcad7efa21d7 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a71fcad7efa21d7:hover , #a71fcad7efa21d7 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(255, 144, 66, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3436ac8e6a400a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(217, 217, 217, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa269ae912ad6d0  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(217, 217, 217, 1);}#aa410ac710acd69 a, #aa410ac710acd69 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(217, 217, 217, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abdf9aa6fbae672 > .ele-wrap {background-color: rgba(229, 242, 255, 0.08);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: dashed;border-top-color: rgba(213, 213, 213, 1);border-right-color: rgba(213, 213, 213, 1);border-left-color: rgba(213, 213, 213, 1);border-bottom-color: rgba(213, 213, 213, 1);border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af51da40f8adea5 .a99a5a6486a72e7 {
  overflow: hidden;
}
#af51da40f8adea5 .a99a5a6486a72e7 , #af51da40f8adea5 .a99a5a6486a72e7 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;}#af51da40f8adea5 .a99a5a6486a72e7:hover , #af51da40f8adea5 .a99a5a6486a72e7 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(195, 50, 50, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af51da40f8adea5 .aadb2a0129a3d08 {
  overflow: hidden;
}
#af51da40f8adea5 .aadb2a0129a3d08 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 0.3s ease-in;
}
#af51da40f8adea5 .aadb2a0129a3d08 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af51da40f8adea5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af51da40f8adea5 .uk-position-center-left-out {
    left: -30px;
  }
  #af51da40f8adea5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3612a0b60a76c3 > .ele-wrap {background-color: rgba(228, 241, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abaa8a5c46af1e3 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abaa8a5c46af1e3 [data-item="undefined"]:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(255, 144, 66, 1);}#a3438a705cae724 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae569adb70ab508 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/ae6efa4095a8865/1598427103470.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8b42a952da2145 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(225, 225, 225, 1);border-right-color: rgba(225, 225, 225, 1);border-left-color: rgba(225, 225, 225, 1);border-bottom-color: rgba(225, 225, 225, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a54c8acb55ac4bf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;border-top-left-radius: 15px;border-top-right-radius: 15px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6ffaa72b8aee2f .uk-form .form-submit-btn {
  width: 160px;
}
#a6ffaa72b8aee2f .submit-wrap {
  text-align: center;
}
#a6ffaa72b8aee2f .submit-wrap button {
  background-color: #3b9aeb;
}
#a6ffaa72b8aee2f .submit-wrap button:hover {
  background-color: #4083cc;
}
#a6ffaa72b8aee2f .submit-wrap button {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
#a6ffaa72b8aee2f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a6ffaa72b8aee2f .form-item .uk-input,
#a6ffaa72b8aee2f .form-item .uk-select,
#a6ffaa72b8aee2f .form-item .uk-textarea {
  width: autopx;
}
#a6ffaa72b8aee2f .form-item .auto-height {
  height: auto;
}
#a6ffaa72b8aee2f .form-item {
  position: relative;
}
#a6ffaa72b8aee2f .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a6ffaa72b8aee2f .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a6ffaa72b8aee2f .form-item .uk-input,
#a6ffaa72b8aee2f .form-item .uk-select,
#a6ffaa72b8aee2f .form-item .uk-textarea,
#a6ffaa72b8aee2f .form-item .address-select,
#a6ffaa72b8aee2f .form-item .uk-grid {
  padding-left: 90px;
}
#a6ffaa72b8aee2f .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ab0edafeaba3727 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 50px;border-bottom-right-radius: 50px;border-top-left-radius: 50px;border-top-right-radius: 50px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.08);}#a26dea6897a8a7c, #a26dea6897a8a7c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a8f38a357dab21c, #a8f38a357dab21c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab267a59bea1a7e a, #ab267a59bea1a7e {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a71fcad7efa21d7 {
  overflow: hidden;
}
#a71fcad7efa21d7 , #a71fcad7efa21d7 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a71fcad7efa21d7:hover , #a71fcad7efa21d7 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(255, 144, 66, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3436ac8e6a400a a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(217, 217, 217, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa269ae912ad6d0  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(217, 217, 217, 1);}#aa410ac710acd69 a, #aa410ac710acd69 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(217, 217, 217, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abdf9aa6fbae672 > .ele-wrap {background-color: rgba(229, 242, 255, 0.08);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-style: dashed;border-top-color: rgba(213, 213, 213, 1);border-right-color: rgba(213, 213, 213, 1);border-left-color: rgba(213, 213, 213, 1);border-bottom-color: rgba(213, 213, 213, 1);border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af51da40f8adea5 .a99a5a6486a72e7 {
  overflow: hidden;
}
#af51da40f8adea5 .a99a5a6486a72e7 , #af51da40f8adea5 .a99a5a6486a72e7 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: left;font-family: inherit;}#af51da40f8adea5 .a99a5a6486a72e7:hover , #af51da40f8adea5 .a99a5a6486a72e7 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(195, 50, 50, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af51da40f8adea5 .aadb2a0129a3d08 {
  overflow: hidden;
}
#af51da40f8adea5 .aadb2a0129a3d08 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 0.3s ease-in;
}
#af51da40f8adea5 .aadb2a0129a3d08 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af51da40f8adea5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af51da40f8adea5 .uk-position-center-left-out {
    left: -30px;
  }
  #af51da40f8adea5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3612a0b60a76c3 > .ele-wrap {background-color: rgba(228, 241, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 20px;border-top-right-radius: 20px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abaa8a5c46af1e3 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(255, 255, 255, 1);}#abaa8a5c46af1e3 [data-item="undefined"]:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(255, 144, 66, 1);}#a3438a705cae724 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae569adb70ab508 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/ae6efa4095a8865/1598427103470.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}#a8b42a952da2145 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-top-color: rgba(225, 225, 225, 1);border-right-color: rgba(225, 225, 225, 1);border-left-color: rgba(225, 225, 225, 1);border-bottom-color: rgba(225, 225, 225, 1);border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a54c8acb55ac4bf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;border-top-left-radius: 15px;border-top-right-radius: 15px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6ffaa72b8aee2f .uk-form .form-submit-btn {
  width: 160px;
}
#a6ffaa72b8aee2f .submit-wrap {
  text-align: center;
}
#a6ffaa72b8aee2f .submit-wrap button {
  background-color: #3b9aeb;
}
#a6ffaa72b8aee2f .submit-wrap button:hover {
  background-color: #4083cc;
}
#a6ffaa72b8aee2f .submit-wrap button {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
#a6ffaa72b8aee2f form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a6ffaa72b8aee2f .form-item .uk-input,
#a6ffaa72b8aee2f .form-item .uk-select,
#a6ffaa72b8aee2f .form-item .uk-textarea {
  width: autopx;
}
#a6ffaa72b8aee2f .form-item .auto-height {
  height: auto;
}
#a6ffaa72b8aee2f .form-item {
  position: relative;
}
#a6ffaa72b8aee2f .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a6ffaa72b8aee2f .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a6ffaa72b8aee2f .form-item .uk-input,
#a6ffaa72b8aee2f .form-item .uk-select,
#a6ffaa72b8aee2f .form-item .uk-textarea,
#a6ffaa72b8aee2f .form-item .address-select,
#a6ffaa72b8aee2f .form-item .uk-grid {
  padding-left: 90px;
}
#a6ffaa72b8aee2f .form-item .address-select .uk-select {
  padding-left: 4px;
}
#ab0edafeaba3727 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 50px;border-bottom-right-radius: 50px;border-top-left-radius: 50px;border-top-right-radius: 50px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.08);}#a26dea6897a8a7c, #a26dea6897a8a7c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#a8f38a357dab21c, #a8f38a357dab21c a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a907ea8666af209 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a907ea8666af209 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa703a628fa9e8e .sidebar {
  width: 320px;
}
@media (max-width: 640px) {
  #aa703a628fa9e8e .sidebar {
    width: 100%;
  }
}
#aa703a628fa9e8e .menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 70px;
  padding-left: 20px;
}
#aa703a628fa9e8e .menu-header h4 span {
  font-size: 12px;
}
#aa703a628fa9e8e .menu-level-1 {
  border: 1px solid #ECECEC;
  margin-bottom: 15px;
}
#aa703a628fa9e8e .menu-item a {
  color: #666;
  display: block;
  padding: 0 20px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border-bottom: 1px solid #ECECEC;
}
#aa703a628fa9e8e .menu-item a .indicator {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 25px;
  height: 25px;
  background: url(/resources/sys/img/icons/menu_icon.png) center center no-repeat;
}
#aa703a628fa9e8e .menu-item a:hover {
  color: #ffffff;
}
#aa703a628fa9e8e .menu-item a:hover > .indicator {
  background-image: url(/resources/sys/img/icons/menu_icon_hover.png);
}
#aa703a628fa9e8e .menu-level-1 > a {
  color: #333;
  font-size: 18px;
  position: relative;
  background: #eaeaea;
}
#aa703a628fa9e8e .menu-level-3 {
  padding-left: 15px;
}
#aa703a628fa9e8e .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#aa703a628fa9e8e .accordion-menu li a:hover {
  background-color: #182e65;
  color: #fff;
  border: none;
}
#aa703a628fa9e8e .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#aa703a628fa9e8e .contact-phone {
  padding: 15px 0 15px 70px;
  color: #333;
}
#aa703a628fa9e8e .contact-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
#aa703a628fa9e8e .contact-info {
  border-top: 1px solid #ECECEC;
}
#aa703a628fa9e8e .contact-info p {
  margin: 0;
}
#aa703a628fa9e8e .phone {
  font-size: 24px;
  font-family: arial;
  line-height: 1;
}
#aa703a628fa9e8e .hot-list {
  padding: 15px;
}
#aa703a628fa9e8e .hot-list a {
  color: #777;
}
#aa703a628fa9e8e .hot-list a:hover {
  color: #ffffff;
}
#aa703a628fa9e8e .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#aa703a628fa9e8e .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#aa703a628fa9e8e .hot-item:hover a {
  color: #ffffff;
}
#aa703a628fa9e8e .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#aa703a628fa9e8e .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #182e65;
  content: "";
}
#aa703a628fa9e8e .content-header {
  padding-bottom: 10px;
}
#aa703a628fa9e8e .uk-button-group .uk-button {
  font-size: 12px;
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
}
#aa703a628fa9e8e .uk-button-group .uk-button:first-child {
  border-radius: 15px 0 0 15px;
}
#aa703a628fa9e8e .uk-button-group .uk-button:last-child {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 640px) {
  #aa703a628fa9e8e .uk-padding-small {
    padding: 0;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afd91aee0cac15a .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aa703a628fa9e8e [data-item*=".abstract"], #aa703a628fa9e8e [data-item*=".abstract"] a {show: true;}#aa703a628fa9e8e [data-item*=".subTitle"], #aa703a628fa9e8e [data-item*=".subTitle"] a {show: true;}#aa703a628fa9e8e [data-item*=".category"], #aa703a628fa9e8e [data-item*=".category"] a {show: true;color: rgba(102, 102, 102, 1);}#a71f7a6e87a7771 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #918f8f;}#a71f7a6e87a7771 * {color: #918f8f  !important}
                            #a71f7a6e87a7771 .line{border-color: #918f8f  !important}#a61a2a9b5aa3684 , #a61a2a9b5aa3684 a{color: rgba(255, 255, 255, 1);}#af6e8a784fa164c , #af6e8a784fa164c a{color: rgba(255, 255, 255, 1);}#ad097a6a2caf7af [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5f29ab6eda8b0e [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a5f29ab6eda8b0e .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa5b4ad795a634e .detail-content .goods-params div {
  margin: 4px 0;
}
#aa5b4ad795a634e .desc {
  white-space: pre-wrap;
}
#aa5b4ad795a634e .video-box,
#aa5b4ad795a634e .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#aa5b4ad795a634e .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#aa5b4ad795a634e .goods-slider {
  width: 430px;
  max-width: 100%;
}
#aa5b4ad795a634e .preview-box img {
  width: 100%;
}
#aa5b4ad795a634e .preview-box .zoom-hover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  border: 1px solid #aaa;
  background: #0099ff;
  background-color: rgba(133, 111, 41, 0.3);
  opacity: .5;
  cursor: move;
}
#aa5b4ad795a634e .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#aa5b4ad795a634e .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#aa5b4ad795a634e .thumb-box {
  width: 100%;
  position: relative;
}
#aa5b4ad795a634e .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#aa5b4ad795a634e .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#aa5b4ad795a634e .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#aa5b4ad795a634e .thumb-list {
  overflow: hidden;
}
#aa5b4ad795a634e .thumb-list ul {
  width: 100000px;
}
#aa5b4ad795a634e .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#aa5b4ad795a634e .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#aa5b4ad795a634e .thumb-list ul li.thumb-video::after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(/resources/sys/img/play-light.svg) center center no-repeat;
  background-size: 30px;
  position: absolute;
  opacity: .8;
  transition: all .2s ease;
}
#aa5b4ad795a634e .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#aa5b4ad795a634e .thumb-list ul li.active img {
  border-color: #182e65;
}
#aa5b4ad795a634e .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#aa5b4ad795a634e .zoom-box img {
  max-width: initial;
}
#aa5b4ad795a634e .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#aa5b4ad795a634e .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#aa5b4ad795a634e .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#aa5b4ad795a634e .goods-intro .price span {
  line-height: 30px;
}
#aa5b4ad795a634e .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#aa5b4ad795a634e .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #182e65;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#aa5b4ad795a634e .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #182e65;
  font-size: 18px;
}
#aa5b4ad795a634e .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#aa5b4ad795a634e .line-through {
  text-decoration: line-through;
}
#aa5b4ad795a634e .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#aa5b4ad795a634e .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#aa5b4ad795a634e .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#aa5b4ad795a634e .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#aa5b4ad795a634e .number {
  margin-top: 20px;
  margin-left: 10px;
}
#aa5b4ad795a634e .number .name {
  line-height: 30px;
  width: 54px;
}
#aa5b4ad795a634e .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#aa5b4ad795a634e .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#aa5b4ad795a634e .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#aa5b4ad795a634e .select-num i {
  line-height: 30px;
}
#aa5b4ad795a634e .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#aa5b4ad795a634e .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#aa5b4ad795a634e .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#aa5b4ad795a634e .buttons {
  margin: 30px 0 0 12px;
}
#aa5b4ad795a634e .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #182e65;
  text-align: center;
  border-radius: 2px;
}
#aa5b4ad795a634e .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#aa5b4ad795a634e .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#aa5b4ad795a634e .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#aa5b4ad795a634e .promote-goods .uk-slider {
  padding: 10px 50px;
}
#aa5b4ad795a634e .hot-list .img-wrap {
  display: block;
}
#aa5b4ad795a634e .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#aa5b4ad795a634e .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#aa5b4ad795a634e .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#aa5b4ad795a634e .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#aa5b4ad795a634e .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#aa5b4ad795a634e .left .detail-nav-tab .item.uk-active,
#aa5b4ad795a634e .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #182e65;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#aa5b4ad795a634e .left .detail-nav-tab .item.uk-active a {
  color: #182e65;
  cursor: default;
}
#aa5b4ad795a634e .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#aa5b4ad795a634e .hot-list .item:last-child {
  border-bottom: none;
}
#aa5b4ad795a634e .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#aa5b4ad795a634e .hot-list .item .goods-title:hover {
  color: #182e65;
}
#aa5b4ad795a634e .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #182e65;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#aa5b4ad795a634e .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#aa5b4ad795a634e .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#aa5b4ad795a634e .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #aa5b4ad795a634e .right {
    width: 100%;
  }
  #aa5b4ad795a634e .preview-box img {
    height: 340px;
  }
  #aa5b4ad795a634e .goods-intro .buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 900;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
  }
  #aa5b4ad795a634e .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #aa5b4ad795a634e .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af4c2a1186ac675 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71f7a6e87a7771 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #918f8f;}#a71f7a6e87a7771 * {color: #918f8f  !important}
                            #a71f7a6e87a7771 .line{border-color: #918f8f  !important}#a61a2a9b5aa3684 , #a61a2a9b5aa3684 a{color: rgba(255, 255, 255, 1);}#af6e8a784fa164c , #af6e8a784fa164c a{color: rgba(255, 255, 255, 1);}#a7a86af2f6a2df2 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}#add9daa62babc5f > .lightbox-content {background-image: url(/resources/upload/qianhu2/t/1622009159358.png);background-repeat: no-repeat;background-size: cover;}#ad3aca7f20a0474 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(242, 182, 42, 1);}#ad3aca7f20a0474 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2b90a6ba3af7f7 .uk-form .form-submit-btn {
  width: 130px;
}
#a2b90a6ba3af7f7 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a2b90a6ba3af7f7 .submit-wrap button {
  background-color: #eb5934;
}
#a2b90a6ba3af7f7 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a2b90a6ba3af7f7 .form-item .uk-input,
#a2b90a6ba3af7f7 .form-item .uk-select,
#a2b90a6ba3af7f7 .form-item .uk-textarea {
  width: 280px;
  height: 40px;
  line-height: 40px;
}
#a2b90a6ba3af7f7 .form-item .uk-input::-webkit-input-placeholder,
#a2b90a6ba3af7f7 .form-item .uk-select::-webkit-input-placeholder,
#a2b90a6ba3af7f7 .form-item .uk-textarea::-webkit-input-placeholder {
  color: #b7b5bf;
}
#a2b90a6ba3af7f7 .form-item .uk-input:-ms-input-placeholder,
#a2b90a6ba3af7f7 .form-item .uk-select:-ms-input-placeholder,
#a2b90a6ba3af7f7 .form-item .uk-textarea:-ms-input-placeholder {
  color: #b7b5bf;
}
#a2b90a6ba3af7f7 .form-item .uk-input::-moz-placeholder,
#a2b90a6ba3af7f7 .form-item .uk-select::-moz-placeholder,
#a2b90a6ba3af7f7 .form-item .uk-textarea::-moz-placeholder {
  color: #b7b5bf;
}
#a2b90a6ba3af7f7 .form-item .uk-input::placeholder,
#a2b90a6ba3af7f7 .form-item .uk-select::placeholder,
#a2b90a6ba3af7f7 .form-item .uk-textarea::placeholder {
  color: #b7b5bf;
}
#a2b90a6ba3af7f7 .form-item .auto-height {
  height: auto;
}
#a2b90a6ba3af7f7 .form-item .send-code {
  bottom: 0px;
}
#a2b90a6ba3af7f7 .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae3f4a9ef0a582b .logged {
  display: none;
}
#ae3f4a9ef0a582b .header-topbar {
  position: relative;
  z-index: 30;
  height: 40px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#ae3f4a9ef0a582b .header-topbar li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae3f4a9ef0a582b .site-language-menu li {
  display: block;
}
#ae3f4a9ef0a582b .site-language-menu ul li a {
  color: #555 !important;
}
#ae3f4a9ef0a582b .quick-menus > li:after {
  content: '|';
  color: #424242;
}
#ae3f4a9ef0a582b .quick-menus > li:last-child::after {
  content: '';
}
#ae3f4a9ef0a582b .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 40px;
}
#ae3f4a9ef0a582b .site-header {
  min-height: 100px;
}
#ae3f4a9ef0a582b .uk-navbar-item,
#ae3f4a9ef0a582b .uk-navbar-nav > li > a,
#ae3f4a9ef0a582b .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#ae3f4a9ef0a582b .uk-navbar-sticky {
  background: #fff;
}
#ae3f4a9ef0a582b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae3f4a9ef0a582b .sub-menu-item a {
  color: #444;
  font-size: 12px;
}
#ae3f4a9ef0a582b .uk-navbar-nav .menu-item > a {
  font-weight: 500;
}
#ae3f4a9ef0a582b .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  border-top: 1px solid #ececec;
  background: #fff;
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#ae3f4a9ef0a582b .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#ae3f4a9ef0a582b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #182e65;
}
#ae3f4a9ef0a582b .site-pc-navbar {
  background: #fff;
}
#ae3f4a9ef0a582b .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#ae3f4a9ef0a582b .logo {
  display: inline-block;
}
#ae3f4a9ef0a582b .menu-item svg,
#ae3f4a9ef0a582b .menu-item img {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
  fill: currentColor;
  max-width: 150px;
}
#ae3f4a9ef0a582b .submenu-items .sub-menu-item {
  border-right: 1px solid #ececec;
}
#ae3f4a9ef0a582b .submenu-items .sub-menu-item:last-child,
#ae3f4a9ef0a582b .submenu-items .sub-menu-item:last-child {
  border-right: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aed8aa16c0a5ad8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aed8aa16c0a5ad8 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a293aa36eaaab83 .post-cate {
  position: absolute;
  margin-left: 0;
  left: 15px;
  top: 15px;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #182e65;
  color: #fff;
}
#a293aa36eaaab83 .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
}
#a293aa36eaaab83 .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#a293aa36eaaab83 .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#a293aa36eaaab83 .main-item::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
  /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%); */
}
#a293aa36eaaab83 .main-item::after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: '';
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
#a293aa36eaaab83 .main-item:hover::after {
  opacity: 1;
}
#a293aa36eaaab83 .main-info {
  z-index: 100;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3852a2b39ac387 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a1867ad896a730f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#adf33a30f0a7824 .img-wrap {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0bcfabf87a3d6b .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;background-color: rgb(0, 149, 235);}#a0bcfabf87a3d6b .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab154ac907af6e7 .dynamic-list-item {
  background-color: rgba(21, 93, 229, 0.05);
}
#ab154ac907af6e7 .dynamic-list-item:hover {
  background-color: rgba(21, 93, 229, 0.1);
}
/* mobile */
@media (max-width: 640px) {
  #ab154ac907af6e7 .uk-position-center-left-out {
    left: -30px;
  }
  #ab154ac907af6e7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a9dc7aa11fae3cf > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acb35a1ab8ad022 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a553aa2622af9e1 .ele-wrap {border-color: rgba(96, 96, 96, 1);color: #606060;border-width: 2px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 5px;justify-content: center;}#a553aa2622af9e1 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(24, 46, 101, 1);border-color: rgba(24, 46, 101, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ad3d6a6a32acff4 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a1ffca632aa942d .ele-wrap {border-color: rgba(96, 96, 96, 1);color: #606060;border-width: 2px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 5px;justify-content: center;}#a1ffca632aa942d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;background-color: rgba(24, 46, 101, 1);border-color: rgba(24, 46, 101, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abae0a3087a0aa0 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a99eaa0be4a0e02 .ele-wrap {border-color: rgba(96, 96, 96, 1);color: #606060;border-width: 2px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 5px;justify-content: center;}#a99eaa0be4a0e02 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(24, 46, 101, 1);background-color: rgba(24, 46, 101, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8be8a1b80a5555 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-top-left-radius: 10px;}#a7cc3a69efad4be .ele-wrap {border-color: rgba(96, 96, 96, 1);color: #606060;border-width: 2px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 5px;justify-content: center;}#a7cc3a69efad4be .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(24, 46, 101, 1);background-color: rgba(24, 46, 101, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#adfddaaa3aa0b5a > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8981a79e2ae9ae > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abc31aab17abd6b {
  overflow: hidden;
}
#abc31aab17abd6b .img-wrap {
  transition: all 0.3s ease-in;
}
#abc31aab17abd6b .img-wrap:hover {
  transform: scale(1.1);
}
#a05d1a0e2eac8ae > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8ffba434eac300 {
  overflow: hidden;
}
#a8ffba434eac300 .img-wrap {
  transition: all 0.3s ease-in;
}
#a8ffba434eac300 .img-wrap:hover {
  transform: scale(1.1);
}
#a55b6a985ca880d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a90f3a3daea1b59 {
  overflow: hidden;
}
#a90f3a3daea1b59 .img-wrap {
  transition: all 0.3s ease-in;
}
#a90f3a3daea1b59 .img-wrap:hover {
  transform: scale(1.1);
}
#a77a4ac8afac89e .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 123, 199, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a77a4ac8afac89e .ele-wrap:hover {background-color: #0483cc;}#a4c6ead3eaa6902 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af3b8af5b8ac8f1 {
  overflow: hidden;
}
#af3b8af5b8ac8f1 .img-wrap {
  transition: all 0.3s ease-in;
}
#af3b8af5b8ac8f1 .img-wrap:hover {
  transform: scale(1.1);
}
#a7b6ea75d9a6a2a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae54fa6698a61fc {
  overflow: hidden;
}
#ae54fa6698a61fc .img-wrap {
  transition: all 0.3s ease-in;
}
#ae54fa6698a61fc .img-wrap:hover {
  transform: scale(1.1);
}
#a5fc2af615a5c3c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae238af29ba8bb1 {
  overflow: hidden;
}
#ae238af29ba8bb1 .img-wrap {
  transition: all 0.3s ease-in;
}
#ae238af29ba8bb1 .img-wrap:hover {
  transform: scale(1.1);
}
#aee06a8ed9acd7d .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 123, 199, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aee06a8ed9acd7d .ele-wrap:hover {background-color: #0483cc;}#a8060a489aa2367 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aff44a677caac50 {
  overflow: hidden;
}
#aff44a677caac50 .img-wrap {
  transition: all 0.3s ease-in;
}
#aff44a677caac50 .img-wrap:hover {
  transform: scale(1.1);
}
#a6e17a4abaa1aa2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af085a625ea1bad {
  overflow: hidden;
}
#af085a625ea1bad .img-wrap {
  transition: all 0.3s ease-in;
}
#af085a625ea1bad .img-wrap:hover {
  transform: scale(1.1);
}
#aedaaa6fd1aef5f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a66c0a7955aadfc {
  overflow: hidden;
}
#a66c0a7955aadfc .img-wrap {
  transition: all 0.3s ease-in;
}
#a66c0a7955aadfc .img-wrap:hover {
  transform: scale(1.1);
}
#a3025ade27a85e5 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 123, 199, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a3025ade27a85e5 .ele-wrap:hover {background-color: #0483cc;}#a92a1a5136ae19f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a454babd14ab0e0 {
  overflow: hidden;
}
#a454babd14ab0e0 .img-wrap {
  transition: all 0.3s ease-in;
}
#a454babd14ab0e0 .img-wrap:hover {
  transform: scale(1.1);
}
#a007ba4529ae833 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acaa1a3e6da8a07 {
  overflow: hidden;
}
#acaa1a3e6da8a07 .img-wrap {
  transition: all 0.3s ease-in;
}
#acaa1a3e6da8a07 .img-wrap:hover {
  transform: scale(1.1);
}
#a0590a8481abb4f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a82f1a6e9aacb70 {
  overflow: hidden;
}
#a82f1a6e9aacb70 .img-wrap {
  transition: all 0.3s ease-in;
}
#a82f1a6e9aacb70 .img-wrap:hover {
  transform: scale(1.1);
}
#ada85ae76da3019 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 123, 199, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ada85ae76da3019 .ele-wrap:hover {background-color: #0483cc;}#a3776af660a4762 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3525ae2a9ac747 {
  overflow: hidden;
}
#a3525ae2a9ac747 .img-wrap {
  transition: all 0.3s ease-in;
}
#a3525ae2a9ac747 .img-wrap:hover {
  transform: scale(1.1);
}
#a4a1ea0ddda88c4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a9646a0766afbc5 {
  overflow: hidden;
}
#a9646a0766afbc5 .img-wrap {
  transition: all 0.3s ease-in;
}
#a9646a0766afbc5 .img-wrap:hover {
  transform: scale(1.1);
}
#a7d90a7276a74ea > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a624eaf65da6152 {
  overflow: hidden;
}
#a624eaf65da6152 .img-wrap {
  transition: all 0.3s ease-in;
}
#a624eaf65da6152 .img-wrap:hover {
  transform: scale(1.1);
}
#aa2eba34e7a5bfc .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 123, 199, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aa2eba34e7a5bfc .ele-wrap:hover {background-color: #0483cc;}#aff2aa8b3ba50b2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2fe8aebe0a7ead {
  overflow: hidden;
}
#a2fe8aebe0a7ead .img-wrap {
  transition: all 0.3s ease-in;
}
#a2fe8aebe0a7ead .img-wrap:hover {
  transform: scale(1.1);
}
#a54d3a1d14a0865 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab2c3add3eac80e {
  overflow: hidden;
}
#ab2c3add3eac80e .img-wrap {
  transition: all 0.3s ease-in;
}
#ab2c3add3eac80e .img-wrap:hover {
  transform: scale(1.1);
}
#a4ceea7b76a4c46 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab4cea6165a3dc8 {
  overflow: hidden;
}
#ab4cea6165a3dc8 .img-wrap {
  transition: all 0.3s ease-in;
}
#ab4cea6165a3dc8 .img-wrap:hover {
  transform: scale(1.1);
}
#ace2ca0337a3ad0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 123, 199, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ace2ca0337a3ad0 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6a75a1639aa60e {
  overflow: hidden;
  pointer-events: none;
  border-right-color: #cfcfcf;
  border-right-width: 0;
  border-left-color: #cfcfcf;
  border-bottom-color: #cfcfcf;
  border-top-color: #cfcfcf;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a6a75a1639aa60e > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 54px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a6a75a1639aa60e > .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;
}
#a6a75a1639aa60e > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6a75a1639aa60e > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 54px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a6a75a1639aa60e > .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;
}
#a6a75a1639aa60e > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6a75a1639aa60e > .tab-wrap > div > .tab-nav,
#a6a75a1639aa60e > .tab-nav,
#a6a75a1639aa60e > .tab-tabs > .tab-wrap > div > .tab-nav,
#a6a75a1639aa60e > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #f7f7f7;
  border-right-style: solid;
  border-right-color: #e7e7e7;
  border-right-width: 0;
  border-left-color: #e7e7e7;
  border-bottom-color: #e7e7e7;
  border-top-color: #e7e7e7;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a6a75a1639aa60e > .tab-wrap > div > .tab-nav-horizontal,
#a6a75a1639aa60e > .tab-nav-horizontal,
#a6a75a1639aa60e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a6a75a1639aa60e > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a6a75a1639aa60e > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6a75a1639aa60e > .tab-nav-horizontal::-webkit-scrollbar,
#a6a75a1639aa60e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6a75a1639aa60e > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a6a75a1639aa60e > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6a75a1639aa60e > .tab-nav-horizontal.tagScroll,
#a6a75a1639aa60e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6a75a1639aa60e > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 54px;
  overflow-x: auto;
}
#a6a75a1639aa60e > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6a75a1639aa60e > .tab-nav-horizontal.tagScroll li a,
#a6a75a1639aa60e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6a75a1639aa60e > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a6a75a1639aa60e > .tab-wrap > div > .tab-nav a,
#a6a75a1639aa60e > .tab-nav a,
#a6a75a1639aa60e > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a6a75a1639aa60e > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a6a75a1639aa60e > .tab-wrap > div > .tab-nav li a,
#a6a75a1639aa60e > .tab-nav li a,
#a6a75a1639aa60e > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a6a75a1639aa60e > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 53px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 54px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #eaeaea;
  margin-top: 0;
  margin-right: 1px;
  margin-bottom: 0;
  margin-left: 1px;
}
#a6a75a1639aa60e > .tab-wrap > div > .tab-nav li a svg,
#a6a75a1639aa60e > .tab-nav li a svg,
#a6a75a1639aa60e > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a6a75a1639aa60e > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a6a75a1639aa60e > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6a75a1639aa60e > .tab-nav li a .ap_icon,
#a6a75a1639aa60e > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6a75a1639aa60e > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a6a75a1639aa60e > .tab-wrap > div > .tab-nav li a:hover,
#a6a75a1639aa60e > .tab-nav li a:hover,
#a6a75a1639aa60e > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a6a75a1639aa60e > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  margin-bottom: 0;
  border-bottom-color: #007bc7;
  border-bottom-style: solid;
  border-bottom-width: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  border-right-color: #007bc7;
  border-left-color: #007bc7;
  border-top-color: #007bc7;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: solid;
  border-top-style: solid;
}
#a6a75a1639aa60e > .tab-wrap > div > .tab-nav li.uk-active a,
#a6a75a1639aa60e > .tab-nav li.uk-active a,
#a6a75a1639aa60e > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a6a75a1639aa60e > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #007bc7;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a6a75a1639aa60e > .tab-wrap > div > .tab-nav li:last-child a,
#a6a75a1639aa60e > .tab-nav li:last-child a,
#a6a75a1639aa60e > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a6a75a1639aa60e > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a6a75a1639aa60e .layout-left li,
#a6a75a1639aa60e .layout-center li,
#a6a75a1639aa60e .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a6a75a1639aa60e .layout-left li a,
#a6a75a1639aa60e .layout-center li a,
#a6a75a1639aa60e .layout-right li a {
  height: 100%;
}
#a6a75a1639aa60e > .tab-tabs .layout-left {
  text-align: left;
}
#a6a75a1639aa60e > .tab-tabs .layout-center {
  text-align: center;
}
#a6a75a1639aa60e > .tab-tabs .layout-right {
  text-align: right;
}
#a6a75a1639aa60e .tab-contents {
  height: 100%;
  height: calc(100% - 54px);
}
#a6a75a1639aa60e .tab-content-wrap {
  background-color: transparent;
}
#a6a75a1639aa60e .tab-contents,
#a6a75a1639aa60e .tab-contents-wrap {
  pointer-events: none;
}
#a6a75a1639aa60e .tab-content,
#a6a75a1639aa60e .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a6a75a1639aa60e .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a6a75a1639aa60e .tab-wrap .tab-contents {
  height: 100%;
}
#a6a75a1639aa60e .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a975da4089a64cb .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 123, 199, 1);border-radius: 8px;justify-content: center;border-style: solid;}#a975da4089a64cb .ele-wrap:hover {background-color: #0483cc;}#aa138af2c7a595a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2898ab1d2ad138 , #a2898ab1d2ad138 a{color: rgba(191, 191, 191, 0.9686274509803922);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2c1aa7e4ba7a8b > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1c57a3c05a63dd , #a1c57a3c05a63dd a{color: rgba(191, 191, 191, 0.9686274509803922);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ad272aa6c8aaf40 > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#af3e6a96baa0912 , #af3e6a96baa0912 a{color: rgba(191, 191, 191, 0.9686274509803922);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6acbae514a5db7 .uk-form .form-submit-btn {
  width: 180px;
}
#a6acbae514a5db7 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a6acbae514a5db7 .submit-wrap {
  text-align: center;
}
#a6acbae514a5db7 .submit-wrap button {
  background-color: #007bc7;
}
#a6acbae514a5db7 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a6acbae514a5db7 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a6acbae514a5db7 .form-item {
  margin-top: 0px !important;
  margin-bottom: 4px !important;
}
#a6acbae514a5db7 .form-item .uk-input,
#a6acbae514a5db7 .form-item .uk-select,
#a6acbae514a5db7 .form-item .uk-textarea {
  width: autopx;
  height: 30px;
  line-height: 30px;
  background-color: #efefef;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: none;
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 0;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: none;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
}
#a6acbae514a5db7 .form-item .auto-height {
  height: auto;
}
#a6acbae514a5db7 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a6acbae514a5db7 .form-item .send-code {
  bottom: -5px;
}
#a6acbae514a5db7 .form-item .uk-textarea {
  height: 60px;
  line-height: 1.5;
}
#a6acbae514a5db7 .uk-form-label,
#a6acbae514a5db7 .form-agree,
#a6acbae514a5db7 .uk-h3,
#a6acbae514a5db7 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a6acbae514a5db7 .form-item {
  position: relative;
}
#a6acbae514a5db7 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a6acbae514a5db7 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a6acbae514a5db7 .form-item .uk-input,
#a6acbae514a5db7 .form-item .uk-select,
#a6acbae514a5db7 .form-item .uk-textarea,
#a6acbae514a5db7 .form-item .address-select,
#a6acbae514a5db7 .form-item .uk-grid {
  padding-left: 90px;
}
#a6acbae514a5db7 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a0271a97a1a3832 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac41aa8a7faa92c , #ac41aa8a7faa92c a{color: rgba(191, 191, 191, 0.9686274509803922);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5439ad43ba4bf0 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afefca9363a940a .ap-category-filter ul li.active {
  border-color: #182e65;
  color: #182e65;
}
#afefca9363a940a .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#afefca9363a940a .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#afefca9363a940a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#afefca9363a940a .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#afefca9363a940a .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#afefca9363a940a .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#afefca9363a940a .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#afefca9363a940a .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#afefca9363a940a .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#afefca9363a940a .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#afefca9363a940a .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#afefca9363a940a .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#afefca9363a940a .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#afefca9363a940a .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#afefca9363a940a .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#afefca9363a940a .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#afefca9363a940a .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#afefca9363a940a .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#afefca9363a940a .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#afefca9363a940a .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#afefca9363a940a .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#afefca9363a940a .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#afefca9363a940a .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#afefca9363a940a .ele-article-list .pic-article:hover .category {
  color: auto;
}
#afefca9363a940a .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#afefca9363a940a .ele-article-list .pic-article:hover .time {
  color: auto;
}
#afefca9363a940a .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#afefca9363a940a .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#afefca9363a940a .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a9371a954ca501f .ap-category-filter ul li.active {
  border-color: #182e65;
  color: #182e65;
}
#a9371a954ca501f .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a9371a954ca501f .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a9371a954ca501f .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a9371a954ca501f .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a9371a954ca501f .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a9371a954ca501f .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a9371a954ca501f .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a9371a954ca501f .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a9371a954ca501f .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a9371a954ca501f .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a9371a954ca501f .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a9371a954ca501f .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a9371a954ca501f .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a9371a954ca501f .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a9371a954ca501f .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a9371a954ca501f .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a9371a954ca501f .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a9371a954ca501f .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a9371a954ca501f .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a9371a954ca501f .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a9371a954ca501f .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a9371a954ca501f .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a9371a954ca501f .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a9371a954ca501f .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a9371a954ca501f .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a9371a954ca501f .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a9371a954ca501f .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a9371a954ca501f .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a9371a954ca501f .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8537aa4b5a7229 .ap-category-filter ul li.active {
  border-color: #182e65;
  color: #182e65;
}
#a8537aa4b5a7229 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a8537aa4b5a7229 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a8537aa4b5a7229 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a8537aa4b5a7229 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a8537aa4b5a7229 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a8537aa4b5a7229 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a8537aa4b5a7229 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a8537aa4b5a7229 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a8537aa4b5a7229 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a8537aa4b5a7229 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a8537aa4b5a7229 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a8537aa4b5a7229 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a8537aa4b5a7229 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a8537aa4b5a7229 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a8537aa4b5a7229 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a8537aa4b5a7229 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a8537aa4b5a7229 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a8537aa4b5a7229 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a8537aa4b5a7229 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a8537aa4b5a7229 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a8537aa4b5a7229 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a8537aa4b5a7229 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a8537aa4b5a7229 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a8537aa4b5a7229 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a8537aa4b5a7229 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a8537aa4b5a7229 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a8537aa4b5a7229 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a8537aa4b5a7229 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a8537aa4b5a7229 .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae50aab3a1a854d {
  overflow: hidden;
  pointer-events: none;
}
#ae50aab3a1a854d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 41px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae50aab3a1a854d > .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;
}
#ae50aab3a1a854d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae50aab3a1a854d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 41px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae50aab3a1a854d > .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;
}
#ae50aab3a1a854d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae50aab3a1a854d > .tab-wrap > div > .tab-nav,
#ae50aab3a1a854d > .tab-nav,
#ae50aab3a1a854d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae50aab3a1a854d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ae50aab3a1a854d > .tab-wrap > div > .tab-nav-horizontal,
#ae50aab3a1a854d > .tab-nav-horizontal,
#ae50aab3a1a854d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae50aab3a1a854d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae50aab3a1a854d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae50aab3a1a854d > .tab-nav-horizontal::-webkit-scrollbar,
#ae50aab3a1a854d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae50aab3a1a854d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae50aab3a1a854d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae50aab3a1a854d > .tab-nav-horizontal.tagScroll,
#ae50aab3a1a854d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae50aab3a1a854d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 41px;
  overflow-x: auto;
}
#ae50aab3a1a854d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae50aab3a1a854d > .tab-nav-horizontal.tagScroll li a,
#ae50aab3a1a854d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae50aab3a1a854d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae50aab3a1a854d > .tab-wrap > div > .tab-nav a,
#ae50aab3a1a854d > .tab-nav a,
#ae50aab3a1a854d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae50aab3a1a854d > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#ae50aab3a1a854d > .tab-wrap > div > .tab-nav li a,
#ae50aab3a1a854d > .tab-nav li a,
#ae50aab3a1a854d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae50aab3a1a854d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 41px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #007bc7;
  background-color: #ffffff;
  margin-top: 10px;
  margin-right: 20px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dddddd;
  border-left-color: #dddddd;
  border-bottom-color: #dddddd;
  border-top-color: #dddddd;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  padding: 0 50px;
}
#ae50aab3a1a854d > .tab-wrap > div > .tab-nav li a svg,
#ae50aab3a1a854d > .tab-nav li a svg,
#ae50aab3a1a854d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae50aab3a1a854d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae50aab3a1a854d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae50aab3a1a854d > .tab-nav li a .ap_icon,
#ae50aab3a1a854d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae50aab3a1a854d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae50aab3a1a854d > .tab-wrap > div > .tab-nav li a:hover,
#ae50aab3a1a854d > .tab-nav li a:hover,
#ae50aab3a1a854d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae50aab3a1a854d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#ae50aab3a1a854d > .tab-wrap > div > .tab-nav li.uk-active a,
#ae50aab3a1a854d > .tab-nav li.uk-active a,
#ae50aab3a1a854d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae50aab3a1a854d > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #007bc7;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ae50aab3a1a854d .layout-left li,
#ae50aab3a1a854d .layout-center li,
#ae50aab3a1a854d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae50aab3a1a854d .layout-left li a,
#ae50aab3a1a854d .layout-center li a,
#ae50aab3a1a854d .layout-right li a {
  height: 100%;
}
#ae50aab3a1a854d > .tab-tabs .layout-left {
  text-align: left;
}
#ae50aab3a1a854d > .tab-tabs .layout-center {
  text-align: center;
}
#ae50aab3a1a854d > .tab-tabs .layout-right {
  text-align: right;
}
#ae50aab3a1a854d .tab-contents {
  height: 100%;
  height: calc(100% - 41px);
}
#ae50aab3a1a854d .tab-content-wrap {
  background-color: transparent;
}
#ae50aab3a1a854d .tab-contents,
#ae50aab3a1a854d .tab-contents-wrap {
  pointer-events: none;
}
#ae50aab3a1a854d .tab-content,
#ae50aab3a1a854d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae50aab3a1a854d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae50aab3a1a854d .tab-wrap .tab-contents {
  height: 100%;
}
#ae50aab3a1a854d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aaa64ae988a58e3 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(178, 178, 178, 1);}#a20e9ac039a429a > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a39b0a86e3a0727 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(178, 178, 178, 1);}#a3233a9fdbae56a [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(178, 178, 178, 1);}#a5f8fa8689a9745 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3232a18aea210f > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.07);border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a3232a18aea210f  > .ele-wrap:hover {box-shadow: 0px 3px 13px 3px rgba(15, 126, 255, 0.17);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a159ba5058a255c {
  overflow: hidden;
}
#a159ba5058a255c .img-wrap {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: all 0.3s ease-in;
}
#a159ba5058a255c .img-wrap:hover {
  transform: scale(1.1);
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2da6aeacea6e21 .img-wrap {
  border-bottom-right-radius: 20px;
}
#ad482a15a3ab9d6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.07);border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa0e8a828baace7 {
  overflow: hidden;
}
#aa0e8a828baace7 .img-wrap {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: all 0.3s ease-in;
}
#aa0e8a828baace7 .img-wrap:hover {
  transform: scale(1.1);
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8989afc0daab36 .img-wrap {
  border-bottom-right-radius: 20px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1755a85f4a16d1 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/ae6efa4095a8865/1598427103470.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a07c8ac991a9676 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a38b6a496ba684e > div {
        font-weight: bold;
        font-style: normal;
    font-size: 80px;font-family: NotoSansSC-DemiLight;color: rgba(64, 137, 255, 1);}#af46fa8198a1683 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afb74af622acb37 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 80px;font-family: NotoSansSC-DemiLight;color: rgba(64, 137, 255, 1);}#a4d14accd2a8fa7 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4eedade1ea0282 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 80px;font-family: NotoSansSC-DemiLight;color: rgba(64, 137, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a9645a5507a2e88 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;border-top-left-radius: 15px;border-top-right-radius: 15px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a87adaf6d1a35e7 .uk-form .form-submit-btn {
  width: 220px;
}
#a87adaf6d1a35e7 .submit-wrap {
  text-align: center;
}
#a87adaf6d1a35e7 .submit-wrap button {
  background-color: #3b9aeb;
}
#a87adaf6d1a35e7 .submit-wrap button:hover {
  background-color: #4083cc;
}
#a87adaf6d1a35e7 .submit-wrap button {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
#a87adaf6d1a35e7 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a87adaf6d1a35e7 .form-item .uk-input,
#a87adaf6d1a35e7 .form-item .uk-select,
#a87adaf6d1a35e7 .form-item .uk-textarea {
  width: autopx;
}
#a87adaf6d1a35e7 .form-item .auto-height {
  height: auto;
}
#a87adaf6d1a35e7 .form-item {
  position: relative;
}
#a87adaf6d1a35e7 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a87adaf6d1a35e7 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a87adaf6d1a35e7 .form-item .uk-input,
#a87adaf6d1a35e7 .form-item .uk-select,
#a87adaf6d1a35e7 .form-item .uk-textarea,
#a87adaf6d1a35e7 .form-item .address-select,
#a87adaf6d1a35e7 .form-item .uk-grid {
  padding-left: 90px;
}
#a87adaf6d1a35e7 .form-item .address-select .uk-select {
  padding-left: 4px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a71f7a6e87a7771 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #918f8f;}#a71f7a6e87a7771 * {color: #918f8f  !important}
                            #a71f7a6e87a7771 .line{border-color: #918f8f  !important}#a61a2a9b5aa3684 , #a61a2a9b5aa3684 a{color: rgba(255, 255, 255, 1);}#af6e8a784fa164c , #af6e8a784fa164c a{color: rgba(255, 255, 255, 1);}#a7a86af2f6a2df2 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aaa1da7c8fa4457 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aaa1da7c8fa4457 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa6cda817da240e .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a95f8a749da0413 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aebd5ae9c0af125 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#aebd5ae9c0af125 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#aebd5ae9c0af125 .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-family: inherit;
  color: #333;
}
#aebd5ae9c0af125 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#aebd5ae9c0af125 .menu-list > li.active > a:before,
#aebd5ae9c0af125 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#aebd5ae9c0af125 .menu-list > li ul li {
  position: relative;
}
#aebd5ae9c0af125 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#aebd5ae9c0af125 .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#aebd5ae9c0af125 .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#aebd5ae9c0af125 .menu-list li ul li a:active,
#aebd5ae9c0af125 .menu-list li ul li a.active,
#aebd5ae9c0af125 .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#aebd5ae9c0af125 .menu-list li ul,
#aebd5ae9c0af125 .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#aebd5ae9c0af125 .menu-list li ul.menu-b > li,
#aebd5ae9c0af125 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#aebd5ae9c0af125 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#aebd5ae9c0af125 .menu-list li:hover > ul {
  display: block;
}
#aebd5ae9c0af125 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac6c0ad935a1c22 .ap-category-filter ul li.active {
  border-color: #182e65;
  color: #182e65;
}
#ac6c0ad935a1c22 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac6c0ad935a1c22 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ac6c0ad935a1c22 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ac6c0ad935a1c22 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ac6c0ad935a1c22 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ac6c0ad935a1c22 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#ac6c0ad935a1c22 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ac6c0ad935a1c22 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ac6c0ad935a1c22 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ac6c0ad935a1c22 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ac6c0ad935a1c22 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ac6c0ad935a1c22 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ac6c0ad935a1c22 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ac6c0ad935a1c22 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ac6c0ad935a1c22 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ac6c0ad935a1c22 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ac6c0ad935a1c22 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ac6c0ad935a1c22 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ac6c0ad935a1c22 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#ac6c0ad935a1c22 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ac6c0ad935a1c22 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ac6c0ad935a1c22 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac6c0ad935a1c22 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#ac6c0ad935a1c22 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ac6c0ad935a1c22 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ac6c0ad935a1c22 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ac6c0ad935a1c22 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac6c0ad935a1c22 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#ac6c0ad935a1c22 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a71f7a6e87a7771 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #918f8f;}#a71f7a6e87a7771 * {color: #918f8f  !important}
                            #a71f7a6e87a7771 .line{border-color: #918f8f  !important}#a61a2a9b5aa3684 , #a61a2a9b5aa3684 a{color: rgba(255, 255, 255, 1);}#af6e8a784fa164c , #af6e8a784fa164c a{color: rgba(255, 255, 255, 1);}#a8048acfc4a99b1 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8024af56ba9845 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a8024af56ba9845 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae72aab3a1a808e .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac51da3575aa1c3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a9531a751baeacb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a9531a751baeacb .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a9531a751baeacb .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-family: inherit;
  color: #333;
}
#a9531a751baeacb .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a9531a751baeacb .menu-list > li.active > a:before,
#a9531a751baeacb .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a9531a751baeacb .menu-list > li ul li {
  position: relative;
}
#a9531a751baeacb .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a9531a751baeacb .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a9531a751baeacb .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a9531a751baeacb .menu-list li ul li a:active,
#a9531a751baeacb .menu-list li ul li a.active,
#a9531a751baeacb .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a9531a751baeacb .menu-list li ul,
#a9531a751baeacb .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a9531a751baeacb .menu-list li ul.menu-b > li,
#a9531a751baeacb .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a9531a751baeacb .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a9531a751baeacb .menu-list li:hover > ul {
  display: block;
}
#a9531a751baeacb .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7a6da67c6a3e63 .ap-category-filter ul li.active {
  border-color: #182e65;
  color: #182e65;
}
#a7a6da67c6a3e63 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a7a6da67c6a3e63 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a7a6da67c6a3e63 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a7a6da67c6a3e63 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a7a6da67c6a3e63 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a7a6da67c6a3e63 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a7a6da67c6a3e63 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a7a6da67c6a3e63 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a7a6da67c6a3e63 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a7a6da67c6a3e63 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a7a6da67c6a3e63 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a7a6da67c6a3e63 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a7a6da67c6a3e63 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a7a6da67c6a3e63 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a7a6da67c6a3e63 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a7a6da67c6a3e63 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a7a6da67c6a3e63 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a7a6da67c6a3e63 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a7a6da67c6a3e63 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a7a6da67c6a3e63 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a7a6da67c6a3e63 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a7a6da67c6a3e63 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a7a6da67c6a3e63 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a7a6da67c6a3e63 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a7a6da67c6a3e63 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a7a6da67c6a3e63 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a7a6da67c6a3e63 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a7a6da67c6a3e63 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a7a6da67c6a3e63 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a71f7a6e87a7771 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #918f8f;}#a71f7a6e87a7771 * {color: #918f8f  !important}
                            #a71f7a6e87a7771 .line{border-color: #918f8f  !important}#a61a2a9b5aa3684 , #a61a2a9b5aa3684 a{color: rgba(255, 255, 255, 1);}#af6e8a784fa164c , #af6e8a784fa164c a{color: rgba(255, 255, 255, 1);}#ae501abb8aa90b9 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5f29ab6eda8b0e [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a5f29ab6eda8b0e .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7cefaf72fa03f0 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#abf87ab334a34f2 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#a771caa8d0a0d49 > .ele-wrap {background-color: rgba(232, 236, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae67aa5d28a581c {
  overflow: hidden;
}
#ae67aa5d28a581c .img-wrap {
  transition: all 0.3s ease-in;
}
#ae67aa5d28a581c .img-wrap:hover {
  transform: scale(1.2);
}
#a586ba5326ae186 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ffffff;background-color: rgba(74, 144, 226, 1);border-radius: 25px;font-size: 18px;justify-content: center;font-family: FZHei-B01S;font-weight: 300;}#a586ba5326ae186 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ac187a29ada4be4 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#a7f0ba260fa94e1 > .ele-wrap {background-color: rgba(232, 236, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5ddead726a8403 {
  overflow: hidden;
}
#a5ddead726a8403 .img-wrap {
  transition: all 0.3s ease-in;
}
#a5ddead726a8403 .img-wrap:hover {
  transform: scale(1.2);
}
#a4c5ca7560a2c4d .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ffffff;background-color: rgba(74, 144, 226, 1);border-radius: 25px;font-size: 18px;justify-content: center;font-family: FZHei-B01S;font-weight: 300;}#a4c5ca7560a2c4d .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a6986a65a9a37fb > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#ac3b9a7778ab676 > .ele-wrap {background-color: rgba(232, 236, 238, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}#a3e1cad5fda6842 .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #ffffff;background-color: rgba(74, 144, 226, 1);border-radius: 25px;font-size: 18px;justify-content: center;font-family: FZHei-B01S;font-weight: 300;}#a3e1cad5fda6842 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a71f7a6e87a7771 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #918f8f;}#a71f7a6e87a7771 * {color: #918f8f  !important}
                            #a71f7a6e87a7771 .line{border-color: #918f8f  !important}#a61a2a9b5aa3684 , #a61a2a9b5aa3684 a{color: rgba(255, 255, 255, 1);}#af6e8a784fa164c , #af6e8a784fa164c a{color: rgba(255, 255, 255, 1);}#a2837a9933a2667 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af0beafa84ad031 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#af0beafa84ad031 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac6f3a4448a1e85 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0d2fa928aa195e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7a84a4c2ba97ab .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7a84a4c2ba97ab .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7a84a4c2ba97ab .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-family: inherit;
  color: #333;
}
#a7a84a4c2ba97ab .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a7a84a4c2ba97ab .menu-list > li.active > a:before,
#a7a84a4c2ba97ab .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a7a84a4c2ba97ab .menu-list > li ul li {
  position: relative;
}
#a7a84a4c2ba97ab .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a7a84a4c2ba97ab .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a7a84a4c2ba97ab .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a7a84a4c2ba97ab .menu-list li ul li a:active,
#a7a84a4c2ba97ab .menu-list li ul li a.active,
#a7a84a4c2ba97ab .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a7a84a4c2ba97ab .menu-list li ul,
#a7a84a4c2ba97ab .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a7a84a4c2ba97ab .menu-list li ul.menu-b > li,
#a7a84a4c2ba97ab .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a7a84a4c2ba97ab .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a7a84a4c2ba97ab .menu-list li:hover > ul {
  display: block;
}
#a7a84a4c2ba97ab .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4fe1a7d69aaaa0 .ap-category-filter ul li.active {
  border-color: #182e65;
  color: #182e65;
}
#a4fe1a7d69aaaa0 .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a4fe1a7d69aaaa0 .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a4fe1a7d69aaaa0 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a4fe1a7d69aaaa0 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a4fe1a7d69aaaa0 .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a4fe1a7d69aaaa0 .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a4fe1a7d69aaaa0 .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a4fe1a7d69aaaa0 .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a4fe1a7d69aaaa0 .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a4fe1a7d69aaaa0 .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a4fe1a7d69aaaa0 .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a4fe1a7d69aaaa0 .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a4fe1a7d69aaaa0 .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a4fe1a7d69aaaa0 .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a4fe1a7d69aaaa0 .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a4fe1a7d69aaaa0 .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a4fe1a7d69aaaa0 .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a4fe1a7d69aaaa0 .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a4fe1a7d69aaaa0 .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a4fe1a7d69aaaa0 .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a4fe1a7d69aaaa0 .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a4fe1a7d69aaaa0 .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a4fe1a7d69aaaa0 .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a4fe1a7d69aaaa0 .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a4fe1a7d69aaaa0 .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a4fe1a7d69aaaa0 .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a4fe1a7d69aaaa0 .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a4fe1a7d69aaaa0 .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a4fe1a7d69aaaa0 .ele-article-list .text-article:hover .time {
  color: auto;
}
#a71f7a6e87a7771 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #918f8f;}#a71f7a6e87a7771 * {color: #918f8f  !important}
                            #a71f7a6e87a7771 .line{border-color: #918f8f  !important}#a61a2a9b5aa3684 , #a61a2a9b5aa3684 a{color: rgba(255, 255, 255, 1);}#af6e8a784fa164c , #af6e8a784fa164c a{color: rgba(255, 255, 255, 1);}#a726ba1686a41dc [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5f29ab6eda8b0e [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a5f29ab6eda8b0e .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f2aa1578adba6 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac2eda8b88a5ae6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aadb9a1b3fa826a .uk-grid {
  margin-left: -30px;
}
#aadb9a1b3fa826a .uk-grid > * {
  padding-left: 30px;
}
#aadb9a1b3fa826a .uk-grid > .uk-grid-margin {
  margin-top: 30px;
}
#aadb9a1b3fa826a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aadb9a1b3fa826a .uk-position-center-left-out {
    left: -30px;
  }
  #aadb9a1b3fa826a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a38f4a7983a9d8e .uk-grid {
  margin-left: -30px;
}
#a38f4a7983a9d8e .uk-grid > * {
  padding-left: 30px;
}
#a38f4a7983a9d8e .uk-grid > .uk-grid-margin {
  margin-top: 30px;
}
#a38f4a7983a9d8e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a38f4a7983a9d8e .uk-position-center-left-out {
    left: -30px;
  }
  #a38f4a7983a9d8e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa4d8aa3b4a1f35 .uk-grid {
  margin-left: -30px;
}
#aa4d8aa3b4a1f35 .uk-grid > * {
  padding-left: 30px;
}
#aa4d8aa3b4a1f35 .uk-grid > .uk-grid-margin {
  margin-top: 30px;
}
#aa4d8aa3b4a1f35 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa4d8aa3b4a1f35 .uk-position-center-left-out {
    left: -30px;
  }
  #aa4d8aa3b4a1f35 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5a1baecb3a6638 .uk-grid {
  margin-left: -30px;
}
#a5a1baecb3a6638 .uk-grid > * {
  padding-left: 30px;
}
#a5a1baecb3a6638 .uk-grid > .uk-grid-margin {
  margin-top: 30px;
}
#a5a1baecb3a6638 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5a1baecb3a6638 .uk-position-center-left-out {
    left: -30px;
  }
  #a5a1baecb3a6638 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2abea2502af0c2 .uk-grid {
  margin-left: -30px;
}
#a2abea2502af0c2 .uk-grid > * {
  padding-left: 30px;
}
#a2abea2502af0c2 .uk-grid > .uk-grid-margin {
  margin-top: 30px;
}
#a2abea2502af0c2 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2abea2502af0c2 .uk-position-center-left-out {
    left: -30px;
  }
  #a2abea2502af0c2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abe39a7f1da0c0e .uk-grid {
  margin-left: -30px;
}
#abe39a7f1da0c0e .uk-grid > * {
  padding-left: 30px;
}
#abe39a7f1da0c0e .uk-grid > .uk-grid-margin {
  margin-top: 30px;
}
#abe39a7f1da0c0e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #abe39a7f1da0c0e .uk-position-center-left-out {
    left: -30px;
  }
  #abe39a7f1da0c0e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5186a973ca9490 {
  overflow: hidden;
  pointer-events: none;
}
#a5186a973ca9490 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 53px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5186a973ca9490 > .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;
}
#a5186a973ca9490 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5186a973ca9490 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 53px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5186a973ca9490 > .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;
}
#a5186a973ca9490 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5186a973ca9490 > .tab-wrap > div > .tab-nav,
#a5186a973ca9490 > .tab-nav,
#a5186a973ca9490 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5186a973ca9490 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a5186a973ca9490 > .tab-wrap > div > .tab-nav-horizontal,
#a5186a973ca9490 > .tab-nav-horizontal,
#a5186a973ca9490 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5186a973ca9490 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5186a973ca9490 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5186a973ca9490 > .tab-nav-horizontal::-webkit-scrollbar,
#a5186a973ca9490 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5186a973ca9490 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5186a973ca9490 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5186a973ca9490 > .tab-nav-horizontal.tagScroll,
#a5186a973ca9490 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5186a973ca9490 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 53px;
  overflow-x: auto;
}
#a5186a973ca9490 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5186a973ca9490 > .tab-nav-horizontal.tagScroll li a,
#a5186a973ca9490 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5186a973ca9490 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5186a973ca9490 > .tab-wrap > div > .tab-nav a,
#a5186a973ca9490 > .tab-nav a,
#a5186a973ca9490 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5186a973ca9490 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#a5186a973ca9490 > .tab-wrap > div > .tab-nav li a,
#a5186a973ca9490 > .tab-nav li a,
#a5186a973ca9490 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5186a973ca9490 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 52px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 53px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  background-color: #eaeaea;
  margin-top: 20px;
  margin-right: 0;
  padding: 0 20px;
}
#a5186a973ca9490 > .tab-wrap > div > .tab-nav li a svg,
#a5186a973ca9490 > .tab-nav li a svg,
#a5186a973ca9490 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5186a973ca9490 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5186a973ca9490 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5186a973ca9490 > .tab-nav li a .ap_icon,
#a5186a973ca9490 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5186a973ca9490 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5186a973ca9490 > .tab-wrap > div > .tab-nav li a:hover,
#a5186a973ca9490 > .tab-nav li a:hover,
#a5186a973ca9490 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5186a973ca9490 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a5186a973ca9490 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5186a973ca9490 > .tab-nav li.uk-active a,
#a5186a973ca9490 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5186a973ca9490 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #284daa;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #fff;
}
#a5186a973ca9490 .layout-left li,
#a5186a973ca9490 .layout-center li,
#a5186a973ca9490 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5186a973ca9490 .layout-left li a,
#a5186a973ca9490 .layout-center li a,
#a5186a973ca9490 .layout-right li a {
  height: 100%;
}
#a5186a973ca9490 > .tab-tabs .layout-left {
  text-align: left;
}
#a5186a973ca9490 > .tab-tabs .layout-center {
  text-align: center;
}
#a5186a973ca9490 > .tab-tabs .layout-right {
  text-align: right;
}
#a5186a973ca9490 .tab-contents {
  height: 100%;
  height: calc(100% - 53px);
}
#a5186a973ca9490 .tab-content-wrap {
  background-color: transparent;
}
#a5186a973ca9490 .tab-contents,
#a5186a973ca9490 .tab-contents-wrap {
  pointer-events: none;
}
#a5186a973ca9490 .tab-content,
#a5186a973ca9490 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5186a973ca9490 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5186a973ca9490 .tab-wrap .tab-contents {
  height: 100%;
}
#a5186a973ca9490 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab34aad3f0a3e86 > .ele-wrap {background-color: rgba(24, 46, 101, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4994ac761ab6d0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a71f7a6e87a7771 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #918f8f;}#a71f7a6e87a7771 * {color: #918f8f  !important}
                            #a71f7a6e87a7771 .line{border-color: #918f8f  !important}#a61a2a9b5aa3684 , #a61a2a9b5aa3684 a{color: rgba(255, 255, 255, 1);}#af6e8a784fa164c , #af6e8a784fa164c a{color: rgba(255, 255, 255, 1);}#a2837a9933a2667 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5f29ab6eda8b0e [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a5f29ab6eda8b0e .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84d5a2e8ba4579 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a70b7a07c7a35fe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.06);}#a9e5babf57aefd4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6331ac35ba6857 > .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;}#a038da5756a0c54 > .ele-wrap {background-color: rgba(255, 255, 255, 0);background-image: url(/resources/upload/ae6efa4095a8865/1599465492638.png);background-size: cover;background-repeat: no-repeat;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;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 2px 7px 0px rgba(0, 0, 0, 0.05);color: #504d5f;}#a038da5756a0c54 * {color: #504d5f }
                            #a038da5756a0c54 .line{border-color: #504d5f }#a038da5756a0c54  > .ele-wrap:hover {color: #fc5003;background-image: url(/resources/upload/ae6efa4095a8865/1599465340596.png);box-shadow: 0px 4px 12px 5px rgba(83, 157, 230, 0.12);}#a038da5756a0c54:hover * {color: #fc5003 }
                            #a038da5756a0c54:hover .line{border-color: #fc5003 }#aa655a004ea8d1f > .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;}#a0d49a5b5fa7681 > .ele-wrap {background-color: rgba(255, 255, 255, 0);background-image: url(/resources/upload/ae6efa4095a8865/1599465492638.png);background-size: cover;background-repeat: no-repeat;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;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 2px 7px 0px rgba(0, 0, 0, 0.05);color: #504d5f;}#a0d49a5b5fa7681 * {color: #504d5f }
                            #a0d49a5b5fa7681 .line{border-color: #504d5f }#a0d49a5b5fa7681  > .ele-wrap:hover {color: #fc5003;background-image: url(/resources/upload/ae6efa4095a8865/1599465340596.png);box-shadow: 0px 4px 12px 5px rgba(83, 157, 230, 0.12);}#a0d49a5b5fa7681:hover * {color: #fc5003 }
                            #a0d49a5b5fa7681:hover .line{border-color: #fc5003 }#ad65aa3c7ba6e80 > .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;}#aa7b6a1279af7af > .ele-wrap {background-color: rgba(255, 255, 255, 0);background-image: url(/resources/upload/ae6efa4095a8865/1599465492638.png);background-size: cover;background-repeat: no-repeat;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;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 2px 7px 0px rgba(0, 0, 0, 0.05);color: #504d5f;}#aa7b6a1279af7af * {color: #504d5f }
                            #aa7b6a1279af7af .line{border-color: #504d5f }#aa7b6a1279af7af  > .ele-wrap:hover {color: #fc5003;background-image: url(/resources/upload/ae6efa4095a8865/1599465340596.png);box-shadow: 0px 4px 12px 5px rgba(83, 157, 230, 0.12);}#aa7b6a1279af7af:hover * {color: #fc5003 }
                            #aa7b6a1279af7af:hover .line{border-color: #fc5003 }#a708da8e36ae632 > .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;}#a92efa8f5da1acd > .ele-wrap {background-color: rgba(255, 255, 255, 0);background-image: url(/resources/upload/ae6efa4095a8865/1599465492638.png);background-size: cover;background-repeat: no-repeat;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;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 2px 7px 0px rgba(0, 0, 0, 0.05);color: #504d5f;}#a92efa8f5da1acd * {color: #504d5f }
                            #a92efa8f5da1acd .line{border-color: #504d5f }#a92efa8f5da1acd  > .ele-wrap:hover {color: #fc5003;background-image: url(/resources/upload/ae6efa4095a8865/1599465340596.png);box-shadow: 0px 4px 12px 5px rgba(83, 157, 230, 0.12);}#a92efa8f5da1acd:hover * {color: #fc5003 }
                            #a92efa8f5da1acd:hover .line{border-color: #fc5003 }#a71f7a6e87a7771 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #918f8f;}#a71f7a6e87a7771 * {color: #918f8f  !important}
                            #a71f7a6e87a7771 .line{border-color: #918f8f  !important}#a61a2a9b5aa3684 , #a61a2a9b5aa3684 a{color: rgba(255, 255, 255, 1);}#af6e8a784fa164c , #af6e8a784fa164c a{color: rgba(255, 255, 255, 1);}#a2837a9933a2667 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afbe1a937cad837 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#afbe1a937cad837 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4c72ae825a4eb1 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5184a9944a03a1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a791aa3c75a537e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a791aa3c75a537e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a791aa3c75a537e .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-family: inherit;
  color: #333;
}
#a791aa3c75a537e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a791aa3c75a537e .menu-list > li.active > a:before,
#a791aa3c75a537e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a791aa3c75a537e .menu-list > li ul li {
  position: relative;
}
#a791aa3c75a537e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a791aa3c75a537e .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a791aa3c75a537e .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a791aa3c75a537e .menu-list li ul li a:active,
#a791aa3c75a537e .menu-list li ul li a.active,
#a791aa3c75a537e .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#a791aa3c75a537e .menu-list li ul,
#a791aa3c75a537e .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#a791aa3c75a537e .menu-list li ul.menu-b > li,
#a791aa3c75a537e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a791aa3c75a537e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a791aa3c75a537e .menu-list li:hover > ul {
  display: block;
}
#a791aa3c75a537e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6ceea0bf1a66cd .ap-category-filter ul li.active {
  border-color: #182e65;
  color: #182e65;
}
#a6ceea0bf1a66cd .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a6ceea0bf1a66cd .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a6ceea0bf1a66cd .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a6ceea0bf1a66cd .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a6ceea0bf1a66cd .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a6ceea0bf1a66cd .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a6ceea0bf1a66cd .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a6ceea0bf1a66cd .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a6ceea0bf1a66cd .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a6ceea0bf1a66cd .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a6ceea0bf1a66cd .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a6ceea0bf1a66cd .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a6ceea0bf1a66cd .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a6ceea0bf1a66cd .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a6ceea0bf1a66cd .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a6ceea0bf1a66cd .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a6ceea0bf1a66cd .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a6ceea0bf1a66cd .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a6ceea0bf1a66cd .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a6ceea0bf1a66cd .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a6ceea0bf1a66cd .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a6ceea0bf1a66cd .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a6ceea0bf1a66cd .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a6ceea0bf1a66cd .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a6ceea0bf1a66cd .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a6ceea0bf1a66cd .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a6ceea0bf1a66cd .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a6ceea0bf1a66cd .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a6ceea0bf1a66cd .ele-article-list .text-article:hover .time {
  color: auto;
}
#a71f7a6e87a7771 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #918f8f;}#a71f7a6e87a7771 * {color: #918f8f  !important}
                            #a71f7a6e87a7771 .line{border-color: #918f8f  !important}#a61a2a9b5aa3684 , #a61a2a9b5aa3684 a{color: rgba(255, 255, 255, 1);}#af6e8a784fa164c , #af6e8a784fa164c a{color: rgba(255, 255, 255, 1);}#a9985a506fac011 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4254af694ad9ed [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a4254af694ad9ed .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a62aba038ba2966 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#aa7e1a2ca0a6b9f > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1981aa8e1a2617 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 18px 4px rgba(0, 0, 0, 0.05);}#ad8f5acd5ba26d2 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a90f4a1429a9852 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a81b8a0e6ea159a > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7ad6a8050afeb9 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6a0cab138a40a2 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ad044a21caa928b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 14px 5px rgba(25, 88, 182, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acf2ba5fdea3531 {
  overflow: hidden;
}
#acf2ba5fdea3531 .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.3s ease-in;
}
#acf2ba5fdea3531 .img-wrap:hover {
  transform: scale(1.1);
}
#a1c1ba7f4aaac2b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 14px 5px rgba(25, 88, 182, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac346aa562ad1d6 {
  overflow: hidden;
}
#ac346aa562ad1d6 .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.3s ease-in;
}
#ac346aa562ad1d6 .img-wrap:hover {
  transform: scale(1.1);
}
#a8872acbd7ac2d3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 14px 5px rgba(25, 88, 182, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac2daaf3cfa9720 {
  overflow: hidden;
}
#ac2daaf3cfa9720 .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.3s ease-in;
}
#ac2daaf3cfa9720 .img-wrap:hover {
  transform: scale(1.1);
}
#aa73ba2df8abbd8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 14px 5px rgba(25, 88, 182, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a89a2ada23a45b2 {
  overflow: hidden;
}
#a89a2ada23a45b2 .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.3s ease-in;
}
#a89a2ada23a45b2 .img-wrap:hover {
  transform: scale(1.1);
}
#a74c7a1372af77a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 14px 5px rgba(25, 88, 182, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac049a6d22a55dd {
  overflow: hidden;
}
#ac049a6d22a55dd .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.3s ease-in;
}
#ac049a6d22a55dd .img-wrap:hover {
  transform: scale(1.1);
}
#a9919aaae3a6a7e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 14px 5px rgba(25, 88, 182, 0.1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af359a6c14a9568 {
  overflow: hidden;
}
#af359a6c14a9568 .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.3s ease-in;
}
#af359a6c14a9568 .img-wrap:hover {
  transform: scale(1.1);
}
#a842ba34d8addce > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a517ca3909a6175 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac864aebefaf74f > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1beea6b73a4c6a > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac2b3a2bdaab6f5 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5131aa844ab686 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1111ae719a16d4 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a71f7a6e87a7771 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #918f8f;}#a71f7a6e87a7771 * {color: #918f8f  !important}
                            #a71f7a6e87a7771 .line{border-color: #918f8f  !important}#a61a2a9b5aa3684 , #a61a2a9b5aa3684 a{color: rgba(255, 255, 255, 1);}#af6e8a784fa164c , #af6e8a784fa164c a{color: rgba(255, 255, 255, 1);}#aab3cad9c9ac00d [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8518a0a68a9246 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a8518a0a68a9246 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1dc6a676fafbf6 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a0aa2a2679a5547 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a71f7a6e87a7771 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #918f8f;}#a71f7a6e87a7771 * {color: #918f8f  !important}
                            #a71f7a6e87a7771 .line{border-color: #918f8f  !important}#a61a2a9b5aa3684 , #a61a2a9b5aa3684 a{color: rgba(255, 255, 255, 1);}#af6e8a784fa164c , #af6e8a784fa164c a{color: rgba(255, 255, 255, 1);}#abf37aa34ea6ae5 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a872ca63b6a7197 .logged {
  display: none;
}
#a872ca63b6a7197 .header-topbar {
  position: relative;
  z-index: 30;
  height: 40px;
  font-size: 12px;
  color: #b0b0b0;
  background: #333;
}
#a872ca63b6a7197 .header-topbar li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a872ca63b6a7197 .site-language-menu li {
  display: block;
}
#a872ca63b6a7197 .site-language-menu ul li a {
  color: #555 !important;
}
#a872ca63b6a7197 .quick-menus > li:after {
  content: '|';
  color: #424242;
}
#a872ca63b6a7197 .quick-menus > li:last-child::after {
  content: '';
}
#a872ca63b6a7197 .header-topbar ul a {
  color: #b0b0b0;
  padding: 0 4px;
  line-height: 40px;
}
#a872ca63b6a7197 .site-header {
  min-height: 100px;
}
#a872ca63b6a7197 .uk-navbar-item,
#a872ca63b6a7197 .uk-navbar-nav > li > a,
#a872ca63b6a7197 .uk-navbar-toggle {
  height: 52px;
  min-height: 52px;
}
#a872ca63b6a7197 .uk-navbar-sticky {
  background: #fff;
}
#a872ca63b6a7197 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a872ca63b6a7197 .sub-menu-item a {
  color: #444;
  font-size: 12px;
}
#a872ca63b6a7197 .uk-navbar-nav .menu-item > a {
  font-weight: 500;
}
#a872ca63b6a7197 .navbar-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  border-top: 1px solid #ececec;
  background: #fff;
  padding: 20px 0;
  display: none;
  z-index: 500;
}
#a872ca63b6a7197 .search-input {
  width: 100%;
  height: 44px;
  border: 1px solid #ececec;
  color: #999;
  background: transparent;
}
#a872ca63b6a7197 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #182e65;
}
#a872ca63b6a7197 .site-pc-navbar {
  background: #fff;
}
#a872ca63b6a7197 .btn-search {
  font-size: 20px;
  line-height: 1;
  color: #757575;
  width: 50px;
  border-left: 1px solid #ececec;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#a872ca63b6a7197 .logo {
  display: inline-block;
}
#a872ca63b6a7197 .menu-item svg,
#a872ca63b6a7197 .menu-item img {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
  fill: currentColor;
  max-width: 150px;
}
#a872ca63b6a7197 .submenu-items .sub-menu-item {
  border-right: 1px solid #ececec;
}
#a872ca63b6a7197 .submenu-items .sub-menu-item:last-child,
#a872ca63b6a7197 .submenu-items .sub-menu-item:last-child {
  border-right: none;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2148a1f6ba624e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac443af443a26b1 .uk-container {
  line-height: 2;
  color: #999;
}
#a831cacbada14c9 > .ele-wrap {background-color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6265adf42afef9 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a5286ac9c9a27ce , #a5286ac9c9a27ce a{color: rgba(0, 123, 199, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aabd3a2e56a41d8 {
  overflow: hidden;
}
#aabd3a2e56a41d8 .img-wrap {
  transition: all 0.3s ease-in;
}
#aabd3a2e56a41d8 .img-wrap:hover {
  transform: scale(1.1);
}
#ab23cae06ba7717 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aee0ea3574adb52 , #aee0ea3574adb52 a{color: rgba(0, 123, 199, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2360aa2efabbac {
  overflow: hidden;
}
#a2360aa2efabbac .img-wrap {
  transition: all 0.3s ease-in;
}
#a2360aa2efabbac .img-wrap:hover {
  transform: scale(1.1);
}
#a4df7a9980a4cc2 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#aae7faf9c3a293f , #aae7faf9c3a293f a{color: rgba(0, 123, 199, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a379ca4da7a5ab0 {
  overflow: hidden;
}
#a379ca4da7a5ab0 .img-wrap {
  transition: all 0.3s ease-in;
}
#a379ca4da7a5ab0 .img-wrap:hover {
  transform: scale(1.1);
}
#a7960a21cbad447 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ad4daaf454a4e95 , #ad4daaf454a4e95 a{color: rgba(0, 123, 199, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a85a1a5ddeabb3d {
  overflow: hidden;
}
#a85a1a5ddeabb3d .img-wrap {
  transition: all 0.3s ease-in;
}
#a85a1a5ddeabb3d .img-wrap:hover {
  transform: scale(1.1);
}
#a574ca55b3a5850 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a4be5af25fa37f7 , #a4be5af25fa37f7 a{color: rgba(0, 123, 199, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a74fea5633a4147 {
  overflow: hidden;
}
#a74fea5633a4147 .img-wrap {
  transition: all 0.3s ease-in;
}
#a74fea5633a4147 .img-wrap:hover {
  transform: scale(1.1);
}
#a7da1a4100aa2a9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a17bba91aaae4fa > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a17bba91aaae4fa  > .ele-wrap:hover {border-left-width: 3px;border-left-color: rgba(0, 123, 199, 1);border-left-style: solid;background-color: rgba(243, 243, 243, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a702eaf161ab234 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a702eaf161ab234  > .ele-wrap:hover {border-left-width: 3px;border-left-color: rgba(0, 123, 199, 1);border-left-style: solid;background-color: rgba(243, 243, 243, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab2e4ade4ea45af > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ab2e4ade4ea45af  > .ele-wrap:hover {border-left-width: 3px;border-left-color: rgba(0, 123, 199, 1);border-left-style: solid;background-color: rgba(243, 243, 243, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ada6fa7aa4a5a46 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae348aa9ddaf09e > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ae348aa9ddaf09e  > .ele-wrap:hover {border-left-width: 3px;border-left-color: rgba(0, 123, 199, 1);border-left-style: solid;background-color: rgba(243, 243, 243, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5904a75c8a5a68 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a5904a75c8a5a68  > .ele-wrap:hover {border-left-width: 3px;border-left-color: rgba(0, 123, 199, 1);border-left-style: solid;background-color: rgba(243, 243, 243, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2d7da84c5ab33b > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#a2d7da84c5ab33b  > .ele-wrap:hover {border-left-width: 3px;border-left-color: rgba(0, 123, 199, 1);border-left-style: solid;background-color: rgba(243, 243, 243, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6252a2810a4969 > .ele-wrap {background-color: #ffffff;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;box-shadow: 0px 0px 0px 0px undefined;}#afc25a729bab5fd > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#afc25a729bab5fd  > .ele-wrap:hover {border-left-width: 3px;border-left-color: rgba(0, 123, 199, 1);border-left-style: solid;background-color: rgba(243, 243, 243, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ad29ea393fab414 > .ele-wrap {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: dashed;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: dashed;border-bottom-style: dashed;border-top-style: dashed;}#ad29ea393fab414  > .ele-wrap:hover {border-left-width: 3px;border-left-color: rgba(0, 123, 199, 1);border-left-style: solid;background-color: rgba(243, 243, 243, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a388ca2fdaa4064 {
  overflow: hidden;
  pointer-events: none;
}
#a388ca2fdaa4064 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a388ca2fdaa4064 > .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;
}
#a388ca2fdaa4064 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a388ca2fdaa4064 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 80px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a388ca2fdaa4064 > .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;
}
#a388ca2fdaa4064 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a388ca2fdaa4064 > .tab-wrap > div > .tab-nav,
#a388ca2fdaa4064 > .tab-nav,
#a388ca2fdaa4064 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a388ca2fdaa4064 > .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: none;
  border-right-color: #903434;
}
#a388ca2fdaa4064 > .tab-wrap > div > .tab-nav-horizontal,
#a388ca2fdaa4064 > .tab-nav-horizontal,
#a388ca2fdaa4064 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a388ca2fdaa4064 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a388ca2fdaa4064 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a388ca2fdaa4064 > .tab-nav-horizontal::-webkit-scrollbar,
#a388ca2fdaa4064 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a388ca2fdaa4064 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a388ca2fdaa4064 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a388ca2fdaa4064 > .tab-nav-horizontal.tagScroll,
#a388ca2fdaa4064 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a388ca2fdaa4064 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}
#a388ca2fdaa4064 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a388ca2fdaa4064 > .tab-nav-horizontal.tagScroll li a,
#a388ca2fdaa4064 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a388ca2fdaa4064 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a388ca2fdaa4064 > .tab-wrap > div > .tab-nav a,
#a388ca2fdaa4064 > .tab-nav a,
#a388ca2fdaa4064 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a388ca2fdaa4064 > .tab-tabs > .tab-nav a {
  padding: 0 5px;
}
#a388ca2fdaa4064 > .tab-wrap > div > .tab-nav li a,
#a388ca2fdaa4064 > .tab-nav li a,
#a388ca2fdaa4064 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a388ca2fdaa4064 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 79px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 80px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: NotoSansSC-Black;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 0;
  padding: 0 5px;
}
#a388ca2fdaa4064 > .tab-wrap > div > .tab-nav li a svg,
#a388ca2fdaa4064 > .tab-nav li a svg,
#a388ca2fdaa4064 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a388ca2fdaa4064 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a388ca2fdaa4064 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a388ca2fdaa4064 > .tab-nav li a .ap_icon,
#a388ca2fdaa4064 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a388ca2fdaa4064 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a388ca2fdaa4064 > .tab-wrap > div > .tab-nav li a:hover,
#a388ca2fdaa4064 > .tab-nav li a:hover,
#a388ca2fdaa4064 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a388ca2fdaa4064 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a388ca2fdaa4064 > .tab-wrap > div > .tab-nav li.uk-active a,
#a388ca2fdaa4064 > .tab-nav li.uk-active a,
#a388ca2fdaa4064 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a388ca2fdaa4064 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a388ca2fdaa4064 .layout-left li,
#a388ca2fdaa4064 .layout-center li,
#a388ca2fdaa4064 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a388ca2fdaa4064 .layout-left li a,
#a388ca2fdaa4064 .layout-center li a,
#a388ca2fdaa4064 .layout-right li a {
  height: 100%;
}
#a388ca2fdaa4064 > .tab-tabs .layout-left {
  text-align: left;
}
#a388ca2fdaa4064 > .tab-tabs .layout-center {
  text-align: center;
}
#a388ca2fdaa4064 > .tab-tabs .layout-right {
  text-align: right;
}
#a388ca2fdaa4064 .tab-contents {
  height: 100%;
  height: calc(100% - 80px);
}
#a388ca2fdaa4064 .tab-content-wrap {
  background-color: transparent;
}
#a388ca2fdaa4064 .tab-contents,
#a388ca2fdaa4064 .tab-contents-wrap {
  pointer-events: none;
}
#a388ca2fdaa4064 .tab-content,
#a388ca2fdaa4064 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a388ca2fdaa4064 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a388ca2fdaa4064 .tab-wrap .tab-contents {
  height: 100%;
}
#a388ca2fdaa4064 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae9a9a0c93a5dd0 {
  pointer-events: none;
  /* Open state */
}
#ae9a9a0c93a5dd0 .search-box {
  text-align: center;
  margin-right: -16px;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 11;
  font-size: 16px;
  display: none;
}
#ae9a9a0c93a5dd0 .search-box .select-text {
  width: 42px;
  height: 100%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ae9a9a0c93a5dd0 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -9px;
  top: 50px;
  display: none;
  z-index: 999999;
}
#ae9a9a0c93a5dd0 .search-box .search-type.show {
  display: block;
}
#ae9a9a0c93a5dd0 .search-box .search-type li {
  text-align: center;
  line-height: 1;
  background: #f1f1f1;
  cursor: pointer;
  padding: 0 14px;
  white-space: nowrap;
  line-height: 40px;
}
#ae9a9a0c93a5dd0 .search-box .search-type li:hover {
  color: #007bc7;
}
#ae9a9a0c93a5dd0 .search-box .search-type li.active {
  color: #007bc7;
}
#ae9a9a0c93a5dd0 select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #777;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 14px;
  height: 100%;
  position: absolute;
  left: 0;
  display: none;
}
#ae9a9a0c93a5dd0 select.hide {
  display: none !important;
}
#ae9a9a0c93a5dd0 .sb-search {
  position: relative;
  width: 0%;
  min-width: 50px;
  height: 100%;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
#ae9a9a0c93a5dd0 .sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f1f1f1;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 10;
  padding: 0;
  font-family: inherit;
  font-size: 16px;
  color: #666;
}
#ae9a9a0c93a5dd0 .sb-search-open .sb-search-input {
  padding: 0 65px 0 42px;
}
#ae9a9a0c93a5dd0 .normal .sb-search-input {
  padding-left: 10px;
  color: #666;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#ae9a9a0c93a5dd0 input[type="search"].sb-search-input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
#ae9a9a0c93a5dd0 .sb-search-input::-webkit-input-placeholder {
  color: #999999;
}
#ae9a9a0c93a5dd0 .sb-search-input::-moz-placeholder {
  color: #999999;
}
#ae9a9a0c93a5dd0 .sb-search-input:-ms-input-placeholder {
  color: #999999;
}
#ae9a9a0c93a5dd0 .sb-icon-search,
#ae9a9a0c93a5dd0 .sb-search-submit {
  width: 50px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
#ae9a9a0c93a5dd0 .sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
#ae9a9a0c93a5dd0 .sb-icon-search {
  color: #666;
  background: #ffffff;
  z-index: 90;
  font-size: 16px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#ae9a9a0c93a5dd0 .sb-icon-search .fa {
  color: #007bc7;
}
#ae9a9a0c93a5dd0 .sb-search.sb-search-open,
#ae9a9a0c93a5dd0 .no-js .sb-search {
  width: 100%;
}
#ae9a9a0c93a5dd0 .sb-search.sb-search-open select {
  display: inline-block;
  z-index: 20;
}
#ae9a9a0c93a5dd0 .sb-search.sb-search-open .sb-icon-search,
#ae9a9a0c93a5dd0 .no-js .sb-search .sb-icon-search {
  background: #007bc7;
  color: #f1f1f1;
  z-index: 11;
}
#ae9a9a0c93a5dd0 .sb-search.sb-search-open .sb-icon-search .fa,
#ae9a9a0c93a5dd0 .no-js .sb-search .sb-icon-search .fa {
  color: #fff;
}
#ae9a9a0c93a5dd0 .sb-search.sb-search-open .sb-search-submit,
#ae9a9a0c93a5dd0 .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aab9bae356a519e > .ele-wrap {background-color: rgba(0, 0, 0, 0.51);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a343aaf14aa1d5f a {
                background-image: linear-gradient(125deg,
                rgba(255, 255, 255, 1),
                rgba(107, 122, 162, 1));
            
        font-weight: bold;
        font-style: normal;
    font-size: 80px;text-align: center;font-family: FZHei-B01S;}#a343aaf14aa1d5f a:hover {
        font-weight: bold;
        font-style: normal;
    font-size: 80px;font-family: FZHei-B01S;}#ac160ad29da0d9d .ele-wrap {border-color: rgba(0, 0, 0, 0);color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;border-style: solid;background-color: rgba(0, 123, 199, 1);justify-content: center;}#ac160ad29da0d9d .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a526aa29bea5648 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a30c8a66adae802 .img-wrap {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ad758ac785a82c2 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;border-radius: 5px;background-color: rgb(0, 149, 235);}#ad758ac785a82c2 .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aded8a1b15a74ea .dynamic-list-item {
  background-color: rgba(21, 93, 229, 0.05);
}
#aded8a1b15a74ea .dynamic-list-item:hover {
  background-color: rgba(21, 93, 229, 0.1);
}
/* mobile */
@media (max-width: 640px) {
  #aded8a1b15a74ea .uk-position-center-left-out {
    left: -30px;
  }
  #aded8a1b15a74ea .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7a61a972caa84f > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a66d8ab561a8589 form {
  width: 100%;
  height: 100%;
}
#a66d8ab561a8589 .search-box {
  text-align: center;
  margin-right: -10px;
  font-size: 14px;
  height: 100%;
}
#a66d8ab561a8589 .search-box .select-text {
  line-height: 1;
  cursor: pointer;
  padding: 0 10px;
  white-space: nowrap;
  padding-left: 18px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
#a66d8ab561a8589 .search-box .search-type {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 999999;
}
#a66d8ab561a8589 .search-box .search-type.show {
  display: block;
}
#a66d8ab561a8589 .search-box .search-type li {
  text-align: center;
  line-height: 40px;
  background: rgba(247, 247, 247, 0.96862745);
  cursor: pointer;
  padding: 0 18px;
}
#a66d8ab561a8589 .search-box .search-type li:hover {
  color: #00ad5f;
}
#a66d8ab561a8589 .search-box .search-type li.active {
  color: #00ad5f;
}
#a66d8ab561a8589 .inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-radius: NaNpx;
  background-color: rgba(247, 247, 247, 0.96862745);
  overflow: hidden;
}
#a66d8ab561a8589 .inner-form .input-field {
  height: 100%;
}
#a66d8ab561a8589 .inner-form .input-field input {
  height: 100%;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #000;
}
#a66d8ab561a8589 .inner-form .input-field input.placeholder {
  font-size: 14px;
  color: #262626;
}
#a66d8ab561a8589 .inner-form .input-field input:-moz-placeholder {
  font-size: 14px;
  color: #262626;
}
#a66d8ab561a8589 .inner-form .input-field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #262626;
}
#a66d8ab561a8589 .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}
#a66d8ab561a8589 .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(247, 247, 247, 0.96862745);
  position: relative;
}
#a66d8ab561a8589 .inner-form .input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#a66d8ab561a8589 .inner-form .input-field.first-wrap svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: #000;
  margin: 0 15px;
}
#a66d8ab561a8589 .inner-form .input-field.second-wrap {
  min-width: 120px;
}
#a66d8ab561a8589 .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #007bc7;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  font-weight: 300;
  border-top-right-radius: NaNpx;
  border-bottom-right-radius: NaNpx;
  overflow: hidden;
}
#a66d8ab561a8589 .btn-search:hover {
  background: #00ad5f;
}
#a66d8ab561a8589 .btn-search:focus {
  outline: 0;
  box-shadow: none;
}
#a78b5a2afaa9274 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af8deacf8aa8b4e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a13cba104ea5bc0 {
  overflow: hidden;
}
#a13cba104ea5bc0 .img-wrap {
  transition: all 0.3s ease-in;
}
#a13cba104ea5bc0 .img-wrap:hover {
  transform: scale(1.1);
}
#acd2caf566af138 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a32b5aacffaa387 {
  overflow: hidden;
}
#a32b5aacffaa387 .img-wrap {
  transition: all 0.3s ease-in;
}
#a32b5aacffaa387 .img-wrap:hover {
  transform: scale(1.1);
}
#a3c64a0419a16fd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2dbdafc87a2449 {
  overflow: hidden;
}
#a2dbdafc87a2449 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2dbdafc87a2449 .img-wrap:hover {
  transform: scale(1.1);
}
#af149a1913ae031 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 123, 199, 1);border-radius: 5px;justify-content: center;border-style: solid;}#af149a1913ae031 .ele-wrap:hover {background-color: #0483cc;}#ae511a9988abe5f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a84f5abb4ca19c5 {
  overflow: hidden;
}
#a84f5abb4ca19c5 .img-wrap {
  transition: all 0.3s ease-in;
}
#a84f5abb4ca19c5 .img-wrap:hover {
  transform: scale(1.1);
}
#ac5c0aac1da728a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3d67af83baf675 {
  overflow: hidden;
}
#a3d67af83baf675 .img-wrap {
  transition: all 0.3s ease-in;
}
#a3d67af83baf675 .img-wrap:hover {
  transform: scale(1.1);
}
#a41e8a9ca7ab080 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8e54a0092a32ca {
  overflow: hidden;
}
#a8e54a0092a32ca .img-wrap {
  transition: all 0.3s ease-in;
}
#a8e54a0092a32ca .img-wrap:hover {
  transform: scale(1.1);
}
#a071fac6ffacbed .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 123, 199, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a071fac6ffacbed .ele-wrap:hover {background-color: #0483cc;}#ae7a5a1bfda17aa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1036af086ae5e3 {
  overflow: hidden;
}
#a1036af086ae5e3 .img-wrap {
  transition: all 0.3s ease-in;
}
#a1036af086ae5e3 .img-wrap:hover {
  transform: scale(1.1);
}
#a8b6badf60ae6b4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0c73a3172a085e {
  overflow: hidden;
}
#a0c73a3172a085e .img-wrap {
  transition: all 0.3s ease-in;
}
#a0c73a3172a085e .img-wrap:hover {
  transform: scale(1.1);
}
#a5a48aa86ea6caa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7d6da8b7cafba3 {
  overflow: hidden;
}
#a7d6da8b7cafba3 .img-wrap {
  transition: all 0.3s ease-in;
}
#a7d6da8b7cafba3 .img-wrap:hover {
  transform: scale(1.1);
}
#ac8f7a7b43ad191 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 123, 199, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ac8f7a7b43ad191 .ele-wrap:hover {background-color: #0483cc;}#add98a5a35ae1e0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a39b0a7543a4ac3 {
  overflow: hidden;
}
#a39b0a7543a4ac3 .img-wrap {
  transition: all 0.3s ease-in;
}
#a39b0a7543a4ac3 .img-wrap:hover {
  transform: scale(1.1);
}
#a7dcbae73aa779f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aac0fa8eeaab14a {
  overflow: hidden;
}
#aac0fa8eeaab14a .img-wrap {
  transition: all 0.3s ease-in;
}
#aac0fa8eeaab14a .img-wrap:hover {
  transform: scale(1.1);
}
#aeae3a70bbab38c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a9278afe4ea2fc8 {
  overflow: hidden;
}
#a9278afe4ea2fc8 .img-wrap {
  transition: all 0.3s ease-in;
}
#a9278afe4ea2fc8 .img-wrap:hover {
  transform: scale(1.1);
}
#aaee7ad116a40a0 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 123, 199, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aaee7ad116a40a0 .ele-wrap:hover {background-color: #0483cc;}#a4a85af57ba9787 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a55dfa5cb6a1f13 {
  overflow: hidden;
}
#a55dfa5cb6a1f13 .img-wrap {
  transition: all 0.3s ease-in;
}
#a55dfa5cb6a1f13 .img-wrap:hover {
  transform: scale(1.1);
}
#abea9a5842a9f28 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab42ba1394aaab9 {
  overflow: hidden;
}
#ab42ba1394aaab9 .img-wrap {
  transition: all 0.3s ease-in;
}
#ab42ba1394aaab9 .img-wrap:hover {
  transform: scale(1.1);
}
#a4b92a1c03ac7be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ad692abbc5a50d4 {
  overflow: hidden;
}
#ad692abbc5a50d4 .img-wrap {
  transition: all 0.3s ease-in;
}
#ad692abbc5a50d4 .img-wrap:hover {
  transform: scale(1.1);
}
#acfbdae23ba169f .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 123, 199, 1);border-radius: 5px;justify-content: center;border-style: solid;}#acfbdae23ba169f .ele-wrap:hover {background-color: #0483cc;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5f35adc90af228 {
  overflow: hidden;
  pointer-events: none;
  border-right-color: #cfcfcf;
  border-right-width: 0;
  border-left-color: #cfcfcf;
  border-bottom-color: #cfcfcf;
  border-top-color: #cfcfcf;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a5f35adc90af228 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 54px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a5f35adc90af228 > .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;
}
#a5f35adc90af228 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5f35adc90af228 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 54px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a5f35adc90af228 > .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;
}
#a5f35adc90af228 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a5f35adc90af228 > .tab-wrap > div > .tab-nav,
#a5f35adc90af228 > .tab-nav,
#a5f35adc90af228 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a5f35adc90af228 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #f7f7f7;
  border-right-style: solid;
  border-right-color: #e7e7e7;
  border-right-width: 0;
  border-left-color: #e7e7e7;
  border-bottom-color: #e7e7e7;
  border-top-color: #e7e7e7;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
}
#a5f35adc90af228 > .tab-wrap > div > .tab-nav-horizontal,
#a5f35adc90af228 > .tab-nav-horizontal,
#a5f35adc90af228 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a5f35adc90af228 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a5f35adc90af228 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5f35adc90af228 > .tab-nav-horizontal::-webkit-scrollbar,
#a5f35adc90af228 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a5f35adc90af228 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a5f35adc90af228 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5f35adc90af228 > .tab-nav-horizontal.tagScroll,
#a5f35adc90af228 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a5f35adc90af228 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 54px;
  overflow-x: auto;
}
#a5f35adc90af228 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5f35adc90af228 > .tab-nav-horizontal.tagScroll li a,
#a5f35adc90af228 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a5f35adc90af228 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a5f35adc90af228 > .tab-wrap > div > .tab-nav a,
#a5f35adc90af228 > .tab-nav a,
#a5f35adc90af228 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a5f35adc90af228 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a5f35adc90af228 > .tab-wrap > div > .tab-nav li a,
#a5f35adc90af228 > .tab-nav li a,
#a5f35adc90af228 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a5f35adc90af228 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 53px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 54px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #4a4a4a;
  background-color: #eaeaea;
  margin-top: 0;
  margin-right: 1px;
  margin-bottom: 0;
  margin-left: 1px;
}
#a5f35adc90af228 > .tab-wrap > div > .tab-nav li a svg,
#a5f35adc90af228 > .tab-nav li a svg,
#a5f35adc90af228 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a5f35adc90af228 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a5f35adc90af228 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5f35adc90af228 > .tab-nav li a .ap_icon,
#a5f35adc90af228 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a5f35adc90af228 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a5f35adc90af228 > .tab-wrap > div > .tab-nav li a:hover,
#a5f35adc90af228 > .tab-nav li a:hover,
#a5f35adc90af228 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a5f35adc90af228 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  margin-bottom: 0;
  border-bottom-color: #007bc7;
  border-bottom-style: solid;
  border-bottom-width: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  border-right-color: #007bc7;
  border-left-color: #007bc7;
  border-top-color: #007bc7;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: solid;
  border-top-style: solid;
}
#a5f35adc90af228 > .tab-wrap > div > .tab-nav li.uk-active a,
#a5f35adc90af228 > .tab-nav li.uk-active a,
#a5f35adc90af228 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a5f35adc90af228 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #007bc7;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a5f35adc90af228 > .tab-wrap > div > .tab-nav li:last-child a,
#a5f35adc90af228 > .tab-nav li:last-child a,
#a5f35adc90af228 > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a5f35adc90af228 > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a5f35adc90af228 .layout-left li,
#a5f35adc90af228 .layout-center li,
#a5f35adc90af228 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a5f35adc90af228 .layout-left li a,
#a5f35adc90af228 .layout-center li a,
#a5f35adc90af228 .layout-right li a {
  height: 100%;
}
#a5f35adc90af228 > .tab-tabs .layout-left {
  text-align: left;
}
#a5f35adc90af228 > .tab-tabs .layout-center {
  text-align: center;
}
#a5f35adc90af228 > .tab-tabs .layout-right {
  text-align: right;
}
#a5f35adc90af228 .tab-contents {
  height: 100%;
  height: calc(100% - 54px);
}
#a5f35adc90af228 .tab-content-wrap {
  background-color: #f7f7f7;
}
#a5f35adc90af228 .tab-contents,
#a5f35adc90af228 .tab-contents-wrap {
  pointer-events: none;
}
#a5f35adc90af228 .tab-content,
#a5f35adc90af228 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a5f35adc90af228 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a5f35adc90af228 .tab-wrap .tab-contents {
  height: 100%;
}
#a5f35adc90af228 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aed8ca7f18aa249 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(0, 123, 199, 1);border-radius: 8px;justify-content: center;border-style: solid;}#aed8ca7f18aa249 .ele-wrap:hover {background-color: #0483cc;}#ab793afe1aa163b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#af88dafb5ca10ae , #af88dafb5ca10ae a{color: rgba(191, 191, 191, 0.9686274509803922);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0173a91b7a082a > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#a638ba3773adce9 , #a638ba3773adce9 a{color: rgba(191, 191, 191, 0.9686274509803922);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afc63ae7b2a149c > .ele-wrap {background-color: rgba(247, 247, 247, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae63aad49dabaee , #ae63aad49dabaee a{color: rgba(191, 191, 191, 0.9686274509803922);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8a91aa814a4447 .uk-form .form-submit-btn {
  width: 180px;
}
#a8a91aa814a4447 .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a8a91aa814a4447 .submit-wrap {
  text-align: center;
}
#a8a91aa814a4447 .submit-wrap button {
  background-color: #007bc7;
}
#a8a91aa814a4447 .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a8a91aa814a4447 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a8a91aa814a4447 .form-item {
  margin-top: 0px !important;
  margin-bottom: 4px !important;
}
#a8a91aa814a4447 .form-item .uk-input,
#a8a91aa814a4447 .form-item .uk-select,
#a8a91aa814a4447 .form-item .uk-textarea {
  width: autopx;
  height: 30px;
  line-height: 30px;
  background-color: #efefef;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: none;
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 0;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: none;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
}
#a8a91aa814a4447 .form-item .auto-height {
  height: auto;
}
#a8a91aa814a4447 .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a8a91aa814a4447 .form-item .send-code {
  bottom: -5px;
}
#a8a91aa814a4447 .form-item .uk-textarea {
  height: 60px;
  line-height: 1.5;
}
#a8a91aa814a4447 .uk-form-label,
#a8a91aa814a4447 .form-agree,
#a8a91aa814a4447 .uk-h3,
#a8a91aa814a4447 p {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #777777;
}
#a8a91aa814a4447 .form-item {
  position: relative;
}
#a8a91aa814a4447 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a8a91aa814a4447 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a8a91aa814a4447 .form-item .uk-input,
#a8a91aa814a4447 .form-item .uk-select,
#a8a91aa814a4447 .form-item .uk-textarea,
#a8a91aa814a4447 .form-item .address-select,
#a8a91aa814a4447 .form-item .uk-grid {
  padding-left: 90px;
}
#a8a91aa814a4447 .form-item .address-select .uk-select {
  padding-left: 4px;
}
#a1f0ba72fcaffcb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: none;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0aefab90ca11cf , #a0aefab90ca11cf a{color: rgba(191, 191, 191, 0.9686274509803922);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a9d0fa2750aea7a > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aaa46a40bfa94af .ap-category-filter ul li.active {
  border-color: #182e65;
  color: #182e65;
}
#aaa46a40bfa94af .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aaa46a40bfa94af .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#aaa46a40bfa94af .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#aaa46a40bfa94af .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#aaa46a40bfa94af .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#aaa46a40bfa94af .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#aaa46a40bfa94af .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#aaa46a40bfa94af .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#aaa46a40bfa94af .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#aaa46a40bfa94af .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#aaa46a40bfa94af .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#aaa46a40bfa94af .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#aaa46a40bfa94af .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#aaa46a40bfa94af .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#aaa46a40bfa94af .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#aaa46a40bfa94af .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#aaa46a40bfa94af .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#aaa46a40bfa94af .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#aaa46a40bfa94af .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#aaa46a40bfa94af .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#aaa46a40bfa94af .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#aaa46a40bfa94af .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aaa46a40bfa94af .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#aaa46a40bfa94af .ele-article-list .pic-article:hover .category {
  color: auto;
}
#aaa46a40bfa94af .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#aaa46a40bfa94af .ele-article-list .pic-article:hover .time {
  color: auto;
}
#aaa46a40bfa94af .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#aaa46a40bfa94af .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#aaa46a40bfa94af .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a80b3a6434ac90f .ap-category-filter ul li.active {
  border-color: #182e65;
  color: #182e65;
}
#a80b3a6434ac90f .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a80b3a6434ac90f .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a80b3a6434ac90f .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#a80b3a6434ac90f .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#a80b3a6434ac90f .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#a80b3a6434ac90f .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#a80b3a6434ac90f .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#a80b3a6434ac90f .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#a80b3a6434ac90f .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#a80b3a6434ac90f .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#a80b3a6434ac90f .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#a80b3a6434ac90f .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#a80b3a6434ac90f .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#a80b3a6434ac90f .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#a80b3a6434ac90f .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#a80b3a6434ac90f .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#a80b3a6434ac90f .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#a80b3a6434ac90f .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#a80b3a6434ac90f .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#a80b3a6434ac90f .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#a80b3a6434ac90f .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#a80b3a6434ac90f .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a80b3a6434ac90f .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#a80b3a6434ac90f .ele-article-list .pic-article:hover .category {
  color: auto;
}
#a80b3a6434ac90f .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#a80b3a6434ac90f .ele-article-list .pic-article:hover .time {
  color: auto;
}
#a80b3a6434ac90f .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a80b3a6434ac90f .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#a80b3a6434ac90f .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac47cac3b3ad5aa .ap-category-filter ul li.active {
  border-color: #182e65;
  color: #182e65;
}
#ac47cac3b3ad5aa .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#ac47cac3b3ad5aa .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#ac47cac3b3ad5aa .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#ac47cac3b3ad5aa .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#ac47cac3b3ad5aa .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#ac47cac3b3ad5aa .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#ac47cac3b3ad5aa .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#ac47cac3b3ad5aa .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#ac47cac3b3ad5aa .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#ac47cac3b3ad5aa .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#ac47cac3b3ad5aa .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#ac47cac3b3ad5aa .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#ac47cac3b3ad5aa .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#ac47cac3b3ad5aa .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#ac47cac3b3ad5aa .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#ac47cac3b3ad5aa .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#ac47cac3b3ad5aa .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#ac47cac3b3ad5aa .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#ac47cac3b3ad5aa .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#ac47cac3b3ad5aa .ele-article-list .pic-article .img_wrap {
  width: 35%;
  border-radius: 0px;
  overflow: hidden;
}
#ac47cac3b3ad5aa .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#ac47cac3b3ad5aa .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac47cac3b3ad5aa .ele-article-list .pic-article:hover .info h3 a {
  color: auto;
}
#ac47cac3b3ad5aa .ele-article-list .pic-article:hover .category {
  color: auto;
}
#ac47cac3b3ad5aa .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#ac47cac3b3ad5aa .ele-article-list .pic-article:hover .time {
  color: auto;
}
#ac47cac3b3ad5aa .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#ac47cac3b3ad5aa .ele-article-list .text-article:hover .info h3 a {
  color: auto;
}
#ac47cac3b3ad5aa .ele-article-list .text-article:hover .time {
  color: auto;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a35f5abde9a68ea {
  overflow: hidden;
  pointer-events: none;
}
#a35f5abde9a68ea > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 41px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a35f5abde9a68ea > .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;
}
#a35f5abde9a68ea > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a35f5abde9a68ea > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 41px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a35f5abde9a68ea > .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;
}
#a35f5abde9a68ea > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a35f5abde9a68ea > .tab-wrap > div > .tab-nav,
#a35f5abde9a68ea > .tab-nav,
#a35f5abde9a68ea > .tab-tabs > .tab-wrap > div > .tab-nav,
#a35f5abde9a68ea > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a35f5abde9a68ea > .tab-wrap > div > .tab-nav-horizontal,
#a35f5abde9a68ea > .tab-nav-horizontal,
#a35f5abde9a68ea > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a35f5abde9a68ea > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a35f5abde9a68ea > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a35f5abde9a68ea > .tab-nav-horizontal::-webkit-scrollbar,
#a35f5abde9a68ea > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a35f5abde9a68ea > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a35f5abde9a68ea > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a35f5abde9a68ea > .tab-nav-horizontal.tagScroll,
#a35f5abde9a68ea > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a35f5abde9a68ea > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 41px;
  overflow-x: auto;
}
#a35f5abde9a68ea > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a35f5abde9a68ea > .tab-nav-horizontal.tagScroll li a,
#a35f5abde9a68ea > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a35f5abde9a68ea > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a35f5abde9a68ea > .tab-wrap > div > .tab-nav a,
#a35f5abde9a68ea > .tab-nav a,
#a35f5abde9a68ea > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a35f5abde9a68ea > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a35f5abde9a68ea > .tab-wrap > div > .tab-nav li a,
#a35f5abde9a68ea > .tab-nav li a,
#a35f5abde9a68ea > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a35f5abde9a68ea > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 41px;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #007bc7;
  background-color: #ffffff;
  margin-top: 10px;
  margin-right: 20px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dddddd;
  border-left-color: #dddddd;
  border-bottom-color: #dddddd;
  border-top-color: #dddddd;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-style: solid;
  padding: 0 50px;
}
#a35f5abde9a68ea > .tab-wrap > div > .tab-nav li a svg,
#a35f5abde9a68ea > .tab-nav li a svg,
#a35f5abde9a68ea > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a35f5abde9a68ea > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a35f5abde9a68ea > .tab-wrap > div > .tab-nav li a .ap_icon,
#a35f5abde9a68ea > .tab-nav li a .ap_icon,
#a35f5abde9a68ea > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a35f5abde9a68ea > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a35f5abde9a68ea > .tab-wrap > div > .tab-nav li a:hover,
#a35f5abde9a68ea > .tab-nav li a:hover,
#a35f5abde9a68ea > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a35f5abde9a68ea > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#a35f5abde9a68ea > .tab-wrap > div > .tab-nav li.uk-active a,
#a35f5abde9a68ea > .tab-nav li.uk-active a,
#a35f5abde9a68ea > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a35f5abde9a68ea > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #007bc7;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a35f5abde9a68ea .layout-left li,
#a35f5abde9a68ea .layout-center li,
#a35f5abde9a68ea .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a35f5abde9a68ea .layout-left li a,
#a35f5abde9a68ea .layout-center li a,
#a35f5abde9a68ea .layout-right li a {
  height: 100%;
}
#a35f5abde9a68ea > .tab-tabs .layout-left {
  text-align: left;
}
#a35f5abde9a68ea > .tab-tabs .layout-center {
  text-align: center;
}
#a35f5abde9a68ea > .tab-tabs .layout-right {
  text-align: right;
}
#a35f5abde9a68ea .tab-contents {
  height: 100%;
  height: calc(100% - 41px);
}
#a35f5abde9a68ea .tab-content-wrap {
  background-color: transparent;
}
#a35f5abde9a68ea .tab-contents,
#a35f5abde9a68ea .tab-contents-wrap {
  pointer-events: none;
}
#a35f5abde9a68ea .tab-content,
#a35f5abde9a68ea .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a35f5abde9a68ea .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a35f5abde9a68ea .tab-wrap .tab-contents {
  height: 100%;
}
#a35f5abde9a68ea .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a1156a6694ae063 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(178, 178, 178, 1);}#aac70a55b2a68d0 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a392fa491ea96b9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 3px 15px 2px rgba(0, 0, 0, 0.06);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a749bae6e2a7497 .ap-category-filter ul li.active {
  border-color: #182e65;
  color: #182e65;
}
#a749bae6e2a7497 .uk-grid {
  margin-left: -4px;
}
#a749bae6e2a7497 .uk-grid > * {
  padding-left: 4px;
}
#a749bae6e2a7497 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a749bae6e2a7497 .uk-card {
  background-color: #2265ff;
  transition: all .3s ease;
}
#a749bae6e2a7497 .uk-card-media-top {
  overflow: hidden;
}
#a749bae6e2a7497 .uk-card-media-top .img {
  transition: all .3s ease;
}
#a749bae6e2a7497 .info {
  flex: 1;
  overflow: hidden;
  min-width: 1px;
  width: 0;
}
#a749bae6e2a7497 .datetime {
  padding: 4px;
  margin-right: 6px;
  flex-shrink: 0;
  font-size: 12px;
  color: #fff;
  font-family: Arial;
}
#a749bae6e2a7497 .datetime b {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}
#a749bae6e2a7497 .uk-card-body {
  padding: 15px 10px 8px;
}
#a749bae6e2a7497 hr {
  border-top-color: #5589ff;
  margin: 0 0 10px;
}
#a749bae6e2a7497 .uk-button {
  border: 1px solid #ececec;
}
#a749bae6e2a7497 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
}
#a749bae6e2a7497 .uk-card .abstract {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: NotoSansSC-Light;
  color: #8bbaff;
}
#a749bae6e2a7497 .uk-card:hover {
  background-color: #333333;
}
#a749bae6e2a7497 .uk-card:hover .title {
  color: #fff;
}
#a749bae6e2a7497 .uk-card:hover hr {
  border-top-color: #4d4d4d;
}
#a749bae6e2a7497 .uk-card:hover .img {
  transform: scale(1.2);
}
#a749bae6e2a7497 .uk-card:hover .abstract {
  color: #fff;
}
#a749bae6e2a7497 .uk-card:hover .datetime {
  color: #d3b267;
}
#a749bae6e2a7497 .uk-card:hover .category {
  color: #d3b267;
}
#a749bae6e2a7497 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2e99a4ca2a2fe9 .uk-grid {
  margin-left: -15px;
}
#a2e99a4ca2a2fe9 .uk-grid > * {
  padding-left: 15px;
}
#a2e99a4ca2a2fe9 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2e99a4ca2a2fe9 .ap-category-filter ul li.active {
  border-color: #182e65;
  color: #182e65;
}
#a2e99a4ca2a2fe9 .article {
  background-color: #fff;
  border-bottom: 1px solid rgba(77, 77, 77, 0.54);
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  background-color: #28263d;
}
#a2e99a4ca2a2fe9 .article .info {
  padding: 20px 10px;
  position: relative;
}
#a2e99a4ca2a2fe9 .article .info p {
  margin: 10px 0 10px;
}
#a2e99a4ca2a2fe9 .article svg {
  fill: currentColor;
}
#a2e99a4ca2a2fe9 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 20px;
  color: #b4b4b4;
}
#a2e99a4ca2a2fe9 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 20px;
  color: #b4b4b4;
}
#a2e99a4ca2a2fe9 .article.list-icon .info {
  padding-left: 25px;
}
#a2e99a4ca2a2fe9 .article .datetime {
  position: absolute;
  right: 10px;
  top: 20px;
}
#a2e99a4ca2a2fe9 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
}
#a2e99a4ca2a2fe9 .article .abstract {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #a3a3a3;
}
#a2e99a4ca2a2fe9 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a2e99a4ca2a2fe9 .article:hover .title {
  color: #626262;
}
#a2e99a4ca2a2fe9 .article:hover .datetime {
  color: #b6b6b6;
}
#a2e99a4ca2a2fe9 .article:hover .category {
  color: #b6b6b6;
}
#a2e99a4ca2a2fe9 .article:hover .abstract {
  color: #b6b6b6;
}
#a2e99a4ca2a2fe9 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a2e99a4ca2a2fe9 .article:hover .list_icon {
  color: #b6b6b6;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7a59a1daba2ec8 .a41a8a721daa549 {
  overflow: hidden;
}
#a7a59a1daba2ec8 .a41a8a721daa549 , #a7a59a1daba2ec8 .a41a8a721daa549 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(86, 86, 86, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7a59a1daba2ec8 .a97cdadd70a4d3e {
  overflow: hidden;
}
#a7a59a1daba2ec8 .a97cdadd70a4d3e , #a7a59a1daba2ec8 .a97cdadd70a4d3e > * {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(149, 149, 149, 1);}#a7a59a1daba2ec8 .a6d5ba9378a2a44  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#a7a59a1daba2ec8 .a3a93a7cf0aa990 a, #a7a59a1daba2ec8 .a3a93a7cf0aa990 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(174, 174, 174, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7a59a1daba2ec8 .uk-grid {
  margin-left: -10px;
}
#a7a59a1daba2ec8 .uk-grid > * {
  padding-left: 10px;
}
#a7a59a1daba2ec8 .dynamic-list-item {
  background-color: #f5f5f5;
}
#a7a59a1daba2ec8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7a59a1daba2ec8 .uk-position-center-left-out {
    left: -30px;
  }
  #a7a59a1daba2ec8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aae81a42a9aae5b .a60d4a5fb0a0440 {
  overflow: hidden;
}
#aae81a42a9aae5b .a60d4a5fb0a0440 , #aae81a42a9aae5b .a60d4a5fb0a0440 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aae81a42a9aae5b .af11eaf6dea1952 {
  overflow: hidden;
}
#aae81a42a9aae5b .a9a99ab8daaca9b  {
        font-weight: normal;
        font-style: normal;
    font-size: 40px;font-family: inherit;color: rgba(163, 163, 163, 1);}#aae81a42a9aae5b .afa1aa6ef5a6666  {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(128, 128, 128, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aae81a42a9aae5b .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#aae81a42a9aae5b .dynamic-list-item {
  background-color: #f5f5f5;
}
#aae81a42a9aae5b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aae81a42a9aae5b .uk-position-center-left-out {
    left: -30px;
  }
  #aae81a42a9aae5b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a77a7a303fae71b [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(178, 178, 178, 1);}#a09d1a8c7da3487 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3056a7f70afddf > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.07);border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a3056a7f70afddf  > .ele-wrap:hover {box-shadow: 0px 3px 13px 3px rgba(15, 126, 255, 0.17);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3c9ca4df0a6b66 {
  overflow: hidden;
}
#a3c9ca4df0a6b66 .img-wrap {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: all 0.3s ease-in;
}
#a3c9ca4df0a6b66 .img-wrap:hover {
  transform: scale(1.1);
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4cbca779ea39c3 .img-wrap {
  border-bottom-right-radius: 20px;
}
#abd15a8668a0f90 > .ele-wrap {background-color: rgba(255, 255, 255, 1);box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.07);border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a95a8ab7a6ae069 {
  overflow: hidden;
}
#a95a8ab7a6ae069 .img-wrap {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: all 0.3s ease-in;
}
#a95a8ab7a6ae069 .img-wrap:hover {
  transform: scale(1.1);
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4c09ac1f2aa9ff .img-wrap {
  border-bottom-right-radius: 20px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8c6fa8416ae325 > .ele-wrap {background-color: orange;background-image: url(/resources/upload/ae6efa4095a8865/1598427103470.png);border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5aa5ab41fa3e4d > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac526ad212af68c > div {
        font-weight: bold;
        font-style: normal;
    font-size: 80px;font-family: NotoSansSC-DemiLight;color: rgba(64, 137, 255, 1);}#a3f01a89cbaab37 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a75e4a02a4aa519 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 80px;font-family: NotoSansSC-DemiLight;color: rgba(64, 137, 255, 1);}#a512baf342a3a04 > .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;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aad14a2bcfa09c7 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 80px;font-family: NotoSansSC-DemiLight;color: rgba(64, 137, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe9aa5219a86c2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;border-top-left-radius: 15px;border-top-right-radius: 15px;border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a71eaa7386a4cd9 .uk-form .form-submit-btn {
  width: 220px;
}
#a71eaa7386a4cd9 .submit-wrap {
  text-align: center;
}
#a71eaa7386a4cd9 .submit-wrap button {
  background-color: #3b9aeb;
}
#a71eaa7386a4cd9 .submit-wrap button:hover {
  background-color: #4083cc;
}
#a71eaa7386a4cd9 .submit-wrap button {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
#a71eaa7386a4cd9 form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a71eaa7386a4cd9 .form-item .uk-input,
#a71eaa7386a4cd9 .form-item .uk-select,
#a71eaa7386a4cd9 .form-item .uk-textarea {
  width: autopx;
}
#a71eaa7386a4cd9 .form-item .auto-height {
  height: auto;
}
#a71eaa7386a4cd9 .form-item {
  position: relative;
}
#a71eaa7386a4cd9 .form-item > label {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 101;
}
#a71eaa7386a4cd9 .form-item .form-item-file .add-image {
  margin-left: 90px;
}
#a71eaa7386a4cd9 .form-item .uk-input,
#a71eaa7386a4cd9 .form-item .uk-select,
#a71eaa7386a4cd9 .form-item .uk-textarea,
#a71eaa7386a4cd9 .form-item .address-select,
#a71eaa7386a4cd9 .form-item .uk-grid {
  padding-left: 90px;
}
#a71eaa7386a4cd9 .form-item .address-select .uk-select {
  padding-left: 4px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a71f7a6e87a7771 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #918f8f;}#a71f7a6e87a7771 * {color: #918f8f  !important}
                            #a71f7a6e87a7771 .line{border-color: #918f8f  !important}#a61a2a9b5aa3684 , #a61a2a9b5aa3684 a{color: rgba(255, 255, 255, 1);}#af6e8a784fa164c , #af6e8a784fa164c a{color: rgba(255, 255, 255, 1);}#a2837a9933a2667 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a9c9da0ee2ada03 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#a9c9da0ee2ada03 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aab40a2d69a685d .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a0758a3bf5a17ec > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2816aac92a4747 .uk-grid {
  margin-left: -15px;
}
#a2816aac92a4747 .uk-grid > * {
  padding-left: 15px;
}
#a2816aac92a4747 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a2816aac92a4747 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2816aac92a4747 .uk-position-center-left-out {
    left: -30px;
  }
  #a2816aac92a4747 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a9bdea19c9af3d3 .uk-grid {
  margin-left: -15px;
}
#a9bdea19c9af3d3 .uk-grid > * {
  padding-left: 15px;
}
#a9bdea19c9af3d3 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a9bdea19c9af3d3 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9bdea19c9af3d3 .uk-position-center-left-out {
    left: -30px;
  }
  #a9bdea19c9af3d3 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae7c8a3a40a66d0 .uk-grid {
  margin-left: -15px;
}
#ae7c8a3a40a66d0 .uk-grid > * {
  padding-left: 15px;
}
#ae7c8a3a40a66d0 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#ae7c8a3a40a66d0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae7c8a3a40a66d0 .uk-position-center-left-out {
    left: -30px;
  }
  #ae7c8a3a40a66d0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae051a4739a48db .uk-grid {
  margin-left: -15px;
}
#ae051a4739a48db .uk-grid > * {
  padding-left: 15px;
}
#ae051a4739a48db .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#ae051a4739a48db .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae051a4739a48db .uk-position-center-left-out {
    left: -30px;
  }
  #ae051a4739a48db .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8814ae16cad2dc .uk-grid {
  margin-left: -15px;
}
#a8814ae16cad2dc .uk-grid > * {
  padding-left: 15px;
}
#a8814ae16cad2dc .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a8814ae16cad2dc .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8814ae16cad2dc .uk-position-center-left-out {
    left: -30px;
  }
  #a8814ae16cad2dc .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8d2fa8aa8aa192 .uk-grid {
  margin-left: -15px;
}
#a8d2fa8aa8aa192 .uk-grid > * {
  padding-left: 15px;
}
#a8d2fa8aa8aa192 .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
#a8d2fa8aa8aa192 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8d2fa8aa8aa192 .uk-position-center-left-out {
    left: -30px;
  }
  #a8d2fa8aa8aa192 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acf80ab5f2a9473 {
  overflow: hidden;
  pointer-events: none;
}
#acf80ab5f2a9473 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 53px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#acf80ab5f2a9473 > .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;
}
#acf80ab5f2a9473 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#acf80ab5f2a9473 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 53px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#acf80ab5f2a9473 > .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;
}
#acf80ab5f2a9473 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#acf80ab5f2a9473 > .tab-wrap > div > .tab-nav,
#acf80ab5f2a9473 > .tab-nav,
#acf80ab5f2a9473 > .tab-tabs > .tab-wrap > div > .tab-nav,
#acf80ab5f2a9473 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#acf80ab5f2a9473 > .tab-wrap > div > .tab-nav-horizontal,
#acf80ab5f2a9473 > .tab-nav-horizontal,
#acf80ab5f2a9473 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#acf80ab5f2a9473 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#acf80ab5f2a9473 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#acf80ab5f2a9473 > .tab-nav-horizontal::-webkit-scrollbar,
#acf80ab5f2a9473 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#acf80ab5f2a9473 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#acf80ab5f2a9473 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#acf80ab5f2a9473 > .tab-nav-horizontal.tagScroll,
#acf80ab5f2a9473 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#acf80ab5f2a9473 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 53px;
  overflow-x: auto;
}
#acf80ab5f2a9473 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#acf80ab5f2a9473 > .tab-nav-horizontal.tagScroll li a,
#acf80ab5f2a9473 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#acf80ab5f2a9473 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#acf80ab5f2a9473 > .tab-wrap > div > .tab-nav a,
#acf80ab5f2a9473 > .tab-nav a,
#acf80ab5f2a9473 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#acf80ab5f2a9473 > .tab-tabs > .tab-nav a {
  padding: 0 20px;
}
#acf80ab5f2a9473 > .tab-wrap > div > .tab-nav li a,
#acf80ab5f2a9473 > .tab-nav li a,
#acf80ab5f2a9473 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#acf80ab5f2a9473 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 52px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 53px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  font-family: inherit;
  color: #000000;
  background-color: #eaeaea;
  margin-top: 20px;
  margin-right: 0;
  padding: 0 20px;
}
#acf80ab5f2a9473 > .tab-wrap > div > .tab-nav li a svg,
#acf80ab5f2a9473 > .tab-nav li a svg,
#acf80ab5f2a9473 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#acf80ab5f2a9473 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#acf80ab5f2a9473 > .tab-wrap > div > .tab-nav li a .ap_icon,
#acf80ab5f2a9473 > .tab-nav li a .ap_icon,
#acf80ab5f2a9473 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#acf80ab5f2a9473 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#acf80ab5f2a9473 > .tab-wrap > div > .tab-nav li a:hover,
#acf80ab5f2a9473 > .tab-nav li a:hover,
#acf80ab5f2a9473 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#acf80ab5f2a9473 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #000000;
}
#acf80ab5f2a9473 > .tab-wrap > div > .tab-nav li.uk-active a,
#acf80ab5f2a9473 > .tab-nav li.uk-active a,
#acf80ab5f2a9473 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#acf80ab5f2a9473 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #284daa;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #fff;
}
#acf80ab5f2a9473 .layout-left li,
#acf80ab5f2a9473 .layout-center li,
#acf80ab5f2a9473 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#acf80ab5f2a9473 .layout-left li a,
#acf80ab5f2a9473 .layout-center li a,
#acf80ab5f2a9473 .layout-right li a {
  height: 100%;
}
#acf80ab5f2a9473 > .tab-tabs .layout-left {
  text-align: left;
}
#acf80ab5f2a9473 > .tab-tabs .layout-center {
  text-align: center;
}
#acf80ab5f2a9473 > .tab-tabs .layout-right {
  text-align: right;
}
#acf80ab5f2a9473 .tab-contents {
  height: 100%;
  height: calc(100% - 53px);
}
#acf80ab5f2a9473 .tab-content-wrap {
  background-color: transparent;
}
#acf80ab5f2a9473 .tab-contents,
#acf80ab5f2a9473 .tab-contents-wrap {
  pointer-events: none;
}
#acf80ab5f2a9473 .tab-content,
#acf80ab5f2a9473 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#acf80ab5f2a9473 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#acf80ab5f2a9473 .tab-wrap .tab-contents {
  height: 100%;
}
#acf80ab5f2a9473 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a137ca9b61a5a72 > .ele-wrap {background-color: rgba(24, 46, 101, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae4ffa63d3a687f > .ele-wrap {background-color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a71f7a6e87a7771 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #918f8f;}#a71f7a6e87a7771 * {color: #918f8f  !important}
                            #a71f7a6e87a7771 .line{border-color: #918f8f  !important}#a61a2a9b5aa3684 , #a61a2a9b5aa3684 a{color: rgba(255, 255, 255, 1);}#af6e8a784fa164c , #af6e8a784fa164c a{color: rgba(255, 255, 255, 1);}#a88f6ae10ba5b7f [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aed8aa16c0a5ad8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aed8aa16c0a5ad8 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4c28a4f3da385e {
  min-height: 500px;
  /* mobile */
}
#a4c28a4f3da385e .search-highlight {
  background: yellow;
}
#a4c28a4f3da385e .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a4c28a4f3da385e .el-title {
  margin-bottom: 20px;
}
#a4c28a4f3da385e .el-item:hover .el-title {
  color: #ffffff;
}
#a4c28a4f3da385e .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a4c28a4f3da385e .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a4c28a4f3da385e .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a4c28a4f3da385e .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a4c28a4f3da385e .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a4c28a4f3da385e .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a4c28a4f3da385e .el-title {
    margin-bottom: 0;
  }
  #a4c28a4f3da385e .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a4c28a4f3da385e .category {
    font-size: 12px;
  }
  #a4c28a4f3da385e .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1809a7987a7fa5 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71f7a6e87a7771 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #918f8f;}#a71f7a6e87a7771 * {color: #918f8f  !important}
                            #a71f7a6e87a7771 .line{border-color: #918f8f  !important}#a61a2a9b5aa3684 , #a61a2a9b5aa3684 a{color: rgba(255, 255, 255, 1);}#af6e8a784fa164c , #af6e8a784fa164c a{color: rgba(255, 255, 255, 1);}#a7a86af2f6a2df2 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aed8aa16c0a5ad8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aed8aa16c0a5ad8 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a51fdac8d6aba52 {
  /* 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------------------------*/
}
#a51fdac8d6aba52 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a51fdac8d6aba52 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a51fdac8d6aba52 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a51fdac8d6aba52 .error .clip:nth-of-type(1) .shadow,
#a51fdac8d6aba52 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a51fdac8d6aba52 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a51fdac8d6aba52 .error h2 {
  font-size: 32px;
}
#a51fdac8d6aba52 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a51fdac8d6aba52 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a51fdac8d6aba52 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a51fdac8d6aba52 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a51fdac8d6aba52 .error .clip .shadow {
  overflow: hidden;
}
#a51fdac8d6aba52 .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);
}
#a51fdac8d6aba52 .error .clip:nth-of-type(3) .shadow:after,
#a51fdac8d6aba52 .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%;
}
#a51fdac8d6aba52 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a51fdac8d6aba52 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a51fdac8d6aba52 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a51fdac8d6aba52 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a51fdac8d6aba52 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a51fdac8d6aba52 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a51fdac8d6aba52 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a51fdac8d6aba52 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a51fdac8d6aba52 {
    /* Error Page */
    /* Error Page */
  }
  #a51fdac8d6aba52 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a51fdac8d6aba52 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a51fdac8d6aba52 .error .clip:nth-of-type(1) .shadow,
  #a51fdac8d6aba52 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a51fdac8d6aba52 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a51fdac8d6aba52 .error h2 {
    font-size: 24px;
  }
  #a51fdac8d6aba52 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a51fdac8d6aba52 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a51fdac8d6aba52 .error .container-error-404 {
    height: 150px;
  }
}
#a51fdac8d6aba52 .overlay {
  position: relative;
  z-index: 20;
}
#a51fdac8d6aba52 .ground-color {
  background: white;
}
#a51fdac8d6aba52 .item-bg-color {
  background: #EAEAEA;
}
#a51fdac8d6aba52 .padding-top {
  padding-top: 10px;
}
#a51fdac8d6aba52 .padding-bottom {
  padding-bottom: 10px;
}
#a51fdac8d6aba52 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a51fdac8d6aba52 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a51fdac8d6aba52 .padding-all {
  padding: 10px;
}
#a51fdac8d6aba52 .no-padding-left {
  padding-left: 0px;
}
#a51fdac8d6aba52 .no-padding-right {
  padding-right: 0px;
}
#a51fdac8d6aba52 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a51fdac8d6aba52 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a51fdac8d6aba52 .no-padding {
  padding: 0px;
}
#a51fdac8d6aba52 .margin-top {
  margin-top: 10px;
}
#a51fdac8d6aba52 .margin-bottom {
  margin-bottom: 10px;
}
#a51fdac8d6aba52 .margin-right {
  margin-right: 10px;
}
#a51fdac8d6aba52 .margin-left {
  margin-left: 10px;
}
#a51fdac8d6aba52 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a51fdac8d6aba52 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a51fdac8d6aba52 .margin-all {
  margin: 10px;
}
#a51fdac8d6aba52 .no-margin {
  margin: 0px;
}
#a51fdac8d6aba52 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a51fdac8d6aba52 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a51fdac8d6aba52 .inside-col-shrink {
  margin: 0px 20px;
}
#a51fdac8d6aba52 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af19bad2d8a7d6c .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71f7a6e87a7771 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #918f8f;}#a71f7a6e87a7771 * {color: #918f8f  !important}
                            #a71f7a6e87a7771 .line{border-color: #918f8f  !important}#a61a2a9b5aa3684 , #a61a2a9b5aa3684 a{color: rgba(255, 255, 255, 1);}#af6e8a784fa164c , #af6e8a784fa164c a{color: rgba(255, 255, 255, 1);}#a7a86af2f6a2df2 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aed8aa16c0a5ad8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aed8aa16c0a5ad8 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4dd3acc1ca3703 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a4dd3acc1ca3703 .slider {
  width: 420px;
  height: 600px;
}
#a4dd3acc1ca3703 .uk-slideshow-items {
  height: 100%;
}
#a4dd3acc1ca3703 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a4dd3acc1ca3703 .login-wrap {
  width: 100%;
  height: 100%;
}
#a4dd3acc1ca3703 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a4dd3acc1ca3703 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a4dd3acc1ca3703 .phone-login-box {
  margin: 40px auto 40px;
  display: inline-block;
}
#a4dd3acc1ca3703 .login-header {
  margin-bottom: 24px;
}
#a4dd3acc1ca3703 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a4dd3acc1ca3703 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
}
#a4dd3acc1ca3703 .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;
}
#a4dd3acc1ca3703 .input-item input.error,
#a4dd3acc1ca3703 .input-item input.error::placeholder {
  color: #fc4343;
}
#a4dd3acc1ca3703 .input-item input::placeholder {
  color: #999;
}
#a4dd3acc1ca3703 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
}
#a4dd3acc1ca3703 .verifycode-input {
  margin: 24px 0;
}
#a4dd3acc1ca3703 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a4dd3acc1ca3703 .send-code {
  float: left;
  margin-left: 20px;
}
#a4dd3acc1ca3703 .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;
}
#a4dd3acc1ca3703 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a4dd3acc1ca3703 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a66f1a63f9ab949 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71f7a6e87a7771 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #918f8f;}#a71f7a6e87a7771 * {color: #918f8f  !important}
                            #a71f7a6e87a7771 .line{border-color: #918f8f  !important}#a61a2a9b5aa3684 , #a61a2a9b5aa3684 a{color: rgba(255, 255, 255, 1);}#af6e8a784fa164c , #af6e8a784fa164c a{color: rgba(255, 255, 255, 1);}#a7a86af2f6a2df2 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aed8aa16c0a5ad8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aed8aa16c0a5ad8 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a83c8a6497ab9ed .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a83c8a6497ab9ed .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a83c8a6497ab9ed .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a83c8a6497ab9ed .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a83c8a6497ab9ed .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a83c8a6497ab9ed .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a83c8a6497ab9ed .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a83c8a6497ab9ed .nav-list {
  padding: 0 20px;
}
#a83c8a6497ab9ed .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;
}
#a83c8a6497ab9ed .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a83c8a6497ab9ed .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a83c8a6497ab9ed .order-item:hover {
  background: #f7f7f7;
}
#a83c8a6497ab9ed .del-order {
  cursor: pointer;
}
#a83c8a6497ab9ed .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a83c8a6497ab9ed .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a83c8a6497ab9ed .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a83c8a6497ab9ed .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a83c8a6497ab9ed .goods-item .goods-info {
  padding: 0 15px;
}
#a83c8a6497ab9ed .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a83c8a6497ab9ed .appoint-time {
  margin-bottom: 4px;
}
#a83c8a6497ab9ed .appoint-name {
  color: #333;
  font-size: 14px;
}
#a83c8a6497ab9ed .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a83c8a6497ab9ed .goods-item .goods-name {
  color: #333;
}
#a83c8a6497ab9ed .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a83c8a6497ab9ed .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a83c8a6497ab9ed .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a83c8a6497ab9ed .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a83c8a6497ab9ed .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a83c8a6497ab9ed .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;
}
#a83c8a6497ab9ed .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a83c8a6497ab9ed .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a83c8a6497ab9ed .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a83c8a6497ab9ed .setting-form {
  padding: 30px 20px;
}
#a83c8a6497ab9ed .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a83c8a6497ab9ed .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a83c8a6497ab9ed .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a83c8a6497ab9ed .setting-form .setting-btns {
  margin-left: 130px;
}
#a83c8a6497ab9ed .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a83c8a6497ab9ed .setting-wrap {
  position: relative;
}
#a83c8a6497ab9ed .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a83c8a6497ab9ed .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a83c8a6497ab9ed .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a83c8a6497ab9ed .address-wrap {
  padding: 30px 20px;
}
#a83c8a6497ab9ed .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a83c8a6497ab9ed .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a83c8a6497ab9ed .addr-list {
  min-height: 200px;
}
#a83c8a6497ab9ed .addr-detail .addr-item-name,
#a83c8a6497ab9ed .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;
}
#a83c8a6497ab9ed .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a83c8a6497ab9ed .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a83c8a6497ab9ed .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a83c8a6497ab9ed .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a83c8a6497ab9ed .add-addr {
  height: 32px;
  line-height: 30px;
}
#a83c8a6497ab9ed .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;
}
#a83c8a6497ab9ed .publish-item {
  cursor: default;
  min-height: 120px;
}
#a83c8a6497ab9ed .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a83c8a6497ab9ed .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a83c8a6497ab9ed .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #182e65;
}
#a83c8a6497ab9ed .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a77e4a7406a5e5a .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71f7a6e87a7771 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #918f8f;}#a71f7a6e87a7771 * {color: #918f8f  !important}
                            #a71f7a6e87a7771 .line{border-color: #918f8f  !important}#a61a2a9b5aa3684 , #a61a2a9b5aa3684 a{color: rgba(255, 255, 255, 1);}#af6e8a784fa164c , #af6e8a784fa164c a{color: rgba(255, 255, 255, 1);}#a7a86af2f6a2df2 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aed8aa16c0a5ad8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aed8aa16c0a5ad8 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aefd6a60bfada54 {
  min-height: 500px;
  /* mobile */
}
#aefd6a60bfada54 .search-highlight {
  background: yellow;
}
#aefd6a60bfada54 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#aefd6a60bfada54 .el-title {
  margin-bottom: 20px;
}
#aefd6a60bfada54 .el-item:hover .el-title {
  color: #ffffff;
}
#aefd6a60bfada54 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#aefd6a60bfada54 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#aefd6a60bfada54 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#aefd6a60bfada54 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#aefd6a60bfada54 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#aefd6a60bfada54 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #aefd6a60bfada54 .el-title {
    margin-bottom: 0;
  }
  #aefd6a60bfada54 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #aefd6a60bfada54 .category {
    font-size: 12px;
  }
  #aefd6a60bfada54 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af5cda496ca4b0c .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71f7a6e87a7771 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #918f8f;}#a71f7a6e87a7771 * {color: #918f8f  !important}
                            #a71f7a6e87a7771 .line{border-color: #918f8f  !important}#a61a2a9b5aa3684 , #a61a2a9b5aa3684 a{color: rgba(255, 255, 255, 1);}#af6e8a784fa164c , #af6e8a784fa164c a{color: rgba(255, 255, 255, 1);}#a7a86af2f6a2df2 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aed8aa16c0a5ad8 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#aed8aa16c0a5ad8 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae2abacc4baaffe .comment-detail {
  min-height: 600px;
}
#ae2abacc4baaffe table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#ae2abacc4baaffe table th,
#ae2abacc4baaffe table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#ae2abacc4baaffe table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#ae2abacc4baaffe .red {
  color: #F00!important;
}
#ae2abacc4baaffe .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:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae590a0426a0f55 .uk-container {
  line-height: 2;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8f27a50cbafdf8 .site-language-menu a {
  font-size: 16;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #000000;
}
#a8f27a50cbafdf8 .site-language-menu a:hover {
  color: #000000;
}
#a8f27a50cbafdf8 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#a8f27a50cbafdf8 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#a8f27a50cbafdf8 .uk-dropdown li a {
  font-size: 16;
  color: #444;
}
#a8f27a50cbafdf8 .uk-dropdown li a:hover {
  color: #222;
}
#a8f27a50cbafdf8 .uk-dropdown li:last-child {
  border-bottom: none;
}
#a71f7a6e87a7771 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #918f8f;}#a71f7a6e87a7771 * {color: #918f8f  !important}
                            #a71f7a6e87a7771 .line{border-color: #918f8f  !important}#a61a2a9b5aa3684 , #a61a2a9b5aa3684 a{color: rgba(255, 255, 255, 1);}#af6e8a784fa164c , #af6e8a784fa164c a{color: rgba(255, 255, 255, 1);}#a7a86af2f6a2df2 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;}