@to TopIcon:/resources/sys/img/totop-default.svg;
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #f5f7f9;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #ee732e;
}
/* 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: #ee732e;
}
/* 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: #333333;
  text-shadow: none;
}
::selection {
  background: #333333;
  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 #333333;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #333333;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f5f5f5;
}
/* ========================================================================
     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: #f5f5f5;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #333333;
  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: #333333;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #333333;
  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: #f5f5f5;
  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: #333333;
  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: #333333;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #333333;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #333333;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #333333;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #333333;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #333333;
  color: #ffffff;
  border-color: #333333;
}
/*
   * 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: #f5f5f5;
  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: #333333;
}
/* 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: #333333;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #ee732e;
}
/* 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: #333333;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #333333;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f5f5f5;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f5f5f5;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #333333;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #333333;
}
/* ========================================================================
     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: #333333;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #333333;
  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: #333333;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #333333;
  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: #333333;
}
/*
   * 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: #333333;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #333333;
  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: #f5f5f5;
}
.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: #333333;
  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: #333333;
}
/* 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: #333333;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #333333;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #333333;
}
/* 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: #333333;
  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: #333333;
  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: #333333;
  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: #333333;
}
/* 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: #333333;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #333333;
  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: #333333;
}
/*
   * 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: #333333;
}
/* 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: #f5f5f5;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #333333;
}
/*
   * 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: #333333;
  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: #f5f5f5;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #333333;
}
.uk-progress::-moz-progress-bar {
  background-color: #333333;
}
.uk-progress::-ms-fill {
  background-color: #333333;
}
/* ========================================================================
     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: #333333 !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: #333333 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #333333;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f5f5f5;
}
.uk-background-primary {
  background-color: #333333;
}
.uk-background-secondary {
  background-color: #333333;
}
/* ========================================================================
     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: #333333;
  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: #333333;
  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: #333333;
  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: #f5f5f5;
  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: #333333;
}
.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(51, 51, 51, 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: #333333;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f5f5f5;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #333333;
}
.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: #333333;
  border-color: #333333;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #333333;
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
/* mobile */
@media (max-width: 640px) {
  .uk-padding {
    padding: 14px;
  }
  .uk-padding-small {
    padding: 12px 15px 8px;
  }
  * + .uk-margin-medium {
    margin-top: 12px !important;
  }
  .uk-margin-medium {
    margin-bottom: 16px;
  }
  .uk-button {
    padding: 0 12px;
    line-height: 30px;
  }
  .uk-card-default .uk-card-title,
  .uk-card-title {
    font-size: 1rem;
  }
  .uk-card-body {
    padding: 10px;
  }
  .uk-heading-primary,
  .uk-heading-hero,
  .uk-h1,
  h1 {
    font-size: 1.75rem;
  }
  .uk-h2,
  h2 {
    font-size: 1.25rem;
  }
  .uk-h3,
  h3 {
    font-size: 1.125rem;
  }
  .uk-h4,
  h4 {
    font-size: .875rem;
  }
  .uk-h5,
  h5,
  .uk-h6,
  h6 {
    font-size: .75rem;
  }
  .uk-margin {
    margin-bottom: 14px;
  }
  * + .uk-margin {
    margin-top: 14px!important;
  }
  .uk-grid {
    margin-left: -6px;
  }
  .uk-grid > * {
    padding-left: 6px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 12px;
  }
  .uk-grid + .uk-grid-collapse,
  .uk-grid-collapse > .uk-grid-margin {
    margin-top: 0;
  }
  .uk-grid-collapse > * {
    padding-left: 0;
  }
  .uk-grid-collapse {
    margin-left: 0;
  }
  .uk-card-small .uk-card-body,
  .uk-card-small.uk-card-body {
    padding: 6px;
  }
  .uk-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .uk-section-xsmall {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .uk-section-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .uk-margin-large-top {
    margin-top: 26px !important;
  }
  .uk-margin-large {
    margin-bottom: 26px;
  }
  .ap-pagination li,
  .dynamic-pagination li {
    height: 24px;
  }
  .dynamic-pagination li a {
    padding: 0 2px;
    line-height: 24px;
    min-width: 24px;
    font-size: 12px;
  }
}
.preview .uk-section-secondary .uk-button-primary:hover {
  background-color: #1a1a1a;
}
.ap-list-filter dd a.active {
  background-color: #333333;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #333333;
}
.category li a.active {
  color: #333333;
}
.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: #333333;
}
.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: #333333;
  border: 1px solid rgba(51, 51, 51, 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: #333333;
}
form .step .ui-step.active .ui-step-title {
  color: #333333;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a890ea02b3a2d27 .feature-image,
#a890ea02b3a2d27 feature-image-wrap {
  height: 500px;
}
#a890ea02b3a2d27 .feature-image {
  bottom: -20px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acee9a96d2af4b2 .sidebar {
  width: 320px;
}
@media (max-width: 640px) {
  #acee9a96d2af4b2 .sidebar {
    width: 100%;
  }
}
#acee9a96d2af4b2 .menu-header {
  padding: 20px 0 20px 20px;
  line-height: 1;
  margin-bottom: 2px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
#acee9a96d2af4b2 .menu-header .fa {
  font-size: 26px;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 24px;
}
#acee9a96d2af4b2 .menu-header h4 {
  font-weight: 500;
  line-height: 1;
  font-size: 24px;
  color: #fff;
}
#acee9a96d2af4b2 .menu-header span {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
#acee9a96d2af4b2 .menu-list {
  border: 1px solid #eaeaea;
}
#acee9a96d2af4b2 .menu-item a {
  color: #666;
  display: block;
  padding: 0 20px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border-bottom: 1px solid #ECECEC;
  position: relative;
}
#acee9a96d2af4b2 .submenu .menu-item.active > a {
  color: #333333;
}
#acee9a96d2af4b2 .submenu .menu-item a .indicator {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 16px;
  height: 16px;
  background-size: contain;
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid #999;
  text-align: center;
  color: #999;
  line-height: 14px;
}
#acee9a96d2af4b2 .submenu .menu-item.active > a .indicator,
#acee9a96d2af4b2 .submenu .menu-item a:hover .indicator {
  color: #333333;
  border-color: #333333;
}
#acee9a96d2af4b2 .submenu .menu-item a:hover {
  color: #333333;
}
#acee9a96d2af4b2 .submenu li {
  padding-left: 8px;
}
#acee9a96d2af4b2 .menu-level-1 > a {
  color: #fff;
  position: relative;
  line-height: 62px;
  font-size: 20px;
  font-weight: bold;
  background: #333333;
}
#acee9a96d2af4b2 .menu-level-1.active > a {
  background: #ff7e00;
}
#acee9a96d2af4b2 .menu-level-1 > a .indicator {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 25px;
  height: 25px;
  background: url(/resources/sys/img/icons/menu_icon_2.png) center center no-repeat;
}
#acee9a96d2af4b2 .contact-phone {
  padding: 15px 0 15px 70px;
  color: #333;
}
#acee9a96d2af4b2 .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;
}
#acee9a96d2af4b2 .contact-info {
  border-top: 1px solid #ECECEC;
}
#acee9a96d2af4b2 .contact-info p {
  margin: 0;
}
#acee9a96d2af4b2 .phone {
  font-size: 24px;
  font-family: arial;
  line-height: 1;
}
#acee9a96d2af4b2 .hot-list {
  padding: 15px;
}
#acee9a96d2af4b2 .hot-list a {
  color: #777;
}
#acee9a96d2af4b2 .hot-list a:hover {
  color: #ee732e;
}
#acee9a96d2af4b2 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#acee9a96d2af4b2 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#acee9a96d2af4b2 .hot-item:hover a {
  color: #ee732e;
}
#acee9a96d2af4b2 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#acee9a96d2af4b2 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #333333;
  content: "";
}
#acee9a96d2af4b2 .content-header {
  padding-bottom: 10px;
}
#acee9a96d2af4b2 .uk-button-group .uk-button {
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
#acee9a96d2af4b2 .uk-button-group .uk-button:first-child {
  border-radius: 15px 0 0 15px;
}
#acee9a96d2af4b2 .uk-button-group .uk-button:last-child {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 640px) {
  #acee9a96d2af4b2 .uk-padding-small {
    padding: 0;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3ae7afa6fa7461 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a3ae7afa6fa7461.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}#a890ea02b3a2d27 [data-item="title"] {left: -298px;top: 157px; position: relative;}#a890ea02b3a2d27 [data-item="buttons[0]"] {left: -1px;top: 141px; position: relative;}#a890ea02b3a2d27 [data-item="abstract"] {left: 0px;top: 73px; position: relative;}#a890ea02b3a2d27 [data-item="subTitle"] {left: 1px;top: 208px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a415eac9e1a51eb .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a415eac9e1a51eb .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a415eac9e1a51eb .ap-icon {
  margin-right: 6px;
}
#a415eac9e1a51eb .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 nullpx;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ee732e;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #ee732e;
  border-top-style: solid;
  border-right-color: #ee732e;
  border-left-color: #ee732e;
  border-bottom-color: #ee732e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-right: 40px;
  margin-top: 0;
  margin-left: 0;
  width: 150px;
  height: 50px;
}
#a415eac9e1a51eb .menu-list > li.icon-bottom > a,
#a415eac9e1a51eb .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a415eac9e1a51eb .menu-list > li.icon-bottom > a .ap-icon,
#a415eac9e1a51eb .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a415eac9e1a51eb .menu-list > li.icon-bottom > a .ap-icon svg,
#a415eac9e1a51eb .menu-list > li.icon-top > a .ap-icon svg,
#a415eac9e1a51eb .menu-list > li.icon-bottom > a .ap-icon img,
#a415eac9e1a51eb .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a415eac9e1a51eb .menu-list > li.icon-right > a .ap-icon,
#a415eac9e1a51eb .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a415eac9e1a51eb .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a415eac9e1a51eb .menu-list > li:hover > a,
#a415eac9e1a51eb .menu-list > li.active > a {
  background: #ee732e;
  background-color: #ee732e;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #ee732e;
  border-top-style: solid;
  border-right-color: #ee732e;
  border-left-color: #ee732e;
  border-bottom-color: #ee732e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a415eac9e1a51eb .menu-list ul,
#a415eac9e1a51eb .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a415eac9e1a51eb .menu-list ul {
  top: 51px;
  left: 50%;
  transform: translateX(-50%);
}
#a415eac9e1a51eb .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a415eac9e1a51eb .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a415eac9e1a51eb .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#acee9a96d2af4b2 .uk-grid {margin-left: -40px;}@media (min-width: 1200px) {
                    #acee9a96d2af4b2 .uk-grid { margin-left: -40px;}
                }@media (max-width: 640) {
                    #acee9a96d2af4b2 .uk-grid { margin-left: -40px;}
                }#acee9a96d2af4b2 .uk-grid>* {padding-left: 40px;}@media (min-width: 1200px) {
                    #acee9a96d2af4b2 .uk-grid>* { padding-left: 40px;}
                }@media (max-width: 640) {#acee9a96d2af4b2 .uk-grid>* {
                    padding-left: 40px;}
                }#acee9a96d2af4b2 .uk-grid>.uk-grid-margin {margin-top: 40px;}@media (min-width: 1200px) {
                    #acee9a96d2af4b2 .uk-grid>.uk-grid-margin {margin-top: 40px;}
                }@media (max-width: 640) {
                    #acee9a96d2af4b2 .uk-grid>.uk-grid-margin {margin-top: 40px;}
                }#acee9a96d2af4b2 .dynamic-pagination li,#acee9a96d2af4b2 .uk-pagination li {
                border-color: #ee732e; color: #ee732e;}#acee9a96d2af4b2 .dynamic-pagination li a, #acee9a96d2af4b2 .uk-pagination a {
                color: #ee732e
            }#acee9a96d2af4b2 .dynamic-pagination li.uk-active, #acee9a96d2af4b2 .uk-pagination li.uk-active {
                border-color: #ee732e;background-color: #ee732e}#acee9a96d2af4b2 .dynamic-pagination li.uk-active a, #acee9a96d2af4b2 .uk-pagination li.uk-active a{color: #ffffff}#acee9a96d2af4b2 [data-item*=".title"], #acee9a96d2af4b2 [data-item*=".title"] a {max-line: 1;font-size: 24px;line-height: 1.5;text-align: center;}#acee9a96d2af4b2 [data-item*=".abstract"], #acee9a96d2af4b2 [data-item*=".abstract"] a {show: true;max-line: 3;text-align: left;font-size: 14px;line-height: 1.5;max-words: 65;}#acee9a96d2af4b2 [data-item*=".subTitle"], #acee9a96d2af4b2 [data-item*=".subTitle"] a {show: false;}#acee9a96d2af4b2 [data-item*=".category"], #acee9a96d2af4b2 [data-item*=".category"] a {show: false;}#acee9a96d2af4b2 [data-item="items"] .img {background-size: contain;}#a3ae7afa6fa7461 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a3ae7afa6fa7461 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8808a98ffaf5c6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2d1caf2c0a7baf {
  min-height: 300px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c40abf7ba3043 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a5c40abf7ba3043.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a220ca1d39aa307 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a220ca1d39aa307 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a220ca1d39aa307 .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a220ca1d39aa307 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a220ca1d39aa307 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a:before,
#a220ca1d39aa307 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a220ca1d39aa307 .menu-list > li ul li {
  position: relative;
}
#a220ca1d39aa307 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a220ca1d39aa307 .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a220ca1d39aa307 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul li a:active,
#a220ca1d39aa307 .menu-list li ul li a.active,
#a220ca1d39aa307 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul,
#a220ca1d39aa307 .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: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul.menu-b > li,
#a220ca1d39aa307 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a220ca1d39aa307 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a220ca1d39aa307 .menu-list li:hover > ul {
  display: block;
}
#a220ca1d39aa307 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a44cbaddb6aed94 , #a44cbaddb6aed94 a{color: rgba(255, 255, 255, 1);}#a44cbaddb6aed94:hover, #a44cbaddb6aed94 a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a796daa4e1a2e4f a, #a796daa4e1a2e4f {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a19dfae6f8ae339 {
  overflow: hidden;
}
#a19dfae6f8ae339 , #a19dfae6f8ae339 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a19dfae6f8ae339:hover , #a19dfae6f8ae339 *:hover {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a94e2a0dc6ab503 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9b67aafb7a7a15 .ap-category-filter ul li.active {
  border-color: #333333;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product-item {
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-preview .img {
  display: block;
}
#a9b67aafb7a7a15 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a9b67aafb7a7a15 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a9b67aafb7a7a15 .grid-list .product-info {
  min-height: 110px;
}
#a9b67aafb7a7a15 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a9b67aafb7a7a15 .grid-list .category-name {
  font-size: 12px;
}
#a9b67aafb7a7a15 .grid-list .category-name a {
  color: #777;
}
#a9b67aafb7a7a15 .grid-list .title,
#a9b67aafb7a7a15 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a9b67aafb7a7a15 .grid-list .title a,
#a9b67aafb7a7a15 .grid-list .subTitle a {
  color: #191919;
}
#a9b67aafb7a7a15 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a9b67aafb7a7a15 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a9b67aafb7a7a15 .grid-list {
  margin-left: -20px;
}
#a9b67aafb7a7a15 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a9b67aafb7a7a15 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a9b67aafb7a7a15 .grid-list .product:hover {
  background-color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .title a {
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product:hover .subTitle {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .category {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .abstract {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a9b67aafb7a7a15 .grid-list .product-info {
    min-height: 0;
  }
  #a9b67aafb7a7a15 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a9b67aafb7a7a15 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a66afae93fa4831 {
  overflow: hidden;
}
#a66afae93fa4831 .img-wrap {
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  transition: all 0.3s ease-in;
}
#a66afae93fa4831 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
#afbfdaf4ecaeb67 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#af81da3451abcde > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .acb23ab6c2a87ce {
  overflow: hidden;
}
#a2aeca886eab7a5 .acb23ab6c2a87ce , #a2aeca886eab7a5 .acb23ab6c2a87ce > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: center;font-family: inherit;line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .a1c72aea90a2188 {
  overflow: hidden;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2aeca886eab7a5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2aeca886eab7a5 .uk-position-center-left-out {
    left: -30px;
  }
  #a2aeca886eab7a5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac795ac2feaed40 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#a6013a2568acf72 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae6d6a7714a7175 .inner-detail p {
  margin: 0 0 20px 0;
}
#ae6d6a7714a7175 .inner-detail img {
  margin-bottom: 0 !important;
  margin-top: 10px;
}
#ae6d6a7714a7175 blockquote {
  border-left-color: #f5f5f5;
}
#ae6d6a7714a7175 .inner-detail {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  line-height: 32px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad0eeace26ad96a {
  overflow: hidden;
}
#ad0eeace26ad96a , #ad0eeace26ad96a > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a5ae0a6ce0aa80f , #a5ae0a6ce0aa80f a{color: rgba(238, 115, 46, 1);}#a5ae0a6ce0aa80f:hover, #a5ae0a6ce0aa80f a:hover {color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac , #a52c4a67eaac5ac a{color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac:hover, #a52c4a67eaac5ac a:hover {color: rgba(238, 115, 46, 1);}#a289ea8171a27ef , #a289ea8171a27ef a{color: rgba(238, 115, 46, 1);}#a289ea8171a27ef:hover, #a289ea8171a27ef a:hover {color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167 , #ac0f8ad250a1167 a{color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167:hover, #ac0f8ad250a1167 a:hover {color: rgba(238, 115, 46, 1);}#a6203ab874abeb0 , #a6203ab874abeb0 a{color: rgba(238, 115, 46, 1);}#a6203ab874abeb0:hover, #a6203ab874abeb0 a:hover {color: rgba(238, 115, 46, 1);}#a3501a4ddaad3c4 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a3501a4ddaad3c4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#abfa0a2301aff87 .ele-wrap {color: #ffffff;font-size: 18px;font-weight: 400;background-color: rgba(74, 144, 226, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#abfa0a2301aff87 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(74, 144, 226, 1);}#a6dcda0c78ab1cf a, #a6dcda0c78ab1cf span {border-top-width: 1px;border-top-color: rgba(238, 115, 46, 1);border-top-style: solid;border-right-color: rgba(238, 115, 46, 1);border-left-color: rgba(238, 115, 46, 1);border-bottom-color: rgba(238, 115, 46, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;padding-right: 6px;padding-left: 6px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#a0898a9ebfa8f41  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: right;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5723add03a3f93 {
  overflow: hidden;
}
#a5723add03a3f93 , #a5723add03a3f93 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(238, 115, 46, 1);}#a6bc6a58bea8ef3 , #a6bc6a58bea8ef3 .param-tag {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a2d1caf2c0a7baf [data-item="undefined"] {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a2d1caf2c0a7baf [data-item="undefined"]:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a220ca1d39aa307 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a220ca1d39aa307 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a220ca1d39aa307 .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a220ca1d39aa307 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a220ca1d39aa307 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a:before,
#a220ca1d39aa307 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a220ca1d39aa307 .menu-list > li ul li {
  position: relative;
}
#a220ca1d39aa307 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a220ca1d39aa307 .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a220ca1d39aa307 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul li a:active,
#a220ca1d39aa307 .menu-list li ul li a.active,
#a220ca1d39aa307 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul,
#a220ca1d39aa307 .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: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul.menu-b > li,
#a220ca1d39aa307 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a220ca1d39aa307 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a220ca1d39aa307 .menu-list li:hover > ul {
  display: block;
}
#a220ca1d39aa307 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a44cbaddb6aed94 , #a44cbaddb6aed94 a{color: rgba(255, 255, 255, 1);}#a44cbaddb6aed94:hover, #a44cbaddb6aed94 a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a796daa4e1a2e4f a, #a796daa4e1a2e4f {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a19dfae6f8ae339 {
  overflow: hidden;
}
#a19dfae6f8ae339 , #a19dfae6f8ae339 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a19dfae6f8ae339:hover , #a19dfae6f8ae339 *:hover {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a94e2a0dc6ab503 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9b67aafb7a7a15 .ap-category-filter ul li.active {
  border-color: #333333;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product-item {
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-preview .img {
  display: block;
}
#a9b67aafb7a7a15 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a9b67aafb7a7a15 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a9b67aafb7a7a15 .grid-list .product-info {
  min-height: 110px;
}
#a9b67aafb7a7a15 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a9b67aafb7a7a15 .grid-list .category-name {
  font-size: 12px;
}
#a9b67aafb7a7a15 .grid-list .category-name a {
  color: #777;
}
#a9b67aafb7a7a15 .grid-list .title,
#a9b67aafb7a7a15 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a9b67aafb7a7a15 .grid-list .title a,
#a9b67aafb7a7a15 .grid-list .subTitle a {
  color: #191919;
}
#a9b67aafb7a7a15 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a9b67aafb7a7a15 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a9b67aafb7a7a15 .grid-list {
  margin-left: -20px;
}
#a9b67aafb7a7a15 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a9b67aafb7a7a15 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a9b67aafb7a7a15 .grid-list .product:hover {
  background-color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .title a {
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product:hover .subTitle {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .category {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .abstract {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a9b67aafb7a7a15 .grid-list .product-info {
    min-height: 0;
  }
  #a9b67aafb7a7a15 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a9b67aafb7a7a15 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a66afae93fa4831 {
  overflow: hidden;
}
#a66afae93fa4831 .img-wrap {
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  transition: all 0.3s ease-in;
}
#a66afae93fa4831 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
#afbfdaf4ecaeb67 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#af81da3451abcde > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .acb23ab6c2a87ce {
  overflow: hidden;
}
#a2aeca886eab7a5 .acb23ab6c2a87ce , #a2aeca886eab7a5 .acb23ab6c2a87ce > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: center;font-family: inherit;line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .a1c72aea90a2188 {
  overflow: hidden;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2aeca886eab7a5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2aeca886eab7a5 .uk-position-center-left-out {
    left: -30px;
  }
  #a2aeca886eab7a5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac795ac2feaed40 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#a6013a2568acf72 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae6d6a7714a7175 .inner-detail p {
  margin: 0 0 20px 0;
}
#ae6d6a7714a7175 .inner-detail img {
  margin-bottom: 0 !important;
  margin-top: 10px;
}
#ae6d6a7714a7175 blockquote {
  border-left-color: #f5f5f5;
}
#ae6d6a7714a7175 .inner-detail {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  line-height: 32px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad0eeace26ad96a {
  overflow: hidden;
}
#ad0eeace26ad96a , #ad0eeace26ad96a > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a5ae0a6ce0aa80f , #a5ae0a6ce0aa80f a{color: rgba(238, 115, 46, 1);}#a5ae0a6ce0aa80f:hover, #a5ae0a6ce0aa80f a:hover {color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac , #a52c4a67eaac5ac a{color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac:hover, #a52c4a67eaac5ac a:hover {color: rgba(238, 115, 46, 1);}#a289ea8171a27ef , #a289ea8171a27ef a{color: rgba(238, 115, 46, 1);}#a289ea8171a27ef:hover, #a289ea8171a27ef a:hover {color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167 , #ac0f8ad250a1167 a{color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167:hover, #ac0f8ad250a1167 a:hover {color: rgba(238, 115, 46, 1);}#a6203ab874abeb0 , #a6203ab874abeb0 a{color: rgba(238, 115, 46, 1);}#a6203ab874abeb0:hover, #a6203ab874abeb0 a:hover {color: rgba(238, 115, 46, 1);}#a3501a4ddaad3c4 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a3501a4ddaad3c4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#abfa0a2301aff87 .ele-wrap {color: #ffffff;font-size: 18px;font-weight: 400;background-color: rgba(74, 144, 226, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#abfa0a2301aff87 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(74, 144, 226, 1);}#a6dcda0c78ab1cf a, #a6dcda0c78ab1cf span {border-top-width: 1px;border-top-color: rgba(238, 115, 46, 1);border-top-style: solid;border-right-color: rgba(238, 115, 46, 1);border-left-color: rgba(238, 115, 46, 1);border-bottom-color: rgba(238, 115, 46, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;padding-right: 6px;padding-left: 6px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#a0898a9ebfa8f41  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: right;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5723add03a3f93 {
  overflow: hidden;
}
#a5723add03a3f93 , #a5723add03a3f93 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(238, 115, 46, 1);}#a6bc6a58bea8ef3 , #a6bc6a58bea8ef3 .param-tag {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a2d1caf2c0a7baf [data-item="undefined"] {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a2d1caf2c0a7baf [data-item="undefined"]:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a220ca1d39aa307 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a220ca1d39aa307 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a220ca1d39aa307 .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a220ca1d39aa307 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a220ca1d39aa307 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a:before,
#a220ca1d39aa307 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a220ca1d39aa307 .menu-list > li ul li {
  position: relative;
}
#a220ca1d39aa307 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a220ca1d39aa307 .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a220ca1d39aa307 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul li a:active,
#a220ca1d39aa307 .menu-list li ul li a.active,
#a220ca1d39aa307 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul,
#a220ca1d39aa307 .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: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul.menu-b > li,
#a220ca1d39aa307 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a220ca1d39aa307 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a220ca1d39aa307 .menu-list li:hover > ul {
  display: block;
}
#a220ca1d39aa307 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a44cbaddb6aed94 , #a44cbaddb6aed94 a{color: rgba(255, 255, 255, 1);}#a44cbaddb6aed94:hover, #a44cbaddb6aed94 a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a796daa4e1a2e4f a, #a796daa4e1a2e4f {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a19dfae6f8ae339 {
  overflow: hidden;
}
#a19dfae6f8ae339 , #a19dfae6f8ae339 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a19dfae6f8ae339:hover , #a19dfae6f8ae339 *:hover {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a94e2a0dc6ab503 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9b67aafb7a7a15 .ap-category-filter ul li.active {
  border-color: #333333;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product-item {
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-preview .img {
  display: block;
}
#a9b67aafb7a7a15 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a9b67aafb7a7a15 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a9b67aafb7a7a15 .grid-list .product-info {
  min-height: 110px;
}
#a9b67aafb7a7a15 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a9b67aafb7a7a15 .grid-list .category-name {
  font-size: 12px;
}
#a9b67aafb7a7a15 .grid-list .category-name a {
  color: #777;
}
#a9b67aafb7a7a15 .grid-list .title,
#a9b67aafb7a7a15 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a9b67aafb7a7a15 .grid-list .title a,
#a9b67aafb7a7a15 .grid-list .subTitle a {
  color: #191919;
}
#a9b67aafb7a7a15 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a9b67aafb7a7a15 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a9b67aafb7a7a15 .grid-list {
  margin-left: -20px;
}
#a9b67aafb7a7a15 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a9b67aafb7a7a15 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a9b67aafb7a7a15 .grid-list .product:hover {
  background-color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .title a {
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product:hover .subTitle {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .category {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .abstract {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a9b67aafb7a7a15 .grid-list .product-info {
    min-height: 0;
  }
  #a9b67aafb7a7a15 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a9b67aafb7a7a15 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a66afae93fa4831 {
  overflow: hidden;
}
#a66afae93fa4831 .img-wrap {
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  transition: all 0.3s ease-in;
}
#a66afae93fa4831 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
#afbfdaf4ecaeb67 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#af81da3451abcde > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .acb23ab6c2a87ce {
  overflow: hidden;
}
#a2aeca886eab7a5 .acb23ab6c2a87ce , #a2aeca886eab7a5 .acb23ab6c2a87ce > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: center;font-family: inherit;line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .a1c72aea90a2188 {
  overflow: hidden;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2aeca886eab7a5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2aeca886eab7a5 .uk-position-center-left-out {
    left: -30px;
  }
  #a2aeca886eab7a5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac795ac2feaed40 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#a6013a2568acf72 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae6d6a7714a7175 .inner-detail p {
  margin: 0 0 20px 0;
}
#ae6d6a7714a7175 .inner-detail img {
  margin-bottom: 0 !important;
  margin-top: 10px;
}
#ae6d6a7714a7175 blockquote {
  border-left-color: #f5f5f5;
}
#ae6d6a7714a7175 .inner-detail {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  line-height: 32px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad0eeace26ad96a {
  overflow: hidden;
}
#ad0eeace26ad96a , #ad0eeace26ad96a > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a5ae0a6ce0aa80f , #a5ae0a6ce0aa80f a{color: rgba(238, 115, 46, 1);}#a5ae0a6ce0aa80f:hover, #a5ae0a6ce0aa80f a:hover {color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac , #a52c4a67eaac5ac a{color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac:hover, #a52c4a67eaac5ac a:hover {color: rgba(238, 115, 46, 1);}#a289ea8171a27ef , #a289ea8171a27ef a{color: rgba(238, 115, 46, 1);}#a289ea8171a27ef:hover, #a289ea8171a27ef a:hover {color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167 , #ac0f8ad250a1167 a{color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167:hover, #ac0f8ad250a1167 a:hover {color: rgba(238, 115, 46, 1);}#a6203ab874abeb0 , #a6203ab874abeb0 a{color: rgba(238, 115, 46, 1);}#a6203ab874abeb0:hover, #a6203ab874abeb0 a:hover {color: rgba(238, 115, 46, 1);}#a3501a4ddaad3c4 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a3501a4ddaad3c4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#abfa0a2301aff87 .ele-wrap {color: #ffffff;font-size: 18px;font-weight: 400;background-color: rgba(74, 144, 226, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#abfa0a2301aff87 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(74, 144, 226, 1);}#a6dcda0c78ab1cf a, #a6dcda0c78ab1cf span {border-top-width: 1px;border-top-color: rgba(238, 115, 46, 1);border-top-style: solid;border-right-color: rgba(238, 115, 46, 1);border-left-color: rgba(238, 115, 46, 1);border-bottom-color: rgba(238, 115, 46, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;padding-right: 6px;padding-left: 6px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#a0898a9ebfa8f41  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: right;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5723add03a3f93 {
  overflow: hidden;
}
#a5723add03a3f93 , #a5723add03a3f93 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(238, 115, 46, 1);}#a6bc6a58bea8ef3 , #a6bc6a58bea8ef3 .param-tag {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a2d1caf2c0a7baf [data-item="undefined"] {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a2d1caf2c0a7baf [data-item="undefined"]:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a220ca1d39aa307 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a220ca1d39aa307 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a220ca1d39aa307 .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a220ca1d39aa307 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a220ca1d39aa307 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a:before,
#a220ca1d39aa307 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a220ca1d39aa307 .menu-list > li ul li {
  position: relative;
}
#a220ca1d39aa307 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a220ca1d39aa307 .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a220ca1d39aa307 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul li a:active,
#a220ca1d39aa307 .menu-list li ul li a.active,
#a220ca1d39aa307 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul,
#a220ca1d39aa307 .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: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul.menu-b > li,
#a220ca1d39aa307 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a220ca1d39aa307 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a220ca1d39aa307 .menu-list li:hover > ul {
  display: block;
}
#a220ca1d39aa307 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a44cbaddb6aed94 , #a44cbaddb6aed94 a{color: rgba(255, 255, 255, 1);}#a44cbaddb6aed94:hover, #a44cbaddb6aed94 a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a796daa4e1a2e4f a, #a796daa4e1a2e4f {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a19dfae6f8ae339 {
  overflow: hidden;
}
#a19dfae6f8ae339 , #a19dfae6f8ae339 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a19dfae6f8ae339:hover , #a19dfae6f8ae339 *:hover {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a94e2a0dc6ab503 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9b67aafb7a7a15 .ap-category-filter ul li.active {
  border-color: #333333;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product-item {
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-preview .img {
  display: block;
}
#a9b67aafb7a7a15 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a9b67aafb7a7a15 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a9b67aafb7a7a15 .grid-list .product-info {
  min-height: 110px;
}
#a9b67aafb7a7a15 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a9b67aafb7a7a15 .grid-list .category-name {
  font-size: 12px;
}
#a9b67aafb7a7a15 .grid-list .category-name a {
  color: #777;
}
#a9b67aafb7a7a15 .grid-list .title,
#a9b67aafb7a7a15 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a9b67aafb7a7a15 .grid-list .title a,
#a9b67aafb7a7a15 .grid-list .subTitle a {
  color: #191919;
}
#a9b67aafb7a7a15 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a9b67aafb7a7a15 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a9b67aafb7a7a15 .grid-list {
  margin-left: -20px;
}
#a9b67aafb7a7a15 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a9b67aafb7a7a15 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a9b67aafb7a7a15 .grid-list .product:hover {
  background-color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .title a {
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product:hover .subTitle {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .category {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .abstract {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a9b67aafb7a7a15 .grid-list .product-info {
    min-height: 0;
  }
  #a9b67aafb7a7a15 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a9b67aafb7a7a15 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a66afae93fa4831 {
  overflow: hidden;
}
#a66afae93fa4831 .img-wrap {
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  transition: all 0.3s ease-in;
}
#a66afae93fa4831 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
#afbfdaf4ecaeb67 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#af81da3451abcde > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .acb23ab6c2a87ce {
  overflow: hidden;
}
#a2aeca886eab7a5 .acb23ab6c2a87ce , #a2aeca886eab7a5 .acb23ab6c2a87ce > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: center;font-family: inherit;line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .a1c72aea90a2188 {
  overflow: hidden;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2aeca886eab7a5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2aeca886eab7a5 .uk-position-center-left-out {
    left: -30px;
  }
  #a2aeca886eab7a5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac795ac2feaed40 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#a6013a2568acf72 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae6d6a7714a7175 .inner-detail p {
  margin: 0 0 20px 0;
}
#ae6d6a7714a7175 .inner-detail img {
  margin-bottom: 0 !important;
  margin-top: 10px;
}
#ae6d6a7714a7175 blockquote {
  border-left-color: #f5f5f5;
}
#ae6d6a7714a7175 .inner-detail {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  line-height: 32px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad0eeace26ad96a {
  overflow: hidden;
}
#ad0eeace26ad96a , #ad0eeace26ad96a > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a5ae0a6ce0aa80f , #a5ae0a6ce0aa80f a{color: rgba(238, 115, 46, 1);}#a5ae0a6ce0aa80f:hover, #a5ae0a6ce0aa80f a:hover {color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac , #a52c4a67eaac5ac a{color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac:hover, #a52c4a67eaac5ac a:hover {color: rgba(238, 115, 46, 1);}#a289ea8171a27ef , #a289ea8171a27ef a{color: rgba(238, 115, 46, 1);}#a289ea8171a27ef:hover, #a289ea8171a27ef a:hover {color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167 , #ac0f8ad250a1167 a{color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167:hover, #ac0f8ad250a1167 a:hover {color: rgba(238, 115, 46, 1);}#a6203ab874abeb0 , #a6203ab874abeb0 a{color: rgba(238, 115, 46, 1);}#a6203ab874abeb0:hover, #a6203ab874abeb0 a:hover {color: rgba(238, 115, 46, 1);}#a3501a4ddaad3c4 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a3501a4ddaad3c4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#abfa0a2301aff87 .ele-wrap {color: #ffffff;font-size: 18px;font-weight: 400;background-color: rgba(74, 144, 226, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#abfa0a2301aff87 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(74, 144, 226, 1);}#a6dcda0c78ab1cf a, #a6dcda0c78ab1cf span {border-top-width: 1px;border-top-color: rgba(238, 115, 46, 1);border-top-style: solid;border-right-color: rgba(238, 115, 46, 1);border-left-color: rgba(238, 115, 46, 1);border-bottom-color: rgba(238, 115, 46, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;padding-right: 6px;padding-left: 6px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#a0898a9ebfa8f41  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: right;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5723add03a3f93 {
  overflow: hidden;
}
#a5723add03a3f93 , #a5723add03a3f93 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(238, 115, 46, 1);}#a6bc6a58bea8ef3 , #a6bc6a58bea8ef3 .param-tag {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a2d1caf2c0a7baf [data-item="undefined"] {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a2d1caf2c0a7baf [data-item="undefined"]:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a220ca1d39aa307 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a220ca1d39aa307 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a220ca1d39aa307 .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a220ca1d39aa307 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a220ca1d39aa307 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a:before,
#a220ca1d39aa307 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a220ca1d39aa307 .menu-list > li ul li {
  position: relative;
}
#a220ca1d39aa307 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a220ca1d39aa307 .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a220ca1d39aa307 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul li a:active,
#a220ca1d39aa307 .menu-list li ul li a.active,
#a220ca1d39aa307 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul,
#a220ca1d39aa307 .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: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul.menu-b > li,
#a220ca1d39aa307 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a220ca1d39aa307 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a220ca1d39aa307 .menu-list li:hover > ul {
  display: block;
}
#a220ca1d39aa307 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a44cbaddb6aed94 , #a44cbaddb6aed94 a{color: rgba(255, 255, 255, 1);}#a44cbaddb6aed94:hover, #a44cbaddb6aed94 a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a796daa4e1a2e4f a, #a796daa4e1a2e4f {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a19dfae6f8ae339 {
  overflow: hidden;
}
#a19dfae6f8ae339 , #a19dfae6f8ae339 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a19dfae6f8ae339:hover , #a19dfae6f8ae339 *:hover {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a94e2a0dc6ab503 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9b67aafb7a7a15 .ap-category-filter ul li.active {
  border-color: #333333;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product-item {
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-preview .img {
  display: block;
}
#a9b67aafb7a7a15 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a9b67aafb7a7a15 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a9b67aafb7a7a15 .grid-list .product-info {
  min-height: 110px;
}
#a9b67aafb7a7a15 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a9b67aafb7a7a15 .grid-list .category-name {
  font-size: 12px;
}
#a9b67aafb7a7a15 .grid-list .category-name a {
  color: #777;
}
#a9b67aafb7a7a15 .grid-list .title,
#a9b67aafb7a7a15 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a9b67aafb7a7a15 .grid-list .title a,
#a9b67aafb7a7a15 .grid-list .subTitle a {
  color: #191919;
}
#a9b67aafb7a7a15 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a9b67aafb7a7a15 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a9b67aafb7a7a15 .grid-list {
  margin-left: -20px;
}
#a9b67aafb7a7a15 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a9b67aafb7a7a15 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a9b67aafb7a7a15 .grid-list .product:hover {
  background-color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .title a {
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product:hover .subTitle {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .category {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .abstract {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a9b67aafb7a7a15 .grid-list .product-info {
    min-height: 0;
  }
  #a9b67aafb7a7a15 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a9b67aafb7a7a15 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a66afae93fa4831 {
  overflow: hidden;
}
#a66afae93fa4831 .img-wrap {
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  transition: all 0.3s ease-in;
}
#a66afae93fa4831 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
#afbfdaf4ecaeb67 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#af81da3451abcde > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .acb23ab6c2a87ce {
  overflow: hidden;
}
#a2aeca886eab7a5 .acb23ab6c2a87ce , #a2aeca886eab7a5 .acb23ab6c2a87ce > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: center;font-family: inherit;line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .a1c72aea90a2188 {
  overflow: hidden;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2aeca886eab7a5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2aeca886eab7a5 .uk-position-center-left-out {
    left: -30px;
  }
  #a2aeca886eab7a5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac795ac2feaed40 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#a6013a2568acf72 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae6d6a7714a7175 .inner-detail p {
  margin: 0 0 20px 0;
}
#ae6d6a7714a7175 .inner-detail img {
  margin-bottom: 0 !important;
  margin-top: 10px;
}
#ae6d6a7714a7175 blockquote {
  border-left-color: #f5f5f5;
}
#ae6d6a7714a7175 .inner-detail {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  line-height: 32px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad0eeace26ad96a {
  overflow: hidden;
}
#ad0eeace26ad96a , #ad0eeace26ad96a > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a5ae0a6ce0aa80f , #a5ae0a6ce0aa80f a{color: rgba(238, 115, 46, 1);}#a5ae0a6ce0aa80f:hover, #a5ae0a6ce0aa80f a:hover {color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac , #a52c4a67eaac5ac a{color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac:hover, #a52c4a67eaac5ac a:hover {color: rgba(238, 115, 46, 1);}#a289ea8171a27ef , #a289ea8171a27ef a{color: rgba(238, 115, 46, 1);}#a289ea8171a27ef:hover, #a289ea8171a27ef a:hover {color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167 , #ac0f8ad250a1167 a{color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167:hover, #ac0f8ad250a1167 a:hover {color: rgba(238, 115, 46, 1);}#a6203ab874abeb0 , #a6203ab874abeb0 a{color: rgba(238, 115, 46, 1);}#a6203ab874abeb0:hover, #a6203ab874abeb0 a:hover {color: rgba(238, 115, 46, 1);}#a3501a4ddaad3c4 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a3501a4ddaad3c4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#abfa0a2301aff87 .ele-wrap {color: #ffffff;font-size: 18px;font-weight: 400;background-color: rgba(74, 144, 226, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#abfa0a2301aff87 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(74, 144, 226, 1);}#a6dcda0c78ab1cf a, #a6dcda0c78ab1cf span {border-top-width: 1px;border-top-color: rgba(238, 115, 46, 1);border-top-style: solid;border-right-color: rgba(238, 115, 46, 1);border-left-color: rgba(238, 115, 46, 1);border-bottom-color: rgba(238, 115, 46, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;padding-right: 6px;padding-left: 6px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#a0898a9ebfa8f41  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: right;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5723add03a3f93 {
  overflow: hidden;
}
#a5723add03a3f93 , #a5723add03a3f93 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(238, 115, 46, 1);}#a6bc6a58bea8ef3 , #a6bc6a58bea8ef3 .param-tag {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a2d1caf2c0a7baf [data-item="undefined"] {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a2d1caf2c0a7baf [data-item="undefined"]:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a220ca1d39aa307 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a220ca1d39aa307 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a220ca1d39aa307 .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a220ca1d39aa307 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a220ca1d39aa307 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a:before,
#a220ca1d39aa307 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a220ca1d39aa307 .menu-list > li ul li {
  position: relative;
}
#a220ca1d39aa307 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a220ca1d39aa307 .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a220ca1d39aa307 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul li a:active,
#a220ca1d39aa307 .menu-list li ul li a.active,
#a220ca1d39aa307 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul,
#a220ca1d39aa307 .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: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul.menu-b > li,
#a220ca1d39aa307 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a220ca1d39aa307 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a220ca1d39aa307 .menu-list li:hover > ul {
  display: block;
}
#a220ca1d39aa307 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a44cbaddb6aed94 , #a44cbaddb6aed94 a{color: rgba(255, 255, 255, 1);}#a44cbaddb6aed94:hover, #a44cbaddb6aed94 a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a796daa4e1a2e4f a, #a796daa4e1a2e4f {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a19dfae6f8ae339 {
  overflow: hidden;
}
#a19dfae6f8ae339 , #a19dfae6f8ae339 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a19dfae6f8ae339:hover , #a19dfae6f8ae339 *:hover {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a94e2a0dc6ab503 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9b67aafb7a7a15 .ap-category-filter ul li.active {
  border-color: #333333;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product-item {
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-preview .img {
  display: block;
}
#a9b67aafb7a7a15 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a9b67aafb7a7a15 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a9b67aafb7a7a15 .grid-list .product-info {
  min-height: 110px;
}
#a9b67aafb7a7a15 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a9b67aafb7a7a15 .grid-list .category-name {
  font-size: 12px;
}
#a9b67aafb7a7a15 .grid-list .category-name a {
  color: #777;
}
#a9b67aafb7a7a15 .grid-list .title,
#a9b67aafb7a7a15 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a9b67aafb7a7a15 .grid-list .title a,
#a9b67aafb7a7a15 .grid-list .subTitle a {
  color: #191919;
}
#a9b67aafb7a7a15 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a9b67aafb7a7a15 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a9b67aafb7a7a15 .grid-list {
  margin-left: -20px;
}
#a9b67aafb7a7a15 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a9b67aafb7a7a15 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a9b67aafb7a7a15 .grid-list .product:hover {
  background-color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .title a {
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product:hover .subTitle {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .category {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .abstract {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a9b67aafb7a7a15 .grid-list .product-info {
    min-height: 0;
  }
  #a9b67aafb7a7a15 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a9b67aafb7a7a15 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a66afae93fa4831 {
  overflow: hidden;
}
#a66afae93fa4831 .img-wrap {
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  transition: all 0.3s ease-in;
}
#a66afae93fa4831 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
#afbfdaf4ecaeb67 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#af81da3451abcde > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .acb23ab6c2a87ce {
  overflow: hidden;
}
#a2aeca886eab7a5 .acb23ab6c2a87ce , #a2aeca886eab7a5 .acb23ab6c2a87ce > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: center;font-family: inherit;line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .a1c72aea90a2188 {
  overflow: hidden;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2aeca886eab7a5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2aeca886eab7a5 .uk-position-center-left-out {
    left: -30px;
  }
  #a2aeca886eab7a5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac795ac2feaed40 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#a6013a2568acf72 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae6d6a7714a7175 .inner-detail p {
  margin: 0 0 20px 0;
}
#ae6d6a7714a7175 .inner-detail img {
  margin-bottom: 0 !important;
  margin-top: 10px;
}
#ae6d6a7714a7175 blockquote {
  border-left-color: #f5f5f5;
}
#ae6d6a7714a7175 .inner-detail {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  line-height: 32px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad0eeace26ad96a {
  overflow: hidden;
}
#ad0eeace26ad96a , #ad0eeace26ad96a > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a5ae0a6ce0aa80f , #a5ae0a6ce0aa80f a{color: rgba(238, 115, 46, 1);}#a5ae0a6ce0aa80f:hover, #a5ae0a6ce0aa80f a:hover {color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac , #a52c4a67eaac5ac a{color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac:hover, #a52c4a67eaac5ac a:hover {color: rgba(238, 115, 46, 1);}#a289ea8171a27ef , #a289ea8171a27ef a{color: rgba(238, 115, 46, 1);}#a289ea8171a27ef:hover, #a289ea8171a27ef a:hover {color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167 , #ac0f8ad250a1167 a{color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167:hover, #ac0f8ad250a1167 a:hover {color: rgba(238, 115, 46, 1);}#a6203ab874abeb0 , #a6203ab874abeb0 a{color: rgba(238, 115, 46, 1);}#a6203ab874abeb0:hover, #a6203ab874abeb0 a:hover {color: rgba(238, 115, 46, 1);}#a3501a4ddaad3c4 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a3501a4ddaad3c4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#abfa0a2301aff87 .ele-wrap {color: #ffffff;font-size: 18px;font-weight: 400;background-color: rgba(74, 144, 226, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#abfa0a2301aff87 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(74, 144, 226, 1);}#a6dcda0c78ab1cf a, #a6dcda0c78ab1cf span {border-top-width: 1px;border-top-color: rgba(238, 115, 46, 1);border-top-style: solid;border-right-color: rgba(238, 115, 46, 1);border-left-color: rgba(238, 115, 46, 1);border-bottom-color: rgba(238, 115, 46, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;padding-right: 6px;padding-left: 6px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#a0898a9ebfa8f41  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: right;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5723add03a3f93 {
  overflow: hidden;
}
#a5723add03a3f93 , #a5723add03a3f93 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(238, 115, 46, 1);}#a6bc6a58bea8ef3 , #a6bc6a58bea8ef3 .param-tag {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a2d1caf2c0a7baf [data-item="undefined"] {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a2d1caf2c0a7baf [data-item="undefined"]:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a220ca1d39aa307 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a220ca1d39aa307 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a220ca1d39aa307 .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a220ca1d39aa307 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a220ca1d39aa307 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a:before,
#a220ca1d39aa307 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a220ca1d39aa307 .menu-list > li ul li {
  position: relative;
}
#a220ca1d39aa307 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a220ca1d39aa307 .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a220ca1d39aa307 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul li a:active,
#a220ca1d39aa307 .menu-list li ul li a.active,
#a220ca1d39aa307 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul,
#a220ca1d39aa307 .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: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul.menu-b > li,
#a220ca1d39aa307 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a220ca1d39aa307 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a220ca1d39aa307 .menu-list li:hover > ul {
  display: block;
}
#a220ca1d39aa307 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a44cbaddb6aed94 , #a44cbaddb6aed94 a{color: rgba(255, 255, 255, 1);}#a44cbaddb6aed94:hover, #a44cbaddb6aed94 a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a796daa4e1a2e4f a, #a796daa4e1a2e4f {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a19dfae6f8ae339 {
  overflow: hidden;
}
#a19dfae6f8ae339 , #a19dfae6f8ae339 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a19dfae6f8ae339:hover , #a19dfae6f8ae339 *:hover {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a94e2a0dc6ab503 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9b67aafb7a7a15 .ap-category-filter ul li.active {
  border-color: #333333;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product-item {
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-preview .img {
  display: block;
}
#a9b67aafb7a7a15 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a9b67aafb7a7a15 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a9b67aafb7a7a15 .grid-list .product-info {
  min-height: 110px;
}
#a9b67aafb7a7a15 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a9b67aafb7a7a15 .grid-list .category-name {
  font-size: 12px;
}
#a9b67aafb7a7a15 .grid-list .category-name a {
  color: #777;
}
#a9b67aafb7a7a15 .grid-list .title,
#a9b67aafb7a7a15 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a9b67aafb7a7a15 .grid-list .title a,
#a9b67aafb7a7a15 .grid-list .subTitle a {
  color: #191919;
}
#a9b67aafb7a7a15 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a9b67aafb7a7a15 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a9b67aafb7a7a15 .grid-list {
  margin-left: -20px;
}
#a9b67aafb7a7a15 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a9b67aafb7a7a15 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a9b67aafb7a7a15 .grid-list .product:hover {
  background-color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .title a {
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product:hover .subTitle {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .category {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .abstract {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a9b67aafb7a7a15 .grid-list .product-info {
    min-height: 0;
  }
  #a9b67aafb7a7a15 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a9b67aafb7a7a15 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a66afae93fa4831 {
  overflow: hidden;
}
#a66afae93fa4831 .img-wrap {
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  transition: all 0.3s ease-in;
}
#a66afae93fa4831 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
#afbfdaf4ecaeb67 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#af81da3451abcde > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .acb23ab6c2a87ce {
  overflow: hidden;
}
#a2aeca886eab7a5 .acb23ab6c2a87ce , #a2aeca886eab7a5 .acb23ab6c2a87ce > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: center;font-family: inherit;line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .a1c72aea90a2188 {
  overflow: hidden;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2aeca886eab7a5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2aeca886eab7a5 .uk-position-center-left-out {
    left: -30px;
  }
  #a2aeca886eab7a5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac795ac2feaed40 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#a6013a2568acf72 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae6d6a7714a7175 .inner-detail p {
  margin: 0 0 20px 0;
}
#ae6d6a7714a7175 .inner-detail img {
  margin-bottom: 0 !important;
  margin-top: 10px;
}
#ae6d6a7714a7175 blockquote {
  border-left-color: #f5f5f5;
}
#ae6d6a7714a7175 .inner-detail {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  line-height: 32px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad0eeace26ad96a {
  overflow: hidden;
}
#ad0eeace26ad96a , #ad0eeace26ad96a > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a5ae0a6ce0aa80f , #a5ae0a6ce0aa80f a{color: rgba(238, 115, 46, 1);}#a5ae0a6ce0aa80f:hover, #a5ae0a6ce0aa80f a:hover {color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac , #a52c4a67eaac5ac a{color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac:hover, #a52c4a67eaac5ac a:hover {color: rgba(238, 115, 46, 1);}#a289ea8171a27ef , #a289ea8171a27ef a{color: rgba(238, 115, 46, 1);}#a289ea8171a27ef:hover, #a289ea8171a27ef a:hover {color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167 , #ac0f8ad250a1167 a{color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167:hover, #ac0f8ad250a1167 a:hover {color: rgba(238, 115, 46, 1);}#a6203ab874abeb0 , #a6203ab874abeb0 a{color: rgba(238, 115, 46, 1);}#a6203ab874abeb0:hover, #a6203ab874abeb0 a:hover {color: rgba(238, 115, 46, 1);}#a3501a4ddaad3c4 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a3501a4ddaad3c4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#abfa0a2301aff87 .ele-wrap {color: #ffffff;font-size: 18px;font-weight: 400;background-color: rgba(74, 144, 226, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#abfa0a2301aff87 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(74, 144, 226, 1);}#a6dcda0c78ab1cf a, #a6dcda0c78ab1cf span {border-top-width: 1px;border-top-color: rgba(238, 115, 46, 1);border-top-style: solid;border-right-color: rgba(238, 115, 46, 1);border-left-color: rgba(238, 115, 46, 1);border-bottom-color: rgba(238, 115, 46, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;padding-right: 6px;padding-left: 6px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#a0898a9ebfa8f41  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: right;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5723add03a3f93 {
  overflow: hidden;
}
#a5723add03a3f93 , #a5723add03a3f93 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(238, 115, 46, 1);}#a6bc6a58bea8ef3 , #a6bc6a58bea8ef3 .param-tag {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a2d1caf2c0a7baf [data-item="undefined"] {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a2d1caf2c0a7baf [data-item="undefined"]:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a220ca1d39aa307 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a220ca1d39aa307 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a220ca1d39aa307 .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a220ca1d39aa307 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a220ca1d39aa307 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a:before,
#a220ca1d39aa307 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a220ca1d39aa307 .menu-list > li ul li {
  position: relative;
}
#a220ca1d39aa307 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a220ca1d39aa307 .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a220ca1d39aa307 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul li a:active,
#a220ca1d39aa307 .menu-list li ul li a.active,
#a220ca1d39aa307 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul,
#a220ca1d39aa307 .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: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul.menu-b > li,
#a220ca1d39aa307 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a220ca1d39aa307 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a220ca1d39aa307 .menu-list li:hover > ul {
  display: block;
}
#a220ca1d39aa307 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a44cbaddb6aed94 , #a44cbaddb6aed94 a{color: rgba(255, 255, 255, 1);}#a44cbaddb6aed94:hover, #a44cbaddb6aed94 a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a796daa4e1a2e4f a, #a796daa4e1a2e4f {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a19dfae6f8ae339 {
  overflow: hidden;
}
#a19dfae6f8ae339 , #a19dfae6f8ae339 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a19dfae6f8ae339:hover , #a19dfae6f8ae339 *:hover {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a94e2a0dc6ab503 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9b67aafb7a7a15 .ap-category-filter ul li.active {
  border-color: #333333;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product-item {
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-preview .img {
  display: block;
}
#a9b67aafb7a7a15 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a9b67aafb7a7a15 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a9b67aafb7a7a15 .grid-list .product-info {
  min-height: 110px;
}
#a9b67aafb7a7a15 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a9b67aafb7a7a15 .grid-list .category-name {
  font-size: 12px;
}
#a9b67aafb7a7a15 .grid-list .category-name a {
  color: #777;
}
#a9b67aafb7a7a15 .grid-list .title,
#a9b67aafb7a7a15 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a9b67aafb7a7a15 .grid-list .title a,
#a9b67aafb7a7a15 .grid-list .subTitle a {
  color: #191919;
}
#a9b67aafb7a7a15 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a9b67aafb7a7a15 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a9b67aafb7a7a15 .grid-list {
  margin-left: -20px;
}
#a9b67aafb7a7a15 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a9b67aafb7a7a15 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a9b67aafb7a7a15 .grid-list .product:hover {
  background-color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .title a {
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product:hover .subTitle {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .category {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .abstract {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a9b67aafb7a7a15 .grid-list .product-info {
    min-height: 0;
  }
  #a9b67aafb7a7a15 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a9b67aafb7a7a15 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a66afae93fa4831 {
  overflow: hidden;
}
#a66afae93fa4831 .img-wrap {
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  transition: all 0.3s ease-in;
}
#a66afae93fa4831 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
#afbfdaf4ecaeb67 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#af81da3451abcde > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .acb23ab6c2a87ce {
  overflow: hidden;
}
#a2aeca886eab7a5 .acb23ab6c2a87ce , #a2aeca886eab7a5 .acb23ab6c2a87ce > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: center;font-family: inherit;line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .a1c72aea90a2188 {
  overflow: hidden;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2aeca886eab7a5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2aeca886eab7a5 .uk-position-center-left-out {
    left: -30px;
  }
  #a2aeca886eab7a5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac795ac2feaed40 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#a6013a2568acf72 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae6d6a7714a7175 .inner-detail p {
  margin: 0 0 20px 0;
}
#ae6d6a7714a7175 .inner-detail img {
  margin-bottom: 0 !important;
  margin-top: 10px;
}
#ae6d6a7714a7175 blockquote {
  border-left-color: #f5f5f5;
}
#ae6d6a7714a7175 .inner-detail {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  line-height: 32px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad0eeace26ad96a {
  overflow: hidden;
}
#ad0eeace26ad96a , #ad0eeace26ad96a > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a5ae0a6ce0aa80f , #a5ae0a6ce0aa80f a{color: rgba(238, 115, 46, 1);}#a5ae0a6ce0aa80f:hover, #a5ae0a6ce0aa80f a:hover {color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac , #a52c4a67eaac5ac a{color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac:hover, #a52c4a67eaac5ac a:hover {color: rgba(238, 115, 46, 1);}#a289ea8171a27ef , #a289ea8171a27ef a{color: rgba(238, 115, 46, 1);}#a289ea8171a27ef:hover, #a289ea8171a27ef a:hover {color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167 , #ac0f8ad250a1167 a{color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167:hover, #ac0f8ad250a1167 a:hover {color: rgba(238, 115, 46, 1);}#a6203ab874abeb0 , #a6203ab874abeb0 a{color: rgba(238, 115, 46, 1);}#a6203ab874abeb0:hover, #a6203ab874abeb0 a:hover {color: rgba(238, 115, 46, 1);}#a3501a4ddaad3c4 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a3501a4ddaad3c4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#abfa0a2301aff87 .ele-wrap {color: #ffffff;font-size: 18px;font-weight: 400;background-color: rgba(74, 144, 226, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#abfa0a2301aff87 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(74, 144, 226, 1);}#a6dcda0c78ab1cf a, #a6dcda0c78ab1cf span {border-top-width: 1px;border-top-color: rgba(238, 115, 46, 1);border-top-style: solid;border-right-color: rgba(238, 115, 46, 1);border-left-color: rgba(238, 115, 46, 1);border-bottom-color: rgba(238, 115, 46, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;padding-right: 6px;padding-left: 6px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#a0898a9ebfa8f41  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: right;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5723add03a3f93 {
  overflow: hidden;
}
#a5723add03a3f93 , #a5723add03a3f93 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(238, 115, 46, 1);}#a6bc6a58bea8ef3 , #a6bc6a58bea8ef3 .param-tag {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a2d1caf2c0a7baf [data-item="undefined"] {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a2d1caf2c0a7baf [data-item="undefined"]:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a220ca1d39aa307 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a220ca1d39aa307 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a220ca1d39aa307 .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a220ca1d39aa307 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a220ca1d39aa307 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a:before,
#a220ca1d39aa307 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a220ca1d39aa307 .menu-list > li ul li {
  position: relative;
}
#a220ca1d39aa307 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a220ca1d39aa307 .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a220ca1d39aa307 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul li a:active,
#a220ca1d39aa307 .menu-list li ul li a.active,
#a220ca1d39aa307 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul,
#a220ca1d39aa307 .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: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul.menu-b > li,
#a220ca1d39aa307 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a220ca1d39aa307 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a220ca1d39aa307 .menu-list li:hover > ul {
  display: block;
}
#a220ca1d39aa307 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a44cbaddb6aed94 , #a44cbaddb6aed94 a{color: rgba(255, 255, 255, 1);}#a44cbaddb6aed94:hover, #a44cbaddb6aed94 a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a796daa4e1a2e4f a, #a796daa4e1a2e4f {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a19dfae6f8ae339 {
  overflow: hidden;
}
#a19dfae6f8ae339 , #a19dfae6f8ae339 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a19dfae6f8ae339:hover , #a19dfae6f8ae339 *:hover {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a94e2a0dc6ab503 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9b67aafb7a7a15 .ap-category-filter ul li.active {
  border-color: #333333;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product-item {
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-preview .img {
  display: block;
}
#a9b67aafb7a7a15 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a9b67aafb7a7a15 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a9b67aafb7a7a15 .grid-list .product-info {
  min-height: 110px;
}
#a9b67aafb7a7a15 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a9b67aafb7a7a15 .grid-list .category-name {
  font-size: 12px;
}
#a9b67aafb7a7a15 .grid-list .category-name a {
  color: #777;
}
#a9b67aafb7a7a15 .grid-list .title,
#a9b67aafb7a7a15 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a9b67aafb7a7a15 .grid-list .title a,
#a9b67aafb7a7a15 .grid-list .subTitle a {
  color: #191919;
}
#a9b67aafb7a7a15 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a9b67aafb7a7a15 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a9b67aafb7a7a15 .grid-list {
  margin-left: -20px;
}
#a9b67aafb7a7a15 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a9b67aafb7a7a15 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a9b67aafb7a7a15 .grid-list .product:hover {
  background-color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .title a {
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product:hover .subTitle {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .category {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .abstract {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a9b67aafb7a7a15 .grid-list .product-info {
    min-height: 0;
  }
  #a9b67aafb7a7a15 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a9b67aafb7a7a15 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a66afae93fa4831 {
  overflow: hidden;
}
#a66afae93fa4831 .img-wrap {
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  transition: all 0.3s ease-in;
}
#a66afae93fa4831 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
#afbfdaf4ecaeb67 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#af81da3451abcde > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .acb23ab6c2a87ce {
  overflow: hidden;
}
#a2aeca886eab7a5 .acb23ab6c2a87ce , #a2aeca886eab7a5 .acb23ab6c2a87ce > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: center;font-family: inherit;line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .a1c72aea90a2188 {
  overflow: hidden;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2aeca886eab7a5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2aeca886eab7a5 .uk-position-center-left-out {
    left: -30px;
  }
  #a2aeca886eab7a5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac795ac2feaed40 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#a6013a2568acf72 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae6d6a7714a7175 .inner-detail p {
  margin: 0 0 20px 0;
}
#ae6d6a7714a7175 .inner-detail img {
  margin-bottom: 0 !important;
  margin-top: 10px;
}
#ae6d6a7714a7175 blockquote {
  border-left-color: #f5f5f5;
}
#ae6d6a7714a7175 .inner-detail {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  line-height: 32px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad0eeace26ad96a {
  overflow: hidden;
}
#ad0eeace26ad96a , #ad0eeace26ad96a > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a5ae0a6ce0aa80f , #a5ae0a6ce0aa80f a{color: rgba(238, 115, 46, 1);}#a5ae0a6ce0aa80f:hover, #a5ae0a6ce0aa80f a:hover {color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac , #a52c4a67eaac5ac a{color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac:hover, #a52c4a67eaac5ac a:hover {color: rgba(238, 115, 46, 1);}#a289ea8171a27ef , #a289ea8171a27ef a{color: rgba(238, 115, 46, 1);}#a289ea8171a27ef:hover, #a289ea8171a27ef a:hover {color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167 , #ac0f8ad250a1167 a{color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167:hover, #ac0f8ad250a1167 a:hover {color: rgba(238, 115, 46, 1);}#a6203ab874abeb0 , #a6203ab874abeb0 a{color: rgba(238, 115, 46, 1);}#a6203ab874abeb0:hover, #a6203ab874abeb0 a:hover {color: rgba(238, 115, 46, 1);}#a3501a4ddaad3c4 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a3501a4ddaad3c4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#abfa0a2301aff87 .ele-wrap {color: #ffffff;font-size: 18px;font-weight: 400;background-color: rgba(74, 144, 226, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#abfa0a2301aff87 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(74, 144, 226, 1);}#a6dcda0c78ab1cf a, #a6dcda0c78ab1cf span {border-top-width: 1px;border-top-color: rgba(238, 115, 46, 1);border-top-style: solid;border-right-color: rgba(238, 115, 46, 1);border-left-color: rgba(238, 115, 46, 1);border-bottom-color: rgba(238, 115, 46, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;padding-right: 6px;padding-left: 6px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#a0898a9ebfa8f41  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: right;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5723add03a3f93 {
  overflow: hidden;
}
#a5723add03a3f93 , #a5723add03a3f93 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(238, 115, 46, 1);}#a6bc6a58bea8ef3 , #a6bc6a58bea8ef3 .param-tag {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a2d1caf2c0a7baf [data-item="undefined"] {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a2d1caf2c0a7baf [data-item="undefined"]:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a220ca1d39aa307 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a220ca1d39aa307 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a220ca1d39aa307 .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a220ca1d39aa307 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a220ca1d39aa307 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a:before,
#a220ca1d39aa307 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a220ca1d39aa307 .menu-list > li ul li {
  position: relative;
}
#a220ca1d39aa307 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a220ca1d39aa307 .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a220ca1d39aa307 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul li a:active,
#a220ca1d39aa307 .menu-list li ul li a.active,
#a220ca1d39aa307 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul,
#a220ca1d39aa307 .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: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul.menu-b > li,
#a220ca1d39aa307 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a220ca1d39aa307 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a220ca1d39aa307 .menu-list li:hover > ul {
  display: block;
}
#a220ca1d39aa307 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a44cbaddb6aed94 , #a44cbaddb6aed94 a{color: rgba(255, 255, 255, 1);}#a44cbaddb6aed94:hover, #a44cbaddb6aed94 a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a796daa4e1a2e4f a, #a796daa4e1a2e4f {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a19dfae6f8ae339 {
  overflow: hidden;
}
#a19dfae6f8ae339 , #a19dfae6f8ae339 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a19dfae6f8ae339:hover , #a19dfae6f8ae339 *:hover {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a94e2a0dc6ab503 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9b67aafb7a7a15 .ap-category-filter ul li.active {
  border-color: #333333;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product-item {
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-preview .img {
  display: block;
}
#a9b67aafb7a7a15 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a9b67aafb7a7a15 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a9b67aafb7a7a15 .grid-list .product-info {
  min-height: 110px;
}
#a9b67aafb7a7a15 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a9b67aafb7a7a15 .grid-list .category-name {
  font-size: 12px;
}
#a9b67aafb7a7a15 .grid-list .category-name a {
  color: #777;
}
#a9b67aafb7a7a15 .grid-list .title,
#a9b67aafb7a7a15 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a9b67aafb7a7a15 .grid-list .title a,
#a9b67aafb7a7a15 .grid-list .subTitle a {
  color: #191919;
}
#a9b67aafb7a7a15 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a9b67aafb7a7a15 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a9b67aafb7a7a15 .grid-list {
  margin-left: -20px;
}
#a9b67aafb7a7a15 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a9b67aafb7a7a15 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a9b67aafb7a7a15 .grid-list .product:hover {
  background-color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .title a {
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product:hover .subTitle {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .category {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .abstract {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a9b67aafb7a7a15 .grid-list .product-info {
    min-height: 0;
  }
  #a9b67aafb7a7a15 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a9b67aafb7a7a15 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a66afae93fa4831 {
  overflow: hidden;
}
#a66afae93fa4831 .img-wrap {
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  transition: all 0.3s ease-in;
}
#a66afae93fa4831 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
#afbfdaf4ecaeb67 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#af81da3451abcde > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .acb23ab6c2a87ce {
  overflow: hidden;
}
#a2aeca886eab7a5 .acb23ab6c2a87ce , #a2aeca886eab7a5 .acb23ab6c2a87ce > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: center;font-family: inherit;line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .a1c72aea90a2188 {
  overflow: hidden;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2aeca886eab7a5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2aeca886eab7a5 .uk-position-center-left-out {
    left: -30px;
  }
  #a2aeca886eab7a5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac795ac2feaed40 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#a6013a2568acf72 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae6d6a7714a7175 .inner-detail p {
  margin: 0 0 20px 0;
}
#ae6d6a7714a7175 .inner-detail img {
  margin-bottom: 0 !important;
  margin-top: 10px;
}
#ae6d6a7714a7175 blockquote {
  border-left-color: #f5f5f5;
}
#ae6d6a7714a7175 .inner-detail {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  line-height: 32px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad0eeace26ad96a {
  overflow: hidden;
}
#ad0eeace26ad96a , #ad0eeace26ad96a > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a5ae0a6ce0aa80f , #a5ae0a6ce0aa80f a{color: rgba(238, 115, 46, 1);}#a5ae0a6ce0aa80f:hover, #a5ae0a6ce0aa80f a:hover {color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac , #a52c4a67eaac5ac a{color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac:hover, #a52c4a67eaac5ac a:hover {color: rgba(238, 115, 46, 1);}#a289ea8171a27ef , #a289ea8171a27ef a{color: rgba(238, 115, 46, 1);}#a289ea8171a27ef:hover, #a289ea8171a27ef a:hover {color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167 , #ac0f8ad250a1167 a{color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167:hover, #ac0f8ad250a1167 a:hover {color: rgba(238, 115, 46, 1);}#a6203ab874abeb0 , #a6203ab874abeb0 a{color: rgba(238, 115, 46, 1);}#a6203ab874abeb0:hover, #a6203ab874abeb0 a:hover {color: rgba(238, 115, 46, 1);}#a3501a4ddaad3c4 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a3501a4ddaad3c4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#abfa0a2301aff87 .ele-wrap {color: #ffffff;font-size: 18px;font-weight: 400;background-color: rgba(74, 144, 226, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#abfa0a2301aff87 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(74, 144, 226, 1);}#a6dcda0c78ab1cf a, #a6dcda0c78ab1cf span {border-top-width: 1px;border-top-color: rgba(238, 115, 46, 1);border-top-style: solid;border-right-color: rgba(238, 115, 46, 1);border-left-color: rgba(238, 115, 46, 1);border-bottom-color: rgba(238, 115, 46, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;padding-right: 6px;padding-left: 6px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#a0898a9ebfa8f41  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: right;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5723add03a3f93 {
  overflow: hidden;
}
#a5723add03a3f93 , #a5723add03a3f93 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(238, 115, 46, 1);}#a6bc6a58bea8ef3 , #a6bc6a58bea8ef3 .param-tag {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a2d1caf2c0a7baf [data-item="undefined"] {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a2d1caf2c0a7baf [data-item="undefined"]:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a220ca1d39aa307 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a220ca1d39aa307 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a220ca1d39aa307 .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a220ca1d39aa307 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a220ca1d39aa307 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a:before,
#a220ca1d39aa307 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a220ca1d39aa307 .menu-list > li ul li {
  position: relative;
}
#a220ca1d39aa307 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a220ca1d39aa307 .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a220ca1d39aa307 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul li a:active,
#a220ca1d39aa307 .menu-list li ul li a.active,
#a220ca1d39aa307 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul,
#a220ca1d39aa307 .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: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul.menu-b > li,
#a220ca1d39aa307 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a220ca1d39aa307 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a220ca1d39aa307 .menu-list li:hover > ul {
  display: block;
}
#a220ca1d39aa307 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a44cbaddb6aed94 , #a44cbaddb6aed94 a{color: rgba(255, 255, 255, 1);}#a44cbaddb6aed94:hover, #a44cbaddb6aed94 a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a796daa4e1a2e4f a, #a796daa4e1a2e4f {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a19dfae6f8ae339 {
  overflow: hidden;
}
#a19dfae6f8ae339 , #a19dfae6f8ae339 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a19dfae6f8ae339:hover , #a19dfae6f8ae339 *:hover {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a94e2a0dc6ab503 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9b67aafb7a7a15 .ap-category-filter ul li.active {
  border-color: #333333;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product-item {
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-preview .img {
  display: block;
}
#a9b67aafb7a7a15 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a9b67aafb7a7a15 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a9b67aafb7a7a15 .grid-list .product-info {
  min-height: 110px;
}
#a9b67aafb7a7a15 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a9b67aafb7a7a15 .grid-list .category-name {
  font-size: 12px;
}
#a9b67aafb7a7a15 .grid-list .category-name a {
  color: #777;
}
#a9b67aafb7a7a15 .grid-list .title,
#a9b67aafb7a7a15 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a9b67aafb7a7a15 .grid-list .title a,
#a9b67aafb7a7a15 .grid-list .subTitle a {
  color: #191919;
}
#a9b67aafb7a7a15 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a9b67aafb7a7a15 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a9b67aafb7a7a15 .grid-list {
  margin-left: -20px;
}
#a9b67aafb7a7a15 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a9b67aafb7a7a15 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a9b67aafb7a7a15 .grid-list .product:hover {
  background-color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .title a {
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product:hover .subTitle {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .category {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .abstract {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a9b67aafb7a7a15 .grid-list .product-info {
    min-height: 0;
  }
  #a9b67aafb7a7a15 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a9b67aafb7a7a15 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a66afae93fa4831 {
  overflow: hidden;
}
#a66afae93fa4831 .img-wrap {
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  transition: all 0.3s ease-in;
}
#a66afae93fa4831 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
#afbfdaf4ecaeb67 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#af81da3451abcde > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .acb23ab6c2a87ce {
  overflow: hidden;
}
#a2aeca886eab7a5 .acb23ab6c2a87ce , #a2aeca886eab7a5 .acb23ab6c2a87ce > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: center;font-family: inherit;line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .a1c72aea90a2188 {
  overflow: hidden;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2aeca886eab7a5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2aeca886eab7a5 .uk-position-center-left-out {
    left: -30px;
  }
  #a2aeca886eab7a5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac795ac2feaed40 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#a6013a2568acf72 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae6d6a7714a7175 .inner-detail p {
  margin: 0 0 20px 0;
}
#ae6d6a7714a7175 .inner-detail img {
  margin-bottom: 0 !important;
  margin-top: 10px;
}
#ae6d6a7714a7175 blockquote {
  border-left-color: #f5f5f5;
}
#ae6d6a7714a7175 .inner-detail {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  line-height: 32px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad0eeace26ad96a {
  overflow: hidden;
}
#ad0eeace26ad96a , #ad0eeace26ad96a > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a5ae0a6ce0aa80f , #a5ae0a6ce0aa80f a{color: rgba(238, 115, 46, 1);}#a5ae0a6ce0aa80f:hover, #a5ae0a6ce0aa80f a:hover {color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac , #a52c4a67eaac5ac a{color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac:hover, #a52c4a67eaac5ac a:hover {color: rgba(238, 115, 46, 1);}#a289ea8171a27ef , #a289ea8171a27ef a{color: rgba(238, 115, 46, 1);}#a289ea8171a27ef:hover, #a289ea8171a27ef a:hover {color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167 , #ac0f8ad250a1167 a{color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167:hover, #ac0f8ad250a1167 a:hover {color: rgba(238, 115, 46, 1);}#a6203ab874abeb0 , #a6203ab874abeb0 a{color: rgba(238, 115, 46, 1);}#a6203ab874abeb0:hover, #a6203ab874abeb0 a:hover {color: rgba(238, 115, 46, 1);}#a3501a4ddaad3c4 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a3501a4ddaad3c4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#abfa0a2301aff87 .ele-wrap {color: #ffffff;font-size: 18px;font-weight: 400;background-color: rgba(74, 144, 226, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#abfa0a2301aff87 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(74, 144, 226, 1);}#a6dcda0c78ab1cf a, #a6dcda0c78ab1cf span {border-top-width: 1px;border-top-color: rgba(238, 115, 46, 1);border-top-style: solid;border-right-color: rgba(238, 115, 46, 1);border-left-color: rgba(238, 115, 46, 1);border-bottom-color: rgba(238, 115, 46, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;padding-right: 6px;padding-left: 6px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#a0898a9ebfa8f41  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: right;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5723add03a3f93 {
  overflow: hidden;
}
#a5723add03a3f93 , #a5723add03a3f93 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(238, 115, 46, 1);}#a6bc6a58bea8ef3 , #a6bc6a58bea8ef3 .param-tag {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a2d1caf2c0a7baf [data-item="undefined"] {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a2d1caf2c0a7baf [data-item="undefined"]:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a220ca1d39aa307 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a220ca1d39aa307 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a220ca1d39aa307 .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a220ca1d39aa307 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a220ca1d39aa307 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a:before,
#a220ca1d39aa307 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a220ca1d39aa307 .menu-list > li ul li {
  position: relative;
}
#a220ca1d39aa307 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a220ca1d39aa307 .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a220ca1d39aa307 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul li a:active,
#a220ca1d39aa307 .menu-list li ul li a.active,
#a220ca1d39aa307 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul,
#a220ca1d39aa307 .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: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul.menu-b > li,
#a220ca1d39aa307 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a220ca1d39aa307 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a220ca1d39aa307 .menu-list li:hover > ul {
  display: block;
}
#a220ca1d39aa307 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a44cbaddb6aed94 , #a44cbaddb6aed94 a{color: rgba(255, 255, 255, 1);}#a44cbaddb6aed94:hover, #a44cbaddb6aed94 a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a796daa4e1a2e4f a, #a796daa4e1a2e4f {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a19dfae6f8ae339 {
  overflow: hidden;
}
#a19dfae6f8ae339 , #a19dfae6f8ae339 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a19dfae6f8ae339:hover , #a19dfae6f8ae339 *:hover {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a94e2a0dc6ab503 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9b67aafb7a7a15 .ap-category-filter ul li.active {
  border-color: #333333;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product-item {
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-preview .img {
  display: block;
}
#a9b67aafb7a7a15 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a9b67aafb7a7a15 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a9b67aafb7a7a15 .grid-list .product-info {
  min-height: 110px;
}
#a9b67aafb7a7a15 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a9b67aafb7a7a15 .grid-list .category-name {
  font-size: 12px;
}
#a9b67aafb7a7a15 .grid-list .category-name a {
  color: #777;
}
#a9b67aafb7a7a15 .grid-list .title,
#a9b67aafb7a7a15 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a9b67aafb7a7a15 .grid-list .title a,
#a9b67aafb7a7a15 .grid-list .subTitle a {
  color: #191919;
}
#a9b67aafb7a7a15 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a9b67aafb7a7a15 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a9b67aafb7a7a15 .grid-list {
  margin-left: -20px;
}
#a9b67aafb7a7a15 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a9b67aafb7a7a15 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a9b67aafb7a7a15 .grid-list .product:hover {
  background-color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .title a {
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product:hover .subTitle {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .category {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .abstract {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a9b67aafb7a7a15 .grid-list .product-info {
    min-height: 0;
  }
  #a9b67aafb7a7a15 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a9b67aafb7a7a15 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a66afae93fa4831 {
  overflow: hidden;
}
#a66afae93fa4831 .img-wrap {
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  transition: all 0.3s ease-in;
}
#a66afae93fa4831 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
#afbfdaf4ecaeb67 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#af81da3451abcde > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .acb23ab6c2a87ce {
  overflow: hidden;
}
#a2aeca886eab7a5 .acb23ab6c2a87ce , #a2aeca886eab7a5 .acb23ab6c2a87ce > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: center;font-family: inherit;line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .a1c72aea90a2188 {
  overflow: hidden;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2aeca886eab7a5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2aeca886eab7a5 .uk-position-center-left-out {
    left: -30px;
  }
  #a2aeca886eab7a5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac795ac2feaed40 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#a6013a2568acf72 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae6d6a7714a7175 .inner-detail p {
  margin: 0 0 20px 0;
}
#ae6d6a7714a7175 .inner-detail img {
  margin-bottom: 0 !important;
  margin-top: 10px;
}
#ae6d6a7714a7175 blockquote {
  border-left-color: #f5f5f5;
}
#ae6d6a7714a7175 .inner-detail {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  line-height: 32px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad0eeace26ad96a {
  overflow: hidden;
}
#ad0eeace26ad96a , #ad0eeace26ad96a > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a5ae0a6ce0aa80f , #a5ae0a6ce0aa80f a{color: rgba(238, 115, 46, 1);}#a5ae0a6ce0aa80f:hover, #a5ae0a6ce0aa80f a:hover {color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac , #a52c4a67eaac5ac a{color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac:hover, #a52c4a67eaac5ac a:hover {color: rgba(238, 115, 46, 1);}#a289ea8171a27ef , #a289ea8171a27ef a{color: rgba(238, 115, 46, 1);}#a289ea8171a27ef:hover, #a289ea8171a27ef a:hover {color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167 , #ac0f8ad250a1167 a{color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167:hover, #ac0f8ad250a1167 a:hover {color: rgba(238, 115, 46, 1);}#a6203ab874abeb0 , #a6203ab874abeb0 a{color: rgba(238, 115, 46, 1);}#a6203ab874abeb0:hover, #a6203ab874abeb0 a:hover {color: rgba(238, 115, 46, 1);}#a3501a4ddaad3c4 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a3501a4ddaad3c4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#abfa0a2301aff87 .ele-wrap {color: #ffffff;font-size: 18px;font-weight: 400;background-color: rgba(74, 144, 226, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#abfa0a2301aff87 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(74, 144, 226, 1);}#a6dcda0c78ab1cf a, #a6dcda0c78ab1cf span {border-top-width: 1px;border-top-color: rgba(238, 115, 46, 1);border-top-style: solid;border-right-color: rgba(238, 115, 46, 1);border-left-color: rgba(238, 115, 46, 1);border-bottom-color: rgba(238, 115, 46, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;padding-right: 6px;padding-left: 6px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#a0898a9ebfa8f41  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: right;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5723add03a3f93 {
  overflow: hidden;
}
#a5723add03a3f93 , #a5723add03a3f93 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(238, 115, 46, 1);}#a6bc6a58bea8ef3 , #a6bc6a58bea8ef3 .param-tag {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a2d1caf2c0a7baf [data-item="undefined"] {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a2d1caf2c0a7baf [data-item="undefined"]:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a220ca1d39aa307 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a220ca1d39aa307 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a220ca1d39aa307 .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a220ca1d39aa307 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a220ca1d39aa307 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a:before,
#a220ca1d39aa307 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a220ca1d39aa307 .menu-list > li ul li {
  position: relative;
}
#a220ca1d39aa307 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a220ca1d39aa307 .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a220ca1d39aa307 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul li a:active,
#a220ca1d39aa307 .menu-list li ul li a.active,
#a220ca1d39aa307 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul,
#a220ca1d39aa307 .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: #ee732e;
}
#a220ca1d39aa307 .menu-list li ul.menu-b > li,
#a220ca1d39aa307 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a220ca1d39aa307 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a220ca1d39aa307 .menu-list li:hover > ul {
  display: block;
}
#a220ca1d39aa307 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a44cbaddb6aed94 , #a44cbaddb6aed94 a{color: rgba(255, 255, 255, 1);}#a44cbaddb6aed94:hover, #a44cbaddb6aed94 a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a796daa4e1a2e4f a, #a796daa4e1a2e4f {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a19dfae6f8ae339 {
  overflow: hidden;
}
#a19dfae6f8ae339 , #a19dfae6f8ae339 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a19dfae6f8ae339:hover , #a19dfae6f8ae339 *:hover {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 26px;text-align: left;font-family: inherit;color: rgba(51, 51, 51, 1);}#a94e2a0dc6ab503 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9b67aafb7a7a15 .ap-category-filter ul li.active {
  border-color: #333333;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product-item {
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-preview .img {
  display: block;
}
#a9b67aafb7a7a15 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a9b67aafb7a7a15 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a9b67aafb7a7a15 .grid-list .product-info {
  min-height: 110px;
}
#a9b67aafb7a7a15 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a9b67aafb7a7a15 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a9b67aafb7a7a15 .grid-list .category-name {
  font-size: 12px;
}
#a9b67aafb7a7a15 .grid-list .category-name a {
  color: #777;
}
#a9b67aafb7a7a15 .grid-list .title,
#a9b67aafb7a7a15 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a9b67aafb7a7a15 .grid-list .title a,
#a9b67aafb7a7a15 .grid-list .subTitle a {
  color: #191919;
}
#a9b67aafb7a7a15 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a9b67aafb7a7a15 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a9b67aafb7a7a15 .grid-list {
  margin-left: -20px;
}
#a9b67aafb7a7a15 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a9b67aafb7a7a15 .grid-list .product-btn {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a9b67aafb7a7a15 .grid-list .title a {
  display: block;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list.uk-grid-small > * {
  padding-left: 20px;
}
#a9b67aafb7a7a15 .grid-list .product:hover {
  background-color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .title a {
  color: #333333;
}
#a9b67aafb7a7a15 .grid-list .product:hover .subTitle {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .category {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .abstract {
  color: auto;
}
#a9b67aafb7a7a15 .grid-list .product:hover .product-btn {
  color: auto;
}
@media (max-width: 640px) {
  #a9b67aafb7a7a15 .grid-list .product-info {
    min-height: 0;
  }
  #a9b67aafb7a7a15 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a9b67aafb7a7a15 .grid-list .product-buttons {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a66afae93fa4831 {
  overflow: hidden;
}
#a66afae93fa4831 .img-wrap {
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  transition: all 0.3s ease-in;
}
#a66afae93fa4831 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
#afbfdaf4ecaeb67 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#af81da3451abcde > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .acb23ab6c2a87ce {
  overflow: hidden;
}
#a2aeca886eab7a5 .acb23ab6c2a87ce , #a2aeca886eab7a5 .acb23ab6c2a87ce > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: center;font-family: inherit;line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .a1c72aea90a2188 {
  overflow: hidden;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap {
  transition: all 0.3s ease-in;
}
#a2aeca886eab7a5 .a1c72aea90a2188 .img-wrap:hover {
  border-color: #ffffff;
  transform: scale(1.3);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2aeca886eab7a5 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a2aeca886eab7a5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2aeca886eab7a5 .uk-position-center-left-out {
    left: -30px;
  }
  #a2aeca886eab7a5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac795ac2feaed40 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}#a6013a2568acf72 > .ele-wrap {background-color: rgba(242, 242, 242, 1);border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae6d6a7714a7175 .inner-detail p {
  margin: 0 0 20px 0;
}
#ae6d6a7714a7175 .inner-detail img {
  margin-bottom: 0 !important;
  margin-top: 10px;
}
#ae6d6a7714a7175 blockquote {
  border-left-color: #f5f5f5;
}
#ae6d6a7714a7175 .inner-detail {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  line-height: 32px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad0eeace26ad96a {
  overflow: hidden;
}
#ad0eeace26ad96a , #ad0eeace26ad96a > * {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a5ae0a6ce0aa80f , #a5ae0a6ce0aa80f a{color: rgba(238, 115, 46, 1);}#a5ae0a6ce0aa80f:hover, #a5ae0a6ce0aa80f a:hover {color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac , #a52c4a67eaac5ac a{color: rgba(238, 115, 46, 1);}#a52c4a67eaac5ac:hover, #a52c4a67eaac5ac a:hover {color: rgba(238, 115, 46, 1);}#a289ea8171a27ef , #a289ea8171a27ef a{color: rgba(238, 115, 46, 1);}#a289ea8171a27ef:hover, #a289ea8171a27ef a:hover {color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167 , #ac0f8ad250a1167 a{color: rgba(238, 115, 46, 1);}#ac0f8ad250a1167:hover, #ac0f8ad250a1167 a:hover {color: rgba(238, 115, 46, 1);}#a6203ab874abeb0 , #a6203ab874abeb0 a{color: rgba(238, 115, 46, 1);}#a6203ab874abeb0:hover, #a6203ab874abeb0 a:hover {color: rgba(238, 115, 46, 1);}#a3501a4ddaad3c4 .ele-wrap {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a3501a4ddaad3c4 .ele-wrap:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#abfa0a2301aff87 .ele-wrap {color: #ffffff;font-size: 18px;font-weight: 400;background-color: rgba(74, 144, 226, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#abfa0a2301aff87 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(74, 144, 226, 1);}#a6dcda0c78ab1cf a, #a6dcda0c78ab1cf span {border-top-width: 1px;border-top-color: rgba(238, 115, 46, 1);border-top-style: solid;border-right-color: rgba(238, 115, 46, 1);border-left-color: rgba(238, 115, 46, 1);border-bottom-color: rgba(238, 115, 46, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-right-radius: 2px;border-bottom-right-radius: 2px;border-bottom-left-radius: 2px;border-top-left-radius: 2px;padding-right: 6px;padding-left: 6px;padding-top: 1px;padding-bottom: 1px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#a0898a9ebfa8f41  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: right;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5723add03a3f93 {
  overflow: hidden;
}
#a5723add03a3f93 , #a5723add03a3f93 > * {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 20px;text-align: left;font-family: inherit;color: rgba(238, 115, 46, 1);}#a6bc6a58bea8ef3 , #a6bc6a58bea8ef3 .param-tag {
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#a2d1caf2c0a7baf [data-item="undefined"] {color: #fff;font-size: 18px;font-weight: 400;background-color: rgba(238, 115, 46, 1);border-radius: 0px;justify-content: center;border-style: solid;box-shadow: 0px 0px 0px 0px ;}#a2d1caf2c0a7baf [data-item="undefined"]:hover {background-color: #0483cc;color: #ffffff;background-color: rgba(238, 115, 46, 1);border-color: rgba(238, 115, 46, 1);}#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7ac1a1033ac3ab .feature-image,
#a7ac1a1033ac3ab feature-image-wrap {
  height: 500px;
}
#a7ac1a1033ac3ab .feature-image {
  bottom: -20px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae5f8a0bb1a36fe .post-cate {
  position: absolute;
  margin-left: 0;
  left: 30px;
  top: 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #007bff;
  color: #fff;
}
#ae5f8a0bb1a36fe .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
#ae5f8a0bb1a36fe .new-list .uk-cover-container {
  min-height: 80px;
}
#ae5f8a0bb1a36fe .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#ae5f8a0bb1a36fe .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#ae5f8a0bb1a36fe .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%); */
}
#ae5f8a0bb1a36fe .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;
}
#ae5f8a0bb1a36fe .main-item:hover::after {
  opacity: 1;
}
#ae5f8a0bb1a36fe .main-info {
  z-index: 100;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5938ac7d8af74f .sidebar {
  width: 320px;
}
@media (max-width: 640px) {
  #a5938ac7d8af74f .sidebar {
    width: 100%;
  }
}
#a5938ac7d8af74f .menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 70px;
  padding-left: 20px;
}
#a5938ac7d8af74f .menu-header h4 span {
  font-size: 12px;
}
#a5938ac7d8af74f .menu-level-1 {
  border: 1px solid #ECECEC;
  margin-bottom: 15px;
}
#a5938ac7d8af74f .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;
}
#a5938ac7d8af74f .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;
}
#a5938ac7d8af74f .menu-item a:hover {
  color: #ee732e;
}
#a5938ac7d8af74f .menu-item a:hover > .indicator {
  background-image: url(/resources/sys/img/icons/menu_icon_hover.png);
}
#a5938ac7d8af74f .menu-level-1 > a {
  color: #333;
  font-size: 18px;
  position: relative;
  background: #eaeaea;
}
#a5938ac7d8af74f .menu-level-3 {
  padding-left: 15px;
}
#a5938ac7d8af74f .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#a5938ac7d8af74f .accordion-menu li a:hover {
  background-color: #333333;
  color: #fff;
  border: none;
}
#a5938ac7d8af74f .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#a5938ac7d8af74f .contact-phone {
  padding: 15px 0 15px 70px;
  color: #333;
}
#a5938ac7d8af74f .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;
}
#a5938ac7d8af74f .contact-info {
  border-top: 1px solid #ECECEC;
}
#a5938ac7d8af74f .contact-info p {
  margin: 0;
}
#a5938ac7d8af74f .phone {
  font-size: 24px;
  font-family: arial;
  line-height: 1;
}
#a5938ac7d8af74f .hot-list {
  padding: 15px;
}
#a5938ac7d8af74f .hot-list a {
  color: #777;
}
#a5938ac7d8af74f .hot-list a:hover {
  color: #ee732e;
}
#a5938ac7d8af74f .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#a5938ac7d8af74f .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a5938ac7d8af74f .hot-item:hover a {
  color: #ee732e;
}
#a5938ac7d8af74f .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a5938ac7d8af74f .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #333333;
  content: "";
}
#a5938ac7d8af74f .content-header {
  padding-bottom: 10px;
}
#a5938ac7d8af74f .uk-button-group .uk-button {
  font-size: 12px;
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
}
#a5938ac7d8af74f .uk-button-group .uk-button:first-child {
  border-radius: 15px 0 0 15px;
}
#a5938ac7d8af74f .uk-button-group .uk-button:last-child {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 640px) {
  #a5938ac7d8af74f .uk-padding-small {
    padding: 0;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa8daa1293af4c8 .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3172ae4d8ab055 .search-wrap {
  width: 810px;
  max-width: 100%;
  margin: 40px auto 40px;
  position: relative;
}
#a3172ae4d8ab055 .search .icon {
  width: 18px;
  fill: #fff;
  display: inline-block;
  margin-right: 6px;
}
#a3172ae4d8ab055 h3 {
  font-size: 30px;
  line-height: 52px;
  color: #fff;
}
#a3172ae4d8ab055 .subTitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  font-weight: 500;
}
#a3172ae4d8ab055 .search {
  width: 100%;
  position: relative;
}
#a3172ae4d8ab055 .tip {
  font-size: 14px;
  line-height: 1;
}
#a3172ae4d8ab055 .search input {
  width: 700px;
  max-width: 100%;
  height: 50px;
  margin-right: 115px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 15px 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}
#a3172ae4d8ab055 .search input::placeholder {
  color: #999;
}
#a3172ae4d8ab055 .search .btn {
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  background-color: #108CEE;
  width: 115px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bolder;
}
#a3172ae4d8ab055 .partner-info {
  border-top: 1px solid #ececec;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  color: #777;
  line-height: 1.5;
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
}
#a3172ae4d8ab055 .partner-info .level {
  width: 170px;
  height: 32px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 20px;
}
#a3172ae4d8ab055 .partner-info .partner-name {
  display: inline-block;
  font-size: 22px;
  margin-bottom: 10px;
  color: #555;
  line-height: 32px;
  margin-right: 20px;
  float: left;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a19e0a7ebaad849 .el-process-item {
  position: relative;
}
#a19e0a7ebaad849 .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#a19e0a7ebaad849 .el-process-item-linker {
  position: absolute;
  height: 1px;
  top: 25px;
  left: calc(50% - -52px);
  overflow: hidden;
  background: #999999;
  width: calc(100% - 82px);
}
@media (max-width: 960px) {
  #a19e0a7ebaad849 .el-process-item .el-process-item-linker {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3ae7afa6fa7461 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a3ae7afa6fa7461.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}#a7ac1a1033ac3ab [data-item="title"] {left: -298px;top: 157px; position: relative;}#a7ac1a1033ac3ab [data-item="buttons[0]"] {left: -1px;top: 141px; position: relative;}#a7ac1a1033ac3ab [data-item="abstract"] {left: 0px;top: 73px; position: relative;}#a7ac1a1033ac3ab [data-item="subTitle"] {left: 1px;top: 208px; position: relative;}#ae5f8a0bb1a36fe [data-item*=".title"], #ae5f8a0bb1a36fe [data-item*=".title"] a {max-line: 2;font-size: 16px;line-height: 1.5;bold: false;color: rgba(51, 51, 51, 1);}#ae5f8a0bb1a36fe [data-item*=".abstract"], #ae5f8a0bb1a36fe [data-item*=".abstract"] a {show: false;}#ae5f8a0bb1a36fe [data-item*=".subTitle"], #ae5f8a0bb1a36fe [data-item*=".subTitle"] a {show: false;}#ae5f8a0bb1a36fe [data-item*=".category"], #ae5f8a0bb1a36fe [data-item*=".category"] a {show: false;}#ae5f8a0bb1a36fe [data-item="items"] .img {background-size: cover;}#ae5f8a0bb1a36fe [data-item="items"] {left: 0px;top: -32px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abd55a9c72a3f10 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abd55a9c72a3f10 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abd55a9c72a3f10 .ap-icon {
  margin-right: 6px;
}
#abd55a9c72a3f10 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 nullpx;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ee732e;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #ee732e;
  border-top-style: solid;
  border-right-color: #ee732e;
  border-left-color: #ee732e;
  border-bottom-color: #ee732e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-right: 50px;
  margin-top: 0;
  margin-left: 0;
  width: 150px;
  height: 50px;
}
#abd55a9c72a3f10 .menu-list > li.icon-bottom > a,
#abd55a9c72a3f10 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abd55a9c72a3f10 .menu-list > li.icon-bottom > a .ap-icon,
#abd55a9c72a3f10 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abd55a9c72a3f10 .menu-list > li.icon-bottom > a .ap-icon svg,
#abd55a9c72a3f10 .menu-list > li.icon-top > a .ap-icon svg,
#abd55a9c72a3f10 .menu-list > li.icon-bottom > a .ap-icon img,
#abd55a9c72a3f10 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abd55a9c72a3f10 .menu-list > li.icon-right > a .ap-icon,
#abd55a9c72a3f10 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abd55a9c72a3f10 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abd55a9c72a3f10 .menu-list > li:hover > a,
#abd55a9c72a3f10 .menu-list > li.active > a {
  background: #ee732e;
  background-color: #ee732e;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #ee732e;
  border-top-style: solid;
  border-right-color: #ee732e;
  border-left-color: #ee732e;
  border-bottom-color: #ee732e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#abd55a9c72a3f10 .menu-list ul,
#abd55a9c72a3f10 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abd55a9c72a3f10 .menu-list ul {
  top: 51px;
  left: 50%;
  transform: translateX(-50%);
}
#abd55a9c72a3f10 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abd55a9c72a3f10 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abd55a9c72a3f10 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a5938ac7d8af74f .uk-grid {margin-left: -40px;}@media (min-width: 1200px) {
                    #a5938ac7d8af74f .uk-grid { margin-left: -40px;}
                }@media (max-width: 640) {
                    #a5938ac7d8af74f .uk-grid { margin-left: -40px;}
                }#a5938ac7d8af74f .uk-grid>* {padding-left: 40px;}@media (min-width: 1200px) {
                    #a5938ac7d8af74f .uk-grid>* { padding-left: 40px;}
                }@media (max-width: 640) {#a5938ac7d8af74f .uk-grid>* {
                    padding-left: 40px;}
                }#a5938ac7d8af74f .uk-grid>.uk-grid-margin {margin-top: 40px;}@media (min-width: 1200px) {
                    #a5938ac7d8af74f .uk-grid>.uk-grid-margin {margin-top: 40px;}
                }@media (max-width: 640) {
                    #a5938ac7d8af74f .uk-grid>.uk-grid-margin {margin-top: 40px;}
                }#a5938ac7d8af74f .dynamic-pagination li,#a5938ac7d8af74f .uk-pagination li {
                border-color: #ee732e; color: #ee732e;}#a5938ac7d8af74f .dynamic-pagination li a, #a5938ac7d8af74f .uk-pagination a {
                color: #ee732e
            }#a5938ac7d8af74f .dynamic-pagination li.uk-active, #a5938ac7d8af74f .uk-pagination li.uk-active {
                border-color: #ee732e;background-color: #ee732e}#a5938ac7d8af74f .dynamic-pagination li.uk-active a, #a5938ac7d8af74f .uk-pagination li.uk-active a{color: #ffffff}#a5938ac7d8af74f [data-item*=".title"], #a5938ac7d8af74f [data-item*=".title"] a {max-line: 2;font-size: 20px;text-align: left;line-height: 1.5;max-words: 30;}#a5938ac7d8af74f [data-item*=".abstract"], #a5938ac7d8af74f [data-item*=".abstract"] a {show: true;max-line: 3;text-align: left;font-size: 14px;line-height: 1.5;max-words: 65;}#a5938ac7d8af74f [data-item*=".subTitle"], #a5938ac7d8af74f [data-item*=".subTitle"] a {show: true;}#a5938ac7d8af74f [data-item*=".category"], #a5938ac7d8af74f [data-item*=".category"] a {show: true;}#a5938ac7d8af74f [data-item="items"] .img {background-size: cover;}#a4a10a6974a3f28 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#abc23a6936a7d50 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a21bdae6a1a0707 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a68acae432ad619 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a330da87ebae059 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3ff1a5ebfa43b0 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a40bda8908a093b > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a550fae15ba204f > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#abe0daa765a7b72 [data-item="items"] {left: 0px;top: -11px; position: relative;}#abe0daa765a7b72 [data-item="title"] {left: -3px;top: 7px; position: relative;}#ac7dba008baf215 > .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);}#af8a4ade5eafe46 > .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);}#aa962ad2d2a70b2 > .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);}#a8cd8adbcfa11d0 > .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);}#a4343a4753afd81 > .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);}#aa4b4a1b45a9ebb > .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);}#a5a50abfe8ab8fc [data-item="items[1].abstract"] {left: 0px;top: -1px; position: relative;}#a5a50abfe8ab8fc [data-item="items[2].abstract"] {left: 0px;top: -8px; position: relative;}#a5a50abfe8ab8fc [data-item="items"] {left: 0px;top: 68px; position: relative;}#a5a50abfe8ab8fc [data-item="abstract"] {left: -9px;top: 9px; position: relative;}#a5a50abfe8ab8fc [data-item="title"] {left: -5px;top: 7px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab484aeb44ae70f .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ab484aeb44ae70f .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a19e0a7ebaad849 [data-item="items[0].abstract"] {left: 0px;top: 19px; position: relative;}#a19e0a7ebaad849 [data-item="items[1].abstract"] {left: 0px;top: 19px; position: relative;}#a19e0a7ebaad849 [data-item="items[2].abstract"] {left: 0px;top: 19px; position: relative;}#a19e0a7ebaad849 [data-item="items[3].abstract"] {left: 0px;top: 17px; position: relative;}#a19e0a7ebaad849 [data-item="items[0]"] {left: 0px;top: -36px; position: relative;}#a19e0a7ebaad849 [data-item="items[1]"] {left: 0px;top: -36px; position: relative;}#a19e0a7ebaad849 [data-item="items[2]"] {left: 0px;top: -36px; position: relative;}#a19e0a7ebaad849 [data-item="items[3]"] {left: 0px;top: -36px; position: relative;}#a19e0a7ebaad849 [data-item="abstract"] {left: 0px;top: 5px; position: relative;}#a19e0a7ebaad849 [data-item="title"] {left: -1px;top: 10px; position: relative;}#a19e0a7ebaad849 [data-item="items[0].title"] {left: 0px;top: 7px; position: relative;}#a19e0a7ebaad849 [data-item="items[1].title"] {left: 0px;top: 7px; position: relative;}#a19e0a7ebaad849 [data-item="items[2].title"] {left: 0px;top: 7px; position: relative;}#a19e0a7ebaad849 [data-item="items[3].title"] {left: 0px;top: 7px; position: relative;}#a3ae7afa6fa7461 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a3ae7afa6fa7461 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7565aef94a3c77 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7f7fa364ea8e9b .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a7f7fa364ea8e9b .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a7f7fa364ea8e9b .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a7f7fa364ea8e9b .uk-container {
    padding: 0;
  }
  #a7f7fa364ea8e9b .sidebar {
    padding: 10px;
  }
}
#a7f7fa364ea8e9b .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a7f7fa364ea8e9b .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a7f7fa364ea8e9b .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #333333;
  cursor: pointer;
}
#a7f7fa364ea8e9b .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#a7f7fa364ea8e9b .content-tags a:hover {
  background: #333333;
  color: #fff;
  border-color: #333333;
}
#a7f7fa364ea8e9b .abstract,
#a7f7fa364ea8e9b .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a7f7fa364ea8e9b .copyright a {
  color: #999;
  word-break: break-all;
}
#a7f7fa364ea8e9b .detail-content {
  font-size: 16px;
  color: #444;
}
#a7f7fa364ea8e9b .detail-content img {
  margin-bottom: 10px;
}
#a7f7fa364ea8e9b .detail-content table {
  font-size: 13px;
}
#a7f7fa364ea8e9b .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a7f7fa364ea8e9b .hot-list,
#a7f7fa364ea8e9b .new-list {
  padding: 12px;
}
#a7f7fa364ea8e9b .new-list a:hover,
#a7f7fa364ea8e9b .hot-list a:hover {
  color: #ee732e;
}
#a7f7fa364ea8e9b .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a7f7fa364ea8e9b .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a7f7fa364ea8e9b .hot-item:hover a {
  color: #ee732e;
}
#a7f7fa364ea8e9b .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a7f7fa364ea8e9b .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #333333;
  content: "";
}
#a7f7fa364ea8e9b .content-header {
  padding-bottom: 10px;
}
#a7f7fa364ea8e9b .item-title {
  color: #333;
}
#a7f7fa364ea8e9b input::placeholder {
  color: #999;
}
#a7f7fa364ea8e9b .datetime {
  color: #999;
}
#a7f7fa364ea8e9b .new-item a {
  padding-left: 25px;
}
#a7f7fa364ea8e9b .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#a7f7fa364ea8e9b .siblings a {
  color: #444;
  line-height: 2;
}
#a7f7fa364ea8e9b .siblings a:hover {
  color: #ee732e;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9961a48fba12ab .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a9961a48fba12ab.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afe50a2a0aacf56 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#afe50a2a0aacf56 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#afe50a2a0aacf56 .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#afe50a2a0aacf56 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#afe50a2a0aacf56 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#afe50a2a0aacf56 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#afe50a2a0aacf56 .menu-list > li.active > a:before,
#afe50a2a0aacf56 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#afe50a2a0aacf56 .menu-list > li ul li {
  position: relative;
}
#afe50a2a0aacf56 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#afe50a2a0aacf56 .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#afe50a2a0aacf56 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#afe50a2a0aacf56 .menu-list li ul li a:active,
#afe50a2a0aacf56 .menu-list li ul li a.active,
#afe50a2a0aacf56 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#afe50a2a0aacf56 .menu-list li ul,
#afe50a2a0aacf56 .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: #ee732e;
}
#afe50a2a0aacf56 .menu-list li ul.menu-b > li,
#afe50a2a0aacf56 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#afe50a2a0aacf56 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#afe50a2a0aacf56 .menu-list li:hover > ul {
  display: block;
}
#afe50a2a0aacf56 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ad302a1424a9d27 , #ad302a1424a9d27 a{color: rgba(255, 255, 255, 1);}#ad302a1424a9d27:hover, #ad302a1424a9d27 a:hover {color: rgba(255, 255, 255, 1);}#a7f7fa364ea8e9b .uk-container {max-width: 1200px;}#a7f7fa364ea8e9b [data-item="share"] {left: -2px;top: 4px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a967da02caa5bcc .jquery-accordion-menu {
  width: 100%;
  position: relative;
  background: #ee732e;
  background-color: #ee732e;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
}
#a967da02caa5bcc .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 22px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #f0f0f0;
}
#a967da02caa5bcc .jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#a967da02caa5bcc .jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  position: relative;
}
#a967da02caa5bcc .jquery-accordion-menu ul li a {
  color: #f0f0f0;
  display: block;
  width: 100%;
  padding: 14px 22px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition: color .2s linear,background .2s linear;
  -moz-transition: color .2s linear,background .2s linear;
  -webkit-transition: color .2s linear,background .2s linear;
  transition: color .2s linear,background .2s linear;
}
#a967da02caa5bcc .jquery-accordion-menu > ul > li:hover > a {
  color: #fff;
  background: #ec6316;
  border-bottom-color: #dc5b12;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a967da02caa5bcc .jquery-accordion-menu > ul > li.active > a {
  border-bottom-color: #ec661b;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a967da02caa5bcc .jquery-accordion-menu > ul > li > a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ec661b;
}
#a967da02caa5bcc .jquery-accordion-menu ul li a img,
#a967da02caa5bcc .jquery-accordion-menu ul li a svg {
  width: 14px;
  margin-right: 8px;
  margin-top: 4px;
  float: left;
  fill: currentColor;
  text-align: left;
}
#a967da02caa5bcc .jquery-accordion-menu .submenu-indicator {
  cursor: pointer;
  float: right;
  right: 22px;
  position: absolute;
  line-height: 19px;
  font-size: 20px;
  -o-transition: transform .3s linear;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -ms-transition: transform .3s linear;
}
#a967da02caa5bcc .jquery-accordion-menu ul ul.submenu .submenu-indicator {
  line-height: 16px;
}
#a967da02caa5bcc .jquery-accordion-menu .submenu-indicator-minus > .submenu-indicator {
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#a967da02caa5bcc .jquery-accordion-menu ul ul.submenu,
#a967da02caa5bcc .jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
#a967da02caa5bcc .jquery-accordion-menu ul ul.submenu.show,
#a967da02caa5bcc .jquery-accordion-menu ul ul.submenu li ul.submenu.show {
  display: block;
}
#a967da02caa5bcc .jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
#a967da02caa5bcc .jquery-accordion-menu ul ul.submenu li a {
  border-left: 3px solid transparent;
  width: 100%;
  display: block;
  font-size: 12px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 6px transparent;
  -o-transition: border .2s linear;
  -moz-transition: border .2s linear;
  -webkit-transition: border .2s linear;
  transition: border .2s linear;
}
#a967da02caa5bcc .jquery-accordion-menu ul ul.submenu.show > li > a {
  background: #ee732e;
}
#a967da02caa5bcc .jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #ee732e;
}
#a967da02caa5bcc .jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
#a967da02caa5bcc .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
#a967da02caa5bcc .jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > ul.submenu > li > a {
  padding-left: 60px;
}
#a967da02caa5bcc .jquery-accordion-menu > ul > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a967da02caa5bcc .jquery-accordion-menu ul.submenu li a {
  padding-top: 14px;
  padding-bottom: 14px;
}
#a4489af07dafe98 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9661aa204ab941 > .ele-wrap {background-color: rgba(255, 255, 255, 0);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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae869adf51a2acb > .ele-wrap {background-color: rgba(255, 255, 255, 0);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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae1e8ad0cca5408 > .ele-wrap {background-color: rgba(255, 255, 255, 0);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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adfb0a53d5a3d01 > .ele-wrap {background-color: rgba(255, 255, 255, 0);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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad29ca4747a3406 > .ele-wrap {background-color: rgba(255, 255, 255, 0);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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7e13ab746a07ca .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#a7e13ab746a07ca .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ae68baa784a3efd .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#ae68baa784a3efd .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a5cf2ad390ae3d8 .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#a5cf2ad390ae3d8 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#afa92a54d7a0f44 .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#afa92a54d7a0f44 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a3582ad0d4a4a86 .ele-wrap {border-width: 0px;border-style: solid;color: #ffffff;
                background-image: linear-gradient(45deg,
                rgba(255, 171, 102, 1),
                rgba(255, 95, 69, 1));
            border-radius: 0px;font-size: 16px;justify-content: center;}#a3582ad0d4a4a86 .ele-wrap:hover {border-color: rgba(255, 95, 69, 1);background-color: rgba(255, 95, 69, 1);color: #ffffff;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a474cafc00a4ade > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(204, 204, 204, 1);border-right-style: solid;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: solid;border-bottom-style: solid;border-top-style: solid;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8357a4facacb59 > .ele-wrap {background-color: rgba(255, 255, 255, 0);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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9c26ac55cadc79 > .ele-wrap {background-color: rgba(255, 255, 255, 0);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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a569aa0a9ea9071 > .ele-wrap {background-color: rgba(255, 255, 255, 0);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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a691ca6457ac99d > .ele-wrap {background-color: rgba(255, 255, 255, 0);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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa8aba8d8ca54f9 > .ele-wrap {background-color: rgba(255, 255, 255, 0);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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a17bda563daa232 .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#a17bda563daa232 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a5000afd52a6061 .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#a5000afd52a6061 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a0187a22e5a36f9 .ele-wrap {border-color: rgba(124, 192, 255, 1);border-width: 1px;border-style: solid;color: #0085ff;background-color: transparent;border-radius: 25px;font-size: 12px;justify-content: center;}#a0187a22e5a36f9 .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#ae03cafe56a663a .ele-wrap {border-width: 0px;border-style: solid;color: #ffffff;
                background-image: linear-gradient(45deg,
                rgba(255, 171, 102, 1),
                rgba(255, 95, 69, 1));
            border-radius: 0px;font-size: 16px;justify-content: center;}#ae03cafe56a663a .ele-wrap:hover {border-color: rgba(255, 95, 69, 1);background-color: rgba(255, 95, 69, 1);color: #ffffff;}#a9961a48fba12ab [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a9961a48fba12ab [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a880ca9c6dabf83 .feature-image,
#a880ca9c6dabf83 feature-image-wrap {
  height: 500px;
}
#a880ca9c6dabf83 .feature-image {
  bottom: -20px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3ae7afa6fa7461 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a3ae7afa6fa7461.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}#a880ca9c6dabf83 [data-item="title"] {left: -298px;top: 157px; position: relative;}#a880ca9c6dabf83 [data-item="buttons[0]"] {left: -1px;top: 141px; position: relative;}#a880ca9c6dabf83 [data-item="abstract"] {left: 0px;top: 73px; position: relative;}#a880ca9c6dabf83 [data-item="subTitle"] {left: 1px;top: 208px; position: relative;}#a9188a0789ab802 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#af0d3af696a081d , #af0d3af696a081d a{color: rgba(238, 115, 46, 1);}#af0d3af696a081d:hover, #af0d3af696a081d a:hover {color: rgba(238, 115, 46, 1);}#a3195afee7aa585 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 6px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.11);}#af0faacf71a92ce , #af0faacf71a92ce a{color: rgba(238, 115, 46, 1);}#af0faacf71a92ce:hover, #af0faacf71a92ce a:hover {color: rgba(238, 115, 46, 1);}#aad35a830aa401b , #aad35a830aa401b a{color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a67f2aab72a8e3f , #a67f2aab72a8e3f a{color: rgba(255, 255, 255, 1);}#a1a59ad8bba471c , #a1a59ad8bba471c a{color: rgba(255, 255, 255, 1);}#af8d2a669eacbfa , #af8d2a669eacbfa a{color: rgba(238, 115, 46, 1);}#a70c7a2deaaa372 , #a70c7a2deaaa372 a{color: rgba(238, 115, 46, 1);}#a7ce8a0d35a79e7 , #a7ce8a0d35a79e7 a{color: rgba(255, 255, 255, 1);}#a6488a031da2ed2 , #a6488a031da2ed2 a{color: rgba(255, 255, 255, 1);}#a42c8adf06ab65d , #a42c8adf06ab65d a{color: rgba(238, 115, 46, 1);}#a2a3daf3b6accfa , #a2a3daf3b6accfa a{color: rgba(238, 115, 46, 1);}#a927bad4aaace3b , #a927bad4aaace3b a{color: rgba(238, 115, 46, 1);}#a13eeaf5f1acab0 , #a13eeaf5f1acab0 a{color: rgba(238, 115, 46, 1);}#a3b75a1eb0a8110 , #a3b75a1eb0a8110 a{color: rgba(238, 115, 46, 1);}#a7cd1af651ab2e4 , #a7cd1af651ab2e4 a{color: rgba(255, 255, 255, 1);}#a92d7aa668af337 , #a92d7aa668af337 a{color: rgba(238, 115, 46, 1);}#add17a21a5a3119 , #add17a21a5a3119 a{color: rgba(238, 115, 46, 1);}#a6caaa00dba1892 > .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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a77cdade5aa210d {
  overflow: hidden;
}
#a77cdade5aa210d .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;
}
#a77cdade5aa210d .img-wrap:hover {
  transform: scale(1.1);
}
#a95e7afb8faab11 > .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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa129aedceaa640 {
  overflow: hidden;
}
#aa129aedceaa640 .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;
}
#aa129aedceaa640 .img-wrap:hover {
  transform: scale(1.1);
}
#ab293a0a6aae189 > .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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aeb91af503a776b {
  overflow: hidden;
}
#aeb91af503a776b .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;
}
#aeb91af503a776b .img-wrap:hover {
  transform: scale(1.1);
}
#a9f32acd22a91e7 > .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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abe92af862aec15 {
  overflow: hidden;
}
#abe92af862aec15 .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;
}
#abe92af862aec15 .img-wrap:hover {
  transform: scale(1.1);
}
#aacffa0358a5d24 > .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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ada54ad737a0869 {
  overflow: hidden;
}
#ada54ad737a0869 .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;
}
#ada54ad737a0869 .img-wrap:hover {
  transform: scale(1.1);
}
#a535daae65a59f8 > .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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aef1aa053ea4b2a {
  overflow: hidden;
}
#aef1aa053ea4b2a .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;
}
#aef1aa053ea4b2a .img-wrap:hover {
  transform: scale(1.1);
}
#ab7c9af6f9ad42d > .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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4adeafea9ae435 {
  overflow: hidden;
}
#a4adeafea9ae435 .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;
}
#a4adeafea9ae435 .img-wrap:hover {
  transform: scale(1.1);
}
#aff6ea1ba1ace84 > .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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7641abf9ba25a5 {
  overflow: hidden;
}
#a7641abf9ba25a5 .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;
}
#a7641abf9ba25a5 .img-wrap:hover {
  transform: scale(1.1);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad2c7a7584ae02d .img-wrap {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0a1ba6a37a3654 .marquee-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
  transition: all .3s ease;
}
#a0a1ba6a37a3654 .marquee-wrap:hover {
  background: rgba(255, 255, 255, 0);
}
#a0a1ba6a37a3654 .marquee-wrap .content {
  position: absolute;
}
#a0a1ba6a37a3654 .marquee-wrap.vertical .marquee-item {
  text-align: left;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  display: block;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 32px;
}
#a0a1ba6a37a3654 .marquee-wrap.horizontal .marquee-item {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  line-height: 146px;
  text-align: center;
  transition: all .3s ease;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 32px;
}
#a3f79aea97a31ea > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 50px;text-align: right;font-family: inherit;color: rgba(238, 115, 46, 1);}#abe0da992aaf7c1 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 50px;text-align: right;font-family: inherit;color: rgba(238, 115, 46, 1);}#a7754a5475a0746 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 50px;text-align: right;font-family: inherit;color: rgba(238, 115, 46, 1);}#a0aa1ac584af323 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a773eae419ae20d [data-item="title"] {left: 101px;top: 68px; position: relative;}#a650aa8873ab9dd [data-item="items"] {left: 1px;top: 0px; position: relative;}#a650aa8873ab9dd [data-item="title"] {left: 0px;top: -80px; position: relative;}#ad2aaa730ea7915 > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8b73ad8bea68ba , #a8b73ad8bea68ba a{color: rgba(238, 115, 46, 1);}#a5f4aad54ca00b0 > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#accbaa7d39a8957 , #accbaa7d39a8957 a{color: rgba(238, 115, 46, 1);}#adbfaa349ea98f0 > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a84d8a2dbea65ff , #a84d8a2dbea65ff a{color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aeb9ba7229a98d3 .img-wrap {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
#a6604a5b38ac4a9 , #a6604a5b38ac4a9 a{color: rgba(238, 115, 46, 1);}#a3ae7afa6fa7461 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a3ae7afa6fa7461 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0f63a606aaebd7 .feature-image,
#a0f63a606aaebd7 feature-image-wrap {
  height: 500px;
}
#a0f63a606aaebd7 .feature-image {
  bottom: -20px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab1bea12a1a293d .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adc5fab350a8c34 .search-wrap {
  width: 810px;
  max-width: 100%;
  margin: 40px auto 40px;
  position: relative;
}
#adc5fab350a8c34 .search .icon {
  width: 18px;
  fill: #fff;
  display: inline-block;
  margin-right: 6px;
}
#adc5fab350a8c34 h3 {
  font-size: 30px;
  line-height: 52px;
  color: #fff;
}
#adc5fab350a8c34 .subTitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  font-weight: 500;
}
#adc5fab350a8c34 .search {
  width: 100%;
  position: relative;
}
#adc5fab350a8c34 .tip {
  font-size: 14px;
  line-height: 1;
}
#adc5fab350a8c34 .search input {
  width: 700px;
  max-width: 100%;
  height: 50px;
  margin-right: 115px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 15px 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}
#adc5fab350a8c34 .search input::placeholder {
  color: #999;
}
#adc5fab350a8c34 .search .btn {
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  background-color: #108CEE;
  width: 115px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bolder;
}
#adc5fab350a8c34 .partner-info {
  border-top: 1px solid #ececec;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  color: #777;
  line-height: 1.5;
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
}
#adc5fab350a8c34 .partner-info .level {
  width: 170px;
  height: 32px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 20px;
}
#adc5fab350a8c34 .partner-info .partner-name {
  display: inline-block;
  font-size: 22px;
  margin-bottom: 10px;
  color: #555;
  line-height: 32px;
  margin-right: 20px;
  float: left;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a13e0aa9f7ab7f1 .el-process-item {
  position: relative;
}
#a13e0aa9f7ab7f1 .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#a13e0aa9f7ab7f1 .el-process-item-linker {
  position: absolute;
  height: 1px;
  top: 25px;
  left: calc(50% - -52px);
  overflow: hidden;
  background: #999999;
  width: calc(100% - 82px);
}
@media (max-width: 960px) {
  #a13e0aa9f7ab7f1 .el-process-item .el-process-item-linker {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3ae7afa6fa7461 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a3ae7afa6fa7461.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}#a0f63a606aaebd7 [data-item="title"] {left: -298px;top: 157px; position: relative;}#a0f63a606aaebd7 [data-item="buttons[0]"] {left: -1px;top: 141px; position: relative;}#a0f63a606aaebd7 [data-item="abstract"] {left: 0px;top: 73px; position: relative;}#a0f63a606aaebd7 [data-item="subTitle"] {left: 1px;top: 208px; position: relative;}#a52a2a3620ad4f4 > .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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3451a20bba9ecd {
  overflow: hidden;
}
#a3451a20bba9ecd .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;
}
#a3451a20bba9ecd .img-wrap:hover {
  transform: scale(1.1);
}
#a85cda3a04af950 > .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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa13aa3a5eafbbb {
  overflow: hidden;
}
#aa13aa3a5eafbbb .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;
}
#aa13aa3a5eafbbb .img-wrap:hover {
  transform: scale(1.1);
}
#ae678a8832a433c > .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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1b03a6bb5aabf6 {
  overflow: hidden;
}
#a1b03a6bb5aabf6 .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;
}
#a1b03a6bb5aabf6 .img-wrap:hover {
  transform: scale(1.1);
}
#a4956a8568a2a5f > .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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3854a30fca22d7 {
  overflow: hidden;
}
#a3854a30fca22d7 .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;
}
#a3854a30fca22d7 .img-wrap:hover {
  transform: scale(1.1);
}
#aff3bab6f5aa42d > .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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6e57a20b6ac230 {
  overflow: hidden;
}
#a6e57a20b6ac230 .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;
}
#a6e57a20b6ac230 .img-wrap:hover {
  transform: scale(1.1);
}
#a23f4a656eaed76 > .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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af395a43a4af5e5 {
  overflow: hidden;
}
#af395a43a4af5e5 .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;
}
#af395a43a4af5e5 .img-wrap:hover {
  transform: scale(1.1);
}
#a819aa56dba5b4f > .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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6ff1a30dfa49f6 {
  overflow: hidden;
}
#a6ff1a30dfa49f6 .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;
}
#a6ff1a30dfa49f6 .img-wrap:hover {
  transform: scale(1.1);
}
#a7ae9a5c35a871b > .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:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9d47ac463a6578 {
  overflow: hidden;
}
#a9d47ac463a6578 .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;
}
#a9d47ac463a6578 .img-wrap:hover {
  transform: scale(1.1);
}
#a4a10a6974a3f28 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#abc23a6936a7d50 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a21bdae6a1a0707 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a68acae432ad619 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a330da87ebae059 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3ff1a5ebfa43b0 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a40bda8908a093b > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a550fae15ba204f > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5b29ab1dca363e [data-item="items"] {left: 0px;top: -11px; position: relative;}#a5b29ab1dca363e [data-item="title"] {left: -3px;top: 7px; position: relative;}#ac7dba008baf215 > .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);}#af8a4ade5eafe46 > .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);}#aa962ad2d2a70b2 > .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);}#a8cd8adbcfa11d0 > .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);}#a4343a4753afd81 > .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);}#aa4b4a1b45a9ebb > .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);}#adafca2be3a5c0c [data-item="items[1].abstract"] {left: 0px;top: -1px; position: relative;}#adafca2be3a5c0c [data-item="items[2].abstract"] {left: 0px;top: -8px; position: relative;}#adafca2be3a5c0c [data-item="items"] {left: 0px;top: 68px; position: relative;}#adafca2be3a5c0c [data-item="abstract"] {left: -9px;top: 9px; position: relative;}#adafca2be3a5c0c [data-item="title"] {left: -5px;top: 7px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab484aeb44ae70f .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ab484aeb44ae70f .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a13e0aa9f7ab7f1 [data-item="items[0].abstract"] {left: 0px;top: 19px; position: relative;}#a13e0aa9f7ab7f1 [data-item="items[1].abstract"] {left: 0px;top: 19px; position: relative;}#a13e0aa9f7ab7f1 [data-item="items[2].abstract"] {left: 0px;top: 19px; position: relative;}#a13e0aa9f7ab7f1 [data-item="items[3].abstract"] {left: 0px;top: 17px; position: relative;}#a13e0aa9f7ab7f1 [data-item="items[0]"] {left: 0px;top: -36px; position: relative;}#a13e0aa9f7ab7f1 [data-item="items[1]"] {left: 0px;top: -36px; position: relative;}#a13e0aa9f7ab7f1 [data-item="items[2]"] {left: 0px;top: -36px; position: relative;}#a13e0aa9f7ab7f1 [data-item="items[3]"] {left: 0px;top: -36px; position: relative;}#a13e0aa9f7ab7f1 [data-item="abstract"] {left: 0px;top: 5px; position: relative;}#a13e0aa9f7ab7f1 [data-item="title"] {left: -1px;top: 10px; position: relative;}#a13e0aa9f7ab7f1 [data-item="items[0].title"] {left: 0px;top: 7px; position: relative;}#a13e0aa9f7ab7f1 [data-item="items[1].title"] {left: 0px;top: 7px; position: relative;}#a13e0aa9f7ab7f1 [data-item="items[2].title"] {left: 0px;top: 7px; position: relative;}#a13e0aa9f7ab7f1 [data-item="items[3].title"] {left: 0px;top: 7px; position: relative;}#a3ae7afa6fa7461 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a3ae7afa6fa7461 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a890ea02b3a2d27 .feature-image,
#a890ea02b3a2d27 feature-image-wrap {
  height: 500px;
}
#a890ea02b3a2d27 .feature-image {
  bottom: -20px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a340faf7dda2a6a .sidebar {
  width: 320px;
}
@media (max-width: 640px) {
  #a340faf7dda2a6a .sidebar {
    width: 100%;
  }
}
#a340faf7dda2a6a .menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 70px;
  padding-left: 20px;
}
#a340faf7dda2a6a .menu-header h4 span {
  font-size: 12px;
}
#a340faf7dda2a6a .menu-level-1 {
  border: 1px solid #ECECEC;
  margin-bottom: 15px;
}
#a340faf7dda2a6a .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;
}
#a340faf7dda2a6a .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;
}
#a340faf7dda2a6a .menu-item a:hover {
  color: #ee732e;
}
#a340faf7dda2a6a .menu-item a:hover > .indicator {
  background-image: url(/resources/sys/img/icons/menu_icon_hover.png);
}
#a340faf7dda2a6a .menu-level-1 > a {
  color: #333;
  font-size: 18px;
  position: relative;
  background: #eaeaea;
}
#a340faf7dda2a6a .menu-level-3 {
  padding-left: 15px;
}
#a340faf7dda2a6a .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#a340faf7dda2a6a .accordion-menu li a:hover {
  background-color: #333333;
  color: #fff;
  border: none;
}
#a340faf7dda2a6a .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#a340faf7dda2a6a .contact-phone {
  padding: 15px 0 15px 70px;
  color: #333;
}
#a340faf7dda2a6a .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;
}
#a340faf7dda2a6a .contact-info {
  border-top: 1px solid #ECECEC;
}
#a340faf7dda2a6a .contact-info p {
  margin: 0;
}
#a340faf7dda2a6a .phone {
  font-size: 24px;
  font-family: arial;
  line-height: 1;
}
#a340faf7dda2a6a .hot-list {
  padding: 15px;
}
#a340faf7dda2a6a .hot-list a {
  color: #777;
}
#a340faf7dda2a6a .hot-list a:hover {
  color: #ee732e;
}
#a340faf7dda2a6a .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#a340faf7dda2a6a .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a340faf7dda2a6a .hot-item:hover a {
  color: #ee732e;
}
#a340faf7dda2a6a .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a340faf7dda2a6a .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #333333;
  content: "";
}
#a340faf7dda2a6a .content-header {
  padding-bottom: 10px;
}
#a340faf7dda2a6a .uk-button-group .uk-button {
  font-size: 12px;
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
}
#a340faf7dda2a6a .uk-button-group .uk-button:first-child {
  border-radius: 15px 0 0 15px;
}
#a340faf7dda2a6a .uk-button-group .uk-button:last-child {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 640px) {
  #a340faf7dda2a6a .uk-padding-small {
    padding: 0;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9227a7495a6dc7 .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ada75ad0afaefc1 .search-wrap {
  width: 810px;
  max-width: 100%;
  margin: 40px auto 40px;
  position: relative;
}
#ada75ad0afaefc1 .search .icon {
  width: 18px;
  fill: #fff;
  display: inline-block;
  margin-right: 6px;
}
#ada75ad0afaefc1 h3 {
  font-size: 30px;
  line-height: 52px;
  color: #fff;
}
#ada75ad0afaefc1 .subTitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  font-weight: 500;
}
#ada75ad0afaefc1 .search {
  width: 100%;
  position: relative;
}
#ada75ad0afaefc1 .tip {
  font-size: 14px;
  line-height: 1;
}
#ada75ad0afaefc1 .search input {
  width: 700px;
  max-width: 100%;
  height: 50px;
  margin-right: 115px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 15px 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}
#ada75ad0afaefc1 .search input::placeholder {
  color: #999;
}
#ada75ad0afaefc1 .search .btn {
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  background-color: #108CEE;
  width: 115px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bolder;
}
#ada75ad0afaefc1 .partner-info {
  border-top: 1px solid #ececec;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  color: #777;
  line-height: 1.5;
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
}
#ada75ad0afaefc1 .partner-info .level {
  width: 170px;
  height: 32px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 20px;
}
#ada75ad0afaefc1 .partner-info .partner-name {
  display: inline-block;
  font-size: 22px;
  margin-bottom: 10px;
  color: #555;
  line-height: 32px;
  margin-right: 20px;
  float: left;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4d5a775ba93ed .el-process-item {
  position: relative;
}
#af4d5a775ba93ed .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#af4d5a775ba93ed .el-process-item-linker {
  position: absolute;
  height: 1px;
  top: 25px;
  left: calc(50% - -52px);
  overflow: hidden;
  background: #999999;
  width: calc(100% - 82px);
}
@media (max-width: 960px) {
  #af4d5a775ba93ed .el-process-item .el-process-item-linker {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3ae7afa6fa7461 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a3ae7afa6fa7461.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}#acb12aba56a96b1 .ele-wrap {font-size: 16px;justify-content: center;border-style: solid;font-weight: 400;border-width: 1px;border-color: rgba(238, 115, 46, 1);color: #ee732e;}#acb12aba56a96b1 .ele-wrap:hover {color: #ffffff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a890ea02b3a2d27 [data-item="title"] {left: -298px;top: 157px; position: relative;}#a890ea02b3a2d27 [data-item="buttons[0]"] {left: -1px;top: 141px; position: relative;}#a890ea02b3a2d27 [data-item="abstract"] {left: 0px;top: 73px; position: relative;}#a890ea02b3a2d27 [data-item="subTitle"] {left: 1px;top: 208px; position: relative;}#a340faf7dda2a6a .uk-grid {margin-left: -40px;}@media (min-width: 1200px) {
                    #a340faf7dda2a6a .uk-grid { margin-left: -40px;}
                }@media (max-width: 640) {
                    #a340faf7dda2a6a .uk-grid { margin-left: -40px;}
                }#a340faf7dda2a6a .uk-grid>* {padding-left: 40px;}@media (min-width: 1200px) {
                    #a340faf7dda2a6a .uk-grid>* { padding-left: 40px;}
                }@media (max-width: 640) {#a340faf7dda2a6a .uk-grid>* {
                    padding-left: 40px;}
                }#a340faf7dda2a6a .uk-grid>.uk-grid-margin {margin-top: 40px;}@media (min-width: 1200px) {
                    #a340faf7dda2a6a .uk-grid>.uk-grid-margin {margin-top: 40px;}
                }@media (max-width: 640) {
                    #a340faf7dda2a6a .uk-grid>.uk-grid-margin {margin-top: 40px;}
                }#a340faf7dda2a6a .dynamic-pagination li,#a340faf7dda2a6a .uk-pagination li {
                border-color: #ee732e; color: #ee732e;}#a340faf7dda2a6a .dynamic-pagination li a, #a340faf7dda2a6a .uk-pagination a {
                color: #ee732e
            }#a340faf7dda2a6a .dynamic-pagination li.uk-active, #a340faf7dda2a6a .uk-pagination li.uk-active {
                border-color: #ee732e;background-color: #ee732e}#a340faf7dda2a6a .dynamic-pagination li.uk-active a, #a340faf7dda2a6a .uk-pagination li.uk-active a{color: #ffffff}#a340faf7dda2a6a [data-item*=".title"], #a340faf7dda2a6a [data-item*=".title"] a {max-line: 1;text-align: center;font-size: 24px;line-height: 1.5;}#a340faf7dda2a6a [data-item*=".abstract"], #a340faf7dda2a6a [data-item*=".abstract"] a {show: true;max-line: 3;font-size: 14px;text-align: left;line-height: 1.5;}#a340faf7dda2a6a [data-item*=".subTitle"], #a340faf7dda2a6a [data-item*=".subTitle"] a {show: false;}#a340faf7dda2a6a [data-item*=".category"], #a340faf7dda2a6a [data-item*=".category"] a {show: true;}#a340faf7dda2a6a [data-item="items"] .img {background-size: cover;}#a4a10a6974a3f28 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#abc23a6936a7d50 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a21bdae6a1a0707 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a68acae432ad619 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a330da87ebae059 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3ff1a5ebfa43b0 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a40bda8908a093b > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a550fae15ba204f > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae541a4a6fae981 [data-item="items"] {left: 0px;top: -11px; position: relative;}#ae541a4a6fae981 [data-item="title"] {left: -3px;top: 7px; position: relative;}#ac7dba008baf215 > .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);}#af8a4ade5eafe46 > .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);}#aa962ad2d2a70b2 > .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);}#a8cd8adbcfa11d0 > .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);}#a4343a4753afd81 > .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);}#aa4b4a1b45a9ebb > .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);}#a7c1ca4281a14a2 [data-item="items[1].abstract"] {left: 0px;top: -1px; position: relative;}#a7c1ca4281a14a2 [data-item="items[2].abstract"] {left: 0px;top: -8px; position: relative;}#a7c1ca4281a14a2 [data-item="items"] {left: 0px;top: 68px; position: relative;}#a7c1ca4281a14a2 [data-item="abstract"] {left: -9px;top: 9px; position: relative;}#a7c1ca4281a14a2 [data-item="title"] {left: -5px;top: 7px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab484aeb44ae70f .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ab484aeb44ae70f .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#af4d5a775ba93ed [data-item="items[0].abstract"] {left: 0px;top: 19px; position: relative;}#af4d5a775ba93ed [data-item="items[1].abstract"] {left: 0px;top: 19px; position: relative;}#af4d5a775ba93ed [data-item="items[2].abstract"] {left: 0px;top: 19px; position: relative;}#af4d5a775ba93ed [data-item="items[3].abstract"] {left: 0px;top: 17px; position: relative;}#af4d5a775ba93ed [data-item="items[0]"] {left: 0px;top: -36px; position: relative;}#af4d5a775ba93ed [data-item="items[1]"] {left: 0px;top: -36px; position: relative;}#af4d5a775ba93ed [data-item="items[2]"] {left: 0px;top: -36px; position: relative;}#af4d5a775ba93ed [data-item="items[3]"] {left: 0px;top: -36px; position: relative;}#af4d5a775ba93ed [data-item="abstract"] {left: 0px;top: 5px; position: relative;}#af4d5a775ba93ed [data-item="title"] {left: -1px;top: 10px; position: relative;}#af4d5a775ba93ed [data-item="items[0].title"] {left: 0px;top: 7px; position: relative;}#af4d5a775ba93ed [data-item="items[1].title"] {left: 0px;top: 7px; position: relative;}#af4d5a775ba93ed [data-item="items[2].title"] {left: 0px;top: 7px; position: relative;}#af4d5a775ba93ed [data-item="items[3].title"] {left: 0px;top: 7px; position: relative;}#a3ae7afa6fa7461 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a3ae7afa6fa7461 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5a88ad54aa1f09 .feature-image,
#a5a88ad54aa1f09 feature-image-wrap {
  height: 500px;
}
#a5a88ad54aa1f09 .feature-image {
  bottom: -20px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a49bfaff5babbfa {
  /* mobile */
}
#a49bfaff5babbfa .category-list {
  background: #fff;
  padding: 20px 40px;
}
#a49bfaff5babbfa .goods-sort {
  padding: 30px 0 25px;
}
#a49bfaff5babbfa .goods {
  padding-bottom: 40px;
}
#a49bfaff5babbfa .goods-sort .category {
  border-bottom: 1px dashed #dedede;
  position: relative;
}
#a49bfaff5babbfa .goods-sort .category .name {
  font-size: 14px;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
#a49bfaff5babbfa .goods-sort .category-items {
  overflow: hidden;
  margin-bottom: 4px;
  margin-left: 65px;
}
#a49bfaff5babbfa .goods-sort .category-item {
  float: left;
  color: #333;
  margin-right: 30px;
  margin-bottom: 16px;
  font-size: 14px;
}
#a49bfaff5babbfa .goods-sort .category-item.active {
  color: red;
}
#a49bfaff5babbfa .sorts {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px solid #dedede;
}
#a49bfaff5babbfa .sorts .name {
  font-size: 14px;
  color: #999;
  margin-right: 28px;
}
#a49bfaff5babbfa .sorts .sort {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #333;
}
#a49bfaff5babbfa .sorts .sort.active span {
  color: #e4393c;
}
#a49bfaff5babbfa .sorts .fa {
  color: #999;
}
#a49bfaff5babbfa .sorts .fa.active {
  color: #e4393c;
}
#a49bfaff5babbfa .sorts .sort-icon {
  display: inline-block;
  margin-left: 6px;
}
#a49bfaff5babbfa .sorts .sort-icon i {
  display: block;
  font-size: 12px;
  line-height: 1;
  height: 2px;
}
#a49bfaff5babbfa .goods .item {
  color: #333;
  font-weight: 400;
}
#a49bfaff5babbfa .img-alter {
  display: none;
}
#a49bfaff5babbfa .goods .item:hover .img-main {
  display: none;
}
#a49bfaff5babbfa .goods .item:hover .img-alter {
  display: block;
}
#a49bfaff5babbfa .goods .item .title {
  padding: 0 10px;
  margin-bottom: 4px;
  line-height: 20px;
  font-weight: bolder;
  transition: all .1s ease;
}
#a49bfaff5babbfa .goods .item .title:hover {
  color: #d4282d;
}
#a49bfaff5babbfa .goods .item .price {
  color: #d4282d;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a49bfaff5babbfa .goods .item hr {
  width: 60%;
  display: block;
  height: 1px;
  padding: 0;
  margin: 6px auto 14px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
#a49bfaff5babbfa .goods .item .subTitle {
  padding: 0 10px;
  line-height: 18px;
  color: #999;
}
#a49bfaff5babbfa .goods .origin-price {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
#a49bfaff5babbfa .uk-card .uk-card-media {
  background: #fff;
}
#a49bfaff5babbfa .uk-card:hover {
  background-color: #f4f0e9;
}
#a49bfaff5babbfa .sort-time.active .fa {
  color: #e4393c;
}
#a49bfaff5babbfa * + .uk-grid-margin-small,
#a49bfaff5babbfa .uk-grid + .uk-grid-small,
#a49bfaff5babbfa .uk-grid-small > .uk-grid-margin {
  margin-top: 50px;
}
@media (max-width: 640px) {
  #a49bfaff5babbfa .category-list,
  #a49bfaff5babbfa .goods-sort {
    padding: 10px 0;
  }
  #a49bfaff5babbfa .goods-sort .category-item {
    margin-bottom: 8px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c40abf7ba3043 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a5c40abf7ba3043.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}#a5a88ad54aa1f09 [data-item="title"] {left: -298px;top: 157px; position: relative;}#a5a88ad54aa1f09 [data-item="buttons[0]"] {left: -1px;top: 141px; position: relative;}#a5a88ad54aa1f09 [data-item="abstract"] {left: 0px;top: 73px; position: relative;}#a5a88ad54aa1f09 [data-item="subTitle"] {left: 1px;top: 208px; position: relative;}#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acd0babb25ac0da .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a489daafc8ac938 .video-box,
#a489daafc8ac938 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a489daafc8ac938 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a489daafc8ac938 .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a489daafc8ac938 .preview-box img {
  width: 100%;
}
#a489daafc8ac938 .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;
}
#a489daafc8ac938 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a489daafc8ac938 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a489daafc8ac938 .thumb-box {
  width: 100%;
  position: relative;
}
#a489daafc8ac938 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a489daafc8ac938 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a489daafc8ac938 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a489daafc8ac938 .thumb-list {
  overflow: hidden;
}
#a489daafc8ac938 .thumb-list ul {
  width: 100000px;
}
#a489daafc8ac938 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a489daafc8ac938 .thumb-list ul li img {
  width: 68px;
  border: 2px solid #fff;
}
#a489daafc8ac938 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a489daafc8ac938 .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;
}
#a489daafc8ac938 .zoom-box img {
  max-width: initial;
}
#a489daafc8ac938 .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;
}
#a489daafc8ac938 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a489daafc8ac938 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a489daafc8ac938 .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a489daafc8ac938 .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;
}
#a489daafc8ac938 .goods-intro .price span {
  line-height: 30px;
}
#a489daafc8ac938 .goods-intro .price .label {
  width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a489daafc8ac938 .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #df3033;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a489daafc8ac938 .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #df3033;
  font-size: 18px;
  float: left;
}
#a489daafc8ac938 .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a489daafc8ac938 .line-through {
  text-decoration: line-through;
}
#a489daafc8ac938 .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a489daafc8ac938 .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a489daafc8ac938 .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a489daafc8ac938 .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a489daafc8ac938 .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a489daafc8ac938 .number .name {
  line-height: 30px;
  width: 54px;
}
#a489daafc8ac938 .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a489daafc8ac938 .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a489daafc8ac938 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a489daafc8ac938 .select-num i {
  line-height: 30px;
}
#a489daafc8ac938 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a489daafc8ac938 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a489daafc8ac938 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a489daafc8ac938 .buttons {
  margin: 30px 0 0 12px;
}
#a489daafc8ac938 .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #df3033;
  border: 1px solid #df3033;
  background-color: #fdf1f3;
  text-align: center;
  border-radius: 2px;
}
#a489daafc8ac938 .buttons .button.disable {
  opacity: .3;
}
#a489daafc8ac938 .buttons .button-cart {
  color: #fff;
  border: 1px solid #df3033;
  background-color: #df3033;
}
#a489daafc8ac938 .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a489daafc8ac938 .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a489daafc8ac938 .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a489daafc8ac938 .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a489daafc8ac938 .hot-list .img-wrap {
  display: block;
}
#a489daafc8ac938 .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a489daafc8ac938 .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a489daafc8ac938 .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a489daafc8ac938 .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;
}
#a489daafc8ac938 .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a489daafc8ac938 .left .detail-nav-tab .item.uk-active {
  background: #fff;
  border-top: 3px solid #df3033;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a489daafc8ac938 .left .detail-nav-tab .item.uk-active a {
  color: #df3033;
  cursor: default;
}
#a489daafc8ac938 .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a489daafc8ac938 .hot-list .item:last-child {
  border-bottom: none;
}
#a489daafc8ac938 .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;
}
#a489daafc8ac938 .hot-list .item .goods-title:hover {
  color: #df3033;
}
#a489daafc8ac938 .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #df3033;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a489daafc8ac938 .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a489daafc8ac938 .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
@media (max-width: 640px) {
  #a489daafc8ac938 .right {
    width: 100%;
  }
  #a489daafc8ac938 .zoom-indicator {
    display: none;
  }
  #a489daafc8ac938 .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;
  }
  #a489daafc8ac938 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a489daafc8ac938 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a489daafc8ac938 .sku {
  padding: 20px 0 0 10px;
}
#a489daafc8ac938 .sku .sku-items .name {
  width: 54px;
  line-height: 32px;
  float: left;
}
#a489daafc8ac938 .sku .sku-item {
  float: left;
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
  vertical-align: middle;
  line-height: 28px;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #444;
  cursor: pointer;
  user-select: none;
}
#a489daafc8ac938 .coupons {
  margin-left: 55px;
}
#a489daafc8ac938 .sku .sku-item.disable {
  border: 1px dashed #ccc;
  opacity: .7;
  cursor: not-allowed;
}
#a489daafc8ac938 .sku .sku-item img {
  width: 40px;
  height: 40px;
}
#a489daafc8ac938 .sku .sku-item::before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 10;
}
#a489daafc8ac938 .sku .sku-item span {
  padding: 0 10px;
}
#a489daafc8ac938 .sku .sku-item.active::before {
  border: 2px solid #FF0036;
}
#a489daafc8ac938 .sku .sku-item.active i {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -99em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==);
  color: black;
}
#a489daafc8ac938 .goods-stock {
  line-height: 30px;
}
#a489daafc8ac938 .close {
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAoFJREFUaAXt2jtOw0AQANAYmigtBRItBYKGqyRNiiQKkuWKggMgQQHkBiAkBOmcIk1OALcACpRrpEmImTE2sqJ4vfbOzBppXcSfeHfnjT/SjtxouMVlwGXAZcBlwGXg/2RgOBzu9Xq9qyiKvLpGDfFdBkGwrxPfjuokxC6Xy1fA3kCnz3VE9/v9B4hrtFgs3nTQSvBqtTqHhJwmSfHrhkbser3GGBuAPgH0RRJr7koJDsPwDlqOM61rg85iMT7P88J2u32diXXrZuFzibcxXllo7Wd6GE8mkwAGiTLHxDZzsGfdbve7KIhCMHZQJ7QJFi1a4LqgTbGlwLbRFNjSYFtoKmwlsDSaElsZLIWmxhqBudEcWGMwF5oLSwKmRnNiycBUaG4sKdgULYElB1dFS2FZwGXRklg2sC5aGssKLkIPBoP7dPIeB/I7n9Wa4uH5VRft2VLVAXKmlp/Q33HaZzJ5Z8fieOxgHCQHjX+llQoRbDxePKrAT4J+h6H+rixszzudzpFOpYIqRGVNi2oQ7AefWVhlsXj4cDabPWEycEdiEQFvvo0BNs/gRAuD7OBNLL6g8DYGsJVqKCt4GxZKqfELCqueNtBsz44Km97OOW9v1hIwC1gHawtNDi6DtYEmBVfBSqPJwCZYSTQJmAIrhTYGU2Il0EZgDiw3ujKYE8uJrgSWwHKhS4MlsRzoUmAbWGq0NtgmlhKtBa4DlgpdCK4TlgKtnA/jF242SqkpLG+NXw9tm0/DxbnJa5MeV4JbrdYLdP6BJ0uWUtPgVOtNNOx/NZvNR1Ubrf/wcz640qPpdLqr1UD4pKSIcOv7/oHw0G44lwGXAZcBlwGXAZeBkhn4AcrY4LAgdyEWAAAAAElFTkSuQmCC) no-repeat 50%;
  background-size: 100% 100%;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#a489daafc8ac938 .quan-item {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  padding: 0 9px 0 12px;
  border-top: 1px solid #e4393c;
  border-bottom: 1px solid #e4393c;
  height: 18px;
  line-height: 16px;
  color: #e4393c;
  font-size: 10px;
  background: #fff;
  margin-bottom: 4px;
}
#a489daafc8ac938 .quan-item:after,
#a489daafc8ac938 .quan-item:before {
  content: "";
  position: absolute;
  top: -1px;
  height: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAkCAMAAACpD3pbAAAAPFBMVEUAAAD////kOTzqaGr+9vb4zc32vL3sdXfnTE/mRUfxmpz87O3yn6HqZ2npXWDlQEP97e33xsf3xsbxl5nHV2NIAAAAAXRSTlMAQObYZgAAAJpJREFUOMvllEsSwiAQRMnjF8g/3v+uKhIrjhHK0l16B4+C7hlALS07qSyS2kVlKnHmCpqdNvwYwTdY6yKGX7AeKtb+jmN3jLuYMMEd5XYBUMZ6cO/BHHhr7ut6wizxHOhvM+kUT5S5I77ZsGWU1kbsExsmiSdMBVc3l9a0tJaDdR+CVcryWtRBFLXYkku1oae955Xnv5Y+j/UKs1MGwyraxf4AAAAASUVORK5CYII=);
  background-size: 15px 18px;
  background-repeat: no-repeat;
}
#a489daafc8ac938 .quan-item:before {
  left: 0;
  width: 7px;
}
#a489daafc8ac938 .quan-item:after {
  right: 0;
  width: 4px;
  background-position: -11px 0;
}
#a489daafc8ac938 .price-wrap {
  margin-left: 55px;
}
#a489daafc8ac938 .member-price-wrap svg {
  display: inline-block;
  margin-right: 6px;
}
#a489daafc8ac938 .member-price-wrap .num {
  color: #333;
}
#a489daafc8ac938 .member-price-wrap a {
  color: #555;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c40abf7ba3043 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a5c40abf7ba3043.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4e7a9398a5fde .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af4e7a9398a5fde .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af4e7a9398a5fde .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#af4e7a9398a5fde .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af4e7a9398a5fde .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af4e7a9398a5fde .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af4e7a9398a5fde .menu-list > li.active > a:before,
#af4e7a9398a5fde .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af4e7a9398a5fde .menu-list > li ul li {
  position: relative;
}
#af4e7a9398a5fde .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#af4e7a9398a5fde .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af4e7a9398a5fde .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#af4e7a9398a5fde .menu-list li ul li a:active,
#af4e7a9398a5fde .menu-list li ul li a.active,
#af4e7a9398a5fde .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#af4e7a9398a5fde .menu-list li ul,
#af4e7a9398a5fde .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: #ee732e;
}
#af4e7a9398a5fde .menu-list li ul.menu-b > li,
#af4e7a9398a5fde .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af4e7a9398a5fde .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af4e7a9398a5fde .menu-list li:hover > ul {
  display: block;
}
#af4e7a9398a5fde .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae380a56c9abf7f , #ae380a56c9abf7f a{color: rgba(255, 255, 255, 1);}#ae380a56c9abf7f:hover, #ae380a56c9abf7f a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4e7a9398a5fde .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af4e7a9398a5fde .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af4e7a9398a5fde .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#af4e7a9398a5fde .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af4e7a9398a5fde .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af4e7a9398a5fde .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af4e7a9398a5fde .menu-list > li.active > a:before,
#af4e7a9398a5fde .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af4e7a9398a5fde .menu-list > li ul li {
  position: relative;
}
#af4e7a9398a5fde .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#af4e7a9398a5fde .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af4e7a9398a5fde .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#af4e7a9398a5fde .menu-list li ul li a:active,
#af4e7a9398a5fde .menu-list li ul li a.active,
#af4e7a9398a5fde .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#af4e7a9398a5fde .menu-list li ul,
#af4e7a9398a5fde .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: #ee732e;
}
#af4e7a9398a5fde .menu-list li ul.menu-b > li,
#af4e7a9398a5fde .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af4e7a9398a5fde .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af4e7a9398a5fde .menu-list li:hover > ul {
  display: block;
}
#af4e7a9398a5fde .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae380a56c9abf7f , #ae380a56c9abf7f a{color: rgba(255, 255, 255, 1);}#ae380a56c9abf7f:hover, #ae380a56c9abf7f a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4e7a9398a5fde .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af4e7a9398a5fde .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af4e7a9398a5fde .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#af4e7a9398a5fde .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af4e7a9398a5fde .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af4e7a9398a5fde .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af4e7a9398a5fde .menu-list > li.active > a:before,
#af4e7a9398a5fde .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af4e7a9398a5fde .menu-list > li ul li {
  position: relative;
}
#af4e7a9398a5fde .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#af4e7a9398a5fde .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af4e7a9398a5fde .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#af4e7a9398a5fde .menu-list li ul li a:active,
#af4e7a9398a5fde .menu-list li ul li a.active,
#af4e7a9398a5fde .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#af4e7a9398a5fde .menu-list li ul,
#af4e7a9398a5fde .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: #ee732e;
}
#af4e7a9398a5fde .menu-list li ul.menu-b > li,
#af4e7a9398a5fde .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af4e7a9398a5fde .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af4e7a9398a5fde .menu-list li:hover > ul {
  display: block;
}
#af4e7a9398a5fde .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae380a56c9abf7f , #ae380a56c9abf7f a{color: rgba(255, 255, 255, 1);}#ae380a56c9abf7f:hover, #ae380a56c9abf7f a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4e7a9398a5fde .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af4e7a9398a5fde .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af4e7a9398a5fde .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#af4e7a9398a5fde .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af4e7a9398a5fde .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af4e7a9398a5fde .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af4e7a9398a5fde .menu-list > li.active > a:before,
#af4e7a9398a5fde .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af4e7a9398a5fde .menu-list > li ul li {
  position: relative;
}
#af4e7a9398a5fde .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#af4e7a9398a5fde .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af4e7a9398a5fde .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#af4e7a9398a5fde .menu-list li ul li a:active,
#af4e7a9398a5fde .menu-list li ul li a.active,
#af4e7a9398a5fde .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#af4e7a9398a5fde .menu-list li ul,
#af4e7a9398a5fde .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: #ee732e;
}
#af4e7a9398a5fde .menu-list li ul.menu-b > li,
#af4e7a9398a5fde .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af4e7a9398a5fde .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af4e7a9398a5fde .menu-list li:hover > ul {
  display: block;
}
#af4e7a9398a5fde .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae380a56c9abf7f , #ae380a56c9abf7f a{color: rgba(255, 255, 255, 1);}#ae380a56c9abf7f:hover, #ae380a56c9abf7f a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af4e7a9398a5fde .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#af4e7a9398a5fde .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#af4e7a9398a5fde .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#af4e7a9398a5fde .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#af4e7a9398a5fde .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af4e7a9398a5fde .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af4e7a9398a5fde .menu-list > li.active > a:before,
#af4e7a9398a5fde .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#af4e7a9398a5fde .menu-list > li ul li {
  position: relative;
}
#af4e7a9398a5fde .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#af4e7a9398a5fde .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#af4e7a9398a5fde .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#af4e7a9398a5fde .menu-list li ul li a:active,
#af4e7a9398a5fde .menu-list li ul li a.active,
#af4e7a9398a5fde .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#af4e7a9398a5fde .menu-list li ul,
#af4e7a9398a5fde .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: #ee732e;
}
#af4e7a9398a5fde .menu-list li ul.menu-b > li,
#af4e7a9398a5fde .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#af4e7a9398a5fde .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#af4e7a9398a5fde .menu-list li:hover > ul {
  display: block;
}
#af4e7a9398a5fde .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae380a56c9abf7f , #ae380a56c9abf7f a{color: rgba(255, 255, 255, 1);}#ae380a56c9abf7f:hover, #ae380a56c9abf7f a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae31baf350a0ea0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afabaaca2fa5fba .video-box,
#afabaaca2fa5fba .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#afabaaca2fa5fba .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#afabaaca2fa5fba .goods-slider {
  width: 430px;
  max-width: 100%;
}
#afabaaca2fa5fba .preview-box img {
  width: 100%;
}
#afabaaca2fa5fba .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;
}
#afabaaca2fa5fba .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#afabaaca2fa5fba .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#afabaaca2fa5fba .thumb-box {
  width: 100%;
  position: relative;
}
#afabaaca2fa5fba .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#afabaaca2fa5fba .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#afabaaca2fa5fba .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#afabaaca2fa5fba .thumb-list {
  overflow: hidden;
}
#afabaaca2fa5fba .thumb-list ul {
  width: 100000px;
}
#afabaaca2fa5fba .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#afabaaca2fa5fba .thumb-list ul li img {
  width: 68px;
  border: 2px solid #fff;
}
#afabaaca2fa5fba .thumb-list ul li.active img {
  border-color: #df3033;
}
#afabaaca2fa5fba .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;
}
#afabaaca2fa5fba .zoom-box img {
  max-width: initial;
}
#afabaaca2fa5fba .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;
}
#afabaaca2fa5fba .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#afabaaca2fa5fba .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#afabaaca2fa5fba .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#afabaaca2fa5fba .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;
}
#afabaaca2fa5fba .goods-intro .price span {
  line-height: 30px;
}
#afabaaca2fa5fba .goods-intro .price .label {
  width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#afabaaca2fa5fba .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #df3033;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#afabaaca2fa5fba .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #df3033;
  font-size: 18px;
  float: left;
}
#afabaaca2fa5fba .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#afabaaca2fa5fba .line-through {
  text-decoration: line-through;
}
#afabaaca2fa5fba .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#afabaaca2fa5fba .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#afabaaca2fa5fba .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#afabaaca2fa5fba .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#afabaaca2fa5fba .number {
  margin-top: 20px;
  margin-left: 10px;
}
#afabaaca2fa5fba .number .name {
  line-height: 30px;
  width: 54px;
}
#afabaaca2fa5fba .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#afabaaca2fa5fba .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#afabaaca2fa5fba .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#afabaaca2fa5fba .select-num i {
  line-height: 30px;
}
#afabaaca2fa5fba .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#afabaaca2fa5fba .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#afabaaca2fa5fba .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#afabaaca2fa5fba .buttons {
  margin: 30px 0 0 12px;
}
#afabaaca2fa5fba .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #df3033;
  border: 1px solid #df3033;
  background-color: #fdf1f3;
  text-align: center;
  border-radius: 2px;
}
#afabaaca2fa5fba .buttons .button.disable {
  opacity: .3;
}
#afabaaca2fa5fba .buttons .button-cart {
  color: #fff;
  border: 1px solid #df3033;
  background-color: #df3033;
}
#afabaaca2fa5fba .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#afabaaca2fa5fba .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#afabaaca2fa5fba .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#afabaaca2fa5fba .promote-goods .uk-slider {
  padding: 10px 50px;
}
#afabaaca2fa5fba .hot-list .img-wrap {
  display: block;
}
#afabaaca2fa5fba .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#afabaaca2fa5fba .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#afabaaca2fa5fba .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#afabaaca2fa5fba .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;
}
#afabaaca2fa5fba .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#afabaaca2fa5fba .left .detail-nav-tab .item.uk-active {
  background: #fff;
  border-top: 3px solid #df3033;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#afabaaca2fa5fba .left .detail-nav-tab .item.uk-active a {
  color: #df3033;
  cursor: default;
}
#afabaaca2fa5fba .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#afabaaca2fa5fba .hot-list .item:last-child {
  border-bottom: none;
}
#afabaaca2fa5fba .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;
}
#afabaaca2fa5fba .hot-list .item .goods-title:hover {
  color: #df3033;
}
#afabaaca2fa5fba .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #df3033;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#afabaaca2fa5fba .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#afabaaca2fa5fba .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
@media (max-width: 640px) {
  #afabaaca2fa5fba .right {
    width: 100%;
  }
  #afabaaca2fa5fba .zoom-indicator {
    display: none;
  }
  #afabaaca2fa5fba .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;
  }
  #afabaaca2fa5fba .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #afabaaca2fa5fba .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#afabaaca2fa5fba .sku {
  padding: 20px 0 0 10px;
}
#afabaaca2fa5fba .sku .sku-items .name {
  width: 54px;
  line-height: 32px;
  float: left;
}
#afabaaca2fa5fba .sku .sku-item {
  float: left;
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
  vertical-align: middle;
  line-height: 28px;
  border: 1px solid #ddd;
  font-size: 13px;
  color: #444;
  cursor: pointer;
  user-select: none;
}
#afabaaca2fa5fba .coupons {
  margin-left: 55px;
}
#afabaaca2fa5fba .sku .sku-item.disable {
  border: 1px dashed #ccc;
  opacity: .7;
  cursor: not-allowed;
}
#afabaaca2fa5fba .sku .sku-item img {
  width: 40px;
  height: 40px;
}
#afabaaca2fa5fba .sku .sku-item::before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 10;
}
#afabaaca2fa5fba .sku .sku-item span {
  padding: 0 10px;
}
#afabaaca2fa5fba .sku .sku-item.active::before {
  border: 2px solid #FF0036;
}
#afabaaca2fa5fba .sku .sku-item.active i {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -99em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==);
  color: black;
}
#afabaaca2fa5fba .goods-stock {
  line-height: 30px;
}
#afabaaca2fa5fba .close {
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAAoFJREFUaAXt2jtOw0AQANAYmigtBRItBYKGqyRNiiQKkuWKggMgQQHkBiAkBOmcIk1OALcACpRrpEmImTE2sqJ4vfbOzBppXcSfeHfnjT/SjtxouMVlwGXAZcBlwGXg/2RgOBzu9Xq9qyiKvLpGDfFdBkGwrxPfjuokxC6Xy1fA3kCnz3VE9/v9B4hrtFgs3nTQSvBqtTqHhJwmSfHrhkbser3GGBuAPgH0RRJr7koJDsPwDlqOM61rg85iMT7P88J2u32diXXrZuFzibcxXllo7Wd6GE8mkwAGiTLHxDZzsGfdbve7KIhCMHZQJ7QJFi1a4LqgTbGlwLbRFNjSYFtoKmwlsDSaElsZLIWmxhqBudEcWGMwF5oLSwKmRnNiycBUaG4sKdgULYElB1dFS2FZwGXRklg2sC5aGssKLkIPBoP7dPIeB/I7n9Wa4uH5VRft2VLVAXKmlp/Q33HaZzJ5Z8fieOxgHCQHjX+llQoRbDxePKrAT4J+h6H+rixszzudzpFOpYIqRGVNi2oQ7AefWVhlsXj4cDabPWEycEdiEQFvvo0BNs/gRAuD7OBNLL6g8DYGsJVqKCt4GxZKqfELCqueNtBsz44Km97OOW9v1hIwC1gHawtNDi6DtYEmBVfBSqPJwCZYSTQJmAIrhTYGU2Il0EZgDiw3ujKYE8uJrgSWwHKhS4MlsRzoUmAbWGq0NtgmlhKtBa4DlgpdCK4TlgKtnA/jF242SqkpLG+NXw9tm0/DxbnJa5MeV4JbrdYLdP6BJ0uWUtPgVOtNNOx/NZvNR1Ubrf/wcz640qPpdLqr1UD4pKSIcOv7/oHw0G44lwGXAZcBlwGXAZeBkhn4AcrY4LAgdyEWAAAAAElFTkSuQmCC) no-repeat 50%;
  background-size: 100% 100%;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#afabaaca2fa5fba .quan-item {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  padding: 0 9px 0 12px;
  border-top: 1px solid #e4393c;
  border-bottom: 1px solid #e4393c;
  height: 18px;
  line-height: 16px;
  color: #e4393c;
  font-size: 10px;
  background: #fff;
  margin-bottom: 4px;
}
#afabaaca2fa5fba .quan-item:after,
#afabaaca2fa5fba .quan-item:before {
  content: "";
  position: absolute;
  top: -1px;
  height: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAkCAMAAACpD3pbAAAAPFBMVEUAAAD////kOTzqaGr+9vb4zc32vL3sdXfnTE/mRUfxmpz87O3yn6HqZ2npXWDlQEP97e33xsf3xsbxl5nHV2NIAAAAAXRSTlMAQObYZgAAAJpJREFUOMvllEsSwiAQRMnjF8g/3v+uKhIrjhHK0l16B4+C7hlALS07qSyS2kVlKnHmCpqdNvwYwTdY6yKGX7AeKtb+jmN3jLuYMMEd5XYBUMZ6cO/BHHhr7ut6wizxHOhvM+kUT5S5I77ZsGWU1kbsExsmiSdMBVc3l9a0tJaDdR+CVcryWtRBFLXYkku1oae955Xnv5Y+j/UKs1MGwyraxf4AAAAASUVORK5CYII=);
  background-size: 15px 18px;
  background-repeat: no-repeat;
}
#afabaaca2fa5fba .quan-item:before {
  left: 0;
  width: 7px;
}
#afabaaca2fa5fba .quan-item:after {
  right: 0;
  width: 4px;
  background-position: -11px 0;
}
#afabaaca2fa5fba .price-wrap {
  margin-left: 55px;
}
#afabaaca2fa5fba .member-price-wrap svg {
  display: inline-block;
  margin-right: 6px;
}
#afabaaca2fa5fba .member-price-wrap .num {
  color: #333;
}
#afabaaca2fa5fba .member-price-wrap a {
  color: #555;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aea99ab1e3add47 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#aea99ab1e3add47.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abe82ab30aab5ed .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#abe82ab30aab5ed .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#abe82ab30aab5ed .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#abe82ab30aab5ed .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#abe82ab30aab5ed .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#abe82ab30aab5ed .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#abe82ab30aab5ed .menu-list > li.active > a:before,
#abe82ab30aab5ed .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#abe82ab30aab5ed .menu-list > li ul li {
  position: relative;
}
#abe82ab30aab5ed .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#abe82ab30aab5ed .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#abe82ab30aab5ed .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#abe82ab30aab5ed .menu-list li ul li a:active,
#abe82ab30aab5ed .menu-list li ul li a.active,
#abe82ab30aab5ed .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#abe82ab30aab5ed .menu-list li ul,
#abe82ab30aab5ed .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: #ee732e;
}
#abe82ab30aab5ed .menu-list li ul.menu-b > li,
#abe82ab30aab5ed .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#abe82ab30aab5ed .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#abe82ab30aab5ed .menu-list li:hover > ul {
  display: block;
}
#abe82ab30aab5ed .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a880aa01cea6f14 , #a880aa01cea6f14 a{color: rgba(255, 255, 255, 1);}#a880aa01cea6f14:hover, #a880aa01cea6f14 a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aea99ab1e3add47 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#aea99ab1e3add47 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac92aacce1a59cc .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1c40a94ecab68b .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac29ca3bc3a6e8c .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1736aaa03a994a .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3beda956ba96bd .post-cate {
  position: absolute;
  margin-left: 0;
  left: 30px;
  top: 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #007bff;
  color: #fff;
}
#a3beda956ba96bd .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
#a3beda956ba96bd .new-list .uk-cover-container {
  min-height: 80px;
}
#a3beda956ba96bd .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#a3beda956ba96bd .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#a3beda956ba96bd .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%); */
}
#a3beda956ba96bd .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;
}
#a3beda956ba96bd .main-item:hover::after {
  opacity: 1;
}
#a3beda956ba96bd .main-info {
  z-index: 100;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7da7a464aac636 .search-wrap {
  width: 810px;
  max-width: 100%;
  margin: 40px auto 40px;
  position: relative;
}
#a7da7a464aac636 .search .icon {
  width: 18px;
  fill: #fff;
  display: inline-block;
  margin-right: 6px;
}
#a7da7a464aac636 h3 {
  font-size: 30px;
  line-height: 52px;
  color: #fff;
}
#a7da7a464aac636 .subTitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  font-weight: 500;
}
#a7da7a464aac636 .search {
  width: 100%;
  position: relative;
}
#a7da7a464aac636 .tip {
  font-size: 14px;
  line-height: 1;
}
#a7da7a464aac636 .search input {
  width: 700px;
  max-width: 100%;
  height: 50px;
  margin-right: 115px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 15px 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}
#a7da7a464aac636 .search input::placeholder {
  color: #999;
}
#a7da7a464aac636 .search .btn {
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  background-color: #108CEE;
  width: 115px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bolder;
}
#a7da7a464aac636 .partner-info {
  border-top: 1px solid #ececec;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  color: #777;
  line-height: 1.5;
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
}
#a7da7a464aac636 .partner-info .level {
  width: 170px;
  height: 32px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 20px;
}
#a7da7a464aac636 .partner-info .partner-name {
  display: inline-block;
  font-size: 22px;
  margin-bottom: 10px;
  color: #555;
  line-height: 32px;
  margin-right: 20px;
  float: left;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af419a168ca23bc .el-process-item {
  position: relative;
}
#af419a168ca23bc .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#af419a168ca23bc .el-process-item-linker {
  position: absolute;
  height: 1px;
  top: 25px;
  left: calc(50% - -52px);
  overflow: hidden;
  background: #999999;
  width: calc(100% - 82px);
}
@media (max-width: 960px) {
  #af419a168ca23bc .el-process-item .el-process-item-linker {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3ae7afa6fa7461 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a3ae7afa6fa7461.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}#a177fa9bffac5f8 , #a177fa9bffac5f8 a{color: rgba(255, 255, 255, 0.85);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac019ace28a3984 .uk-position-bottom,
#ac019ace28a3984 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#ac019ace28a3984 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#ac019ace28a3984 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac019ace28a3984 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8295a9a85a0cd1 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a8295a9a85a0cd1 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a4e2ea49aaab485 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a4e2ea49aaab485 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#abdfcab230a1cf8 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#abdfcab230a1cf8 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a58cbabeb1a83b7 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a58cbabeb1a83b7 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a36afa3a91a7d69 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a36afa3a91a7d69 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a2ca4aff83a1080 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a2ca4aff83a1080 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a92a6a4d7da797b .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a92a6a4d7da797b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ae048ad996a29ff .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ae048ad996a29ff .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9238a48f8aa7a5 .uk-position-bottom,
#a9238a48f8aa7a5 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a9238a48f8aa7a5 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a9238a48f8aa7a5 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a9238a48f8aa7a5 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e3fa19daaf3f5 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a1e3fa19daaf3f5 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a11f4a0c28ad1e1 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a11f4a0c28ad1e1 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a1960aa7b1a0289 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a1960aa7b1a0289 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a84cfad3fea86bd .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a84cfad3fea86bd .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a76d7a3f2aa2dda .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a76d7a3f2aa2dda .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a8789a1cb7a1103 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a8789a1cb7a1103 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ad920afb64a33bf .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ad920afb64a33bf .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a3f9ca6203ace73 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a3f9ca6203ace73 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a084dac363ade60 .uk-position-bottom,
#a084dac363ade60 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a084dac363ade60 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a084dac363ade60 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a084dac363ade60 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af228adf9dad838 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#af228adf9dad838 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a6634aea08a91cd .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a6634aea08a91cd .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a798eae32caa31e .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a798eae32caa31e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a612aadb56a27e2 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a612aadb56a27e2 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a2728a31e3a12b4 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a2728a31e3a12b4 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#aca8cac4f7a69b9 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#aca8cac4f7a69b9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a2515a4a8fa3018 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a2515a4a8fa3018 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a1bc4a6663a47cf .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a1bc4a6663a47cf .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a337daf711a75f3 .uk-position-bottom,
#a337daf711a75f3 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a337daf711a75f3 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a337daf711a75f3 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a337daf711a75f3 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae7b1a74d2a07b2 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ae7b1a74d2a07b2 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ab498a1138a38f0 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ab498a1138a38f0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#aeccbad03da827b .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#aeccbad03da827b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a95c7a0c31a4924 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a95c7a0c31a4924 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a0795add48a294c .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a0795add48a294c .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a550ba4744a5229 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a550ba4744a5229 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a0052a3c48a6af9 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a0052a3c48a6af9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#aa901afff4af743 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#aa901afff4af743 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0fffa707cafa4f .uk-position-bottom,
#a0fffa707cafa4f .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a0fffa707cafa4f .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a0fffa707cafa4f .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a0fffa707cafa4f .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2278adabeaf28d .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a2278adabeaf28d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#aa76da830fafea9 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#aa76da830fafea9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a075aabd25aa7b7 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a075aabd25aa7b7 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a0720a2dffa4f8a .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a0720a2dffa4f8a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#abb94a28dba3504 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#abb94a28dba3504 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a73f0a803fa3f2d .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a73f0a803fa3f2d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a11a9af3c4ae106 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a11a9af3c4ae106 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a4dd2a1cc1a8875 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a4dd2a1cc1a8875 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af6f1a1f89a5a5c .uk-position-bottom,
#af6f1a1f89a5a5c .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#af6f1a1f89a5a5c .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#af6f1a1f89a5a5c .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#af6f1a1f89a5a5c .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4ddaabf4fa3730 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a4ddaabf4fa3730 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#aa040a47b3a197e .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#aa040a47b3a197e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a48f6a91bda0663 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a48f6a91bda0663 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a3801a2dd9a9f0f .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a3801a2dd9a9f0f .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a01d2a91ddaa283 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a01d2a91ddaa283 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a4d8aa51e6af56e .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a4d8aa51e6af56e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a8355a12cba461a .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a8355a12cba461a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#acdcfaaaf5afd28 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#acdcfaaaf5afd28 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab79dac54aa5065 .uk-position-bottom,
#ab79dac54aa5065 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#ab79dac54aa5065 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#ab79dac54aa5065 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ab79dac54aa5065 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa53da226ca90f6 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#aa53da226ca90f6 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a307ba7eaca1f89 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a307ba7eaca1f89 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a78d5a9e24a37b9 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a78d5a9e24a37b9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#af2e8a4568ae50f .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#af2e8a4568ae50f .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a7805a8877a9251 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a7805a8877a9251 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a03beabc97aa01b .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a03beabc97aa01b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a6049a4819aa27e .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a6049a4819aa27e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a45c0af3a4aab70 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a45c0af3a4aab70 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad68da72e9a44c0 {
  overflow: hidden;
  pointer-events: none;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav,
#ad68da72e9a44c0 > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #f5f5f5;
  border-bottom-style: solid;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav-horizontal,
#ad68da72e9a44c0 > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad68da72e9a44c0 > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad68da72e9a44c0 > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad68da72e9a44c0 > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav a,
#ad68da72e9a44c0 > .tab-nav a {
  padding: 0 0px;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav li a,
#ad68da72e9a44c0 > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #333333;
  border-right-style: solid;
  margin-right: 30px;
  margin-left: 30px;
  border-bottom-color: #f5f5f5;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
  border-top-color: #f5f5f5;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: solid;
  border-top-style: solid;
  background-color: #ffffff;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav li a svg,
#ad68da72e9a44c0 > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad68da72e9a44c0 > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav li a:hover,
#ad68da72e9a44c0 > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 2px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav li.uk-active a,
#ad68da72e9a44c0 > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
}
#ad68da72e9a44c0 .layout-left li,
#ad68da72e9a44c0 .layout-center li,
#ad68da72e9a44c0 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad68da72e9a44c0 .layout-left li a,
#ad68da72e9a44c0 .layout-center li a,
#ad68da72e9a44c0 .layout-right li a {
  height: 100%;
}
#ad68da72e9a44c0 .layout-left {
  text-align: left;
}
#ad68da72e9a44c0 .layout-center {
  text-align: center;
}
#ad68da72e9a44c0 .layout-right {
  text-align: right;
}
#ad68da72e9a44c0 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ad68da72e9a44c0 .tab-content-wrap {
  background-color: #ffffff;
}
#ad68da72e9a44c0 .tab-contents,
#ad68da72e9a44c0 .tab-contents-wrap {
  pointer-events: none;
}
#ad68da72e9a44c0 .tab-content,
#ad68da72e9a44c0 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad68da72e9a44c0 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad68da72e9a44c0 .tab-wrap .tab-contents {
  height: 100%;
}
#ad68da72e9a44c0 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a79b7a0087aa674 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 8px;}#a79b7a0087aa674 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a5e9ea57e3adc4e [data-item*=".title"], #a5e9ea57e3adc4e [data-item*=".title"] a {max-line: 1;line-height: 1;color: rgba(51, 51, 51, 1);text-align: center;}#a5e9ea57e3adc4e [data-item*=".abstract"], #a5e9ea57e3adc4e [data-item*=".abstract"] a {show: true;max-line: 3;color: rgba(102, 102, 102, 1);max-words: 65;}#a5e9ea57e3adc4e [data-item*=".subTitle"], #a5e9ea57e3adc4e [data-item*=".subTitle"] a {show: false;}#a5e9ea57e3adc4e [data-item*=".category"], #a5e9ea57e3adc4e [data-item*=".category"] a {show: true;}#a5e9ea57e3adc4e [data-item="items"] .img {background-size: cover;}#a5e9ea57e3adc4e [data-item="abstract"] {left: 154px;top: -12px; position: relative;}#a5e9ea57e3adc4e [data-item="buttons[0]"] {left: 1px;top: 91px; position: relative;}#a5e9ea57e3adc4e [data-item="items"] {left: 0px;top: 71px; position: relative;}#a5e9ea57e3adc4e [data-item="buttons[0]"] {font-size: 16px;justify-content: center;border-style: solid;font-weight: 400;color: #ee732e;border-color: rgba(238, 115, 46, 1);border-width: 1px;border-radius: 0px;width: 150px;height: 43px;padding-left: 0px;padding-right: 0px;background-color: rgba(255, 255, 255, 1);}#a5e9ea57e3adc4e [data-item="buttons[0]"]:hover {color: #ffffff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ac02ea0c7ea47e8 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab5cda070ca198f > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7e4dabfbba6778 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#af7e8a6aefa2c5f > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5140a42cdaa636 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3851abca4a95a1 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae47bab717a846c > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8430a97eda1e18 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0e6ca487dade6c .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 8px;}#a0e6ca487dade6c .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ab8d7a59c3a6550 [data-item="items"] .uk-card-body {padding: 20px}@media (min-width: 1200px) {
                #ab8d7a59c3a6550 [data-item="items"] .uk-card-body {padding: 20px}
            }@media (max-width: 640px) {
                #ab8d7a59c3a6550 [data-item="items"] .uk-card-body {padding: 20px}
            }#ab8d7a59c3a6550 [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#ab8d7a59c3a6550 [data-item*=".title"], #ab8d7a59c3a6550 [data-item*=".title"] a {max-line: 1;font-size: 18px;line-height: 1;color: rgba(51, 51, 51, 1);}#ab8d7a59c3a6550 [data-item*=".abstract"], #ab8d7a59c3a6550 [data-item*=".abstract"] a {show: true;max-line: 3;font-size: 14px;line-height: 1.5;color: rgba(102, 102, 102, 1);max-words: 65;}#ab8d7a59c3a6550 [data-item*=".subTitle"], #ab8d7a59c3a6550 [data-item*=".subTitle"] a {show: false;}#ab8d7a59c3a6550 [data-item*=".category"], #ab8d7a59c3a6550 [data-item*=".category"] a {show: false;}#ab8d7a59c3a6550 [data-item="items"] .img {background-size: cover;}#ab8d7a59c3a6550 [data-item="items"] {left: 1px;top: 62px; position: relative;}#ab8d7a59c3a6550 [data-item="title"] {left: 0px;top: 4px; position: relative;}#ab8d7a59c3a6550 [data-item="buttons[0]"] {left: 4px;top: 74px; position: relative;}#ab8d7a59c3a6550 [data-item="buttons[0]"] {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;}#ab8d7a59c3a6550 [data-item="buttons[0]"]:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#aa718acb46a98aa [data-item="items"] {left: 0px;top: -11px; position: relative;}#aa718acb46a98aa [data-item="title"] {left: -3px;top: 7px; position: relative;}#a5ec9af94ca6658 [data-item="items"] {left: -3px;top: -19px; position: relative;}#a5ec9af94ca6658 [data-item="title"] {left: -3px;top: 7px; position: relative;}#aac34af8d2aa6fe > .ele-wrap {background-color: rgba(237, 238, 238, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 0px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a37ccaac1aadad1 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-left-width: 0px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(237, 238, 238, 1);border-right-color: rgba(237, 238, 238, 1);border-left-color: rgba(237, 238, 238, 1);border-bottom-color: rgba(237, 238, 238, 1);}#a5dd7a025aa9595 [data-item="items"] {left: -2px;top: -28px; position: relative;}#ac7dba008baf215 > .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);}#af8a4ade5eafe46 > .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);}#aa962ad2d2a70b2 > .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);}#a8cd8adbcfa11d0 > .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);}#a4343a4753afd81 > .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);}#aa4b4a1b45a9ebb > .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);}#a8372abe0da1296 [data-item="items[1].abstract"] {left: 0px;top: -1px; position: relative;}#a8372abe0da1296 [data-item="items[2].abstract"] {left: 0px;top: -8px; position: relative;}#a8372abe0da1296 [data-item="items"] {left: 0px;top: 68px; position: relative;}#a8372abe0da1296 [data-item="abstract"] {left: -9px;top: 9px; position: relative;}#a8372abe0da1296 [data-item="title"] {left: -5px;top: 7px; position: relative;}#af729a5f10aeaa6 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 8px;}#af729a5f10aeaa6 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a3beda956ba96bd [data-item*=".title"], #a3beda956ba96bd [data-item*=".title"] a {max-line: 2;font-size: 16px;line-height: 1.5;}#a3beda956ba96bd [data-item*=".abstract"], #a3beda956ba96bd [data-item*=".abstract"] a {show: false;}#a3beda956ba96bd [data-item*=".subTitle"], #a3beda956ba96bd [data-item*=".subTitle"] a {show: true;}#a3beda956ba96bd [data-item*=".category"], #a3beda956ba96bd [data-item*=".category"] a {show: false;}#a3beda956ba96bd [data-item="items"] .img {background-size: cover;}#a3beda956ba96bd [data-item="items"] {left: 1px;top: 68px; position: relative;}#a3beda956ba96bd [data-item="buttons[0]"] {left: 0px;top: 72px; position: relative;}#a3beda956ba96bd [data-item="title"] {left: 0px;top: 4px; position: relative;}#a3beda956ba96bd [data-item="buttons[0]"] {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;}#a3beda956ba96bd [data-item="buttons[0]"]:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af979a6f10ac1cd .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#af979a6f10ac1cd .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#af419a168ca23bc [data-item="items[0].abstract"] {left: 0px;top: 19px; position: relative;}#af419a168ca23bc [data-item="items[1].abstract"] {left: 0px;top: 19px; position: relative;}#af419a168ca23bc [data-item="items[2].abstract"] {left: 0px;top: 19px; position: relative;}#af419a168ca23bc [data-item="items[3].abstract"] {left: 0px;top: 17px; position: relative;}#af419a168ca23bc [data-item="items[0]"] {left: 0px;top: -36px; position: relative;}#af419a168ca23bc [data-item="items[1]"] {left: 0px;top: -36px; position: relative;}#af419a168ca23bc [data-item="items[2]"] {left: 0px;top: -36px; position: relative;}#af419a168ca23bc [data-item="items[3]"] {left: 0px;top: -36px; position: relative;}#af419a168ca23bc [data-item="abstract"] {left: 0px;top: 5px; position: relative;}#af419a168ca23bc [data-item="title"] {left: -1px;top: 10px; position: relative;}#af419a168ca23bc [data-item="items[0].title"] {left: 0px;top: 7px; position: relative;}#af419a168ca23bc [data-item="items[1].title"] {left: 0px;top: 7px; position: relative;}#af419a168ca23bc [data-item="items[2].title"] {left: 0px;top: 7px; position: relative;}#af419a168ca23bc [data-item="items[3].title"] {left: 0px;top: 7px; position: relative;}#a3ae7afa6fa7461 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a3ae7afa6fa7461 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}#a4859a4ae2a08c7 {background-color: rgba(0, 0, 0, 1);}#aa5a8a5423a9b19 {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3e6aae766ad05b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3abcac99caeb1b .feature-image,
#a3abcac99caeb1b feature-image-wrap {
  height: 500px;
}
#a3abcac99caeb1b .feature-image {
  bottom: -20px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e13afe11ac84f .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac191a39e3afb1f .search-wrap {
  width: 810px;
  max-width: 100%;
  margin: 40px auto 40px;
  position: relative;
}
#ac191a39e3afb1f .search .icon {
  width: 18px;
  fill: #fff;
  display: inline-block;
  margin-right: 6px;
}
#ac191a39e3afb1f h3 {
  font-size: 30px;
  line-height: 52px;
  color: #fff;
}
#ac191a39e3afb1f .subTitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  font-weight: 500;
}
#ac191a39e3afb1f .search {
  width: 100%;
  position: relative;
}
#ac191a39e3afb1f .tip {
  font-size: 14px;
  line-height: 1;
}
#ac191a39e3afb1f .search input {
  width: 700px;
  max-width: 100%;
  height: 50px;
  margin-right: 115px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 15px 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}
#ac191a39e3afb1f .search input::placeholder {
  color: #999;
}
#ac191a39e3afb1f .search .btn {
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  background-color: #108CEE;
  width: 115px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bolder;
}
#ac191a39e3afb1f .partner-info {
  border-top: 1px solid #ececec;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  color: #777;
  line-height: 1.5;
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
}
#ac191a39e3afb1f .partner-info .level {
  width: 170px;
  height: 32px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 20px;
}
#ac191a39e3afb1f .partner-info .partner-name {
  display: inline-block;
  font-size: 22px;
  margin-bottom: 10px;
  color: #555;
  line-height: 32px;
  margin-right: 20px;
  float: left;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad08da5120a3ce2 .el-process-item {
  position: relative;
}
#ad08da5120a3ce2 .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#ad08da5120a3ce2 .el-process-item-linker {
  position: absolute;
  height: 1px;
  top: 25px;
  left: calc(50% - -52px);
  overflow: hidden;
  background: #999999;
  width: calc(100% - 82px);
}
@media (max-width: 960px) {
  #ad08da5120a3ce2 .el-process-item .el-process-item-linker {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a35caa51c0a271b .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a35caa51c0a271b.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}#a4eadac596a0124 .ele-wrap {font-size: 16px;justify-content: center;border-style: solid;font-weight: 400;border-width: 1px;border-color: rgba(238, 115, 46, 1);color: #ee732e;}#a4eadac596a0124 .ele-wrap:hover {color: #ffffff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a3abcac99caeb1b [data-item="title"] {left: -298px;top: 157px; position: relative;}#a3abcac99caeb1b [data-item="buttons[0]"] {left: -1px;top: 141px; position: relative;}#a3abcac99caeb1b [data-item="abstract"] {left: 0px;top: 73px; position: relative;}#a3abcac99caeb1b [data-item="subTitle"] {left: 1px;top: 208px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5ad7ac5bda403e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a5ad7ac5bda403e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a5ad7ac5bda403e .ap-icon {
  margin-right: 6px;
}
#a5ad7ac5bda403e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 nullpx;
  border-radius: 4px;
  line-height: 1.5;
  margin: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ee732e;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #ee732e;
  border-top-style: solid;
  border-right-color: #ee732e;
  border-left-color: #ee732e;
  border-bottom-color: #ee732e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-bottom: 0;
  margin-right: 40px;
  margin-top: 0;
  margin-left: 0;
  width: 150px;
  height: 50px;
}
#a5ad7ac5bda403e .menu-list > li.icon-bottom > a,
#a5ad7ac5bda403e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a5ad7ac5bda403e .menu-list > li.icon-bottom > a .ap-icon,
#a5ad7ac5bda403e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a5ad7ac5bda403e .menu-list > li.icon-bottom > a .ap-icon svg,
#a5ad7ac5bda403e .menu-list > li.icon-top > a .ap-icon svg,
#a5ad7ac5bda403e .menu-list > li.icon-bottom > a .ap-icon img,
#a5ad7ac5bda403e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a5ad7ac5bda403e .menu-list > li.icon-right > a .ap-icon,
#a5ad7ac5bda403e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a5ad7ac5bda403e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a5ad7ac5bda403e .menu-list > li:hover > a,
#a5ad7ac5bda403e .menu-list > li.active > a {
  background: #ee732e;
  background-color: #ee732e;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #fff;
  border-top-width: 1px;
  border-top-color: #ee732e;
  border-top-style: solid;
  border-right-color: #ee732e;
  border-left-color: #ee732e;
  border-bottom-color: #ee732e;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#a5ad7ac5bda403e .menu-list ul,
#a5ad7ac5bda403e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5ad7ac5bda403e .menu-list ul {
  top: 51px;
  left: 50%;
  transform: translateX(-50%);
}
#a5ad7ac5bda403e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5ad7ac5bda403e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5ad7ac5bda403e .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  clear: both;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#a590ba4d3da1168 .dynamic-pagination li,#a590ba4d3da1168 .uk-pagination li {
                border-color: #ee732e; color: #ee732e;}#a590ba4d3da1168 .dynamic-pagination li a, #a590ba4d3da1168 .uk-pagination a {
                color: #ee732e
            }#a590ba4d3da1168 .dynamic-pagination li.uk-active, #a590ba4d3da1168 .uk-pagination li.uk-active {
                border-color: #ee732e;background-color: #ee732e}#a590ba4d3da1168 .dynamic-pagination li.uk-active a, #a590ba4d3da1168 .uk-pagination li.uk-active a{color: #ffffff}#a590ba4d3da1168 [data-item*=".title"], #a590ba4d3da1168 [data-item*=".title"] a {max-line: 1;font-size: 24px;line-height: 1.5;}#a590ba4d3da1168 [data-item*=".abstract"], #a590ba4d3da1168 [data-item*=".abstract"] a {show: true;max-line: 3;font-size: 14px;line-height: 1.5;text-align: left;}#a590ba4d3da1168 [data-item*=".subTitle"], #a590ba4d3da1168 [data-item*=".subTitle"] a {show: false;}#a590ba4d3da1168 [data-item*=".category"], #a590ba4d3da1168 [data-item*=".category"] a {show: true;}#a590ba4d3da1168 [data-item="items"] .img {background-size: cover;}#a4a10a6974a3f28 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#abc23a6936a7d50 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a21bdae6a1a0707 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a68acae432ad619 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a330da87ebae059 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3ff1a5ebfa43b0 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a40bda8908a093b > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a550fae15ba204f > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a07f4a3d6aab142 [data-item="items"] {left: 0px;top: -11px; position: relative;}#a07f4a3d6aab142 [data-item="title"] {left: -3px;top: 7px; position: relative;}#ac7dba008baf215 > .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);}#af8a4ade5eafe46 > .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);}#aa962ad2d2a70b2 > .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);}#a8cd8adbcfa11d0 > .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);}#a4343a4753afd81 > .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);}#aa4b4a1b45a9ebb > .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);}#a4bdeab770a0775 [data-item="items[1].abstract"] {left: 0px;top: -1px; position: relative;}#a4bdeab770a0775 [data-item="items[2].abstract"] {left: 0px;top: -8px; position: relative;}#a4bdeab770a0775 [data-item="items"] {left: 0px;top: 68px; position: relative;}#a4bdeab770a0775 [data-item="abstract"] {left: -9px;top: 9px; position: relative;}#a4bdeab770a0775 [data-item="title"] {left: -5px;top: 7px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab484aeb44ae70f .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ab484aeb44ae70f .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ad08da5120a3ce2 [data-item="items[0].abstract"] {left: 0px;top: 19px; position: relative;}#ad08da5120a3ce2 [data-item="items[1].abstract"] {left: 0px;top: 19px; position: relative;}#ad08da5120a3ce2 [data-item="items[2].abstract"] {left: 0px;top: 19px; position: relative;}#ad08da5120a3ce2 [data-item="items[3].abstract"] {left: 0px;top: 17px; position: relative;}#ad08da5120a3ce2 [data-item="items[0]"] {left: 0px;top: -36px; position: relative;}#ad08da5120a3ce2 [data-item="items[1]"] {left: 0px;top: -36px; position: relative;}#ad08da5120a3ce2 [data-item="items[2]"] {left: 0px;top: -36px; position: relative;}#ad08da5120a3ce2 [data-item="items[3]"] {left: 0px;top: -36px; position: relative;}#ad08da5120a3ce2 [data-item="abstract"] {left: 0px;top: 5px; position: relative;}#ad08da5120a3ce2 [data-item="title"] {left: -1px;top: 10px; position: relative;}#ad08da5120a3ce2 [data-item="items[0].title"] {left: 0px;top: 7px; position: relative;}#ad08da5120a3ce2 [data-item="items[1].title"] {left: 0px;top: 7px; position: relative;}#ad08da5120a3ce2 [data-item="items[2].title"] {left: 0px;top: 7px; position: relative;}#ad08da5120a3ce2 [data-item="items[3].title"] {left: 0px;top: 7px; position: relative;}#a35caa51c0a271b [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a35caa51c0a271b [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac92aacce1a59cc .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2c75ace46a6470 .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6ba1add0ca9c55 .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1736aaa03a994a .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3beda956ba96bd .post-cate {
  position: absolute;
  margin-left: 0;
  left: 30px;
  top: 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #007bff;
  color: #fff;
}
#a3beda956ba96bd .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
#a3beda956ba96bd .new-list .uk-cover-container {
  min-height: 80px;
}
#a3beda956ba96bd .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#a3beda956ba96bd .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#a3beda956ba96bd .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%); */
}
#a3beda956ba96bd .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;
}
#a3beda956ba96bd .main-item:hover::after {
  opacity: 1;
}
#a3beda956ba96bd .main-info {
  z-index: 100;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9c7baaa2aa414f .search-wrap {
  width: 810px;
  max-width: 100%;
  margin: 40px auto 40px;
  position: relative;
}
#a9c7baaa2aa414f .search .icon {
  width: 18px;
  fill: #fff;
  display: inline-block;
  margin-right: 6px;
}
#a9c7baaa2aa414f h3 {
  font-size: 30px;
  line-height: 52px;
  color: #fff;
}
#a9c7baaa2aa414f .subTitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  font-weight: 500;
}
#a9c7baaa2aa414f .search {
  width: 100%;
  position: relative;
}
#a9c7baaa2aa414f .tip {
  font-size: 14px;
  line-height: 1;
}
#a9c7baaa2aa414f .search input {
  width: 700px;
  max-width: 100%;
  height: 50px;
  margin-right: 115px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 15px 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}
#a9c7baaa2aa414f .search input::placeholder {
  color: #999;
}
#a9c7baaa2aa414f .search .btn {
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  background-color: #108CEE;
  width: 115px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bolder;
}
#a9c7baaa2aa414f .partner-info {
  border-top: 1px solid #ececec;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  color: #777;
  line-height: 1.5;
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
}
#a9c7baaa2aa414f .partner-info .level {
  width: 170px;
  height: 32px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 20px;
}
#a9c7baaa2aa414f .partner-info .partner-name {
  display: inline-block;
  font-size: 22px;
  margin-bottom: 10px;
  color: #555;
  line-height: 32px;
  margin-right: 20px;
  float: left;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae099a8fc9a4804 .el-process-item {
  position: relative;
}
#ae099a8fc9a4804 .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#ae099a8fc9a4804 .el-process-item-linker {
  position: absolute;
  height: 1px;
  top: 25px;
  left: calc(50% - -52px);
  overflow: hidden;
  background: #999999;
  width: calc(100% - 82px);
}
@media (max-width: 960px) {
  #ae099a8fc9a4804 .el-process-item .el-process-item-linker {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3ae7afa6fa7461 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a3ae7afa6fa7461.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}#ad2d0a5328a401d , #ad2d0a5328a401d a{color: rgba(255, 255, 255, 0.85);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac019ace28a3984 .uk-position-bottom,
#ac019ace28a3984 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#ac019ace28a3984 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#ac019ace28a3984 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac019ace28a3984 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a07fca7bafa2ca9 .img-wrap {
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
}
#a8295a9a85a0cd1 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a8295a9a85a0cd1 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a4e2ea49aaab485 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a4e2ea49aaab485 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#abdfcab230a1cf8 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#abdfcab230a1cf8 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a58cbabeb1a83b7 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a58cbabeb1a83b7 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a36afa3a91a7d69 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a36afa3a91a7d69 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a2ca4aff83a1080 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a2ca4aff83a1080 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a92a6a4d7da797b .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a92a6a4d7da797b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ae048ad996a29ff .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ae048ad996a29ff .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9238a48f8aa7a5 .uk-position-bottom,
#a9238a48f8aa7a5 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a9238a48f8aa7a5 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a9238a48f8aa7a5 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a9238a48f8aa7a5 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1e3fa19daaf3f5 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a1e3fa19daaf3f5 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a11f4a0c28ad1e1 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a11f4a0c28ad1e1 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a1960aa7b1a0289 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a1960aa7b1a0289 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a84cfad3fea86bd .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a84cfad3fea86bd .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a76d7a3f2aa2dda .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a76d7a3f2aa2dda .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a8789a1cb7a1103 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a8789a1cb7a1103 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ad920afb64a33bf .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ad920afb64a33bf .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a3f9ca6203ace73 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a3f9ca6203ace73 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a084dac363ade60 .uk-position-bottom,
#a084dac363ade60 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a084dac363ade60 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a084dac363ade60 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a084dac363ade60 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af228adf9dad838 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#af228adf9dad838 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a6634aea08a91cd .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a6634aea08a91cd .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a798eae32caa31e .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a798eae32caa31e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a612aadb56a27e2 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a612aadb56a27e2 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a2728a31e3a12b4 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a2728a31e3a12b4 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#aca8cac4f7a69b9 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#aca8cac4f7a69b9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a2515a4a8fa3018 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a2515a4a8fa3018 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a1bc4a6663a47cf .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a1bc4a6663a47cf .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a337daf711a75f3 .uk-position-bottom,
#a337daf711a75f3 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a337daf711a75f3 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a337daf711a75f3 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a337daf711a75f3 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae7b1a74d2a07b2 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ae7b1a74d2a07b2 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ab498a1138a38f0 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ab498a1138a38f0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#aeccbad03da827b .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#aeccbad03da827b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a95c7a0c31a4924 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a95c7a0c31a4924 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a0795add48a294c .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a0795add48a294c .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a550ba4744a5229 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a550ba4744a5229 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a0052a3c48a6af9 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a0052a3c48a6af9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#aa901afff4af743 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#aa901afff4af743 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0fffa707cafa4f .uk-position-bottom,
#a0fffa707cafa4f .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a0fffa707cafa4f .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a0fffa707cafa4f .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a0fffa707cafa4f .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2278adabeaf28d .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a2278adabeaf28d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#aa76da830fafea9 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#aa76da830fafea9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a075aabd25aa7b7 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a075aabd25aa7b7 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a0720a2dffa4f8a .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a0720a2dffa4f8a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#abb94a28dba3504 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#abb94a28dba3504 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a73f0a803fa3f2d .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a73f0a803fa3f2d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a11a9af3c4ae106 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a11a9af3c4ae106 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a4dd2a1cc1a8875 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a4dd2a1cc1a8875 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad68da72e9a44c0 {
  overflow: hidden;
  pointer-events: none;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav,
#ad68da72e9a44c0 > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #f5f5f5;
  border-bottom-style: solid;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav-horizontal,
#ad68da72e9a44c0 > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad68da72e9a44c0 > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad68da72e9a44c0 > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad68da72e9a44c0 > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav a,
#ad68da72e9a44c0 > .tab-nav a {
  padding: 0 0px;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav li a,
#ad68da72e9a44c0 > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #333333;
  border-right-style: solid;
  margin-right: 30px;
  margin-left: 30px;
  border-bottom-color: #f5f5f5;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
  border-top-color: #f5f5f5;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: solid;
  border-top-style: solid;
  background-color: #ffffff;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav li a svg,
#ad68da72e9a44c0 > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad68da72e9a44c0 > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav li a:hover,
#ad68da72e9a44c0 > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 2px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav li.uk-active a,
#ad68da72e9a44c0 > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
}
#ad68da72e9a44c0 .layout-left li,
#ad68da72e9a44c0 .layout-center li,
#ad68da72e9a44c0 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad68da72e9a44c0 .layout-left li a,
#ad68da72e9a44c0 .layout-center li a,
#ad68da72e9a44c0 .layout-right li a {
  height: 100%;
}
#ad68da72e9a44c0 .layout-left {
  text-align: left;
}
#ad68da72e9a44c0 .layout-center {
  text-align: center;
}
#ad68da72e9a44c0 .layout-right {
  text-align: right;
}
#ad68da72e9a44c0 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ad68da72e9a44c0 .tab-content-wrap {
  background-color: #ffffff;
}
#ad68da72e9a44c0 .tab-contents,
#ad68da72e9a44c0 .tab-contents-wrap {
  pointer-events: none;
}
#ad68da72e9a44c0 .tab-content,
#ad68da72e9a44c0 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad68da72e9a44c0 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad68da72e9a44c0 .tab-wrap .tab-contents {
  height: 100%;
}
#ad68da72e9a44c0 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a3827ae516a8568 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 8px;}#a3827ae516a8568 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a5e9ea57e3adc4e [data-item*=".title"], #a5e9ea57e3adc4e [data-item*=".title"] a {max-line: 1;line-height: 1;color: rgba(51, 51, 51, 1);text-align: center;}#a5e9ea57e3adc4e [data-item*=".abstract"], #a5e9ea57e3adc4e [data-item*=".abstract"] a {show: true;max-line: 3;color: rgba(102, 102, 102, 1);max-words: 65;}#a5e9ea57e3adc4e [data-item*=".subTitle"], #a5e9ea57e3adc4e [data-item*=".subTitle"] a {show: false;}#a5e9ea57e3adc4e [data-item*=".category"], #a5e9ea57e3adc4e [data-item*=".category"] a {show: true;}#a5e9ea57e3adc4e [data-item="items"] .img {background-size: cover;}#a5e9ea57e3adc4e [data-item="abstract"] {left: 154px;top: -12px; position: relative;}#a5e9ea57e3adc4e [data-item="buttons[0]"] {left: -1px;top: 86px; position: relative;}#a5e9ea57e3adc4e [data-item="items"] {left: 1px;top: 80px; position: relative;}#a5e9ea57e3adc4e [data-item="buttons[0]"] {font-size: 16px;justify-content: center;border-style: solid;font-weight: 400;color: #ee732e;border-color: rgba(238, 115, 46, 1);border-width: 1px;border-radius: 0px;width: 150px;height: 43px;padding-left: 0px;padding-right: 0px;background-color: rgba(255, 255, 255, 1);}#a5e9ea57e3adc4e [data-item="buttons[0]"]:hover {color: #ffffff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#af369a662ba767f > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#aefaaaf08cab40a > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2287a27d9abab8 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4047abc85ad895 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a1fc0a3eeea480b > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a777ea28a2a4f9e > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#aef2ba55b0a5bb0 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7b95a8fa2a98b7 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7695ad12aa24b7 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;}#a7695ad12aa24b7 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ab8d7a59c3a6550 [data-item="items"] .uk-card-body {padding: 20px}@media (min-width: 1200px) {
                #ab8d7a59c3a6550 [data-item="items"] .uk-card-body {padding: 20px}
            }@media (max-width: 640px) {
                #ab8d7a59c3a6550 [data-item="items"] .uk-card-body {padding: 20px}
            }#ab8d7a59c3a6550 [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#ab8d7a59c3a6550 [data-item*=".title"], #ab8d7a59c3a6550 [data-item*=".title"] a {max-line: 1;font-size: 18px;line-height: 1;color: rgba(51, 51, 51, 1);}#ab8d7a59c3a6550 [data-item*=".abstract"], #ab8d7a59c3a6550 [data-item*=".abstract"] a {show: true;max-line: 3;font-size: 14px;line-height: 1.5;color: rgba(102, 102, 102, 1);max-words: 65;}#ab8d7a59c3a6550 [data-item*=".subTitle"], #ab8d7a59c3a6550 [data-item*=".subTitle"] a {show: false;}#ab8d7a59c3a6550 [data-item*=".category"], #ab8d7a59c3a6550 [data-item*=".category"] a {show: false;}#ab8d7a59c3a6550 [data-item="items"] .img {background-size: cover;}#ab8d7a59c3a6550 [data-item="items"] {left: 1px;top: 80px; position: relative;}#ab8d7a59c3a6550 [data-item="title"] {left: 0px;top: 11px; position: relative;}#ab8d7a59c3a6550 [data-item="buttons[0]"] {left: 4px;top: 74px; position: relative;}#ab8d7a59c3a6550 [data-item="buttons[0]"] {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;}#ab8d7a59c3a6550 [data-item="buttons[0]"]:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#acca8afacda1959 [data-item="items"] {left: 0px;top: -11px; position: relative;}#acca8afacda1959 [data-item="title"] {left: -3px;top: 7px; position: relative;}#ab1eaa6968a6263 [data-item="items"] {left: -3px;top: -19px; position: relative;}#ab1eaa6968a6263 [data-item="title"] {left: -3px;top: 7px; position: relative;}#a0091a2f9dabc70 > .ele-wrap {background-color: rgba(237, 238, 238, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 0px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6418ac502a1018 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-left-width: 0px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(237, 238, 238, 1);border-right-color: rgba(237, 238, 238, 1);border-left-color: rgba(237, 238, 238, 1);border-bottom-color: rgba(237, 238, 238, 1);}#a2c41a005ea34d7 [data-item="items"] {left: -2px;top: -28px; position: relative;}#acd1aa928ca294e > .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);}#a131ca8302a1ba6 > .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);}#a4389a4926a333a > .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);}#a01d7a9e45a445c > .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);}#a7ccea0b29aba7d > .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);}#a9289a2967a505c > .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);}#abeb0a46eba0bc5 [data-item="items[1].abstract"] {left: 0px;top: -1px; position: relative;}#abeb0a46eba0bc5 [data-item="items[2].abstract"] {left: 0px;top: -8px; position: relative;}#abeb0a46eba0bc5 [data-item="items"] {left: 0px;top: 68px; position: relative;}#abeb0a46eba0bc5 [data-item="abstract"] {left: -9px;top: 9px; position: relative;}#abeb0a46eba0bc5 [data-item="title"] {left: -5px;top: 7px; position: relative;}#a2f78a0b34a7292 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;}#a2f78a0b34a7292 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a3beda956ba96bd [data-item*=".title"], #a3beda956ba96bd [data-item*=".title"] a {max-line: 2;font-size: 16px;line-height: 1.5;}#a3beda956ba96bd [data-item*=".abstract"], #a3beda956ba96bd [data-item*=".abstract"] a {show: false;}#a3beda956ba96bd [data-item*=".subTitle"], #a3beda956ba96bd [data-item*=".subTitle"] a {show: true;}#a3beda956ba96bd [data-item*=".category"], #a3beda956ba96bd [data-item*=".category"] a {show: false;}#a3beda956ba96bd [data-item="items"] .img {background-size: cover;}#a3beda956ba96bd [data-item="items"] {left: 1px;top: 68px; position: relative;}#a3beda956ba96bd [data-item="buttons[0]"] {left: 0px;top: 72px; position: relative;}#a3beda956ba96bd [data-item="title"] {left: 0px;top: 4px; position: relative;}#a3beda956ba96bd [data-item="buttons[0]"] {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;}#a3beda956ba96bd [data-item="buttons[0]"]:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af979a6f10ac1cd .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#af979a6f10ac1cd .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ae099a8fc9a4804 [data-item="items[0].abstract"] {left: 0px;top: 19px; position: relative;}#ae099a8fc9a4804 [data-item="items[1].abstract"] {left: 0px;top: 19px; position: relative;}#ae099a8fc9a4804 [data-item="items[2].abstract"] {left: 0px;top: 19px; position: relative;}#ae099a8fc9a4804 [data-item="items[3].abstract"] {left: 0px;top: 17px; position: relative;}#ae099a8fc9a4804 [data-item="items[0]"] {left: 0px;top: -36px; position: relative;}#ae099a8fc9a4804 [data-item="items[1]"] {left: 0px;top: -36px; position: relative;}#ae099a8fc9a4804 [data-item="items[2]"] {left: 0px;top: -36px; position: relative;}#ae099a8fc9a4804 [data-item="items[3]"] {left: 0px;top: -36px; position: relative;}#ae099a8fc9a4804 [data-item="abstract"] {left: 0px;top: 5px; position: relative;}#ae099a8fc9a4804 [data-item="title"] {left: -1px;top: 10px; position: relative;}#ae099a8fc9a4804 [data-item="items[0].title"] {left: 0px;top: 7px; position: relative;}#ae099a8fc9a4804 [data-item="items[1].title"] {left: 0px;top: 7px; position: relative;}#ae099a8fc9a4804 [data-item="items[2].title"] {left: 0px;top: 7px; position: relative;}#ae099a8fc9a4804 [data-item="items[3].title"] {left: 0px;top: 7px; position: relative;}#a3ae7afa6fa7461 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a3ae7afa6fa7461 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}#a4859a4ae2a08c7 {background-color: rgba(0, 0, 0, 1);}#aa5a8a5423a9b19 {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a101ca726dab57a .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afe04aeaada49b8 .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a51c9a0b11ac45f .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1839a5674a9155 .post-cate {
  position: absolute;
  margin-left: 0;
  left: 30px;
  top: 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #007bff;
  color: #fff;
}
#a1839a5674a9155 .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
#a1839a5674a9155 .new-list .uk-cover-container {
  min-height: 80px;
}
#a1839a5674a9155 .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#a1839a5674a9155 .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#a1839a5674a9155 .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%); */
}
#a1839a5674a9155 .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;
}
#a1839a5674a9155 .main-item:hover::after {
  opacity: 1;
}
#a1839a5674a9155 .main-info {
  z-index: 100;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aee30acf47a3a6e .search-wrap {
  width: 810px;
  max-width: 100%;
  margin: 40px auto 40px;
  position: relative;
}
#aee30acf47a3a6e .search .icon {
  width: 18px;
  fill: #fff;
  display: inline-block;
  margin-right: 6px;
}
#aee30acf47a3a6e h3 {
  font-size: 30px;
  line-height: 52px;
  color: #fff;
}
#aee30acf47a3a6e .subTitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  font-weight: 500;
}
#aee30acf47a3a6e .search {
  width: 100%;
  position: relative;
}
#aee30acf47a3a6e .tip {
  font-size: 14px;
  line-height: 1;
}
#aee30acf47a3a6e .search input {
  width: 700px;
  max-width: 100%;
  height: 50px;
  margin-right: 115px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 15px 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}
#aee30acf47a3a6e .search input::placeholder {
  color: #999;
}
#aee30acf47a3a6e .search .btn {
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  background-color: #108CEE;
  width: 115px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bolder;
}
#aee30acf47a3a6e .partner-info {
  border-top: 1px solid #ececec;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  color: #777;
  line-height: 1.5;
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
}
#aee30acf47a3a6e .partner-info .level {
  width: 170px;
  height: 32px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 20px;
}
#aee30acf47a3a6e .partner-info .partner-name {
  display: inline-block;
  font-size: 22px;
  margin-bottom: 10px;
  color: #555;
  line-height: 32px;
  margin-right: 20px;
  float: left;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5190a7b18aa134 .el-process-item {
  position: relative;
}
#a5190a7b18aa134 .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#a5190a7b18aa134 .el-process-item-linker {
  position: absolute;
  height: 1px;
  top: 25px;
  left: calc(50% - -52px);
  overflow: hidden;
  background: #999999;
  width: calc(100% - 82px);
}
@media (max-width: 960px) {
  #a5190a7b18aa134 .el-process-item .el-process-item-linker {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3ae7afa6fa7461 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a3ae7afa6fa7461.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9aa2a66ccab397 .uk-position-bottom,
#a9aa2a66ccab397 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a9aa2a66ccab397 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a9aa2a66ccab397 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a9aa2a66ccab397 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a18adaad66a1a24 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a18adaad66a1a24 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ab7b4abcf7a7299 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ab7b4abcf7a7299 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a5279a228ba2914 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a5279a228ba2914 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a2ffaa1053a0a87 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a2ffaa1053a0a87 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a8aa7ae4b7a6480 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a8aa7ae4b7a6480 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ac477a0794ac6c9 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ac477a0794ac6c9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a0441aa3feac76b .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a0441aa3feac76b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a0639a3e65a291d .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a0639a3e65a291d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aae23a2800a3211 .uk-position-bottom,
#aae23a2800a3211 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#aae23a2800a3211 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#aae23a2800a3211 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aae23a2800a3211 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1f75a8274a9ae5 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a1f75a8274a9ae5 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a0708aa4ceabad4 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a0708aa4ceabad4 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a5d0ba752aace7d .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a5d0ba752aace7d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#af376a8b77aac68 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#af376a8b77aac68 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ae8a3adc51a5634 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ae8a3adc51a5634 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a82d7a0d85a5fee .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a82d7a0d85a5fee .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#af8d9ad154ac413 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#af8d9ad154ac413 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#aecd8a6a1aad1be .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#aecd8a6a1aad1be .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a19daa42d7a8a7b .uk-position-bottom,
#a19daa42d7a8a7b .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a19daa42d7a8a7b .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a19daa42d7a8a7b .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a19daa42d7a8a7b .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0965ac51da69b1 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a0965ac51da69b1 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a7ba5a8434a3066 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a7ba5a8434a3066 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a7745a8c59acab0 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a7745a8c59acab0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a8ccda36fbaf43e .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a8ccda36fbaf43e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#abc51a422caa33f .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#abc51a422caa33f .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#af7b4a2d12a807f .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#af7b4a2d12a807f .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ace77af514af035 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ace77af514af035 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a53a8af838ad114 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a53a8af838ad114 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9bd6ae936ae026 .uk-position-bottom,
#a9bd6ae936ae026 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a9bd6ae936ae026 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a9bd6ae936ae026 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a9bd6ae936ae026 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9b02a26aca6c1c .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a9b02a26aca6c1c .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a26fda540fa7a21 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a26fda540fa7a21 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a80caa0950a2b29 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a80caa0950a2b29 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a7c29ae019a9a2a .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a7c29ae019a9a2a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a6292a9fc8aa89b .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a6292a9fc8aa89b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#adf8da37f1ac9f8 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#adf8da37f1ac9f8 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ad8bda87e8ad6d3 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ad8bda87e8ad6d3 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ac489a9c0ea3929 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ac489a9c0ea3929 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a45d1a488fafa7c .uk-position-bottom,
#a45d1a488fafa7c .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a45d1a488fafa7c .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a45d1a488fafa7c .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a45d1a488fafa7c .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a070aa282da770a .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a070aa282da770a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a600aa5b6faab14 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a600aa5b6faab14 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a0200a395caa8b0 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a0200a395caa8b0 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a67f4a67baae1fe .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a67f4a67baae1fe .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a6d70adcaeaae31 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a6d70adcaeaae31 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a88a1ad157a3393 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a88a1ad157a3393 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a4076a56b4af0ec .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a4076a56b4af0ec .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a64ada16cda2c0d .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a64ada16cda2c0d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afff1a9d1aaa308 {
  overflow: hidden;
  pointer-events: none;
}
#afff1a9d1aaa308 > .tab-wrap > div > .tab-nav,
#afff1a9d1aaa308 > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #f5f5f5;
  border-bottom-style: solid;
}
#afff1a9d1aaa308 > .tab-wrap > div > .tab-nav-horizontal,
#afff1a9d1aaa308 > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#afff1a9d1aaa308 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afff1a9d1aaa308 > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#afff1a9d1aaa308 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afff1a9d1aaa308 > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#afff1a9d1aaa308 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afff1a9d1aaa308 > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#afff1a9d1aaa308 > .tab-wrap > div > .tab-nav a,
#afff1a9d1aaa308 > .tab-nav a {
  padding: 0 0px;
}
#afff1a9d1aaa308 > .tab-wrap > div > .tab-nav li a,
#afff1a9d1aaa308 > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #333333;
  border-right-style: solid;
  margin-right: 30px;
  margin-left: 30px;
  border-bottom-color: #f5f5f5;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
  border-top-color: #f5f5f5;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: solid;
  border-top-style: solid;
  background-color: #ffffff;
}
#afff1a9d1aaa308 > .tab-wrap > div > .tab-nav li a svg,
#afff1a9d1aaa308 > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#afff1a9d1aaa308 > .tab-wrap > div > .tab-nav li a .ap_icon,
#afff1a9d1aaa308 > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#afff1a9d1aaa308 > .tab-wrap > div > .tab-nav li a:hover,
#afff1a9d1aaa308 > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 2px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
}
#afff1a9d1aaa308 > .tab-wrap > div > .tab-nav li.uk-active a,
#afff1a9d1aaa308 > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
}
#afff1a9d1aaa308 .layout-left li,
#afff1a9d1aaa308 .layout-center li,
#afff1a9d1aaa308 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#afff1a9d1aaa308 .layout-left li a,
#afff1a9d1aaa308 .layout-center li a,
#afff1a9d1aaa308 .layout-right li a {
  height: 100%;
}
#afff1a9d1aaa308 .layout-left {
  text-align: left;
}
#afff1a9d1aaa308 .layout-center {
  text-align: center;
}
#afff1a9d1aaa308 .layout-right {
  text-align: right;
}
#afff1a9d1aaa308 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#afff1a9d1aaa308 .tab-content-wrap {
  background-color: #ffffff;
}
#afff1a9d1aaa308 .tab-contents,
#afff1a9d1aaa308 .tab-contents-wrap {
  pointer-events: none;
}
#afff1a9d1aaa308 .tab-content,
#afff1a9d1aaa308 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#afff1a9d1aaa308 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#afff1a9d1aaa308 .tab-wrap .tab-contents {
  height: 100%;
}
#afff1a9d1aaa308 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#acbd2a3679af768 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 8px;}#acbd2a3679af768 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a38fca8d2fa7991 [data-item*=".title"], #a38fca8d2fa7991 [data-item*=".title"] a {max-line: 1;line-height: 1;color: rgba(51, 51, 51, 1);text-align: center;}#a38fca8d2fa7991 [data-item*=".abstract"], #a38fca8d2fa7991 [data-item*=".abstract"] a {show: true;max-line: 3;color: rgba(102, 102, 102, 1);max-words: 65;}#a38fca8d2fa7991 [data-item*=".subTitle"], #a38fca8d2fa7991 [data-item*=".subTitle"] a {show: false;}#a38fca8d2fa7991 [data-item*=".category"], #a38fca8d2fa7991 [data-item*=".category"] a {show: true;}#a38fca8d2fa7991 [data-item="items"] .img {background-size: contain;}#a38fca8d2fa7991 [data-item="abstract"] {left: 154px;top: -12px; position: relative;}#a38fca8d2fa7991 [data-item="buttons[0]"] {left: 0px;top: 88px; position: relative;}#a38fca8d2fa7991 [data-item="items"] {left: 1px;top: 82px; position: relative;}#a38fca8d2fa7991 [data-item="buttons[0]"] {font-size: 16px;justify-content: center;border-style: solid;font-weight: 400;color: #ee732e;border-color: rgba(238, 115, 46, 1);border-width: 1px;border-radius: 0px;width: 150px;height: 43px;padding-left: 0px;padding-right: 0px;background-color: rgba(255, 255, 255, 1);}#a38fca8d2fa7991 [data-item="buttons[0]"]:hover {color: #ffffff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#aa670afb2ea5160 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#adcd9a1b2ca0f3e > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3102aed5ba5b04 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeddeabedda9373 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad59da1e48af413 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa1f6a0809a2b06 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f5ae991a5a64 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab8eca994aa4b0c > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a971caea10aef30 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;}#a971caea10aef30 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a1054ac465a2189 [data-item="items"] .uk-card-body {padding: 20px}@media (min-width: 1200px) {
                #a1054ac465a2189 [data-item="items"] .uk-card-body {padding: 20px}
            }@media (max-width: 640px) {
                #a1054ac465a2189 [data-item="items"] .uk-card-body {padding: 20px}
            }#a1054ac465a2189 [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#a1054ac465a2189 [data-item*=".title"], #a1054ac465a2189 [data-item*=".title"] a {font-size: 24px;text-align: center;line-height: 1.5;max-line: 1;}#a1054ac465a2189 [data-item*=".abstract"], #a1054ac465a2189 [data-item*=".abstract"] a {show: true;max-line: 3;font-size: 14px;line-height: 1.5;max-words: 65;text-align: left;}#a1054ac465a2189 [data-item*=".subTitle"], #a1054ac465a2189 [data-item*=".subTitle"] a {show: true;}#a1054ac465a2189 [data-item*=".category"], #a1054ac465a2189 [data-item*=".category"] a {show: true;}#a1054ac465a2189 [data-item="items"] .img {background-size: cover;}#a1054ac465a2189 [data-item="items"] {left: 0px;top: 73px; position: relative;}#a1054ac465a2189 [data-item="buttons[0]"] {left: 2px;top: 90px; position: relative;}#a1054ac465a2189 [data-item="buttons[0]"] {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;}#a1054ac465a2189 [data-item="buttons[0]"]:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a559baa10dad68f [data-item="items"] {left: 0px;top: -11px; position: relative;}#a559baa10dad68f [data-item="title"] {left: -3px;top: 7px; position: relative;}#a89cca285ba3b4d [data-item="items"] {left: -3px;top: -19px; position: relative;}#a89cca285ba3b4d [data-item="title"] {left: -3px;top: 7px; position: relative;}#a3055a2b9eaa511 > .ele-wrap {background-color: rgba(237, 238, 238, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 0px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac3d3a2c5ca5234 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-left-width: 0px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(237, 238, 238, 1);border-right-color: rgba(237, 238, 238, 1);border-left-color: rgba(237, 238, 238, 1);border-bottom-color: rgba(237, 238, 238, 1);}#a90d2a113ba6ea5 [data-item="items"] {left: -2px;top: -28px; position: relative;}#ac7dba008baf215 > .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);}#af8a4ade5eafe46 > .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);}#aa962ad2d2a70b2 > .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);}#a8cd8adbcfa11d0 > .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);}#a4343a4753afd81 > .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);}#aa4b4a1b45a9ebb > .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);}#a5bbea31fbaabb4 [data-item="items[1].abstract"] {left: 0px;top: -1px; position: relative;}#a5bbea31fbaabb4 [data-item="items[2].abstract"] {left: 0px;top: -8px; position: relative;}#a5bbea31fbaabb4 [data-item="items"] {left: 0px;top: 68px; position: relative;}#a5bbea31fbaabb4 [data-item="abstract"] {left: -9px;top: 9px; position: relative;}#a5bbea31fbaabb4 [data-item="title"] {left: -5px;top: 7px; position: relative;}#a1839a5674a9155 [data-item*=".title"], #a1839a5674a9155 [data-item*=".title"] a {max-line: 2;font-size: 16px;line-height: 1.5;}#a1839a5674a9155 [data-item*=".abstract"], #a1839a5674a9155 [data-item*=".abstract"] a {show: false;}#a1839a5674a9155 [data-item*=".subTitle"], #a1839a5674a9155 [data-item*=".subTitle"] a {show: true;}#a1839a5674a9155 [data-item*=".category"], #a1839a5674a9155 [data-item*=".category"] a {show: false;}#a1839a5674a9155 [data-item="items"] .img {background-size: cover;}#a1839a5674a9155 [data-item="items"] {left: 1px;top: 68px; position: relative;}#a1839a5674a9155 [data-item="buttons[0]"] {left: 0px;top: 72px; position: relative;}#a1839a5674a9155 [data-item="title"] {left: 0px;top: 4px; position: relative;}#a1839a5674a9155 [data-item="buttons[0]"] {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;}#a1839a5674a9155 [data-item="buttons[0]"]:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2ff3a8da5ac6b4 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a2ff3a8da5ac6b4 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a5190a7b18aa134 [data-item="items[0].abstract"] {left: 0px;top: 19px; position: relative;}#a5190a7b18aa134 [data-item="items[1].abstract"] {left: 0px;top: 19px; position: relative;}#a5190a7b18aa134 [data-item="items[2].abstract"] {left: 0px;top: 19px; position: relative;}#a5190a7b18aa134 [data-item="items[3].abstract"] {left: 0px;top: 17px; position: relative;}#a5190a7b18aa134 [data-item="items[0]"] {left: 0px;top: -36px; position: relative;}#a5190a7b18aa134 [data-item="items[1]"] {left: 0px;top: -36px; position: relative;}#a5190a7b18aa134 [data-item="items[2]"] {left: 0px;top: -36px; position: relative;}#a5190a7b18aa134 [data-item="items[3]"] {left: 0px;top: -36px; position: relative;}#a5190a7b18aa134 [data-item="abstract"] {left: 0px;top: 5px; position: relative;}#a5190a7b18aa134 [data-item="title"] {left: -1px;top: 10px; position: relative;}#a5190a7b18aa134 [data-item="items[0].title"] {left: 0px;top: 7px; position: relative;}#a5190a7b18aa134 [data-item="items[1].title"] {left: 0px;top: 7px; position: relative;}#a5190a7b18aa134 [data-item="items[2].title"] {left: 0px;top: 7px; position: relative;}#a5190a7b18aa134 [data-item="items[3].title"] {left: 0px;top: 7px; position: relative;}#a3ae7afa6fa7461 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a3ae7afa6fa7461 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0538a283caed04 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6004a1d38ab354 .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4ea9ac249a62e5 .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa079a291faabd7 .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7446ad356a5575 .post-cate {
  position: absolute;
  margin-left: 0;
  left: 30px;
  top: 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #007bff;
  color: #fff;
}
#a7446ad356a5575 .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
#a7446ad356a5575 .new-list .uk-cover-container {
  min-height: 80px;
}
#a7446ad356a5575 .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#a7446ad356a5575 .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#a7446ad356a5575 .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%); */
}
#a7446ad356a5575 .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;
}
#a7446ad356a5575 .main-item:hover::after {
  opacity: 1;
}
#a7446ad356a5575 .main-info {
  z-index: 100;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1f5ea899facb8e .search-wrap {
  width: 810px;
  max-width: 100%;
  margin: 40px auto 40px;
  position: relative;
}
#a1f5ea899facb8e .search .icon {
  width: 18px;
  fill: #fff;
  display: inline-block;
  margin-right: 6px;
}
#a1f5ea899facb8e h3 {
  font-size: 30px;
  line-height: 52px;
  color: #fff;
}
#a1f5ea899facb8e .subTitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  font-weight: 500;
}
#a1f5ea899facb8e .search {
  width: 100%;
  position: relative;
}
#a1f5ea899facb8e .tip {
  font-size: 14px;
  line-height: 1;
}
#a1f5ea899facb8e .search input {
  width: 700px;
  max-width: 100%;
  height: 50px;
  margin-right: 115px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 15px 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}
#a1f5ea899facb8e .search input::placeholder {
  color: #999;
}
#a1f5ea899facb8e .search .btn {
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  background-color: #108CEE;
  width: 115px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bolder;
}
#a1f5ea899facb8e .partner-info {
  border-top: 1px solid #ececec;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  color: #777;
  line-height: 1.5;
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
}
#a1f5ea899facb8e .partner-info .level {
  width: 170px;
  height: 32px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 20px;
}
#a1f5ea899facb8e .partner-info .partner-name {
  display: inline-block;
  font-size: 22px;
  margin-bottom: 10px;
  color: #555;
  line-height: 32px;
  margin-right: 20px;
  float: left;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5df4a2dc2a878a .el-process-item {
  position: relative;
}
#a5df4a2dc2a878a .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#a5df4a2dc2a878a .el-process-item-linker {
  position: absolute;
  height: 1px;
  top: 25px;
  left: calc(50% - -52px);
  overflow: hidden;
  background: #999999;
  width: calc(100% - 82px);
}
@media (max-width: 960px) {
  #a5df4a2dc2a878a .el-process-item .el-process-item-linker {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8ac8ab028aafad .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a8ac8ab028aafad.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afa14a52eaa2413 .uk-position-bottom,
#afa14a52eaa2413 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#afa14a52eaa2413 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#afa14a52eaa2413 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#afa14a52eaa2413 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa68fa8548a0c11 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#aa68fa8548a0c11 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#af22ea72c8a3329 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#af22ea72c8a3329 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ae6abaa4f3a8b9a .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ae6abaa4f3a8b9a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a6069a79e1a44c3 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a6069a79e1a44c3 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a4718afc0da474f .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a4718afc0da474f .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a08caadbcbabb66 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a08caadbcbabb66 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a6d1fa590da4990 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a6d1fa590da4990 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a08f7a27a1aa053 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a08f7a27a1aa053 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a42b0aced8addf2 .uk-position-bottom,
#a42b0aced8addf2 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a42b0aced8addf2 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a42b0aced8addf2 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a42b0aced8addf2 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a57c5a0094a7b49 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a57c5a0094a7b49 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a22e0a195cafbd5 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a22e0a195cafbd5 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a3341ae4fca46ac .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a3341ae4fca46ac .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a491ba570aaee53 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a491ba570aaee53 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ace95a38f3ae4ae .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ace95a38f3ae4ae .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a4072ada40abcf2 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a4072ada40abcf2 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a8815a02b3af8d9 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a8815a02b3af8d9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ad34ca6e17a83f9 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ad34ca6e17a83f9 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4513a9165a8778 .uk-position-bottom,
#a4513a9165a8778 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a4513a9165a8778 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a4513a9165a8778 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a4513a9165a8778 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9f72a42baac48d .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a9f72a42baac48d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a416aacde2a5186 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a416aacde2a5186 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a991dac95fa58a3 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a991dac95fa58a3 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a029ca6142a99e4 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a029ca6142a99e4 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#adff8a181aa6ddf .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#adff8a181aa6ddf .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a3277a1948a6f5e .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a3277a1948a6f5e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a24f2af3c0a9564 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a24f2af3c0a9564 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a07f9abadba68cb .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a07f9abadba68cb .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa94cae274a3389 .uk-position-bottom,
#aa94cae274a3389 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#aa94cae274a3389 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#aa94cae274a3389 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa94cae274a3389 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2fafab9deab092 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a2fafab9deab092 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ab2e4a2d33ad4be .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ab2e4a2d33ad4be .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a7182a45d7a83c1 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a7182a45d7a83c1 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a7d30aa7d5ad00e .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a7d30aa7d5ad00e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#aca8ea4133afac4 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#aca8ea4133afac4 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#aadc8a68a8aacbc .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#aadc8a68a8aacbc .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ae15cae375a162c .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ae15cae375a162c .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a6e6da8db4a693c .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a6e6da8db4a693c .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a01f2aa65ea92e3 .uk-position-bottom,
#a01f2aa65ea92e3 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a01f2aa65ea92e3 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a01f2aa65ea92e3 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a01f2aa65ea92e3 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a717aa39f1a343d .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a717aa39f1a343d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a4bfda1423a5d29 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a4bfda1423a5d29 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a86f8aadada21a8 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a86f8aadada21a8 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a4c7cab20fa878d .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a4c7cab20fa878d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a7c26aa139ac712 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a7c26aa139ac712 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a5d78ae67fac328 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a5d78ae67fac328 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a4b8dace31a8c81 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a4b8dace31a8c81 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a01d3aaa2ba9191 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a01d3aaa2ba9191 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9cadaeaf8a1c87 {
  overflow: hidden;
  pointer-events: none;
}
#a9cadaeaf8a1c87 > .tab-wrap > div > .tab-nav,
#a9cadaeaf8a1c87 > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #f5f5f5;
  border-bottom-style: solid;
}
#a9cadaeaf8a1c87 > .tab-wrap > div > .tab-nav-horizontal,
#a9cadaeaf8a1c87 > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9cadaeaf8a1c87 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9cadaeaf8a1c87 > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9cadaeaf8a1c87 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9cadaeaf8a1c87 > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9cadaeaf8a1c87 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9cadaeaf8a1c87 > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9cadaeaf8a1c87 > .tab-wrap > div > .tab-nav a,
#a9cadaeaf8a1c87 > .tab-nav a {
  padding: 0 0px;
}
#a9cadaeaf8a1c87 > .tab-wrap > div > .tab-nav li a,
#a9cadaeaf8a1c87 > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #333333;
  border-right-style: solid;
  margin-right: 30px;
  margin-left: 30px;
  border-bottom-color: #f5f5f5;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
  border-top-color: #f5f5f5;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: solid;
  border-top-style: solid;
  background-color: #ffffff;
}
#a9cadaeaf8a1c87 > .tab-wrap > div > .tab-nav li a svg,
#a9cadaeaf8a1c87 > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9cadaeaf8a1c87 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9cadaeaf8a1c87 > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9cadaeaf8a1c87 > .tab-wrap > div > .tab-nav li a:hover,
#a9cadaeaf8a1c87 > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 2px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
}
#a9cadaeaf8a1c87 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9cadaeaf8a1c87 > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
}
#a9cadaeaf8a1c87 .layout-left li,
#a9cadaeaf8a1c87 .layout-center li,
#a9cadaeaf8a1c87 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9cadaeaf8a1c87 .layout-left li a,
#a9cadaeaf8a1c87 .layout-center li a,
#a9cadaeaf8a1c87 .layout-right li a {
  height: 100%;
}
#a9cadaeaf8a1c87 .layout-left {
  text-align: left;
}
#a9cadaeaf8a1c87 .layout-center {
  text-align: center;
}
#a9cadaeaf8a1c87 .layout-right {
  text-align: right;
}
#a9cadaeaf8a1c87 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9cadaeaf8a1c87 .tab-content-wrap {
  background-color: #ffffff;
}
#a9cadaeaf8a1c87 .tab-contents,
#a9cadaeaf8a1c87 .tab-contents-wrap {
  pointer-events: none;
}
#a9cadaeaf8a1c87 .tab-content,
#a9cadaeaf8a1c87 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9cadaeaf8a1c87 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9cadaeaf8a1c87 .tab-wrap .tab-contents {
  height: 100%;
}
#a9cadaeaf8a1c87 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa43fa4d24ac006 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;}#aa43fa4d24ac006 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#aaeccaddd3a8cac [data-item*=".title"], #aaeccaddd3a8cac [data-item*=".title"] a {max-line: 1;line-height: 1;color: rgba(51, 51, 51, 1);text-align: center;}#aaeccaddd3a8cac [data-item*=".abstract"], #aaeccaddd3a8cac [data-item*=".abstract"] a {show: true;max-line: 3;color: rgba(102, 102, 102, 1);max-words: 65;}#aaeccaddd3a8cac [data-item*=".subTitle"], #aaeccaddd3a8cac [data-item*=".subTitle"] a {show: false;}#aaeccaddd3a8cac [data-item*=".category"], #aaeccaddd3a8cac [data-item*=".category"] a {show: true;}#aaeccaddd3a8cac [data-item="items"] .img {background-size: contain;}#aaeccaddd3a8cac [data-item="abstract"] {left: 154px;top: -12px; position: relative;}#aaeccaddd3a8cac [data-item="buttons[0]"] {left: 0px;top: 88px; position: relative;}#aaeccaddd3a8cac [data-item="items"] {left: 1px;top: 82px; position: relative;}#aaeccaddd3a8cac [data-item="buttons[0]"] {font-size: 16px;justify-content: center;border-style: solid;font-weight: 400;color: #ee732e;border-color: rgba(238, 115, 46, 1);border-width: 1px;border-radius: 0px;width: 150px;height: 43px;padding-left: 0px;padding-right: 0px;background-color: rgba(255, 255, 255, 1);}#aaeccaddd3a8cac [data-item="buttons[0]"]:hover {color: #ffffff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a3b33ad0a5a4713 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a118aa7fe8a662a > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a08eca03ebabb74 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7df5a3477a4abb > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8077aa230aab0b > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a20b2aeba7a4751 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a36a6adc6aa93fc > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#afd05a3274a9da1 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a482fad673acc08 [data-item="items"] .uk-card-body {padding: 20px}@media (min-width: 1200px) {
                #a482fad673acc08 [data-item="items"] .uk-card-body {padding: 20px}
            }@media (max-width: 640px) {
                #a482fad673acc08 [data-item="items"] .uk-card-body {padding: 20px}
            }#a482fad673acc08 [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#a482fad673acc08 [data-item*=".title"], #a482fad673acc08 [data-item*=".title"] a {max-line: 1;font-size: 18px;line-height: 1;color: rgba(51, 51, 51, 1);}#a482fad673acc08 [data-item*=".abstract"], #a482fad673acc08 [data-item*=".abstract"] a {show: true;max-line: 3;font-size: 14px;line-height: 1.5;color: rgba(102, 102, 102, 1);max-words: 65;}#a482fad673acc08 [data-item*=".subTitle"], #a482fad673acc08 [data-item*=".subTitle"] a {show: false;}#a482fad673acc08 [data-item*=".category"], #a482fad673acc08 [data-item*=".category"] a {show: false;}#a482fad673acc08 [data-item="items"] .img {background-size: cover;}#a482fad673acc08 [data-item="items"] {left: 0px;top: 74px; position: relative;}#a482fad673acc08 [data-item="title"] {left: 0px;top: 11px; position: relative;}#a482fad673acc08 [data-item="buttons[0]"] {left: 2px;top: 85px; position: relative;}#a482fad673acc08 [data-item="buttons[0]"] {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;}#a482fad673acc08 [data-item="buttons[0]"]:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ab20fa8fd7aa3a0 [data-item="items"] {left: 0px;top: -11px; position: relative;}#ab20fa8fd7aa3a0 [data-item="title"] {left: -3px;top: 7px; position: relative;}#af68aaef37a03ad [data-item="items"] {left: -3px;top: -19px; position: relative;}#af68aaef37a03ad [data-item="title"] {left: -3px;top: 7px; position: relative;}#abff1a3da8a4ba3 > .ele-wrap {background-color: rgba(237, 238, 238, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 0px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae241a8ac4a6883 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-left-width: 0px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(237, 238, 238, 1);border-right-color: rgba(237, 238, 238, 1);border-left-color: rgba(237, 238, 238, 1);border-bottom-color: rgba(237, 238, 238, 1);}#a4244ae300ac5dd [data-item="items"] {left: -2px;top: -28px; position: relative;}#ac7dba008baf215 > .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);}#af8a4ade5eafe46 > .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);}#aa962ad2d2a70b2 > .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);}#a8cd8adbcfa11d0 > .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);}#a4343a4753afd81 > .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);}#aa4b4a1b45a9ebb > .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);}#a51d6ad6a3acc19 [data-item="items[1].abstract"] {left: 0px;top: -1px; position: relative;}#a51d6ad6a3acc19 [data-item="items[2].abstract"] {left: 0px;top: -8px; position: relative;}#a51d6ad6a3acc19 [data-item="items"] {left: 0px;top: 68px; position: relative;}#a51d6ad6a3acc19 [data-item="abstract"] {left: -9px;top: 9px; position: relative;}#a51d6ad6a3acc19 [data-item="title"] {left: -5px;top: 7px; position: relative;}#a7446ad356a5575 [data-item*=".title"], #a7446ad356a5575 [data-item*=".title"] a {max-line: 2;font-size: 16px;line-height: 1.5;}#a7446ad356a5575 [data-item*=".abstract"], #a7446ad356a5575 [data-item*=".abstract"] a {show: false;}#a7446ad356a5575 [data-item*=".subTitle"], #a7446ad356a5575 [data-item*=".subTitle"] a {show: true;}#a7446ad356a5575 [data-item*=".category"], #a7446ad356a5575 [data-item*=".category"] a {show: false;}#a7446ad356a5575 [data-item="items"] .img {background-size: cover;}#a7446ad356a5575 [data-item="items"] {left: 1px;top: 68px; position: relative;}#a7446ad356a5575 [data-item="buttons[0]"] {left: 0px;top: 72px; position: relative;}#a7446ad356a5575 [data-item="title"] {left: 0px;top: 4px; position: relative;}#a7446ad356a5575 [data-item="buttons[0]"] {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;}#a7446ad356a5575 [data-item="buttons[0]"]:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab304ae1a0a3d57 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ab304ae1a0a3d57 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a5df4a2dc2a878a [data-item="items[0].abstract"] {left: 0px;top: 19px; position: relative;}#a5df4a2dc2a878a [data-item="items[1].abstract"] {left: 0px;top: 19px; position: relative;}#a5df4a2dc2a878a [data-item="items[2].abstract"] {left: 0px;top: 19px; position: relative;}#a5df4a2dc2a878a [data-item="items[3].abstract"] {left: 0px;top: 17px; position: relative;}#a5df4a2dc2a878a [data-item="items[0]"] {left: 0px;top: -36px; position: relative;}#a5df4a2dc2a878a [data-item="items[1]"] {left: 0px;top: -36px; position: relative;}#a5df4a2dc2a878a [data-item="items[2]"] {left: 0px;top: -36px; position: relative;}#a5df4a2dc2a878a [data-item="items[3]"] {left: 0px;top: -36px; position: relative;}#a5df4a2dc2a878a [data-item="abstract"] {left: 0px;top: 5px; position: relative;}#a5df4a2dc2a878a [data-item="title"] {left: -1px;top: 10px; position: relative;}#a5df4a2dc2a878a [data-item="items[0].title"] {left: 0px;top: 7px; position: relative;}#a5df4a2dc2a878a [data-item="items[1].title"] {left: 0px;top: 7px; position: relative;}#a5df4a2dc2a878a [data-item="items[2].title"] {left: 0px;top: 7px; position: relative;}#a5df4a2dc2a878a [data-item="items[3].title"] {left: 0px;top: 7px; position: relative;}#a8ac8ab028aafad [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a8ac8ab028aafad [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac92aacce1a59cc .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1c40a94ecab68b .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6ba1add0ca9c55 .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1736aaa03a994a .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3beda956ba96bd .post-cate {
  position: absolute;
  margin-left: 0;
  left: 30px;
  top: 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #007bff;
  color: #fff;
}
#a3beda956ba96bd .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
#a3beda956ba96bd .new-list .uk-cover-container {
  min-height: 80px;
}
#a3beda956ba96bd .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#a3beda956ba96bd .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#a3beda956ba96bd .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%); */
}
#a3beda956ba96bd .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;
}
#a3beda956ba96bd .main-item:hover::after {
  opacity: 1;
}
#a3beda956ba96bd .main-info {
  z-index: 100;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0c32ac7a5ad330 .search-wrap {
  width: 810px;
  max-width: 100%;
  margin: 40px auto 40px;
  position: relative;
}
#a0c32ac7a5ad330 .search .icon {
  width: 18px;
  fill: #fff;
  display: inline-block;
  margin-right: 6px;
}
#a0c32ac7a5ad330 h3 {
  font-size: 30px;
  line-height: 52px;
  color: #fff;
}
#a0c32ac7a5ad330 .subTitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  font-weight: 500;
}
#a0c32ac7a5ad330 .search {
  width: 100%;
  position: relative;
}
#a0c32ac7a5ad330 .tip {
  font-size: 14px;
  line-height: 1;
}
#a0c32ac7a5ad330 .search input {
  width: 700px;
  max-width: 100%;
  height: 50px;
  margin-right: 115px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 15px 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}
#a0c32ac7a5ad330 .search input::placeholder {
  color: #999;
}
#a0c32ac7a5ad330 .search .btn {
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  background-color: #108CEE;
  width: 115px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bolder;
}
#a0c32ac7a5ad330 .partner-info {
  border-top: 1px solid #ececec;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  color: #777;
  line-height: 1.5;
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
}
#a0c32ac7a5ad330 .partner-info .level {
  width: 170px;
  height: 32px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 20px;
}
#a0c32ac7a5ad330 .partner-info .partner-name {
  display: inline-block;
  font-size: 22px;
  margin-bottom: 10px;
  color: #555;
  line-height: 32px;
  margin-right: 20px;
  float: left;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac2c5a4294a5b88 .el-process-item {
  position: relative;
}
#ac2c5a4294a5b88 .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#ac2c5a4294a5b88 .el-process-item-linker {
  position: absolute;
  height: 1px;
  top: 25px;
  left: calc(50% - -52px);
  overflow: hidden;
  background: #999999;
  width: calc(100% - 82px);
}
@media (max-width: 960px) {
  #ac2c5a4294a5b88 .el-process-item .el-process-item-linker {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3ae7afa6fa7461 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a3ae7afa6fa7461.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8295a9a85a0cd1 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a8295a9a85a0cd1 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a4e2ea49aaab485 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a4e2ea49aaab485 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#abdfcab230a1cf8 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#abdfcab230a1cf8 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a58cbabeb1a83b7 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a58cbabeb1a83b7 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a36afa3a91a7d69 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a36afa3a91a7d69 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a2ca4aff83a1080 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a2ca4aff83a1080 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a92a6a4d7da797b .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a92a6a4d7da797b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ae048ad996a29ff .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ae048ad996a29ff .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab80ba984ba318f .uk-position-bottom,
#ab80ba984ba318f .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#ab80ba984ba318f .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#ab80ba984ba318f .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ab80ba984ba318f .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9238a48f8aa7a5 .uk-position-bottom,
#a9238a48f8aa7a5 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a9238a48f8aa7a5 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a9238a48f8aa7a5 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a9238a48f8aa7a5 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3b97ae9a7a133b .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a3b97ae9a7a133b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ae0b9a4c7eafac8 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ae0b9a4c7eafac8 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a8165a698da0a3b .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a8165a698da0a3b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a3106a63adab2bf .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a3106a63adab2bf .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ab945a290ba3a22 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ab945a290ba3a22 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a00f6a9d58ab802 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a00f6a9d58ab802 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a3a73a98b2a2f4f .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a3a73a98b2a2f4f .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a9504ad952af97e .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a9504ad952af97e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab79dac54aa5065 .uk-position-bottom,
#ab79dac54aa5065 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#ab79dac54aa5065 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#ab79dac54aa5065 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ab79dac54aa5065 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a53b1ae347aff07 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a53b1ae347aff07 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a8a49a00beab99e .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a8a49a00beab99e .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a4170a436eabe79 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a4170a436eabe79 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#af13aa3e50a8aef .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#af13aa3e50a8aef .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a42f7a9e7ca61b4 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a42f7a9e7ca61b4 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a04f2ac07aa54c6 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a04f2ac07aa54c6 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a1d07a0ce0a4435 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a1d07a0ce0a4435 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a9834a1f6aafe56 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a9834a1f6aafe56 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a084dac363ade60 .uk-position-bottom,
#a084dac363ade60 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a084dac363ade60 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a084dac363ade60 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a084dac363ade60 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9d77a9ed3ab27a .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a9d77a9ed3ab27a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a8286a11cba4b97 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a8286a11cba4b97 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a14f9a642ead658 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a14f9a642ead658 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a8bd6a92acad54d .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a8bd6a92acad54d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a7203aa1edaa84d .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a7203aa1edaa84d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#afeeda119ca2b88 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#afeeda119ca2b88 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#af434a8c61a0a52 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#af434a8c61a0a52 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ad386ac817afc47 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ad386ac817afc47 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7f93a04aea15cd .uk-position-bottom,
#a7f93a04aea15cd .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a7f93a04aea15cd .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a7f93a04aea15cd .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a7f93a04aea15cd .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a8663a1d2eab2cd .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a8663a1d2eab2cd .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#aef6fa02baaac36 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#aef6fa02baaac36 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#aeb34a4cd1a29c8 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#aeb34a4cd1a29c8 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a4c40a20a3acb6a .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a4c40a20a3acb6a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a5c26ad7eaaca34 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a5c26ad7eaaca34 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#aa921a2685a6897 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#aa921a2685a6897 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a7e9ca83baa1146 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a7e9ca83baa1146 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a1285ae1aeaa252 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a1285ae1aeaa252 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0740a77eaa237d .uk-position-bottom,
#a0740a77eaa237d .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a0740a77eaa237d .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a0740a77eaa237d .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a0740a77eaa237d .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a326ea9872a2af2 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a326ea9872a2af2 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#afcfaa2916aeac2 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#afcfaa2916aeac2 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a8ae6a1b7ba2a21 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a8ae6a1b7ba2a21 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a17daa55dda7fe3 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a17daa55dda7fe3 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ad770a89a5a7f24 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ad770a89a5a7f24 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ae0cdabc50a377d .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ae0cdabc50a377d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#aa3a5af25aacc44 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#aa3a5af25aacc44 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a45f9afac9aa387 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a45f9afac9aa387 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a640ba5e33a089e .uk-position-bottom,
#a640ba5e33a089e .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a640ba5e33a089e .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a640ba5e33a089e .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a640ba5e33a089e .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a7e15a45ada8f34 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a7e15a45ada8f34 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a9ea0a9716a1a99 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a9ea0a9716a1a99 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a8790a721ca8c74 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a8790a721ca8c74 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a6486a9389a94cc .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a6486a9389a94cc .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a216da923ca318d .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a216da923ca318d .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a0ac0a1c8fade04 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a0ac0a1c8fade04 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a96eca7999a480a .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#a96eca7999a480a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ad23ea0793a8939 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: dotted;font-size: 14px;border-radius: 1800px;justify-content: center;padding-right: 9px;height: 60px;width: 60px;padding-left: 0px;font-weight: 400;}#ad23ea0793a8939 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad68da72e9a44c0 {
  overflow: hidden;
  pointer-events: none;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav,
#ad68da72e9a44c0 > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #f5f5f5;
  border-bottom-style: solid;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav-horizontal,
#ad68da72e9a44c0 > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad68da72e9a44c0 > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad68da72e9a44c0 > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad68da72e9a44c0 > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav a,
#ad68da72e9a44c0 > .tab-nav a {
  padding: 0 0px;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav li a,
#ad68da72e9a44c0 > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #333333;
  border-right-style: solid;
  margin-right: 30px;
  margin-left: 30px;
  border-bottom-color: #f5f5f5;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
  border-top-color: #f5f5f5;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-left-style: solid;
  border-top-style: solid;
  background-color: #ffffff;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav li a svg,
#ad68da72e9a44c0 > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad68da72e9a44c0 > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav li a:hover,
#ad68da72e9a44c0 > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 2px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav li.uk-active a,
#ad68da72e9a44c0 > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
}
#ad68da72e9a44c0 .layout-left li,
#ad68da72e9a44c0 .layout-center li,
#ad68da72e9a44c0 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad68da72e9a44c0 .layout-left li a,
#ad68da72e9a44c0 .layout-center li a,
#ad68da72e9a44c0 .layout-right li a {
  height: 100%;
}
#ad68da72e9a44c0 .layout-left {
  text-align: left;
}
#ad68da72e9a44c0 .layout-center {
  text-align: center;
}
#ad68da72e9a44c0 .layout-right {
  text-align: right;
}
#ad68da72e9a44c0 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#ad68da72e9a44c0 .tab-content-wrap {
  background-color: #ffffff;
}
#ad68da72e9a44c0 .tab-contents,
#ad68da72e9a44c0 .tab-contents-wrap {
  pointer-events: none;
}
#ad68da72e9a44c0 .tab-content,
#ad68da72e9a44c0 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad68da72e9a44c0 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad68da72e9a44c0 .tab-wrap .tab-contents {
  height: 100%;
}
#ad68da72e9a44c0 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a5e9ea57e3adc4e [data-item*=".title"], #a5e9ea57e3adc4e [data-item*=".title"] a {max-line: 1;line-height: 1;color: rgba(51, 51, 51, 1);text-align: center;}#a5e9ea57e3adc4e [data-item*=".abstract"], #a5e9ea57e3adc4e [data-item*=".abstract"] a {show: true;max-line: 3;color: rgba(102, 102, 102, 1);max-words: 65;}#a5e9ea57e3adc4e [data-item*=".subTitle"], #a5e9ea57e3adc4e [data-item*=".subTitle"] a {show: false;}#a5e9ea57e3adc4e [data-item*=".category"], #a5e9ea57e3adc4e [data-item*=".category"] a {show: true;}#a5e9ea57e3adc4e [data-item="items"] .img {background-size: cover;}#a5e9ea57e3adc4e [data-item="abstract"] {left: 154px;top: -12px; position: relative;}#a5e9ea57e3adc4e [data-item="buttons[0]"] {left: 0px;top: 90px; position: relative;}#a5e9ea57e3adc4e [data-item="items"] {left: -1px;top: 75px; position: relative;}#a5e9ea57e3adc4e [data-item="buttons[0]"] {font-size: 16px;justify-content: center;border-style: solid;font-weight: 400;color: #ee732e;border-color: rgba(238, 115, 46, 1);border-width: 1px;border-radius: 0px;width: 150px;height: 43px;padding-left: 0px;padding-right: 0px;background-color: rgba(255, 255, 255, 1);}#a5e9ea57e3adc4e [data-item="buttons[0]"]:hover {color: #ffffff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#af369a662ba767f > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#aefaaaf08cab40a > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2287a27d9abab8 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4047abc85ad895 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a1fc0a3eeea480b > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a777ea28a2a4f9e > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#aef2ba55b0a5bb0 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7b95a8fa2a98b7 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#aab7ea1f27a37a1 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;}#aab7ea1f27a37a1 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a1356ac2f2aca1e [data-item="items"] .uk-card-body {padding: 20px}@media (min-width: 1200px) {
                #a1356ac2f2aca1e [data-item="items"] .uk-card-body {padding: 20px}
            }@media (max-width: 640px) {
                #a1356ac2f2aca1e [data-item="items"] .uk-card-body {padding: 20px}
            }#a1356ac2f2aca1e [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#a1356ac2f2aca1e [data-item*=".title"], #a1356ac2f2aca1e [data-item*=".title"] a {font-size: 24px;text-align: center;line-height: 1.5;max-line: 1;}#a1356ac2f2aca1e [data-item*=".abstract"], #a1356ac2f2aca1e [data-item*=".abstract"] a {show: true;max-line: 3;font-size: 14px;line-height: 1.5;max-words: 65;text-align: left;}#a1356ac2f2aca1e [data-item*=".subTitle"], #a1356ac2f2aca1e [data-item*=".subTitle"] a {show: true;}#a1356ac2f2aca1e [data-item*=".category"], #a1356ac2f2aca1e [data-item*=".category"] a {show: true;}#a1356ac2f2aca1e [data-item="items"] .img {background-size: cover;}#a1356ac2f2aca1e [data-item="items"] {left: 0px;top: 73px; position: relative;}#a1356ac2f2aca1e [data-item="buttons[0]"] {left: 2px;top: 90px; position: relative;}#a1356ac2f2aca1e [data-item="buttons[0]"] {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;}#a1356ac2f2aca1e [data-item="buttons[0]"]:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#ad24faad28a782c [data-item="items"] {left: 0px;top: -11px; position: relative;}#ad24faad28a782c [data-item="title"] {left: -3px;top: 7px; position: relative;}#a5ec9af94ca6658 [data-item="items"] {left: -3px;top: -10px; position: relative;}#a5ec9af94ca6658 [data-item="title"] {left: -3px;top: 7px; position: relative;}#a2d4da4b6aa7e8b > .ele-wrap {background-color: rgba(237, 238, 238, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 0px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(245, 245, 245, 1);border-right-color: rgba(245, 245, 245, 1);border-left-color: rgba(245, 245, 245, 1);border-bottom-color: rgba(245, 245, 245, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a49d3aea13a5299 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-left-width: 0px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(237, 238, 238, 1);border-right-color: rgba(237, 238, 238, 1);border-left-color: rgba(237, 238, 238, 1);border-bottom-color: rgba(237, 238, 238, 1);}#a5787a3e14a9bf7 [data-item="items"] {left: -2px;top: -28px; position: relative;}#ac7dba008baf215 > .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);}#af8a4ade5eafe46 > .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);}#aa962ad2d2a70b2 > .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);}#a8cd8adbcfa11d0 > .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);}#a4343a4753afd81 > .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);}#aa4b4a1b45a9ebb > .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);}#a5169a2caaa8393 [data-item="items[1].abstract"] {left: 0px;top: -1px; position: relative;}#a5169a2caaa8393 [data-item="items[2].abstract"] {left: 0px;top: -8px; position: relative;}#a5169a2caaa8393 [data-item="items"] {left: 0px;top: 68px; position: relative;}#a5169a2caaa8393 [data-item="abstract"] {left: -9px;top: 9px; position: relative;}#a5169a2caaa8393 [data-item="title"] {left: -5px;top: 7px; position: relative;}#a3beda956ba96bd [data-item*=".title"], #a3beda956ba96bd [data-item*=".title"] a {max-line: 2;font-size: 16px;line-height: 1.5;}#a3beda956ba96bd [data-item*=".abstract"], #a3beda956ba96bd [data-item*=".abstract"] a {show: false;}#a3beda956ba96bd [data-item*=".subTitle"], #a3beda956ba96bd [data-item*=".subTitle"] a {show: true;}#a3beda956ba96bd [data-item*=".category"], #a3beda956ba96bd [data-item*=".category"] a {show: false;}#a3beda956ba96bd [data-item="items"] .img {background-size: cover;}#a3beda956ba96bd [data-item="items"] {left: 1px;top: 68px; position: relative;}#a3beda956ba96bd [data-item="buttons[0]"] {left: 0px;top: 72px; position: relative;}#a3beda956ba96bd [data-item="title"] {left: 0px;top: 4px; position: relative;}#a3beda956ba96bd [data-item="buttons[0]"] {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;}#a3beda956ba96bd [data-item="buttons[0]"]:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af979a6f10ac1cd .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#af979a6f10ac1cd .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ac2c5a4294a5b88 [data-item="items[0].abstract"] {left: 0px;top: 19px; position: relative;}#ac2c5a4294a5b88 [data-item="items[1].abstract"] {left: 0px;top: 19px; position: relative;}#ac2c5a4294a5b88 [data-item="items[2].abstract"] {left: 0px;top: 19px; position: relative;}#ac2c5a4294a5b88 [data-item="items[3].abstract"] {left: 0px;top: 17px; position: relative;}#ac2c5a4294a5b88 [data-item="items[0]"] {left: 0px;top: -36px; position: relative;}#ac2c5a4294a5b88 [data-item="items[1]"] {left: 0px;top: -36px; position: relative;}#ac2c5a4294a5b88 [data-item="items[2]"] {left: 0px;top: -36px; position: relative;}#ac2c5a4294a5b88 [data-item="items[3]"] {left: 0px;top: -36px; position: relative;}#ac2c5a4294a5b88 [data-item="abstract"] {left: 0px;top: 5px; position: relative;}#ac2c5a4294a5b88 [data-item="title"] {left: -1px;top: 10px; position: relative;}#ac2c5a4294a5b88 [data-item="items[0].title"] {left: 0px;top: 7px; position: relative;}#ac2c5a4294a5b88 [data-item="items[1].title"] {left: 0px;top: 7px; position: relative;}#ac2c5a4294a5b88 [data-item="items[2].title"] {left: 0px;top: 7px; position: relative;}#ac2c5a4294a5b88 [data-item="items[3].title"] {left: 0px;top: 7px; position: relative;}#a3ae7afa6fa7461 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a3ae7afa6fa7461 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}#aa5a8a5423a9b19 {background-color: rgba(0, 0, 0, 1);}#a4859a4ae2a08c7 {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abd62afc99a9020 .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2881aa170aeb3c .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acf19ae9a9a6caf .post-cate {
  position: absolute;
  margin-left: 0;
  left: 30px;
  top: 0;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  z-index: 100;
  background: #007bff;
  color: #fff;
}
#acf19ae9a9a6caf .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
#acf19ae9a9a6caf .new-list .uk-cover-container {
  min-height: 80px;
}
#acf19ae9a9a6caf .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#acf19ae9a9a6caf .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#acf19ae9a9a6caf .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%); */
}
#acf19ae9a9a6caf .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;
}
#acf19ae9a9a6caf .main-item:hover::after {
  opacity: 1;
}
#acf19ae9a9a6caf .main-info {
  z-index: 100;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab67eab66aa6aac .search-wrap {
  width: 810px;
  max-width: 100%;
  margin: 40px auto 40px;
  position: relative;
}
#ab67eab66aa6aac .search .icon {
  width: 18px;
  fill: #fff;
  display: inline-block;
  margin-right: 6px;
}
#ab67eab66aa6aac h3 {
  font-size: 30px;
  line-height: 52px;
  color: #fff;
}
#ab67eab66aa6aac .subTitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  font-weight: 500;
}
#ab67eab66aa6aac .search {
  width: 100%;
  position: relative;
}
#ab67eab66aa6aac .tip {
  font-size: 14px;
  line-height: 1;
}
#ab67eab66aa6aac .search input {
  width: 700px;
  max-width: 100%;
  height: 50px;
  margin-right: 115px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 15px 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}
#ab67eab66aa6aac .search input::placeholder {
  color: #999;
}
#ab67eab66aa6aac .search .btn {
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  background-color: #108CEE;
  width: 115px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bolder;
}
#ab67eab66aa6aac .partner-info {
  border-top: 1px solid #ececec;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  color: #777;
  line-height: 1.5;
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
}
#ab67eab66aa6aac .partner-info .level {
  width: 170px;
  height: 32px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 20px;
}
#ab67eab66aa6aac .partner-info .partner-name {
  display: inline-block;
  font-size: 22px;
  margin-bottom: 10px;
  color: #555;
  line-height: 32px;
  margin-right: 20px;
  float: left;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afe41a22fbab89e .el-process-item {
  position: relative;
}
#afe41a22fbab89e .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#afe41a22fbab89e .el-process-item-linker {
  position: absolute;
  height: 1px;
  top: 25px;
  left: calc(50% - -52px);
  overflow: hidden;
  background: #999999;
  width: calc(100% - 82px);
}
@media (max-width: 960px) {
  #afe41a22fbab89e .el-process-item .el-process-item-linker {
    display: none;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9961a48fba12ab .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a9961a48fba12ab.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}#a88a3a42a3ad6ca , #a88a3a42a3ad6ca a{color: rgba(255, 255, 255, 0.85);}#aa2bca2335a5d62 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 18px;border-radius: 0px;justify-content: center;padding-right: 8px;}#aa2bca2335a5d62 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adea2a8d4da7b4a .img-wrap {
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0452abcd1a924a .uk-position-bottom,
#a0452abcd1a924a .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a0452abcd1a924a .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a0452abcd1a924a .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a0452abcd1a924a .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a64b4a0fffa22e2 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 18px;border-radius: 0px;justify-content: center;padding-right: 8px;}#a64b4a0fffa22e2 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a086ba0abfa0fe1 .uk-position-bottom,
#a086ba0abfa0fe1 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a086ba0abfa0fe1 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a086ba0abfa0fe1 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a086ba0abfa0fe1 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae0b5ad1c0a570b .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 18px;border-radius: 0px;justify-content: center;padding-right: 8px;}#ae0b5ad1c0a570b .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1404ad40ea5b56 .uk-position-bottom,
#a1404ad40ea5b56 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a1404ad40ea5b56 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a1404ad40ea5b56 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a1404ad40ea5b56 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6924a50bca007a .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 18px;border-radius: 0px;justify-content: center;padding-right: 8px;}#a6924a50bca007a .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa3a0a828da6079 .uk-position-bottom,
#aa3a0a828da6079 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#aa3a0a828da6079 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#aa3a0a828da6079 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa3a0a828da6079 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a57a3a6985a8219 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 18px;border-radius: 0px;justify-content: center;padding-right: 8px;}#a57a3a6985a8219 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a80d0a3fb9a13df .uk-position-bottom,
#a80d0a3fb9a13df .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a80d0a3fb9a13df .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a80d0a3fb9a13df .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a80d0a3fb9a13df .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a67f2aaf23a5e67 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 18px;border-radius: 0px;justify-content: center;padding-right: 8px;}#a67f2aaf23a5e67 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af7c4a5aeba4593 .uk-position-bottom,
#af7c4a5aeba4593 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#af7c4a5aeba4593 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#af7c4a5aeba4593 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#af7c4a5aeba4593 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3d18a7254adf32 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 18px;border-radius: 0px;justify-content: center;padding-right: 8px;}#a3d18a7254adf32 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6b6dae9e3adb54 .uk-position-bottom,
#a6b6dae9e3adb54 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a6b6dae9e3adb54 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a6b6dae9e3adb54 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a6b6dae9e3adb54 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa982ae8f0a6c57 {
  overflow: hidden;
  pointer-events: none;
}
#aa982ae8f0a6c57 > .tab-wrap > div > .tab-nav,
#aa982ae8f0a6c57 > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #f5f5f5;
  border-bottom-style: solid;
}
#aa982ae8f0a6c57 > .tab-wrap > div > .tab-nav-horizontal,
#aa982ae8f0a6c57 > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa982ae8f0a6c57 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa982ae8f0a6c57 > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa982ae8f0a6c57 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa982ae8f0a6c57 > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#aa982ae8f0a6c57 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa982ae8f0a6c57 > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa982ae8f0a6c57 > .tab-wrap > div > .tab-nav a,
#aa982ae8f0a6c57 > .tab-nav a {
  padding: 0 0px;
}
#aa982ae8f0a6c57 > .tab-wrap > div > .tab-nav li a,
#aa982ae8f0a6c57 > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #333333;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
  border-bottom-color: #f5f5f5;
  border-bottom-style: solid;
  border-bottom-width: 0;
  background-color: #ffffff;
}
#aa982ae8f0a6c57 > .tab-wrap > div > .tab-nav li a svg,
#aa982ae8f0a6c57 > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa982ae8f0a6c57 > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa982ae8f0a6c57 > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa982ae8f0a6c57 > .tab-wrap > div > .tab-nav li a:hover,
#aa982ae8f0a6c57 > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 2px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
}
#aa982ae8f0a6c57 > .tab-wrap > div > .tab-nav li.uk-active a,
#aa982ae8f0a6c57 > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
}
#aa982ae8f0a6c57 .layout-left li,
#aa982ae8f0a6c57 .layout-center li,
#aa982ae8f0a6c57 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa982ae8f0a6c57 .layout-left li a,
#aa982ae8f0a6c57 .layout-center li a,
#aa982ae8f0a6c57 .layout-right li a {
  height: 100%;
}
#aa982ae8f0a6c57 .layout-left {
  text-align: left;
}
#aa982ae8f0a6c57 .layout-center {
  text-align: center;
}
#aa982ae8f0a6c57 .layout-right {
  text-align: right;
}
#aa982ae8f0a6c57 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#aa982ae8f0a6c57 .tab-content-wrap {
  background-color: #ffffff;
}
#aa982ae8f0a6c57 .tab-contents,
#aa982ae8f0a6c57 .tab-contents-wrap {
  pointer-events: none;
}
#aa982ae8f0a6c57 .tab-content,
#aa982ae8f0a6c57 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa982ae8f0a6c57 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa982ae8f0a6c57 .tab-wrap .tab-contents {
  height: 100%;
}
#aa982ae8f0a6c57 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a53d6ae3b3ab5cc .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;}#a53d6ae3b3ab5cc .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a5bafa6c7cad1ca [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#a5bafa6c7cad1ca [data-item*=".title"], #a5bafa6c7cad1ca [data-item*=".title"] a {max-line: 1;font-size: 24px;line-height: 1;text-align: center;}#a5bafa6c7cad1ca [data-item*=".abstract"], #a5bafa6c7cad1ca [data-item*=".abstract"] a {show: true;max-line: 3;font-size: 14px;line-height: 1.5;max-words: 65;}#a5bafa6c7cad1ca [data-item*=".subTitle"], #a5bafa6c7cad1ca [data-item*=".subTitle"] a {show: false;}#a5bafa6c7cad1ca [data-item*=".category"], #a5bafa6c7cad1ca [data-item*=".category"] a {show: false;}#a5bafa6c7cad1ca [data-item="items"] .img {background-size: contain;}#a5bafa6c7cad1ca [data-item="items"] {left: 0px;top: 71px; position: relative;}#a5bafa6c7cad1ca [data-item="buttons[0]"] {left: 1px;top: 86px; position: relative;}#a5bafa6c7cad1ca [data-item="buttons[0]"] {font-size: 16px;justify-content: center;border-style: solid;font-weight: 400;border-width: 1px;width: 150px;height: 43px;background-color: rgba(255, 255, 255, 1);color: #ee732e;border-color: rgba(238, 115, 46, 1);}#a5bafa6c7cad1ca [data-item="buttons[0]"]:hover {color: #ffffff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a4a10a6974a3f28 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#abc23a6936a7d50 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a21bdae6a1a0707 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a68acae432ad619 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a330da87ebae059 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3ff1a5ebfa43b0 > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a40bda8908a093b > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a550fae15ba204f > div {
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#aded4afb8dad300 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;}#aded4afb8dad300 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #ffffff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#acc64aca03aab04 [data-item="items"] .uk-card-body {padding: 20px}@media (min-width: 1200px) {
                #acc64aca03aab04 [data-item="items"] .uk-card-body {padding: 20px}
            }@media (max-width: 640px) {
                #acc64aca03aab04 [data-item="items"] .uk-card-body {padding: 20px}
            }#acc64aca03aab04 [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#acc64aca03aab04 [data-item*=".title"], #acc64aca03aab04 [data-item*=".title"] a {font-size: 24px;text-align: center;line-height: 1.5;max-line: 1;}#acc64aca03aab04 [data-item*=".abstract"], #acc64aca03aab04 [data-item*=".abstract"] a {show: true;max-line: 3;font-size: 14px;line-height: 1.5;max-words: 65;text-align: left;}#acc64aca03aab04 [data-item*=".subTitle"], #acc64aca03aab04 [data-item*=".subTitle"] a {show: true;}#acc64aca03aab04 [data-item*=".category"], #acc64aca03aab04 [data-item*=".category"] a {show: true;}#acc64aca03aab04 [data-item="items"] .img {background-size: cover;}#acc64aca03aab04 [data-item="items"] {left: 0px;top: 73px; position: relative;}#acc64aca03aab04 [data-item="buttons[0]"] {left: 2px;top: 90px; position: relative;}#acc64aca03aab04 [data-item="buttons[0]"] {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;}#acc64aca03aab04 [data-item="buttons[0]"]:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#aba04a3e6ea640f [data-item="items"] {left: 0px;top: -11px; position: relative;}#aba04a3e6ea640f [data-item="title"] {left: -3px;top: 7px; position: relative;}#ac7dba008baf215 > .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);}#af8a4ade5eafe46 > .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);}#aa962ad2d2a70b2 > .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);}#a8cd8adbcfa11d0 > .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);}#a4343a4753afd81 > .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);}#aa4b4a1b45a9ebb > .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);}#a1c14aa965a3a01 [data-item="items[1].abstract"] {left: 0px;top: -1px; position: relative;}#a1c14aa965a3a01 [data-item="items[2].abstract"] {left: 0px;top: -8px; position: relative;}#a1c14aa965a3a01 [data-item="items"] {left: 0px;top: 68px; position: relative;}#a1c14aa965a3a01 [data-item="abstract"] {left: -9px;top: 9px; position: relative;}#a1c14aa965a3a01 [data-item="title"] {left: -5px;top: 7px; position: relative;}#a4c86a630aad709 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 7px;}#a4c86a630aad709 .ele-wrap:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#acf19ae9a9a6caf [data-item*=".title"], #acf19ae9a9a6caf [data-item*=".title"] a {max-line: 2;font-size: 16px;line-height: 1.5;}#acf19ae9a9a6caf [data-item*=".abstract"], #acf19ae9a9a6caf [data-item*=".abstract"] a {show: false;}#acf19ae9a9a6caf [data-item*=".subTitle"], #acf19ae9a9a6caf [data-item*=".subTitle"] a {show: true;}#acf19ae9a9a6caf [data-item*=".category"], #acf19ae9a9a6caf [data-item*=".category"] a {show: false;}#acf19ae9a9a6caf [data-item="items"] .img {background-size: cover;}#acf19ae9a9a6caf [data-item="items"] {left: 1px;top: 68px; position: relative;}#acf19ae9a9a6caf [data-item="buttons[0]"] {left: 0px;top: 72px; position: relative;}#acf19ae9a9a6caf [data-item="title"] {left: 0px;top: 4px; position: relative;}#acf19ae9a9a6caf [data-item="buttons[0]"] {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 16px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;}#acf19ae9a9a6caf [data-item="buttons[0]"]:hover {background-color: rgb(248, 158, 35);color: #fff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab484aeb44ae70f .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ab484aeb44ae70f .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#afe41a22fbab89e [data-item="items[0].abstract"] {left: 0px;top: 19px; position: relative;}#afe41a22fbab89e [data-item="items[1].abstract"] {left: 0px;top: 19px; position: relative;}#afe41a22fbab89e [data-item="items[2].abstract"] {left: 0px;top: 19px; position: relative;}#afe41a22fbab89e [data-item="items[3].abstract"] {left: 0px;top: 17px; position: relative;}#afe41a22fbab89e [data-item="items[0]"] {left: 0px;top: -36px; position: relative;}#afe41a22fbab89e [data-item="items[1]"] {left: 0px;top: -36px; position: relative;}#afe41a22fbab89e [data-item="items[2]"] {left: 0px;top: -36px; position: relative;}#afe41a22fbab89e [data-item="items[3]"] {left: 0px;top: -36px; position: relative;}#afe41a22fbab89e [data-item="abstract"] {left: 0px;top: 5px; position: relative;}#afe41a22fbab89e [data-item="title"] {left: -1px;top: 10px; position: relative;}#afe41a22fbab89e [data-item="items[0].title"] {left: 0px;top: 7px; position: relative;}#afe41a22fbab89e [data-item="items[1].title"] {left: 0px;top: 7px; position: relative;}#afe41a22fbab89e [data-item="items[2].title"] {left: 0px;top: 7px; position: relative;}#afe41a22fbab89e [data-item="items[3].title"] {left: 0px;top: 7px; position: relative;}#a9961a48fba12ab [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a9961a48fba12ab [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}#a4859a4ae2a08c7 {background-color: rgba(0, 0, 0, 1);}#aa5a8a5423a9b19 {background-color: rgba(0, 0, 0, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a31b3afc73a74be .feature-image,
#a31b3afc73a74be feature-image-wrap {
  height: 500px;
}
#a31b3afc73a74be .feature-image {
  bottom: -20px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2bf5a0f02af11a {
  min-height: 500px;
  /* mobile */
}
#a2bf5a0f02af11a .search-highlight {
  background: yellow;
}
#a2bf5a0f02af11a .el-item {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a2bf5a0f02af11a .el-title {
  margin-bottom: 20px;
}
#a2bf5a0f02af11a .el-item:hover {
  background: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a2bf5a0f02af11a .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a2bf5a0f02af11a .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a2bf5a0f02af11a .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a2bf5a0f02af11a .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a2bf5a0f02af11a .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a2bf5a0f02af11a .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a2bf5a0f02af11a .el-title {
    margin-bottom: 0;
  }
  #a2bf5a0f02af11a .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a2bf5a0f02af11a .category {
    font-size: 12px;
  }
  #a2bf5a0f02af11a .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3ae7afa6fa7461 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a3ae7afa6fa7461.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}#a31b3afc73a74be [data-item="title"] {left: -298px;top: 157px; position: relative;}#a31b3afc73a74be [data-item="buttons[0]"] {left: -1px;top: 141px; position: relative;}#a31b3afc73a74be [data-item="abstract"] {left: 0px;top: 73px; position: relative;}#a31b3afc73a74be [data-item="subTitle"] {left: 1px;top: 208px; position: relative;}#a3ae7afa6fa7461 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a3ae7afa6fa7461 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9961a48fba12ab .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a9961a48fba12ab.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}#a477ba2ff7a7b31 [data-item="title"] {left: 300px;top: -59px; position: relative;}#a477ba2ff7a7b31 [data-item="subTitle"] {left: 478px;top: 10px; position: relative;}#a9961a48fba12ab [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a9961a48fba12ab [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8827ac48ba2999 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a8827ac48ba2999 .slider {
  width: 420px;
  height: 600px;
}
#a8827ac48ba2999 .uk-slideshow-items {
  height: 100%;
}
#a8827ac48ba2999 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a8827ac48ba2999 .login-wrap {
  width: 100%;
  height: 100%;
}
#a8827ac48ba2999 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a8827ac48ba2999 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a8827ac48ba2999 .phone-login-box {
  margin: 40px auto 40px;
  display: inline-block;
}
#a8827ac48ba2999 .login-header {
  margin-bottom: 24px;
}
#a8827ac48ba2999 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a8827ac48ba2999 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
}
#a8827ac48ba2999 .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;
}
#a8827ac48ba2999 .input-item input.error,
#a8827ac48ba2999 .input-item input.error::placeholder {
  color: #fc4343;
}
#a8827ac48ba2999 .input-item input::placeholder {
  color: #999;
}
#a8827ac48ba2999 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
}
#a8827ac48ba2999 .verifycode-input {
  margin: 24px 0;
}
#a8827ac48ba2999 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a8827ac48ba2999 .send-code {
  float: left;
  margin-left: 20px;
}
#a8827ac48ba2999 .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;
}
#a8827ac48ba2999 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a8827ac48ba2999 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c40abf7ba3043 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a5c40abf7ba3043.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2bb2ac4aba1c85 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a2bb2ac4aba1c85 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a2bb2ac4aba1c85 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a2bb2ac4aba1c85 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a2bb2ac4aba1c85 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a2bb2ac4aba1c85 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a2bb2ac4aba1c85 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a2bb2ac4aba1c85 .nav-list {
  padding: 0 20px;
}
#a2bb2ac4aba1c85 .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;
}
#a2bb2ac4aba1c85 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a2bb2ac4aba1c85 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a2bb2ac4aba1c85 .order-item:hover {
  background: #f7f7f7;
}
#a2bb2ac4aba1c85 .del-order {
  cursor: pointer;
}
#a2bb2ac4aba1c85 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a2bb2ac4aba1c85 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a2bb2ac4aba1c85 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a2bb2ac4aba1c85 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a2bb2ac4aba1c85 .goods-item .goods-info {
  padding: 0 15px;
}
#a2bb2ac4aba1c85 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a2bb2ac4aba1c85 .appoint-time {
  margin-bottom: 4px;
}
#a2bb2ac4aba1c85 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a2bb2ac4aba1c85 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a2bb2ac4aba1c85 .goods-item .goods-name {
  color: #333;
}
#a2bb2ac4aba1c85 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a2bb2ac4aba1c85 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a2bb2ac4aba1c85 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a2bb2ac4aba1c85 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a2bb2ac4aba1c85 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a2bb2ac4aba1c85 .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;
}
#a2bb2ac4aba1c85 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a2bb2ac4aba1c85 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a2bb2ac4aba1c85 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a2bb2ac4aba1c85 .setting-form {
  padding: 30px 20px;
}
#a2bb2ac4aba1c85 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a2bb2ac4aba1c85 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a2bb2ac4aba1c85 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a2bb2ac4aba1c85 .setting-form .setting-btns {
  margin-left: 130px;
}
#a2bb2ac4aba1c85 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a2bb2ac4aba1c85 .setting-wrap {
  position: relative;
}
#a2bb2ac4aba1c85 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a2bb2ac4aba1c85 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a2bb2ac4aba1c85 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a2bb2ac4aba1c85 .address-wrap {
  padding: 30px 20px;
}
#a2bb2ac4aba1c85 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a2bb2ac4aba1c85 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a2bb2ac4aba1c85 .addr-list {
  min-height: 200px;
}
#a2bb2ac4aba1c85 .addr-detail .addr-item-name,
#a2bb2ac4aba1c85 .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;
}
#a2bb2ac4aba1c85 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a2bb2ac4aba1c85 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a2bb2ac4aba1c85 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a2bb2ac4aba1c85 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a2bb2ac4aba1c85 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a2bb2ac4aba1c85 .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;
}
#a2bb2ac4aba1c85 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a2bb2ac4aba1c85 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a2bb2ac4aba1c85 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a2bb2ac4aba1c85 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #333333;
}
#a2bb2ac4aba1c85 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c40abf7ba3043 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a5c40abf7ba3043.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0890a593ea3c7f .feature-image,
#a0890a593ea3c7f feature-image-wrap {
  height: 500px;
}
#a0890a593ea3c7f .feature-image {
  bottom: -20px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a69faa1e1ba0f1a .search-highlight {
  background: yellow;
}
#a69faa1e1ba0f1a .category-list {
  background: #fff;
  padding: 20px 40px;
}
#a69faa1e1ba0f1a .goods-sort {
  padding: 10px 0;
}
#a69faa1e1ba0f1a .goods {
  padding-bottom: 20px;
}
#a69faa1e1ba0f1a .goods-sort .category {
  border-bottom: 1px dashed #dedede;
  position: relative;
}
#a69faa1e1ba0f1a .goods-sort .category .name {
  font-size: 14px;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
#a69faa1e1ba0f1a .goods-sort .category-items {
  overflow: hidden;
  margin-bottom: 4px;
  margin-left: 65px;
}
#a69faa1e1ba0f1a .goods-sort .category-item {
  float: left;
  color: #333;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 14px;
}
#a69faa1e1ba0f1a .goods-sort .sort-default.active,
#a69faa1e1ba0f1a .goods-sort .category-item.active {
  color: red;
}
#a69faa1e1ba0f1a .sorts {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px solid #dedede;
}
#a69faa1e1ba0f1a .sorts .name {
  font-size: 14px;
  color: #999;
  margin-right: 28px;
}
#a69faa1e1ba0f1a .sorts .sort {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #333;
}
#a69faa1e1ba0f1a .sorts .sort.active span {
  color: #e4393c;
}
#a69faa1e1ba0f1a .sorts .fa {
  color: #999;
}
#a69faa1e1ba0f1a .sorts .fa.active {
  color: #e4393c;
}
#a69faa1e1ba0f1a .sorts .sort-icon {
  display: inline-block;
  margin-left: 6px;
}
#a69faa1e1ba0f1a .sorts .sort-icon i {
  display: block;
  font-size: 12px;
  line-height: 1;
  height: 2px;
}
#a69faa1e1ba0f1a .uk-container {
  min-height: 200px;
}
#a69faa1e1ba0f1a .not-found {
  line-height: 200px;
}
#a69faa1e1ba0f1a .goods .item {
  color: #333;
  font-weight: 400;
}
#a69faa1e1ba0f1a .img-alter {
  display: none;
}
#a69faa1e1ba0f1a .goods .item:hover .img-main {
  display: none;
}
#a69faa1e1ba0f1a .goods .item:hover .img-alter {
  display: block;
}
#a69faa1e1ba0f1a .goods .item .title {
  padding: 0 10px;
  margin-bottom: 4px;
  line-height: 20px;
  font-weight: bolder;
  transition: all .1s ease;
}
#a69faa1e1ba0f1a .goods .item .title:hover {
  color: #d4282d;
}
#a69faa1e1ba0f1a .goods .item .price {
  color: #d4282d;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a69faa1e1ba0f1a .goods .item hr {
  width: 60%;
  display: block;
  height: 1px;
  padding: 0;
  margin: 6px auto 14px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
#a69faa1e1ba0f1a .goods .item .subTitle {
  padding: 0 10px;
  line-height: 18px;
  color: #999;
}
#a69faa1e1ba0f1a .goods .origin-price {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
#a69faa1e1ba0f1a .goods .member-price {
  font-size: 12px;
  color: #d4282d;
  font-weight: 500;
  line-height: 18px;
  margin-left: 10px;
}
#a69faa1e1ba0f1a .uk-card .uk-card-media {
  background: #fff;
}
#a69faa1e1ba0f1a .uk-card:hover {
  background-color: #f4f0e9;
}
#a69faa1e1ba0f1a .sort-time.active .fa {
  color: #e4393c;
}
#a69faa1e1ba0f1a * + .uk-grid-margin-small,
#a69faa1e1ba0f1a .uk-grid + .uk-grid-small,
#a69faa1e1ba0f1a .uk-grid-small > .uk-grid-margin {
  margin-top: 50px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c40abf7ba3043 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a5c40abf7ba3043.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}#a0890a593ea3c7f [data-item="title"] {left: -298px;top: 157px; position: relative;}#a0890a593ea3c7f [data-item="buttons[0]"] {left: -1px;top: 141px; position: relative;}#a0890a593ea3c7f [data-item="abstract"] {left: 0px;top: 73px; position: relative;}#a0890a593ea3c7f [data-item="subTitle"] {left: 1px;top: 208px; position: relative;}#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0423a2f43ad0ee .coupon-item:after,
#a0423a2f43ad0ee .coupon-item:before {
  background: #f5f5f5;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c40abf7ba3043 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a5c40abf7ba3043.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a12fcaada1a6535 .feature-image,
#a12fcaada1a6535 feature-image-wrap {
  height: 500px;
}
#a12fcaada1a6535 .feature-image {
  bottom: -20px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a26a4a3a0baba98 {
  min-height: 500px;
  /* mobile */
}
#a26a4a3a0baba98 .search-highlight {
  background: yellow;
}
#a26a4a3a0baba98 .el-item {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#a26a4a3a0baba98 .el-title {
  margin-bottom: 20px;
}
#a26a4a3a0baba98 .el-item:hover {
  background: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#a26a4a3a0baba98 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a26a4a3a0baba98 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a26a4a3a0baba98 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a26a4a3a0baba98 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a26a4a3a0baba98 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a26a4a3a0baba98 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a26a4a3a0baba98 .el-title {
    margin-bottom: 0;
  }
  #a26a4a3a0baba98 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a26a4a3a0baba98 .category {
    font-size: 12px;
  }
  #a26a4a3a0baba98 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9961a48fba12ab .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a9961a48fba12ab.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}#a12fcaada1a6535 [data-item="title"] {left: -298px;top: 157px; position: relative;}#a12fcaada1a6535 [data-item="buttons[0]"] {left: -1px;top: 141px; position: relative;}#a12fcaada1a6535 [data-item="abstract"] {left: 0px;top: 73px; position: relative;}#a12fcaada1a6535 [data-item="subTitle"] {left: 1px;top: 208px; position: relative;}#a9961a48fba12ab [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a9961a48fba12ab [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a735aa07bda79a5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4bb5a2de0a1ee4 .uk-checkbox:not(:checked) {
  background: #fff;
}
#a4bb5a2de0a1ee4 .cart-wrap .column {
  float: left;
  text-align: center;
}
#a4bb5a2de0a1ee4 .cart-head,
#a4bb5a2de0a1ee4 .cart-footer,
#a4bb5a2de0a1ee4 .cart-item {
  margin-bottom: 10px;
  padding: 12px 0;
  border: 1px solid #f0f0f0;
  background-color: #fff;
}
#a4bb5a2de0a1ee4 .cart-head {
  background-color: #efefef;
}
#a4bb5a2de0a1ee4 .cart-head,
#a4bb5a2de0a1ee4 .cart-footer {
  margin: 20px 0;
  padding: 12px;
}
#a4bb5a2de0a1ee4 .cart-footer {
  display: none;
}
#a4bb5a2de0a1ee4 .cart-head .c-checkbox {
  width: 150px;
}
#a4bb5a2de0a1ee4 .c-info {
  width: 410px;
}
#a4bb5a2de0a1ee4 .c-price {
  width: 180px;
}
#a4bb5a2de0a1ee4 .c-count {
  width: 170px;
}
#a4bb5a2de0a1ee4 .c-sum {
  width: 170px;
}
#a4bb5a2de0a1ee4 .cart-item {
  padding: 20px 12px;
}
#a4bb5a2de0a1ee4 .selected {
  background-color: #fdf5e9;
}
#a4bb5a2de0a1ee4 .cart-item .c-info {
  width: 500px;
}
#a4bb5a2de0a1ee4 .cart-item .c-checkbox {
  width: 60px;
}
#a4bb5a2de0a1ee4 .cart-item .pic {
  float: left;
  width: 100px;
  height: 100px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
}
#a4bb5a2de0a1ee4 .cart-item .c-info .info {
  padding-left: 120px;
  min-height: 100px;
  width: 500px;
  padding-top: 10px;
  line-height: 1;
}
#a4bb5a2de0a1ee4 .cart-item .c-info .title {
  font-size: 14px;
  display: block;
  color: #333;
  text-align: left;
  margin-bottom: 6px;
}
#a4bb5a2de0a1ee4 .cart-item .c-info span {
  font-size: 12px;
  color: #999;
}
#a4bb5a2de0a1ee4 .cart-item .price {
  text-align: center;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a4bb5a2de0a1ee4 .cart-item .price-total {
  color: #d4282d;
  font-weight: bolder;
}
#a4bb5a2de0a1ee4 .cart-item .present-price {
  font-size: 14px;
  color: #333;
}
#a4bb5a2de0a1ee4 .cart-item .origin-price {
  color: #999;
  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
  text-decoration: line-through;
}
#a4bb5a2de0a1ee4 .cart-item .column {
  padding-top: 12px;
}
#a4bb5a2de0a1ee4 .cart-item .c-info {
  padding-top: 0;
}
#a4bb5a2de0a1ee4 .cart-item .del {
  color: #555;
}
#a4bb5a2de0a1ee4 .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a4bb5a2de0a1ee4 .select-num .btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a4bb5a2de0a1ee4 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a4bb5a2de0a1ee4 .select-num i {
  line-height: 30px;
}
#a4bb5a2de0a1ee4 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a4bb5a2de0a1ee4 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a4bb5a2de0a1ee4 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a4bb5a2de0a1ee4 .price-info {
  color: #999;
  float: right;
  margin-left: 20px;
}
#a4bb5a2de0a1ee4 .price-info .discount {
  font-size: 12px;
}
#a4bb5a2de0a1ee4 .price-info .price-num {
  font-size: 16px;
  color: #E2231A;
  font-weight: 700;
}
#a4bb5a2de0a1ee4 .column-left {
  line-height: 36px;
}
#a4bb5a2de0a1ee4 .column-left a {
  color: #888;
  display: inline-block;
  margin-left: 10px;
}
#a4bb5a2de0a1ee4 .column-left a:hover {
  color: #E2231A;
}
#a4bb5a2de0a1ee4 .column-right {
  padding-right: 130px;
}
#a4bb5a2de0a1ee4 .column-right .selected-num {
  color: #999;
  font-size: 13px;
  line-height: 26px;
}
#a4bb5a2de0a1ee4 .column-right .selected-num span {
  color: #E2231A;
  font-weight: bolder;
  display: inline-block;
  margin: 0 2px;
}
#a4bb5a2de0a1ee4 .order-btn {
  display: block;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 130px;
  line-height: 68px;
  color: #fff;
  font-size: 24px;
  background-color: #E2231A;
  text-align: center;
}
#a4bb5a2de0a1ee4 .cart-icon {
  width: 200px;
  fill: #ccc;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c40abf7ba3043 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a5c40abf7ba3043.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a32f3a8960ab052 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a32f3a8960ab052 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a32f3a8960ab052 .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a32f3a8960ab052 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a32f3a8960ab052 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a32f3a8960ab052 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a32f3a8960ab052 .menu-list > li.active > a:before,
#a32f3a8960ab052 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a32f3a8960ab052 .menu-list > li ul li {
  position: relative;
}
#a32f3a8960ab052 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a32f3a8960ab052 .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a32f3a8960ab052 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a32f3a8960ab052 .menu-list li ul li a:active,
#a32f3a8960ab052 .menu-list li ul li a.active,
#a32f3a8960ab052 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a32f3a8960ab052 .menu-list li ul,
#a32f3a8960ab052 .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: #ee732e;
}
#a32f3a8960ab052 .menu-list li ul.menu-b > li,
#a32f3a8960ab052 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a32f3a8960ab052 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a32f3a8960ab052 .menu-list li:hover > ul {
  display: block;
}
#a32f3a8960ab052 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae4e6a8cc9a7a72 , #ae4e6a8cc9a7a72 a{color: rgba(255, 255, 255, 1);}#ae4e6a8cc9a7a72:hover, #ae4e6a8cc9a7a72 a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a737aa3f0bac919 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aebc7a5dc8ab148 .checkout-title {
  font-size: 16px;
  color: #666;
  line-height: 42px;
}
#aebc7a5dc8ab148 .checkout-wrap {
  background-color: #fff;
  padding: 0 20px;
  border: 1px solid #f0f0f0;
  color: #666;
}
#aebc7a5dc8ab148 .add-addr {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
}
#aebc7a5dc8ab148 .checkout-wrap h3 {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  margin: 0;
}
#aebc7a5dc8ab148 .addr-list {
  height: 45px;
  overflow: hidden;
}
#aebc7a5dc8ab148 .addr-list.expand {
  height: auto;
}
#aebc7a5dc8ab148 .addr-item {
  list-style: none;
  height: 30px;
  margin: 6px 0 20px;
  display: block;
  position: relative;
}
#aebc7a5dc8ab148 .addr-item:hover {
  background-color: #fff3f3;
}
#aebc7a5dc8ab148 .addr-item .addr-item-name {
  list-style: none;
  position: relative;
  border: 1px solid #ddd;
  line-height: 28px;
  padding: 0 10px;
  width: 120px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  color: #777;
  float: left;
  margin-right: 15px;
}
#aebc7a5dc8ab148 .addr-item.selected .addr-item-name {
  border: 2px solid #FF0036;
}
#aebc7a5dc8ab148 .addr-default {
  margin: 5px 10px;
  background-color: #999;
  color: #fff;
  padding: 0 4px;
  line-height: 20px;
  display: inline-block;
}
#aebc7a5dc8ab148 .addr-item.selected .addr-item-name i {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -99em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==);
  color: black;
}
#aebc7a5dc8ab148 .addr-item .addr-detail {
  line-height: 30px;
  font-size: 12px;
}
#aebc7a5dc8ab148 .addr-item .op-btns {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 12px;
}
#aebc7a5dc8ab148 .addr-item .op-btns a {
  color: #005ea7;
  display: inline-block;
  margin-right: 12px;
}
#aebc7a5dc8ab148 .addr-item .op-btns a:hover {
  color: #FF0036;
}
#aebc7a5dc8ab148 .addr-switch {
  line-height: 24px;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 15px;
}
#aebc7a5dc8ab148 .addr-switch b {
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  line-height: 10px;
  width: 9px;
  margin-left: 5px;
  background: url(/resources/sys/img/toggle-arrow.png) no-repeat 0 0;
}
#aebc7a5dc8ab148 .addr-switch.expand b {
  background-position: 0 -10px;
}
#aebc7a5dc8ab148 table {
  border: 1px solid #ececec;
  margin: 0 0 30px;
  color: #333;
}
#aebc7a5dc8ab148 table thead {
  color: #999;
  background-color: #f5f5f5;
}
#aebc7a5dc8ab148 table td {
  text-align: center;
}
#aebc7a5dc8ab148 table thead td {
  border-top: none;
}
#aebc7a5dc8ab148 table .goods-pic {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  float: left;
}
#aebc7a5dc8ab148 table .goods-info a {
  color: #333;
  font-weight: bolder;
}
#aebc7a5dc8ab148 table .goods-info span {
  font-size: 12px;
  color: #999;
}
#aebc7a5dc8ab148 .origin-price {
  color: #999;
  text-decoration: line-through;
}
#aebc7a5dc8ab148 table .price {
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#aebc7a5dc8ab148 .checkout-summary {
  margin: 20px 4px 10px;
}
#aebc7a5dc8ab148 .summary-item {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}
#aebc7a5dc8ab148 .summary-item > em {
  width: 140px;
  display: inline-block;
  color: #333;
  font-size: 12px;
  font-family: verdana;
  font-style: normal;
}
#aebc7a5dc8ab148 .order-confirm {
  padding: 15px 10px 15px 0;
  text-align: right;
  border-top: 1px solid #e6e6e6;
  color: #999;
  background-color: #f4f4f4;
  line-height: 24px;
  font-size: 12px;
}
#aebc7a5dc8ab148 .order-confirm .total-price {
  display: inline-block;
  color: #e4393c;
  font-family: Verdana;
  font-weight: 700;
  font-size: 18px;
  min-width: 122px;
}
#aebc7a5dc8ab148 .order-btn {
  margin-top: 20px;
  display: inline-block;
  line-height: 42px;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
#aebc7a5dc8ab148 .order-submit-btn:hover {
  background-color: #EF494D;
}
#aebc7a5dc8ab148 .coupon-select {
  padding: 0 20px;
  line-height: 28px;
  color: #EF494D;
  border: 1px solid #EF494D;
  margin-top: 6px;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
}
#aebc7a5dc8ab148 .coupon-select.disable {
  color: #555;
  border-color: #333;
  cursor: not-allowed;
}
#aebc7a5dc8ab148 .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#aebc7a5dc8ab148 .select-num .btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#aebc7a5dc8ab148 .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#aebc7a5dc8ab148 .select-num i {
  line-height: 30px;
}
#aebc7a5dc8ab148 .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#aebc7a5dc8ab148 .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#aebc7a5dc8ab148 .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#aebc7a5dc8ab148 .toggle-point {
  position: absolute;
  right: 0;
  top: 24px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c40abf7ba3043 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a5c40abf7ba3043.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7273a8e56ae8e1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a7273a8e56ae8e1 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a7273a8e56ae8e1 .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a7273a8e56ae8e1 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a7273a8e56ae8e1 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a7273a8e56ae8e1 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a7273a8e56ae8e1 .menu-list > li.active > a:before,
#a7273a8e56ae8e1 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a7273a8e56ae8e1 .menu-list > li ul li {
  position: relative;
}
#a7273a8e56ae8e1 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a7273a8e56ae8e1 .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a7273a8e56ae8e1 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a7273a8e56ae8e1 .menu-list li ul li a:active,
#a7273a8e56ae8e1 .menu-list li ul li a.active,
#a7273a8e56ae8e1 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a7273a8e56ae8e1 .menu-list li ul,
#a7273a8e56ae8e1 .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: #ee732e;
}
#a7273a8e56ae8e1 .menu-list li ul.menu-b > li,
#a7273a8e56ae8e1 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a7273a8e56ae8e1 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a7273a8e56ae8e1 .menu-list li:hover > ul {
  display: block;
}
#a7273a8e56ae8e1 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#afeb9a4381a0e8d , #afeb9a4381a0e8d a{color: rgba(255, 255, 255, 1);}#afeb9a4381a0e8d:hover, #afeb9a4381a0e8d a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2652a649cae30f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa371ad60ea70d5 .title {
  font-size: 18px;
  color: #000;
  line-height: 2;
}
#aa371ad60ea70d5 .order-id {
  color: #666;
}
#aa371ad60ea70d5 .payment {
  cursor: pointer;
}
#aa371ad60ea70d5 .payment img {
  min-height: 40px;
}
#aa371ad60ea70d5 .payment-wrap {
  border: 1px solid #ececec;
  margin: 20px 0;
}
#aa371ad60ea70d5 .payment-title {
  height: 42px;
  padding-left: 21px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #efefef;
  line-height: 41px;
  color: #999;
  font-size: 14px;
}
#aa371ad60ea70d5 .selected {
  border: 2px solid #e1251b;
}
#aa371ad60ea70d5 .btn {
  display: inline-block;
  line-height: 42px;
  padding: 2px 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
}
#aa371ad60ea70d5 .btn:hover {
  background-color: #EF494D;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c40abf7ba3043 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a5c40abf7ba3043.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a017da1557af2cf .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a017da1557af2cf .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a017da1557af2cf .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a017da1557af2cf .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a017da1557af2cf .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a017da1557af2cf .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a017da1557af2cf .menu-list > li.active > a:before,
#a017da1557af2cf .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a017da1557af2cf .menu-list > li ul li {
  position: relative;
}
#a017da1557af2cf .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a017da1557af2cf .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a017da1557af2cf .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a017da1557af2cf .menu-list li ul li a:active,
#a017da1557af2cf .menu-list li ul li a.active,
#a017da1557af2cf .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a017da1557af2cf .menu-list li ul,
#a017da1557af2cf .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: #ee732e;
}
#a017da1557af2cf .menu-list li ul.menu-b > li,
#a017da1557af2cf .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a017da1557af2cf .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a017da1557af2cf .menu-list li:hover > ul {
  display: block;
}
#a017da1557af2cf .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a2dd0a7ba5ac614 , #a2dd0a7ba5ac614 a{color: rgba(255, 255, 255, 1);}#a2dd0a7ba5ac614:hover, #a2dd0a7ba5ac614 a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5ee4a127ba6b60 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4b62a240eac65c {
  max-width: 1200px;
  margin: 0 auto;
}
#a4b62a240eac65c .m-header {
  background: #fff;
  height: 44px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
#a4b62a240eac65c .order-container {
  padding-bottom: 60px;
}
#a4b62a240eac65c .express-date {
  color: #999;
  font-size: 12px;
}
#a4b62a240eac65c .m-header-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 44px;
  padding: 10px;
  text-align: center;
}
#a4b62a240eac65c .m-header-back svg {
  width: 16px;
  fill: #666;
}
#a4b62a240eac65c .m-header-title {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #333;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#a4b62a240eac65c .order-status {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f66d70), to(#e93b3d));
  background-image: -webkit-linear-gradient(left, #f66d70, #e93b3d);
  background-image: linear-gradient(90deg, #f66d70, #e93b3d);
  color: #fff;
  padding: 12px 10px;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
#a4b62a240eac65c .order-status:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  left: 0;
  bottom: 0;
  border-radius: 0 100% 0 0;
  background-image: -webkit-linear-gradient(60deg, #e93c3e 32%, #f66c6c 69%);
  background-image: linear-gradient(30deg, #e93c3e 32%, #f66c6c 69%);
}
#a4b62a240eac65c .order-status:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 48px;
  right: 0;
  bottom: 0;
  border-radius: 100% 0 0 2%;
  background-image: -webkit-linear-gradient(53deg, #e93c3e 8%, #f66d70 78%);
  background-image: linear-gradient(37deg, #e93c3e 8%, #f66d70 78%);
}
#a4b62a240eac65c .state-desc {
  padding-left: 25px;
}
#a4b62a240eac65c .order-status .icon-status {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(/resources/sys/img/order_status_icon.png);
  background-size: 41px 41px;
  background-repeat: no-repeat;
  top: 25px;
}
#a4b62a240eac65c .order-status .icon-status.status-1,
#a4b62a240eac65c .order-status .icon-status.status-2,
#a4b62a240eac65c .order-status .icon-status.status-3 {
  background-position: 0 -22px;
}
#a4b62a240eac65c .order-status .icon-status.status--1 {
  background-position: -22px 0;
}
#a4b62a240eac65c .state-desc .state-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
#a4b62a240eac65c .state-tip {
  font-size: 12px;
}
#a4b62a240eac65c .top-content {
  padding: 0 10px;
  background: #fff;
}
#a4b62a240eac65c .top-content .fa {
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
  color: #ccc;
  width: 24px;
  text-align: center;
}
#a4b62a240eac65c .top-content .desc {
  color: #333;
  line-height: 21px;
  font-size: 14px;
  background: #fff;
}
#a4b62a240eac65c .top-content .tip {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
#a4b62a240eac65c .top-content .content-wrap {
  padding: 12px 0;
  border-bottom: 1px solid #f7f7f7;
}
#a4b62a240eac65c .top-content.address .content-wrap {
  border-bottom: none;
}
#a4b62a240eac65c .goods-item {
  margin-top: 10px;
  padding: 10px 10px 20px 10px;
  background: #fff;
  border-bottom: 1px solid #f7f7f7;
}
#a4b62a240eac65c .goods-item img {
  display: block;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  margin-right: 10px;
}
#a4b62a240eac65c .goods-info .title {
  font-size: 14px;
  margin-bottom: 3px;
  word-break: break-all;
  position: relative;
  color: #333;
  font-weight: 500;
}
#a4b62a240eac65c .goods-info .sku-name {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
#a4b62a240eac65c .goods-info .private-info {
  font-size: 12px;
}
#a4b62a240eac65c .goods-info .num-wrap {
  color: #999;
  font-size: 12px;
}
#a4b62a240eac65c .goods-info .present-price {
  line-height: 30px;
  color: #e93b3d;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
#a4b62a240eac65c .panel {
  background: #fff;
  margin: 20px 0;
}
#a4b62a240eac65c .panel-header {
  padding: 10px;
  color: #333;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #f7f7f7;
}
#a4b62a240eac65c .panel-header .tip {
  line-height: 24px;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
}
#a4b62a240eac65c .contact {
  padding: 16px 0;
  line-height: 1;
  font-size: 12px;
  color: #999;
  display: block;
  text-align: center;
}
#a4b62a240eac65c .hide {
  display: none;
}
#a4b62a240eac65c .contact img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  display: inline-block;
}
#a4b62a240eac65c .order-detail {
  padding: 15px 10px;
  background: #fff;
}
#a4b62a240eac65c .order-detail .order-item {
  line-height: 22px;
  margin-bottom: 3px;
  color: #151515;
}
#a4b62a240eac65c .order-detail .order-item span {
  color: #999;
  display: inline-block;
  margin-right: 6px;
}
#a4b62a240eac65c .order-summary {
  border-top: 1px solid #f7f7f7;
  padding: 12px 0;
}
#a4b62a240eac65c .order-id {
  font-size: 13px;
  font-style: normal;
}
#a4b62a240eac65c .order-summary .order-price {
  line-height: 21px;
  color: #333;
  font-weight: 400;
}
#a4b62a240eac65c .order-summary .price {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
}
#a4b62a240eac65c .total-price {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 32px;
}
#a4b62a240eac65c .total-price .price {
  color: #f2270c;
}
#a4b62a240eac65c .order-bottom {
  height: 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  font-size: 12px;
  border-top: 1px solid #f7f7f7;
}
#a4b62a240eac65c .pay-btn {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 35px;
  color: #fff;
  font-size: 18px;
  background-color: #E2231A;
  text-align: center;
  cursor: pointer;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c40abf7ba3043 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a5c40abf7ba3043.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a317baeabfa73e9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a317baeabfa73e9 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a317baeabfa73e9 .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a317baeabfa73e9 .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#a317baeabfa73e9 .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a317baeabfa73e9 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a317baeabfa73e9 .menu-list > li.active > a:before,
#a317baeabfa73e9 .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a317baeabfa73e9 .menu-list > li ul li {
  position: relative;
}
#a317baeabfa73e9 .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a317baeabfa73e9 .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#a317baeabfa73e9 .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a317baeabfa73e9 .menu-list li ul li a:active,
#a317baeabfa73e9 .menu-list li ul li a.active,
#a317baeabfa73e9 .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: #ee732e;
}
#a317baeabfa73e9 .menu-list li ul,
#a317baeabfa73e9 .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: #ee732e;
}
#a317baeabfa73e9 .menu-list li ul.menu-b > li,
#a317baeabfa73e9 .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a317baeabfa73e9 .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a317baeabfa73e9 .menu-list li:hover > ul {
  display: block;
}
#a317baeabfa73e9 .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af740a3464a5d9e , #af740a3464a5d9e a{color: rgba(255, 255, 255, 1);}#af740a3464a5d9e:hover, #af740a3464a5d9e a:hover {color: rgba(255, 255, 255, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5fc6ab4bea10ed .feature-image,
#a5fc6ab4bea10ed feature-image-wrap {
  height: 500px;
}
#a5fc6ab4bea10ed .feature-image {
  bottom: -20px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4d1faf31ba08e4 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a4d1faf31ba08e4 table th,
#a4d1faf31ba08e4 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a4d1faf31ba08e4 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a4d1faf31ba08e4 .red {
  color: #F00!important;
}
#a4d1faf31ba08e4 .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9961a48fba12ab .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a9961a48fba12ab.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}#a5fc6ab4bea10ed [data-item="title"] {left: -298px;top: 157px; position: relative;}#a5fc6ab4bea10ed [data-item="buttons[0]"] {left: -1px;top: 141px; position: relative;}#a5fc6ab4bea10ed [data-item="abstract"] {left: 0px;top: 73px; position: relative;}#a5fc6ab4bea10ed [data-item="subTitle"] {left: 1px;top: 208px; position: relative;}#a9961a48fba12ab [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a9961a48fba12ab [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#affcbab307a15c9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a26e3a4449ae00b .address-select {
  cursor: pointer;
}
#a26e3a4449ae00b .form-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 0;
}
#a26e3a4449ae00b .form-item-last {
  border-bottom: none;
}
#a26e3a4449ae00b .form-item .uk-form-label {
  font-size: 16px;
  color: #888;
  margin-bottom: 8px;
  font-weight: bolder;
  display: block;
}
#a26e3a4449ae00b .address-select .uk-select {
  width: 100px;
}
#a26e3a4449ae00b .form-item .uk-input,
#a26e3a4449ae00b .form-item .uk-select {
  background: #fafafa;
  border-color: #eee;
}
#a26e3a4449ae00b .submit-btn {
  background: #5cc55c;
  font-size: 18px;
  width: 160px;
  text-align: center;
  border-radius: 2px;
  line-height: 48px;
}
#a26e3a4449ae00b .submit-btn:hover {
  opacity: .9;
}
#a26e3a4449ae00b .img-box {
  margin-top: 40px;
}
#a26e3a4449ae00b .img-box .up-p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}
#a26e3a4449ae00b .z_photo {
  padding: 18px;
  border: 2px dashed #e7e6e6;
}
#a26e3a4449ae00b .z_photo .z_file {
  position: relative;
}
#a26e3a4449ae00b .z_file .file {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#a26e3a4449ae00b .z_photo .up-section {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
#a26e3a4449ae00b .up-section .close-upimg {
  position: absolute;
  top: 6px;
  right: 8px;
  display: none;
  z-index: 10;
}
#a26e3a4449ae00b .up-section .up-span {
  display: block;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}
#a26e3a4449ae00b .up-section:hover {
  border: 2px solid #f15134;
}
#a26e3a4449ae00b .up-section:hover .close-upimg {
  display: block;
}
#a26e3a4449ae00b .up-section:hover .up-span {
  visibility: visible;
}
#a26e3a4449ae00b .z_photo .up-img {
  display: block;
  width: 100%;
  height: 100%;
}
#a26e3a4449ae00b .upimg-div .up-section {
  width: 190px;
  height: 180px;
}
#a26e3a4449ae00b .img-box .upimg-div .z_file {
  width: 190px;
  height: 180px;
}
#a26e3a4449ae00b .publish-price {
  font-size: 16px;
  color: #888;
}
#a26e3a4449ae00b .publish-price .num {
  color: #ff9933;
  display: inline-block;
  margin: 0 4px;
  font-weight: 500;
}
#a26e3a4449ae00b .z_file .add-img {
  display: block;
  width: 190px;
  height: 180px;
  cursor: pointer;
}
#a26e3a4449ae00b .mask {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#a26e3a4449ae00b .mask .mask-content {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -80px;
  background: #fff;
  height: 160px;
  text-align: center;
}
#a26e3a4449ae00b .mask .mask-content .del-p {
  color: #555;
  height: 94px;
  line-height: 94px;
  font-size: 18px;
  border-bottom: 1px solid #d1d1d1;
}
#a26e3a4449ae00b .mask-content .check-p {
  height: 66px;
  line-height: 66px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#a26e3a4449ae00b .mask-content .check-p span {
  width: 49%;
  display: inline-block;
  text-align: center;
  color: #d4361d;
  font-size: 18px;
}
#a26e3a4449ae00b .check-p .del-com {
  border-right: 1px solid #d1d1d1;
}
#a26e3a4449ae00b #fileList,
#a26e3a4449ae00b #picker {
  display: inline-block;
  float: left;
}
#a26e3a4449ae00b .thumbnail {
  width: 140px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
#a26e3a4449ae00b .thumbnail img {
  width: 100%;
  height: 130px;
}
#a26e3a4449ae00b .thumbnail .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 5px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
#a26e3a4449ae00b .thumbnail .error {
  background: #f43838;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 28px;
  line-height: 28px;
  width: 100%;
  z-index: 100;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
#a26e3a4449ae00b .thumbnail .remove {
  position: absolute;
  color: #fff;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 24px;
}
#a26e3a4449ae00b #picker {
  width: 140px;
  height: 130px;
  background: url(/resources/sys/img/upload-img.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  font-size: 0px;
  text-indent: -1000px;
}
#a26e3a4449ae00b .webuploader-pick {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5c40abf7ba3043 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#a5c40abf7ba3043.uk-section .uk-button-primary:hover {
  background-color: #000000;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acc8fac03ea3a5e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#acc8fac03ea3a5e .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 nullpx;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#acc8fac03ea3a5e .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#acc8fac03ea3a5e .menu-list > li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ee732e;
}
#acc8fac03ea3a5e .menu-list > li.active > a:before,
#acc8fac03ea3a5e .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#acc8fac03ea3a5e .menu-list > li ul li {
  position: relative;
}
#acc8fac03ea3a5e .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#acc8fac03ea3a5e .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: #ee732e;
  width: 130px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#acc8fac03ea3a5e .menu-list li ul li:hover > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul li a:active,
#acc8fac03ea3a5e .menu-list li ul li a.active,
#acc8fac03ea3a5e .menu-list li ul li.active > a {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#acc8fac03ea3a5e .menu-list li ul,
#acc8fac03ea3a5e .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: #ee732e;
}
#acc8fac03ea3a5e .menu-list li ul.menu-b > li,
#acc8fac03ea3a5e .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#acc8fac03ea3a5e .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#acc8fac03ea3a5e .menu-list li:hover > ul {
  display: block;
}
#acc8fac03ea3a5e .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a192fa91f2a6b5c , #a192fa91f2a6b5c a{color: rgba(238, 115, 46, 1);}#a192fa91f2a6b5c:hover, #a192fa91f2a6b5c a:hover {color: rgba(238, 115, 46, 1);}#a5c40abf7ba3043 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a5c40abf7ba3043 [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}