@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: #ff6e40;
}
/* 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: #ff6e40;
}
/* 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: #ff6e40;
}
/* 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: #333;
}
/* 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;
  color: #333;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #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;
  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;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #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-tile-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .uk-heading-primary,
  .uk-heading-hero,
  .uk-h1,
  h1 {
    font-size: 1.75rem;
  }
  .uk-h2,
  h2 {
    font-size: 1.25rem;
  }
  .uk-h3,
  h3 {
    font-size: 1.125rem;
  }
  .uk-h4,
  h4 {
    font-size: .875rem;
  }
  .uk-h5,
  h5,
  .uk-h6,
  h6 {
    font-size: .75rem;
  }
  .uk-margin {
    margin-bottom: 14px;
  }
  * + .uk-margin {
    margin-top: 14px!important;
  }
  .uk-grid {
    margin-left: -6px;
  }
  .uk-grid > * {
    padding-left: 6px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 12px;
  }
  .uk-grid + .uk-grid-collapse,
  .uk-grid-collapse > .uk-grid-margin {
    margin-top: 0;
  }
  .uk-grid-collapse > * {
    padding-left: 0;
  }
  .uk-grid-collapse {
    margin-left: 0;
  }
  .uk-card-small .uk-card-body,
  .uk-card-small.uk-card-body {
    padding: 6px;
  }
  .uk-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .uk-section-xsmall {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .uk-section-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .uk-margin-large-top {
    margin-top: 26px !important;
  }
  .uk-margin-large {
    margin-bottom: 26px;
  }
  .ap-pagination li,
  .dynamic-pagination li {
    height: 24px;
  }
  .dynamic-pagination li a {
    padding: 0 2px;
    line-height: 24px;
    min-width: 24px;
    font-size: 12px;
  }
}
.preview .uk-section-secondary .uk-button-primary:hover {
  background-color: #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;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #333333;
  background-color: #333333;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #333333;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #333333;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #333333;
  color: #333333;
}
.btn-effect-2:hover {
  background-color: #333333;
}
.uk-button.btn-effect-5 {
  background-color: #333333;
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #333333;
}
.header-effect-6 [data-item='title']::before {
  background-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 h4 {
  color: #fff;
  font-weight: 500;
  line-height: 70px;
  padding-left: 20px;
}
#acee9a96d2af4b2 .menu-header h4 span {
  font-size: 12px;
}
#acee9a96d2af4b2 .menu-level-1 {
  border: 1px solid #ECECEC;
  margin-bottom: 15px;
}
#acee9a96d2af4b2 .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;
}
#acee9a96d2af4b2 .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;
}
#acee9a96d2af4b2 .menu-item a:hover {
  color: #ff6e40;
}
#acee9a96d2af4b2 .menu-item a:hover > .indicator {
  background-image: url(/resources/sys/img/icons/menu_icon_hover.png);
}
#acee9a96d2af4b2 .menu-level-1 > a {
  color: #333;
  font-size: 18px;
  position: relative;
  background: #eaeaea;
}
#acee9a96d2af4b2 .menu-level-3 {
  padding-left: 15px;
}
#acee9a96d2af4b2 .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#acee9a96d2af4b2 .accordion-menu li a:hover {
  background-color: #333333;
  color: #fff;
  border: none;
}
#acee9a96d2af4b2 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#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: #ff6e40;
}
#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: #ff6e40;
}
#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 {
  font-size: 12px;
  height: 30px;
  padding: 0 15px;
  line-height: 30px;
}
#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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 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-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  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: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  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;
  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;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
#a415eac9e1a51eb .menu-list > li.active > a {
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
#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 [data-item="items"] .uk-card-body {padding: 15px}@media (min-width: 1200px) {
                #acee9a96d2af4b2 [data-item="items"] .uk-card-body {padding: 15px}
            }@media (max-width: 640px) {
                #acee9a96d2af4b2 [data-item="items"] .uk-card-body {padding: 15px}
            }#acee9a96d2af4b2 [data-item="items"] .uk-card {
                border-radius: 2px !important; overflow: hidden;
            } #acee9a96d2af4b2 [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#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: 18px;text-align: center;font-weight: bold;line-height: 1;}#acee9a96d2af4b2 [data-item*=".abstract"], #acee9a96d2af4b2 [data-item*=".abstract"] a {show: true;max-line: 2;font-size: 14px;text-align: center;line-height: 1.5;}#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: cover;}#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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    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;
  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;
  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);
}
#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;
  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;
    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;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#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);}@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;
    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 {
  margin-left: 0px;
}
#a2aeca886eab7a5 .uk-grid > * {
  padding-left: 0px;
}
#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;
  }
}
#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);}#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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    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;
  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;
  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);
}
#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;
  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;
    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;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#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);}@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;
    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 {
  margin-left: 0px;
}
#a2aeca886eab7a5 .uk-grid > * {
  padding-left: 0px;
}
#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;
  }
}
#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);}#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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    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;
  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;
  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);
}
#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;
  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;
    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;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#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);}@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;
    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 {
  margin-left: 0px;
}
#a2aeca886eab7a5 .uk-grid > * {
  padding-left: 0px;
}
#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;
  }
}
#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);}#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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    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;
  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;
  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);
}
#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;
  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;
    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;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#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);}@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;
    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 {
  margin-left: 0px;
}
#a2aeca886eab7a5 .uk-grid > * {
  padding-left: 0px;
}
#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;
  }
}
#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);}#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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    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;
  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;
  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);
}
#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;
  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;
    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;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#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);}@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;
    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 {
  margin-left: 0px;
}
#a2aeca886eab7a5 .uk-grid > * {
  padding-left: 0px;
}
#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;
  }
}
#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);}#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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    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;
  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;
  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);
}
#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;
  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;
    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;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#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);}@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;
    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 {
  margin-left: 0px;
}
#a2aeca886eab7a5 .uk-grid > * {
  padding-left: 0px;
}
#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;
  }
}
#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);}#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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    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;
  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;
  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);
}
#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;
  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;
    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;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#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);}@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;
    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 {
  margin-left: 0px;
}
#a2aeca886eab7a5 .uk-grid > * {
  padding-left: 0px;
}
#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;
  }
}
#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);}#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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    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;
  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;
  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);
}
#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;
  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;
    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;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#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);}@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;
    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 {
  margin-left: 0px;
}
#a2aeca886eab7a5 .uk-grid > * {
  padding-left: 0px;
}
#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;
  }
}
#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);}#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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    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;
  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;
  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);
}
#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;
  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;
    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;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#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);}@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;
    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 {
  margin-left: 0px;
}
#a2aeca886eab7a5 .uk-grid > * {
  padding-left: 0px;
}
#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;
  }
}
#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);}#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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    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;
  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;
  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);
}
#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;
  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;
    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;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#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);}@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;
    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 {
  margin-left: 0px;
}
#a2aeca886eab7a5 .uk-grid > * {
  padding-left: 0px;
}
#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;
  }
}
#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);}#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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    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;
  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;
  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);
}
#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;
  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;
    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;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#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);}@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;
    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 {
  margin-left: 0px;
}
#a2aeca886eab7a5 .uk-grid > * {
  padding-left: 0px;
}
#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;
  }
}
#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);}#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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    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;
  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;
  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);
}
#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;
  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;
    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;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#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);}@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;
    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 {
  margin-left: 0px;
}
#a2aeca886eab7a5 .uk-grid > * {
  padding-left: 0px;
}
#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;
  }
}
#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);}#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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a220ca1d39aa307 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a796daa4e1a2e4f a:hover {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    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;
  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;
  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);
}
#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;
  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;
    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;
    font-size: 12px;font-family: inherit;color: rgba(238, 115, 46, 1);}#ab6eca1f03a17a0  {
        font-weight: normal;
        font-style: normal;
    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;
    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;
    font-size: 14px;text-align: left;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 26px;}#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);}@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;
    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 {
  margin-left: 0px;
}
#a2aeca886eab7a5 .uk-grid > * {
  padding-left: 0px;
}
#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;
  }
}
#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);}#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: #ff6e40;
}
#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: #ff6e40;
}
#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: #ff6e40;
}
#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;
#a0a40aa7c9a0991 .ap-thumbnav-large {
  overflow: visible;
}
#a0a40aa7c9a0991 .ap-thumbnav-large .ap-slidedot-wrap {
  margin-top: 5px;
}
#a0a40aa7c9a0991 .ap-thumbnav-large .uk-thumbnav {
  position: relative;
}
#a0a40aa7c9a0991 .ap-thumbnav-large .uk-thumbnav li {
  padding-left: 5px;
}
#a0a40aa7c9a0991 .ap-slidedot-image {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af93cabea1a07dc .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a52b0aa4a6ace9b .search-wrap {
  width: 810px;
  max-width: 100%;
  margin: 40px auto 40px;
  position: relative;
}
#a52b0aa4a6ace9b .search .icon {
  width: 18px;
  fill: #fff;
  display: inline-block;
  margin-right: 6px;
}
#a52b0aa4a6ace9b h3 {
  font-size: 30px;
  line-height: 52px;
  color: #fff;
}
#a52b0aa4a6ace9b .subTitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  font-weight: 500;
}
#a52b0aa4a6ace9b .search {
  width: 100%;
  position: relative;
}
#a52b0aa4a6ace9b .tip {
  font-size: 14px;
  line-height: 1;
}
#a52b0aa4a6ace9b .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;
}
#a52b0aa4a6ace9b .search input::placeholder {
  color: #999;
}
#a52b0aa4a6ace9b .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;
}
#a52b0aa4a6ace9b .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%;
}
#a52b0aa4a6ace9b .partner-info .level {
  width: 170px;
  height: 32px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 20px;
}
#a52b0aa4a6ace9b .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;
#ac45baa8a6a31f5 .el-process-item {
  position: relative;
}
#ac45baa8a6a31f5 .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#ac45baa8a6a31f5 .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) {
  #ac45baa8a6a31f5 .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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 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-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  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: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  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;
  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 [data-item="items"] .uk-card {
                border-radius: 2px !important; overflow: hidden;
            } #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;}#ae654af077a1a60 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae6f1a5b38aad22 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#ae6f1a5b38aad22 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0);}#ab05daf640a4370 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aebebae513a7aff .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#aebebae513a7aff .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0);}#a8c82a3031adc03 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4d9ca670da9d2f .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#a4d9ca670da9d2f .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5b03a7c93afb53 .a0579a599da5774 {
  overflow: hidden;
}
#a5b03a7c93afb53 .a0579a599da5774 , #a5b03a7c93afb53 .a0579a599da5774 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5b03a7c93afb53 .ac032a59d9a778d {
  overflow: hidden;
}
#a5b03a7c93afb53 .ac032a59d9a778d .img-wrap {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  transition: all 0.3s ease-in;
}
#a5b03a7c93afb53 .ac032a59d9a778d .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5b03a7c93afb53 .a15dba8bc3a13ba {
  overflow: hidden;
}
#a5b03a7c93afb53 .a15dba8bc3a13ba , #a5b03a7c93afb53 .a15dba8bc3a13ba > * {
        font-weight: normal;
        font-style: normal;
    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;
#a5b03a7c93afb53 .af4a5a0e44a7532 {
  overflow: hidden;
}
#a5b03a7c93afb53 .af4a5a0e44a7532 , #a5b03a7c93afb53 .af4a5a0e44a7532 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5b03a7c93afb53 .uk-grid {
  margin-left: -20px;
}
#a5b03a7c93afb53 .uk-grid > * {
  padding-left: 20px;
}
#a5b03a7c93afb53 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a5b03a7c93afb53 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: none;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a5b03a7c93afb53 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5b03a7c93afb53 .uk-position-center-left-out {
    left: -30px;
  }
  #a5b03a7c93afb53 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af287a6a4aa5e09 .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: 2px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 5px;}#af287a6a4aa5e09 .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);}#aa62eabf48a15a0 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#ada0cab11aaf7aa > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa590a3755a800e > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a32fdace81a05da > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#abb45a0224a58ef > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0ffca6943a955b > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6c3ea2abaa9b31 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#af2c1af797a63ce > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0ff3af012ad669 [data-item="items"] {left: 0px;top: -11px; position: relative;}#a0ff3af012ad669 [data-item="title"] {left: -3px;top: 7px; position: relative;}#a8232a0579a2c63 > .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);}#ac33da0e49a7961 > .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);}#a0f10aba0ca11a6 > .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);}#a9b71a3f50a1767 > .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);}#a2154ab538aa87a > .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;border-top-width: 0px;border-top-style: none;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aacdba90c0ac9a4 > .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);}#a3b4fa017aac7cd [data-item="items[1].abstract"] {left: 0px;top: -1px; position: relative;}#a3b4fa017aac7cd [data-item="items[2].abstract"] {left: 0px;top: -8px; position: relative;}#a3b4fa017aac7cd [data-item="items"] {left: 0px;top: 68px; position: relative;}#a3b4fa017aac7cd [data-item="abstract"] {left: -9px;top: 9px; position: relative;}#a3b4fa017aac7cd [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;
#aa278a2515ab7c6 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa278a2515ab7c6 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a3f37a4904a1907 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 2px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 7px;}#a3f37a4904a1907 .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);}#ac45baa8a6a31f5 [data-item="items[0].abstract"] {left: 0px;top: 19px; position: relative;}#ac45baa8a6a31f5 [data-item="items[1].abstract"] {left: 0px;top: 19px; position: relative;}#ac45baa8a6a31f5 [data-item="items[2].abstract"] {left: 0px;top: 19px; position: relative;}#ac45baa8a6a31f5 [data-item="items[3].abstract"] {left: 0px;top: 17px; position: relative;}#ac45baa8a6a31f5 [data-item="items[0]"] {left: 0px;top: -36px; position: relative;}#ac45baa8a6a31f5 [data-item="items[1]"] {left: 0px;top: -36px; position: relative;}#ac45baa8a6a31f5 [data-item="items[2]"] {left: 0px;top: -36px; position: relative;}#ac45baa8a6a31f5 [data-item="items[3]"] {left: 0px;top: -36px; position: relative;}#ac45baa8a6a31f5 [data-item="abstract"] {left: 0px;top: 5px; position: relative;}#ac45baa8a6a31f5 [data-item="title"] {left: -1px;top: 10px; position: relative;}#ac45baa8a6a31f5 [data-item="items[0].title"] {left: 0px;top: 7px; position: relative;}#ac45baa8a6a31f5 [data-item="items[1].title"] {left: 0px;top: 7px; position: relative;}#ac45baa8a6a31f5 [data-item="items[2].title"] {left: 0px;top: 7px; position: relative;}#ac45baa8a6a31f5 [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;
}
#a7f7fa364ea8e9b .abstract {
  white-space: pre-wrap;
}
@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: #ff6e40;
}
#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: #ff6e40;
}
#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: #ff6e40;
}
@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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#afe50a2a0aacf56 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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: 1400px;}#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;
  font-size: 18px;
  font-family: inherit;
}
#a967da02caa5bcc .jquery-accordion-menu .jquery-accordion-menu-header {
  width: 100%;
  height: 50px;
  padding-left: 14px;
  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;
  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 .menu-list-expand .submenu-indicator {
  display: none;
}
#a967da02caa5bcc .jquery-accordion-menu > ul > li > a:hover {
  color: #fff;
  background: #ec6316;
  border-bottom-color: #dc5b12;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a967da02caa5bcc .jquery-accordion-menu > ul > li.active > a {
  font-weight: bold;
  font-style: normal;
  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.active > a {
  color: #ffffff;
  background: #ee732e;
}
#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: 14px;
  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.menu-list-expand ul ul.submenu,
#a967da02caa5bcc .jquery-accordion-menu.menu-list-expand ul ul.submenu li ul.submenu {
  display: block;
}
#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: 14px;
  background: #383838;
  border-top: none;
  position: relative;
  border-left: solid 2px 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 > a:hover {
  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 ul.submenu li.active > a {
  color: #f0f0f0;
  background: #383838;
}
#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;
}
#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;
#a773eae419ae20d .uk-container {
  overflow: visible;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 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);}#aa666a504bab2d6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8700af569a5a83 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4303aaea2a3763 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#abc8ea2730aa938 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae92cadc31a80d2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acf45a5499a5ea0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4fc8ad53fa3daf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab360ad9b6ac866 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@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 > .str_move {
  cursor: text;
}
#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;
  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;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  line-height: 32px;
}
#a3f79aea97a31ea > div {
        font-weight: bold;
        font-style: normal;
    font-size: 50px;text-align: right;font-family: inherit;color: rgba(238, 115, 46, 1);}#abe0da992aaf7c1 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 50px;text-align: right;font-family: inherit;color: rgba(238, 115, 46, 1);}#a7754a5475a0746 > div {
        font-weight: bold;
        font-style: normal;
    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(247, 247, 247, 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(247, 247, 247, 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(247, 247, 247, 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);}#a1faba35a3a8df1 , #a1faba35a3a8df1 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;
#a512aa0348ab1e3 .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a70d0a663aaf885 .search-wrap {
  width: 810px;
  max-width: 100%;
  margin: 40px auto 40px;
  position: relative;
}
#a70d0a663aaf885 .search .icon {
  width: 18px;
  fill: #fff;
  display: inline-block;
  margin-right: 6px;
}
#a70d0a663aaf885 h3 {
  font-size: 30px;
  line-height: 52px;
  color: #fff;
}
#a70d0a663aaf885 .subTitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  font-weight: 500;
}
#a70d0a663aaf885 .search {
  width: 100%;
  position: relative;
}
#a70d0a663aaf885 .tip {
  font-size: 14px;
  line-height: 1;
}
#a70d0a663aaf885 .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;
}
#a70d0a663aaf885 .search input::placeholder {
  color: #999;
}
#a70d0a663aaf885 .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;
}
#a70d0a663aaf885 .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%;
}
#a70d0a663aaf885 .partner-info .level {
  width: 170px;
  height: 32px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 20px;
}
#a70d0a663aaf885 .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;
#a3374acfe4aa9e6 .el-process-item {
  position: relative;
}
#a3374acfe4aa9e6 .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#a3374acfe4aa9e6 .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) {
  #a3374acfe4aa9e6 .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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 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;}#ad5c0a1b4ba586a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1d63aa54dafd35 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4b43a36f5aeea2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a42e9aef5ba23ce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5211aa963aa83b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a75dfac1eca2237 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa70dab436a0519 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a080cad7c3a086a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa62eabf48a15a0 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#ada0cab11aaf7aa > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa590a3755a800e > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a32fdace81a05da > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#abb45a0224a58ef > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0ffca6943a955b > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6c3ea2abaa9b31 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#af2c1af797a63ce > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a9f84a6c16aa9d1 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 0px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 7px;}#a9f84a6c16aa9d1 .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);}#aa748ab089a5a06 [data-item*=".title"], #aa748ab089a5a06 [data-item*=".title"] a {max-line: 1;font-size: 24px;text-align: center;line-height: 1.5;}#aa748ab089a5a06 [data-item*=".abstract"], #aa748ab089a5a06 [data-item*=".abstract"] a {show: true;max-line: 3;font-size: 16px;line-height: 1.6;text-align: left;max-words: 70;}#aa748ab089a5a06 [data-item*=".subTitle"], #aa748ab089a5a06 [data-item*=".subTitle"] a {show: false;}#aa748ab089a5a06 [data-item*=".category"], #aa748ab089a5a06 [data-item*=".category"] a {show: false;}#aa748ab089a5a06 [data-item="items"] .img {background-size: cover;}#a3bbfa1b0daa373 [data-item="items"] {left: 0px;top: -11px; position: relative;}#a3bbfa1b0daa373 [data-item="title"] {left: -3px;top: 7px; position: relative;}#a8232a0579a2c63 > .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);}#ac33da0e49a7961 > .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);}#a0f10aba0ca11a6 > .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);}#a9b71a3f50a1767 > .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);}#a2154ab538aa87a > .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;border-top-width: 0px;border-top-style: none;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aacdba90c0ac9a4 > .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);}#a3c5da8aa3a4348 [data-item="items[1].abstract"] {left: 0px;top: -1px; position: relative;}#a3c5da8aa3a4348 [data-item="items[2].abstract"] {left: 0px;top: -8px; position: relative;}#a3c5da8aa3a4348 [data-item="items"] {left: 0px;top: 68px; position: relative;}#a3c5da8aa3a4348 [data-item="abstract"] {left: -9px;top: 9px; position: relative;}#a3c5da8aa3a4348 [data-item="title"] {left: -5px;top: 7px; position: relative;}#a3f37a4904a1907 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 2px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 7px;}#a3f37a4904a1907 .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);}#a3374acfe4aa9e6 [data-item="items[0].abstract"] {left: 0px;top: 19px; position: relative;}#a3374acfe4aa9e6 [data-item="items[1].abstract"] {left: 0px;top: 19px; position: relative;}#a3374acfe4aa9e6 [data-item="items[2].abstract"] {left: 0px;top: 19px; position: relative;}#a3374acfe4aa9e6 [data-item="items[3].abstract"] {left: 0px;top: 17px; position: relative;}#a3374acfe4aa9e6 [data-item="items[0]"] {left: 0px;top: -36px; position: relative;}#a3374acfe4aa9e6 [data-item="items[1]"] {left: 0px;top: -36px; position: relative;}#a3374acfe4aa9e6 [data-item="items[2]"] {left: 0px;top: -36px; position: relative;}#a3374acfe4aa9e6 [data-item="items[3]"] {left: 0px;top: -36px; position: relative;}#a3374acfe4aa9e6 [data-item="abstract"] {left: 0px;top: 5px; position: relative;}#a3374acfe4aa9e6 [data-item="title"] {left: -1px;top: 10px; position: relative;}#a3374acfe4aa9e6 [data-item="items[0].title"] {left: 0px;top: 7px; position: relative;}#a3374acfe4aa9e6 [data-item="items[1].title"] {left: 0px;top: 7px; position: relative;}#a3374acfe4aa9e6 [data-item="items[2].title"] {left: 0px;top: 7px; position: relative;}#a3374acfe4aa9e6 [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: #ff6e40;
}
#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: #ff6e40;
}
#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: #ff6e40;
}
#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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 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;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#abc23a6936a7d50 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a21bdae6a1a0707 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a68acae432ad619 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a330da87ebae059 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3ff1a5ebfa43b0 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a40bda8908a093b > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a550fae15ba204f > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a803aa9804a7164 .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;}#a803aa9804a7164 .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);}#a624babd59a36fa [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#a624babd59a36fa [data-item*=".title"], #a624babd59a36fa [data-item*=".title"] a {max-line: 1;font-size: 24px;text-align: center;line-height: 1.5;}#a624babd59a36fa [data-item*=".abstract"], #a624babd59a36fa [data-item*=".abstract"] a {show: true;max-line: 3;font-size: 14px;line-height: 1.5;text-align: left;max-words: 70;}#a624babd59a36fa [data-item*=".subTitle"], #a624babd59a36fa [data-item*=".subTitle"] a {show: false;}#a624babd59a36fa [data-item*=".category"], #a624babd59a36fa [data-item*=".category"] a {show: false;}#a624babd59a36fa [data-item="items"] .img {background-size: cover;}#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 .name {
  flex-shrink: 0;
  margin-right: 12px;
}
#a49bfaff5babbfa .goods-sort .category-items {
  overflow: hidden;
  margin-bottom: 4px;
}
#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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af4e7a9398a5fde .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af4e7a9398a5fde .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af4e7a9398a5fde .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af4e7a9398a5fde .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#af4e7a9398a5fde .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#abe82ab30aab5ed .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4c2da2ef1ae73f .ap-thumbnav-large {
  overflow: visible;
}
#a4c2da2ef1ae73f .ap-thumbnav-large .ap-slidedot-wrap {
  margin-top: 5px;
}
#a4c2da2ef1ae73f .ap-thumbnav-large .uk-thumbnav {
  position: relative;
}
#a4c2da2ef1ae73f .ap-thumbnav-large .uk-thumbnav li {
  padding-left: 5px;
}
#a4c2da2ef1ae73f .ap-slidedot-image {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae4f3a3d26a3c49 .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;
#a9ec7a2114ac3c6 .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa31aa2553a9186 .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;
}
#aa31aa2553a9186 .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
#aa31aa2553a9186 .new-list .uk-cover-container {
  min-height: 80px;
}
#aa31aa2553a9186 .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#aa31aa2553a9186 .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#aa31aa2553a9186 .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%); */
}
#aa31aa2553a9186 .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;
}
#aa31aa2553a9186 .main-item:hover::after {
  opacity: 1;
}
#aa31aa2553a9186 .main-info {
  z-index: 100;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad74ba6c56a436e .search-wrap {
  width: 810px;
  max-width: 100%;
  margin: 40px auto 40px;
  position: relative;
}
#ad74ba6c56a436e .search .icon {
  width: 18px;
  fill: #fff;
  display: inline-block;
  margin-right: 6px;
}
#ad74ba6c56a436e h3 {
  font-size: 30px;
  line-height: 52px;
  color: #fff;
}
#ad74ba6c56a436e .subTitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  font-weight: 500;
}
#ad74ba6c56a436e .search {
  width: 100%;
  position: relative;
}
#ad74ba6c56a436e .tip {
  font-size: 14px;
  line-height: 1;
}
#ad74ba6c56a436e .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;
}
#ad74ba6c56a436e .search input::placeholder {
  color: #999;
}
#ad74ba6c56a436e .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;
}
#ad74ba6c56a436e .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%;
}
#ad74ba6c56a436e .partner-info .level {
  width: 170px;
  height: 32px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 20px;
}
#ad74ba6c56a436e .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;
#a37efa64dda9bd8 .el-process-item {
  position: relative;
}
#a37efa64dda9bd8 .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#a37efa64dda9bd8 .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) {
  #a37efa64dda9bd8 .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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 a:hover {color: rgba(238, 115, 46, 1);}#a7839a1969aa38e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7970a57a5a2150 .ele-wrap {color: #ffffff;border-width: 1px;border-style: solid;font-size: 18px;background-color: rgba(238, 115, 46, 1);border-radius: 3px;justify-content: center;font-family: NotoSansSC-Light;font-weight: 400;width: 150px;height: 43px;padding-right: 7px;}#a7970a57a5a2150 .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);}#ac92aacce1a59cc [data-item="items[0].button"] {font-size: 14px;justify-content: center;border-style: solid;color: #ffffff;border-color: rgba(238, 115, 46, 1);border-width: 1px;background-color: rgba(238, 115, 46, 1);border-radius: 2px;}#ac92aacce1a59cc [data-item="items[0].button"]:hover {color: #ffffff;border-color: rgba(238, 115, 46, 1);background-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;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-Light;
  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 {
  overflow: hidden;
}
#a07fca7bafa2ca9 .img-wrap {
  transition: all 0.3s ease-in;
}
#a07fca7bafa2ca9 .img-wrap:hover {
  transform: scale(1.2);
}
#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;font-family: NotoSansSC-Light;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;font-family: NotoSansSC-Light;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;font-family: NotoSansSC-Light;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;font-family: NotoSansSC-Light;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;font-family: NotoSansSC-Light;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;font-family: NotoSansSC-Light;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;font-family: NotoSansSC-Light;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;font-family: NotoSansSC-Light;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;
  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;
#ae188a712ca7eb3 {
  overflow: hidden;
}
#ae188a712ca7eb3 .img-wrap {
  transition: all 0.3s ease-in;
}
#ae188a712ca7eb3 .img-wrap:hover {
  transform: scale(1.2);
}
#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;
  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;
#a052ea946ca72e0 {
  overflow: hidden;
}
#a052ea946ca72e0 .img-wrap {
  transition: all 0.3s ease-in;
}
#a052ea946ca72e0 .img-wrap:hover {
  transform: scale(1.2);
}
#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;
  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;
#a3b5cafc2ba7764 {
  overflow: hidden;
}
#a3b5cafc2ba7764 .img-wrap {
  transition: all 0.3s ease-in;
}
#a3b5cafc2ba7764 .img-wrap:hover {
  transform: scale(1.2);
}
#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;
  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;
#aecd0a8152a1112 {
  overflow: hidden;
}
#aecd0a8152a1112 .img-wrap {
  transition: all 0.3s ease-in;
}
#aecd0a8152a1112 .img-wrap:hover {
  transform: scale(1.2);
}
#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;
  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;
#a701ea6309aee25 {
  overflow: hidden;
}
#a701ea6309aee25 .img-wrap {
  transition: all 0.3s ease-in;
}
#a701ea6309aee25 .img-wrap:hover {
  transform: scale(1.2);
}
#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;
  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;
#a959aa1d58a00d1 {
  overflow: hidden;
}
#a959aa1d58a00d1 .img-wrap {
  transition: all 0.3s ease-in;
}
#a959aa1d58a00d1 .img-wrap:hover {
  transform: scale(1.2);
}
#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-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad68da72e9a44c0 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ad68da72e9a44c0 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad68da72e9a44c0 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad68da72e9a44c0 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ad68da72e9a44c0 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav,
#ad68da72e9a44c0 > .tab-nav,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad68da72e9a44c0 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #f5f5f5;
  border-bottom-style: none;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav-horizontal,
#ad68da72e9a44c0 > .tab-nav-horizontal,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad68da72e9a44c0 > .tab-tabs > .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,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad68da72e9a44c0 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad68da72e9a44c0 > .tab-nav-horizontal.tagScroll,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad68da72e9a44c0 > .tab-tabs > .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,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad68da72e9a44c0 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav a,
#ad68da72e9a44c0 > .tab-nav a,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad68da72e9a44c0 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav li a,
#ad68da72e9a44c0 > .tab-nav li a,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad68da72e9a44c0 > .tab-tabs > .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;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  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,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad68da72e9a44c0 > .tab-tabs > .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,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad68da72e9a44c0 > .tab-tabs > .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,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad68da72e9a44c0 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Regular;
  color: #ee732e;
  border-bottom-width: 3px;
  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,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad68da72e9a44c0 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Medium;
  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 > .tab-tabs .layout-left {
  text-align: left;
}
#ad68da72e9a44c0 > .tab-tabs .layout-center {
  text-align: center;
}
#ad68da72e9a44c0 > .tab-tabs .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;
}
#ad68da72e9a44c0 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad68da72e9a44c0 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a39daa234fa0124 .a70a7a7e3ea3700 {
  overflow: hidden;
}
#a39daa234fa0124 .a70a7a7e3ea3700 , #a39daa234fa0124 .a70a7a7e3ea3700 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a39daa234fa0124 .a4d08a0a5daa6bf {
  overflow: hidden;
}
#a39daa234fa0124 .a4d08a0a5daa6bf .img-wrap {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  transition: all 0.3s ease-in;
}
#a39daa234fa0124 .a4d08a0a5daa6bf .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a39daa234fa0124 .ad7d6af6f5a4a5d {
  overflow: hidden;
}
#a39daa234fa0124 .ad7d6af6f5a4a5d , #a39daa234fa0124 .ad7d6af6f5a4a5d > * {
        font-weight: normal;
        font-style: normal;
    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;
#a39daa234fa0124 .uk-grid {
  margin-left: -37px;
}
#a39daa234fa0124 .uk-grid > * {
  padding-left: 37px;
}
#a39daa234fa0124 .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#a39daa234fa0124 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#a39daa234fa0124 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a39daa234fa0124 .uk-position-center-left-out {
    left: -30px;
  }
  #a39daa234fa0124 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa3f1a7af5a6462 .a0861a999ca6f9c {
  overflow: hidden;
}
#aa3f1a7af5a6462 .a0861a999ca6f9c , #aa3f1a7af5a6462 .a0861a999ca6f9c > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa3f1a7af5a6462 .ab42ba308ca7c3b .img-wrap {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa3f1a7af5a6462 .a03deaa9a0ad1eb {
  overflow: hidden;
}
#aa3f1a7af5a6462 .a03deaa9a0ad1eb , #aa3f1a7af5a6462 .a03deaa9a0ad1eb > * {
        font-weight: normal;
        font-style: normal;
    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;
#aa3f1a7af5a6462 .uk-grid {
  margin-left: -37px;
}
#aa3f1a7af5a6462 .uk-grid > * {
  padding-left: 37px;
}
#aa3f1a7af5a6462 .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#aa3f1a7af5a6462 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#aa3f1a7af5a6462 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa3f1a7af5a6462 .uk-position-center-left-out {
    left: -30px;
  }
  #aa3f1a7af5a6462 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad372a6a51a19a9 .aca15a47deaca13 {
  overflow: hidden;
}
#ad372a6a51a19a9 .aca15a47deaca13 , #ad372a6a51a19a9 .aca15a47deaca13 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad372a6a51a19a9 .a678da035ea0ae0 .img-wrap {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad372a6a51a19a9 .a5f10a0a82af848 {
  overflow: hidden;
}
#ad372a6a51a19a9 .a5f10a0a82af848 , #ad372a6a51a19a9 .a5f10a0a82af848 > * {
        font-weight: normal;
        font-style: normal;
    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;
#ad372a6a51a19a9 .uk-grid {
  margin-left: -37px;
}
#ad372a6a51a19a9 .uk-grid > * {
  padding-left: 37px;
}
#ad372a6a51a19a9 .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#ad372a6a51a19a9 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#ad372a6a51a19a9 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad372a6a51a19a9 .uk-position-center-left-out {
    left: -30px;
  }
  #ad372a6a51a19a9 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a60d1aa5b3a8451 .a0dbea171caba6d {
  overflow: hidden;
}
#a60d1aa5b3a8451 .a0dbea171caba6d , #a60d1aa5b3a8451 .a0dbea171caba6d > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a60d1aa5b3a8451 .a1323a8f39a2716 .img-wrap {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a60d1aa5b3a8451 .a8507ad443ab2cf {
  overflow: hidden;
}
#a60d1aa5b3a8451 .a8507ad443ab2cf , #a60d1aa5b3a8451 .a8507ad443ab2cf > * {
        font-weight: normal;
        font-style: normal;
    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;
#a60d1aa5b3a8451 .uk-grid {
  margin-left: -37px;
}
#a60d1aa5b3a8451 .uk-grid > * {
  padding-left: 37px;
}
#a60d1aa5b3a8451 .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#a60d1aa5b3a8451 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#a60d1aa5b3a8451 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a60d1aa5b3a8451 .uk-position-center-left-out {
    left: -30px;
  }
  #a60d1aa5b3a8451 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adb36aaf12ab0c8 .a113ca27a1a5334 {
  overflow: hidden;
}
#adb36aaf12ab0c8 .a113ca27a1a5334 , #adb36aaf12ab0c8 .a113ca27a1a5334 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adb36aaf12ab0c8 .a10f9a3590a975a .img-wrap {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#adb36aaf12ab0c8 .ae2b1aca00a722d {
  overflow: hidden;
}
#adb36aaf12ab0c8 .ae2b1aca00a722d , #adb36aaf12ab0c8 .ae2b1aca00a722d > * {
        font-weight: normal;
        font-style: normal;
    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;
#adb36aaf12ab0c8 .uk-grid {
  margin-left: -37px;
}
#adb36aaf12ab0c8 .uk-grid > * {
  padding-left: 37px;
}
#adb36aaf12ab0c8 .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#adb36aaf12ab0c8 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#adb36aaf12ab0c8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #adb36aaf12ab0c8 .uk-position-center-left-out {
    left: -30px;
  }
  #adb36aaf12ab0c8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a43d5a7053aff4b {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a43d5a7053aff4b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a43d5a7053aff4b > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a43d5a7053aff4b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a43d5a7053aff4b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a43d5a7053aff4b > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a43d5a7053aff4b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a43d5a7053aff4b > .tab-wrap > div > .tab-nav,
#a43d5a7053aff4b > .tab-nav,
#a43d5a7053aff4b > .tab-tabs > .tab-wrap > div > .tab-nav,
#a43d5a7053aff4b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-color: rgba(34, 34, 34, 0.04);
}
#a43d5a7053aff4b > .tab-wrap > div > .tab-nav-horizontal,
#a43d5a7053aff4b > .tab-nav-horizontal,
#a43d5a7053aff4b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a43d5a7053aff4b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a43d5a7053aff4b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a43d5a7053aff4b > .tab-nav-horizontal::-webkit-scrollbar,
#a43d5a7053aff4b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a43d5a7053aff4b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a43d5a7053aff4b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a43d5a7053aff4b > .tab-nav-horizontal.tagScroll,
#a43d5a7053aff4b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a43d5a7053aff4b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a43d5a7053aff4b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a43d5a7053aff4b > .tab-nav-horizontal.tagScroll li a,
#a43d5a7053aff4b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a43d5a7053aff4b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a43d5a7053aff4b > .tab-wrap > div > .tab-nav a,
#a43d5a7053aff4b > .tab-nav a,
#a43d5a7053aff4b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a43d5a7053aff4b > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a43d5a7053aff4b > .tab-wrap > div > .tab-nav li a,
#a43d5a7053aff4b > .tab-nav li a,
#a43d5a7053aff4b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a43d5a7053aff4b > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333333;
  margin-top: 0;
  margin-right: 50px;
  margin-bottom: 0;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  margin-left: 50px;
}
#a43d5a7053aff4b > .tab-wrap > div > .tab-nav li a svg,
#a43d5a7053aff4b > .tab-nav li a svg,
#a43d5a7053aff4b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a43d5a7053aff4b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a43d5a7053aff4b > .tab-wrap > div > .tab-nav li a .ap_icon,
#a43d5a7053aff4b > .tab-nav li a .ap_icon,
#a43d5a7053aff4b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a43d5a7053aff4b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a43d5a7053aff4b > .tab-wrap > div > .tab-nav li a:hover,
#a43d5a7053aff4b > .tab-nav li a:hover,
#a43d5a7053aff4b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a43d5a7053aff4b > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
  margin-left: 50px;
  margin-right: 50px;
}
#a43d5a7053aff4b > .tab-wrap > div > .tab-nav li.uk-active a,
#a43d5a7053aff4b > .tab-nav li.uk-active a,
#a43d5a7053aff4b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a43d5a7053aff4b > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: #ee732e;
  margin-right: 50px;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 50px;
}
#a43d5a7053aff4b .layout-left li,
#a43d5a7053aff4b .layout-center li,
#a43d5a7053aff4b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a43d5a7053aff4b .layout-left li a,
#a43d5a7053aff4b .layout-center li a,
#a43d5a7053aff4b .layout-right li a {
  height: 100%;
}
#a43d5a7053aff4b > .tab-tabs .layout-left {
  text-align: left;
}
#a43d5a7053aff4b > .tab-tabs .layout-center {
  text-align: center;
}
#a43d5a7053aff4b > .tab-tabs .layout-right {
  text-align: right;
}
#a43d5a7053aff4b .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a43d5a7053aff4b .tab-content-wrap {
  background-color: transparent;
  border-left-style: none;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a43d5a7053aff4b .tab-contents,
#a43d5a7053aff4b .tab-contents-wrap {
  pointer-events: none;
}
#a43d5a7053aff4b .tab-content,
#a43d5a7053aff4b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a43d5a7053aff4b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a43d5a7053aff4b .tab-wrap .tab-contents {
  height: 100%;
}
#a43d5a7053aff4b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a43d5a7053aff4b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a43d5a7053aff4b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a68ada46d4a9557 .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: 2px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 5px;}#a68ada46d4a9557 .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);}#ae654af077a1a60 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae6f1a5b38aad22 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#ae6f1a5b38aad22 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0);}#ab05daf640a4370 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aebebae513a7aff .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#aebebae513a7aff .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0);}#a8c82a3031adc03 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4d9ca670da9d2f .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#a4d9ca670da9d2f .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5b03a7c93afb53 .a0579a599da5774 {
  overflow: hidden;
}
#a5b03a7c93afb53 .a0579a599da5774 , #a5b03a7c93afb53 .a0579a599da5774 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5b03a7c93afb53 .ac032a59d9a778d {
  overflow: hidden;
}
#a5b03a7c93afb53 .ac032a59d9a778d .img-wrap {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  transition: all 0.3s ease-in;
}
#a5b03a7c93afb53 .ac032a59d9a778d .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5b03a7c93afb53 .a15dba8bc3a13ba {
  overflow: hidden;
}
#a5b03a7c93afb53 .a15dba8bc3a13ba , #a5b03a7c93afb53 .a15dba8bc3a13ba > * {
        font-weight: normal;
        font-style: normal;
    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;
#a5b03a7c93afb53 .af4a5a0e44a7532 {
  overflow: hidden;
}
#a5b03a7c93afb53 .af4a5a0e44a7532 , #a5b03a7c93afb53 .af4a5a0e44a7532 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5b03a7c93afb53 .uk-grid {
  margin-left: -20px;
}
#a5b03a7c93afb53 .uk-grid > * {
  padding-left: 20px;
}
#a5b03a7c93afb53 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a5b03a7c93afb53 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: none;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a5b03a7c93afb53 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5b03a7c93afb53 .uk-position-center-left-out {
    left: -30px;
  }
  #a5b03a7c93afb53 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af287a6a4aa5e09 .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: 2px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 5px;}#af287a6a4aa5e09 .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);}#aba7aa7e0aa5b00 [data-item="items"] {left: 0px;top: -11px; position: relative;}#aba7aa7e0aa5b00 [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;}#aa62eabf48a15a0 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#ada0cab11aaf7aa > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa590a3755a800e > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a32fdace81a05da > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#abb45a0224a58ef > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0ffca6943a955b > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6c3ea2abaa9b31 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#af2c1af797a63ce > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#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;
#a26fba57d7a76db > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(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;}#a8232a0579a2c63 > .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);}#ac33da0e49a7961 > .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);}#a0f10aba0ca11a6 > .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);}#a9b71a3f50a1767 > .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);}#a2154ab538aa87a > .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;border-top-width: 0px;border-top-style: none;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aacdba90c0ac9a4 > .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);}#a676ba0f36a0584 [data-item="items[1].abstract"] {left: 0px;top: -1px; position: relative;}#a676ba0f36a0584 [data-item="items[2].abstract"] {left: 0px;top: -8px; position: relative;}#a676ba0f36a0584 [data-item="items"] {left: 0px;top: 68px; position: relative;}#a676ba0f36a0584 [data-item="abstract"] {left: -9px;top: 9px; position: relative;}#a676ba0f36a0584 [data-item="title"] {left: -5px;top: 7px; position: relative;}#a98d4a7002a6a15 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 2px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 5px;}#a98d4a7002a6a15 .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);}#aa31aa2553a9186 [data-item*=".title"], #aa31aa2553a9186 [data-item*=".title"] a {max-line: 2;font-size: 16px;line-height: 1.5;}#aa31aa2553a9186 [data-item*=".abstract"], #aa31aa2553a9186 [data-item*=".abstract"] a {show: false;max-line: 0;}#aa31aa2553a9186 [data-item*=".subTitle"], #aa31aa2553a9186 [data-item*=".subTitle"] a {show: false;}#aa31aa2553a9186 [data-item*=".category"], #aa31aa2553a9186 [data-item*=".category"] a {show: false;}#aa31aa2553a9186 [data-item="items"] .img {background-size: contain;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa278a2515ab7c6 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa278a2515ab7c6 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a3f37a4904a1907 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 2px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 7px;}#a3f37a4904a1907 .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);}#a37efa64dda9bd8 [data-item="items[0].abstract"] {left: 0px;top: 19px; position: relative;}#a37efa64dda9bd8 [data-item="items[1].abstract"] {left: 0px;top: 19px; position: relative;}#a37efa64dda9bd8 [data-item="items[2].abstract"] {left: 0px;top: 19px; position: relative;}#a37efa64dda9bd8 [data-item="items[3].abstract"] {left: 0px;top: 17px; position: relative;}#a37efa64dda9bd8 [data-item="items[0]"] {left: 0px;top: -36px; position: relative;}#a37efa64dda9bd8 [data-item="items[1]"] {left: 0px;top: -36px; position: relative;}#a37efa64dda9bd8 [data-item="items[2]"] {left: 0px;top: -36px; position: relative;}#a37efa64dda9bd8 [data-item="items[3]"] {left: 0px;top: -36px; position: relative;}#a37efa64dda9bd8 [data-item="abstract"] {left: 0px;top: 5px; position: relative;}#a37efa64dda9bd8 [data-item="title"] {left: -1px;top: 10px; position: relative;}#a37efa64dda9bd8 [data-item="items[0].title"] {left: 0px;top: 7px; position: relative;}#a37efa64dda9bd8 [data-item="items[1].title"] {left: 0px;top: 7px; position: relative;}#a37efa64dda9bd8 [data-item="items[2].title"] {left: 0px;top: 7px; position: relative;}#a37efa64dda9bd8 [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;
#a6edaadc5fa1be8 .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a469dab7caa38e3 .search-wrap {
  width: 810px;
  max-width: 100%;
  margin: 40px auto 40px;
  position: relative;
}
#a469dab7caa38e3 .search .icon {
  width: 18px;
  fill: #fff;
  display: inline-block;
  margin-right: 6px;
}
#a469dab7caa38e3 h3 {
  font-size: 30px;
  line-height: 52px;
  color: #fff;
}
#a469dab7caa38e3 .subTitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  font-weight: 500;
}
#a469dab7caa38e3 .search {
  width: 100%;
  position: relative;
}
#a469dab7caa38e3 .tip {
  font-size: 14px;
  line-height: 1;
}
#a469dab7caa38e3 .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;
}
#a469dab7caa38e3 .search input::placeholder {
  color: #999;
}
#a469dab7caa38e3 .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;
}
#a469dab7caa38e3 .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%;
}
#a469dab7caa38e3 .partner-info .level {
  width: 170px;
  height: 32px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 20px;
}
#a469dab7caa38e3 .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;
#a9662ad84ca47f4 .el-process-item {
  position: relative;
}
#a9662ad84ca47f4 .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#a9662ad84ca47f4 .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) {
  #a9662ad84ca47f4 .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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 a:hover {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-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  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;
  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;max-words: 65;}#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;}#aa62eabf48a15a0 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#ada0cab11aaf7aa > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa590a3755a800e > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a32fdace81a05da > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#abb45a0224a58ef > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0ffca6943a955b > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6c3ea2abaa9b31 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#af2c1af797a63ce > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a13baa0023a046f [data-item="items"] {left: 0px;top: -11px; position: relative;}#a13baa0023a046f [data-item="title"] {left: -3px;top: 7px; position: relative;}#a8232a0579a2c63 > .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);}#ac33da0e49a7961 > .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);}#a0f10aba0ca11a6 > .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);}#a9b71a3f50a1767 > .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);}#a2154ab538aa87a > .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;border-top-width: 0px;border-top-style: none;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aacdba90c0ac9a4 > .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);}#aada6a6d53a1d9a [data-item="items[1].abstract"] {left: 0px;top: -1px; position: relative;}#aada6a6d53a1d9a [data-item="items[2].abstract"] {left: 0px;top: -8px; position: relative;}#aada6a6d53a1d9a [data-item="items"] {left: 0px;top: 68px; position: relative;}#aada6a6d53a1d9a [data-item="abstract"] {left: -9px;top: 9px; position: relative;}#aada6a6d53a1d9a [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;
#aa278a2515ab7c6 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa278a2515ab7c6 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a3f37a4904a1907 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 2px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 7px;}#a3f37a4904a1907 .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);}#a9662ad84ca47f4 [data-item="items[0].abstract"] {left: 0px;top: 19px; position: relative;}#a9662ad84ca47f4 [data-item="items[1].abstract"] {left: 0px;top: 19px; position: relative;}#a9662ad84ca47f4 [data-item="items[2].abstract"] {left: 0px;top: 19px; position: relative;}#a9662ad84ca47f4 [data-item="items[3].abstract"] {left: 0px;top: 17px; position: relative;}#a9662ad84ca47f4 [data-item="items[0]"] {left: 0px;top: -36px; position: relative;}#a9662ad84ca47f4 [data-item="items[1]"] {left: 0px;top: -36px; position: relative;}#a9662ad84ca47f4 [data-item="items[2]"] {left: 0px;top: -36px; position: relative;}#a9662ad84ca47f4 [data-item="items[3]"] {left: 0px;top: -36px; position: relative;}#a9662ad84ca47f4 [data-item="abstract"] {left: 0px;top: 5px; position: relative;}#a9662ad84ca47f4 [data-item="title"] {left: -1px;top: 10px; position: relative;}#a9662ad84ca47f4 [data-item="items[0].title"] {left: 0px;top: 7px; position: relative;}#a9662ad84ca47f4 [data-item="items[1].title"] {left: 0px;top: 7px; position: relative;}#a9662ad84ca47f4 [data-item="items[2].title"] {left: 0px;top: 7px; position: relative;}#a9662ad84ca47f4 [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;
#acf0caa614af162 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6404ac0d5ae300 .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a14d7a9a99a3f12 .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;
#a75bdaa10aa6556 .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;
#aa747a26b0a6f32 .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a990bacccca9b4a .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;
}
#a990bacccca9b4a .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
#a990bacccca9b4a .new-list .uk-cover-container {
  min-height: 80px;
}
#a990bacccca9b4a .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#a990bacccca9b4a .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#a990bacccca9b4a .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%); */
}
#a990bacccca9b4a .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;
}
#a990bacccca9b4a .main-item:hover::after {
  opacity: 1;
}
#a990bacccca9b4a .main-info {
  z-index: 100;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a08dba5ac1a84ea .search-wrap {
  width: 810px;
  max-width: 100%;
  margin: 40px auto 40px;
  position: relative;
}
#a08dba5ac1a84ea .search .icon {
  width: 18px;
  fill: #fff;
  display: inline-block;
  margin-right: 6px;
}
#a08dba5ac1a84ea h3 {
  font-size: 30px;
  line-height: 52px;
  color: #fff;
}
#a08dba5ac1a84ea .subTitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  font-weight: 500;
}
#a08dba5ac1a84ea .search {
  width: 100%;
  position: relative;
}
#a08dba5ac1a84ea .tip {
  font-size: 14px;
  line-height: 1;
}
#a08dba5ac1a84ea .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;
}
#a08dba5ac1a84ea .search input::placeholder {
  color: #999;
}
#a08dba5ac1a84ea .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;
}
#a08dba5ac1a84ea .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%;
}
#a08dba5ac1a84ea .partner-info .level {
  width: 170px;
  height: 32px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 20px;
}
#a08dba5ac1a84ea .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;
#a8fa5a5728a5148 .el-process-item {
  position: relative;
}
#a8fa5a5728a5148 .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#a8fa5a5728a5148 .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) {
  #a8fa5a5728a5148 .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;
#abd18a8844af1e5 .uk-card {
  background: rgba(102, 102, 102, 0.2);
}
#abd18a8844af1e5.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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 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;
#afefca7e2ea994a .uk-position-bottom,
#afefca7e2ea994a .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#afefca7e2ea994a .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#afefca7e2ea994a .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#afefca7e2ea994a .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8221aab8da8e49 .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;}#a8221aab8da8e49 .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);}#a7d71a01c8a14dc .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;}#a7d71a01c8a14dc .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);}#a011ca8553a1d0f .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;}#a011ca8553a1d0f .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);}#a05e6aad92a66fe .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;}#a05e6aad92a66fe .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);}#af0eaa4368a40ab .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;}#af0eaa4368a40ab .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);}#a4152a35d9ab12a .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;}#a4152a35d9ab12a .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);}#ad2e7a6824a0f7f .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;}#ad2e7a6824a0f7f .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);}#acaccacd6dad31a .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;}#acaccacd6dad31a .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;
#a92b5ab646a9d00 .uk-position-bottom,
#a92b5ab646a9d00 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a92b5ab646a9d00 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a92b5ab646a9d00 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a92b5ab646a9d00 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1989ae570aee74 .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;}#a1989ae570aee74 .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);}#acf38aaa37a6339 .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;}#acf38aaa37a6339 .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);}#a04f5aa001a4f4c .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;}#a04f5aa001a4f4c .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);}#a2bf1a695da0551 .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;}#a2bf1a695da0551 .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);}#a4158a36e8a0d7f .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;}#a4158a36e8a0d7f .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);}#a1b4da5098aa3f3 .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;}#a1b4da5098aa3f3 .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);}#a6a65a795fae8f9 .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;}#a6a65a795fae8f9 .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);}#aeb54a0529afdab .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;}#aeb54a0529afdab .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;
#ad398aa220aa4d3 .uk-position-bottom,
#ad398aa220aa4d3 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#ad398aa220aa4d3 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#ad398aa220aa4d3 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ad398aa220aa4d3 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a506ca2fa6a35de .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;}#a506ca2fa6a35de .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);}#aeb42a31faafea0 .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;}#aeb42a31faafea0 .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);}#ab1d1a6e44acb71 .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;}#ab1d1a6e44acb71 .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);}#aad0da6581a2e32 .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;}#aad0da6581a2e32 .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);}#abdf5a6845a37e5 .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;}#abdf5a6845a37e5 .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);}#aba9caa9f0a22f0 .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;}#aba9caa9f0a22f0 .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);}#a7684a5470adab6 .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;}#a7684a5470adab6 .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);}#ae3b1a3f14af200 .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;}#ae3b1a3f14af200 .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;
#aba21abbeca4c16 .uk-position-bottom,
#aba21abbeca4c16 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#aba21abbeca4c16 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#aba21abbeca4c16 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aba21abbeca4c16 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a48c4a971ca168d .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;}#a48c4a971ca168d .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);}#aca7da4510a55dc .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;}#aca7da4510a55dc .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);}#a04f7a1636a1652 .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;}#a04f7a1636a1652 .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);}#ae6f1a82e4a0460 .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;}#ae6f1a82e4a0460 .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);}#a3e53a1747af962 .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;}#a3e53a1747af962 .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);}#ab420a63d5aa104 .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;}#ab420a63d5aa104 .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);}#a2c52a00fcace52 .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;}#a2c52a00fcace52 .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);}#a0461a394aa8596 .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;}#a0461a394aa8596 .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;
#af454a09b4a798c .uk-position-bottom,
#af454a09b4a798c .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#af454a09b4a798c .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#af454a09b4a798c .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#af454a09b4a798c .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae41aaf2a8ae493 .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;}#ae41aaf2a8ae493 .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);}#a20cca4196ac9ec .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;}#a20cca4196ac9ec .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);}#a5886a07a8af9e3 .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;}#a5886a07a8af9e3 .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);}#a7a2ca1096ad8b5 .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;}#a7a2ca1096ad8b5 .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);}#aac61ac004a87ce .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;}#aac61ac004a87ce .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);}#a36f8aa336ae02d .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;}#a36f8aa336ae02d .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);}#ac140a7ee9a20ab .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;}#ac140a7ee9a20ab .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);}#afc5aa9a81a95ae .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;}#afc5aa9a81a95ae .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;
#a4b74ade95a76b8 .uk-position-bottom,
#a4b74ade95a76b8 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a4b74ade95a76b8 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a4b74ade95a76b8 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a4b74ade95a76b8 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a299fa20e0af8bf .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;}#a299fa20e0af8bf .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);}#a2b14ab3a4a6378 .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;}#a2b14ab3a4a6378 .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);}#a7439aa559a7b93 .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;}#a7439aa559a7b93 .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);}#a02caa5a97a942b .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;}#a02caa5a97a942b .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);}#a4a6ea4c45ab668 .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;}#a4a6ea4c45ab668 .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);}#a8d50a642ea2e40 .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;}#a8d50a642ea2e40 .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);}#ab011a1d5ea1801 .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;}#ab011a1d5ea1801 .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);}#a536cacdd5a12f5 .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;}#a536cacdd5a12f5 .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;
#afbd3a907eaad5a .uk-position-bottom,
#afbd3a907eaad5a .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#afbd3a907eaad5a .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#afbd3a907eaad5a .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#afbd3a907eaad5a .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a44fdae537afea7 .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;}#a44fdae537afea7 .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);}#a3b79a4725a9a4c .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;}#a3b79a4725a9a4c .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);}#a41a2af3ccaf48e .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;}#a41a2af3ccaf48e .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);}#a88d6aaf31a6fcc .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;}#a88d6aaf31a6fcc .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);}#a9b9da7a5fa290c .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;}#a9b9da7a5fa290c .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);}#a48dfaf0e7a7436 .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;}#a48dfaf0e7a7436 .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);}#ae5d7a9cbdaa35b .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;}#ae5d7a9cbdaa35b .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);}#ac6ada6c2eac39d .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;}#ac6ada6c2eac39d .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;
#a146ba4db9a5358 {
  overflow: hidden;
  pointer-events: none;
}
#a146ba4db9a5358 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a146ba4db9a5358 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a146ba4db9a5358 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a146ba4db9a5358 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a146ba4db9a5358 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a146ba4db9a5358 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a146ba4db9a5358 > .tab-wrap > div > .tab-nav,
#a146ba4db9a5358 > .tab-nav,
#a146ba4db9a5358 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a146ba4db9a5358 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #f5f5f5;
  border-bottom-style: solid;
}
#a146ba4db9a5358 > .tab-wrap > div > .tab-nav-horizontal,
#a146ba4db9a5358 > .tab-nav-horizontal,
#a146ba4db9a5358 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a146ba4db9a5358 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a146ba4db9a5358 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a146ba4db9a5358 > .tab-nav-horizontal::-webkit-scrollbar,
#a146ba4db9a5358 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a146ba4db9a5358 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a146ba4db9a5358 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a146ba4db9a5358 > .tab-nav-horizontal.tagScroll,
#a146ba4db9a5358 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a146ba4db9a5358 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a146ba4db9a5358 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a146ba4db9a5358 > .tab-nav-horizontal.tagScroll li a,
#a146ba4db9a5358 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a146ba4db9a5358 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a146ba4db9a5358 > .tab-wrap > div > .tab-nav a,
#a146ba4db9a5358 > .tab-nav a,
#a146ba4db9a5358 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a146ba4db9a5358 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a146ba4db9a5358 > .tab-wrap > div > .tab-nav li a,
#a146ba4db9a5358 > .tab-nav li a,
#a146ba4db9a5358 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a146ba4db9a5358 > .tab-tabs > .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;
  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;
}
#a146ba4db9a5358 > .tab-wrap > div > .tab-nav li a svg,
#a146ba4db9a5358 > .tab-nav li a svg,
#a146ba4db9a5358 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a146ba4db9a5358 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a146ba4db9a5358 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a146ba4db9a5358 > .tab-nav li a .ap_icon,
#a146ba4db9a5358 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a146ba4db9a5358 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a146ba4db9a5358 > .tab-wrap > div > .tab-nav li a:hover,
#a146ba4db9a5358 > .tab-nav li a:hover,
#a146ba4db9a5358 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a146ba4db9a5358 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 2px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
}
#a146ba4db9a5358 > .tab-wrap > div > .tab-nav li.uk-active a,
#a146ba4db9a5358 > .tab-nav li.uk-active a,
#a146ba4db9a5358 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a146ba4db9a5358 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
}
#a146ba4db9a5358 .layout-left li,
#a146ba4db9a5358 .layout-center li,
#a146ba4db9a5358 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a146ba4db9a5358 .layout-left li a,
#a146ba4db9a5358 .layout-center li a,
#a146ba4db9a5358 .layout-right li a {
  height: 100%;
}
#a146ba4db9a5358 > .tab-tabs .layout-left {
  text-align: left;
}
#a146ba4db9a5358 > .tab-tabs .layout-center {
  text-align: center;
}
#a146ba4db9a5358 > .tab-tabs .layout-right {
  text-align: right;
}
#a146ba4db9a5358 .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a146ba4db9a5358 .tab-content-wrap {
  background-color: #ffffff;
}
#a146ba4db9a5358 .tab-contents,
#a146ba4db9a5358 .tab-contents-wrap {
  pointer-events: none;
}
#a146ba4db9a5358 .tab-content,
#a146ba4db9a5358 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a146ba4db9a5358 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a146ba4db9a5358 .tab-wrap .tab-contents {
  height: 100%;
}
#a146ba4db9a5358 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a146ba4db9a5358 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a146ba4db9a5358 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a6d78a5a9ba8dd7 .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;}#a6d78a5a9ba8dd7 .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);}#afe61aa178aa60c [data-item*=".title"], #afe61aa178aa60c [data-item*=".title"] a {max-line: 1;line-height: 1;color: rgba(51, 51, 51, 1);text-align: center;}#afe61aa178aa60c [data-item*=".abstract"], #afe61aa178aa60c [data-item*=".abstract"] a {show: true;max-line: 3;color: rgba(102, 102, 102, 1);max-words: 65;}#afe61aa178aa60c [data-item*=".subTitle"], #afe61aa178aa60c [data-item*=".subTitle"] a {show: false;}#afe61aa178aa60c [data-item*=".category"], #afe61aa178aa60c [data-item*=".category"] a {show: true;}#afe61aa178aa60c [data-item="items"] .img {background-size: cover;}#afe61aa178aa60c [data-item="abstract"] {left: 154px;top: -12px; position: relative;}#afe61aa178aa60c [data-item="buttons[0]"] {left: 1px;top: 91px; position: relative;}#afe61aa178aa60c [data-item="items"] {left: 0px;top: 71px; position: relative;}#afe61aa178aa60c [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);}#afe61aa178aa60c [data-item="buttons[0]"]:hover {color: #ffffff;border-color: rgba(238, 115, 46, 1);background-color: rgba(238, 115, 46, 1);}#a2358adcc2aefe4 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#ac01ba30a3a7823 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0db6a7342aecaf > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8405a72d2aa530 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a958ca1091aa090 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab49ba0392a7b84 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3451a9e0fa41ee > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a5c07ae361a9697 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8639a126aaf352 .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;}#a8639a126aaf352 .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);}#a562aa8687a0e30 [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#a562aa8687a0e30 [data-item*=".title"], #a562aa8687a0e30 [data-item*=".title"] a {max-line: 1;font-size: 24px;text-align: center;line-height: 1.5;}#a562aa8687a0e30 [data-item*=".abstract"], #a562aa8687a0e30 [data-item*=".abstract"] a {show: true;max-line: 3;font-size: 14px;line-height: 1.5;text-align: left;max-words: 65;}#a562aa8687a0e30 [data-item*=".subTitle"], #a562aa8687a0e30 [data-item*=".subTitle"] a {show: false;}#a562aa8687a0e30 [data-item*=".category"], #a562aa8687a0e30 [data-item*=".category"] a {show: false;}#a562aa8687a0e30 [data-item="items"] .img {background-size: cover;}#ad0bcaad71a49f7 [data-item="items"] {left: 0px;top: -11px; position: relative;}#ad0bcaad71a49f7 [data-item="title"] {left: -3px;top: 7px; position: relative;}#a1ba0ae8bbaa10d [data-item="items"] {left: -3px;top: -19px; position: relative;}#a1ba0ae8bbaa10d [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);}#a4af8ad174a69b7 [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);}#ae7a2adcbfab57d [data-item="items[1].abstract"] {left: 0px;top: -1px; position: relative;}#ae7a2adcbfab57d [data-item="items[2].abstract"] {left: 0px;top: -8px; position: relative;}#ae7a2adcbfab57d [data-item="items"] {left: 0px;top: 68px; position: relative;}#ae7a2adcbfab57d [data-item="abstract"] {left: -9px;top: 9px; position: relative;}#ae7a2adcbfab57d [data-item="title"] {left: -5px;top: 7px; position: relative;}#a9e72aef46ac60e .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;}#a9e72aef46ac60e .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);}#a990bacccca9b4a [data-item*=".title"], #a990bacccca9b4a [data-item*=".title"] a {max-line: 2;font-size: 16px;line-height: 1.5;}#a990bacccca9b4a [data-item*=".abstract"], #a990bacccca9b4a [data-item*=".abstract"] a {show: false;}#a990bacccca9b4a [data-item*=".subTitle"], #a990bacccca9b4a [data-item*=".subTitle"] a {show: true;}#a990bacccca9b4a [data-item*=".category"], #a990bacccca9b4a [data-item*=".category"] a {show: false;}#a990bacccca9b4a [data-item="items"] .img {background-size: cover;}#a990bacccca9b4a [data-item="items"] {left: 1px;top: 68px; position: relative;}#a990bacccca9b4a [data-item="buttons[0]"] {left: 0px;top: 72px; position: relative;}#a990bacccca9b4a [data-item="title"] {left: 0px;top: 4px; position: relative;}#a990bacccca9b4a [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;}#a990bacccca9b4a [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;
#a3578aff08ae584 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a3578aff08ae584 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a8fa5a5728a5148 [data-item="items[0].abstract"] {left: 0px;top: 19px; position: relative;}#a8fa5a5728a5148 [data-item="items[1].abstract"] {left: 0px;top: 19px; position: relative;}#a8fa5a5728a5148 [data-item="items[2].abstract"] {left: 0px;top: 19px; position: relative;}#a8fa5a5728a5148 [data-item="items[3].abstract"] {left: 0px;top: 17px; position: relative;}#a8fa5a5728a5148 [data-item="items[0]"] {left: 0px;top: -36px; position: relative;}#a8fa5a5728a5148 [data-item="items[1]"] {left: 0px;top: -36px; position: relative;}#a8fa5a5728a5148 [data-item="items[2]"] {left: 0px;top: -36px; position: relative;}#a8fa5a5728a5148 [data-item="items[3]"] {left: 0px;top: -36px; position: relative;}#a8fa5a5728a5148 [data-item="abstract"] {left: 0px;top: 5px; position: relative;}#a8fa5a5728a5148 [data-item="title"] {left: -1px;top: 10px; position: relative;}#a8fa5a5728a5148 [data-item="items[0].title"] {left: 0px;top: 7px; position: relative;}#a8fa5a5728a5148 [data-item="items[1].title"] {left: 0px;top: 7px; position: relative;}#a8fa5a5728a5148 [data-item="items[2].title"] {left: 0px;top: 7px; position: relative;}#a8fa5a5728a5148 [data-item="items[3].title"] {left: 0px;top: 7px; position: relative;}#abd18a8844af1e5 [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#abd18a8844af1e5 [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;
#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;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4235ac22dafbca .ap-thumbnav-large {
  overflow: visible;
}
#a4235ac22dafbca .ap-thumbnav-large .ap-slidedot-wrap {
  margin-top: 5px;
}
#a4235ac22dafbca .ap-thumbnav-large .uk-thumbnav {
  position: relative;
}
#a4235ac22dafbca .ap-thumbnav-large .uk-thumbnav li {
  padding-left: 5px;
}
#a4235ac22dafbca .ap-slidedot-image {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@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;
#a46eaa55d1afbb8 .search-wrap {
  width: 810px;
  max-width: 100%;
  margin: 40px auto 40px;
  position: relative;
}
#a46eaa55d1afbb8 .search .icon {
  width: 18px;
  fill: #fff;
  display: inline-block;
  margin-right: 6px;
}
#a46eaa55d1afbb8 h3 {
  font-size: 30px;
  line-height: 52px;
  color: #fff;
}
#a46eaa55d1afbb8 .subTitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  font-weight: 500;
}
#a46eaa55d1afbb8 .search {
  width: 100%;
  position: relative;
}
#a46eaa55d1afbb8 .tip {
  font-size: 14px;
  line-height: 1;
}
#a46eaa55d1afbb8 .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;
}
#a46eaa55d1afbb8 .search input::placeholder {
  color: #999;
}
#a46eaa55d1afbb8 .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;
}
#a46eaa55d1afbb8 .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%;
}
#a46eaa55d1afbb8 .partner-info .level {
  width: 170px;
  height: 32px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 20px;
}
#a46eaa55d1afbb8 .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;
#aeaeda5bc8ad0a1 .el-process-item {
  position: relative;
}
#aeaeda5bc8ad0a1 .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#aeaeda5bc8ad0a1 .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) {
  #aeaeda5bc8ad0a1 .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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 a:hover {color: rgba(238, 115, 46, 1);}#a00c1af9c8a2770 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9380af350a3db7 .ele-wrap {color: #ffffff;border-width: 1px;border-style: solid;font-size: 18px;background-color: rgba(238, 115, 46, 1);border-radius: 3px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 7px;}#a9380af350a3db7 .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);}#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;
  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 {
  overflow: hidden;
}
#a07fca7bafa2ca9 .img-wrap {
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  transition: all 0.3s ease-in;
}
#a07fca7bafa2ca9 .img-wrap:hover {
  transform: scale(1.2);
}
#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;
  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;
#ae188a712ca7eb3 {
  overflow: hidden;
}
#ae188a712ca7eb3 .img-wrap {
  transition: all 0.3s ease-in;
}
#ae188a712ca7eb3 .img-wrap:hover {
  transform: scale(1.2);
}
#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;
  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;
#a052ea946ca72e0 {
  overflow: hidden;
}
#a052ea946ca72e0 .img-wrap {
  transition: all 0.3s ease-in;
}
#a052ea946ca72e0 .img-wrap:hover {
  transform: scale(1.2);
}
#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;
  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;
#a3b5cafc2ba7764 {
  overflow: hidden;
}
#a3b5cafc2ba7764 .img-wrap {
  transition: all 0.3s ease-in;
}
#a3b5cafc2ba7764 .img-wrap:hover {
  transform: scale(1.2);
}
#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;
  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;
#aecd0a8152a1112 {
  overflow: hidden;
}
#aecd0a8152a1112 .img-wrap {
  transition: all 0.3s ease-in;
}
#aecd0a8152a1112 .img-wrap:hover {
  transform: scale(1.2);
}
#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-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad68da72e9a44c0 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ad68da72e9a44c0 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad68da72e9a44c0 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad68da72e9a44c0 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ad68da72e9a44c0 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav,
#ad68da72e9a44c0 > .tab-nav,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad68da72e9a44c0 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #f5f5f5;
  border-bottom-style: none;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav-horizontal,
#ad68da72e9a44c0 > .tab-nav-horizontal,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad68da72e9a44c0 > .tab-tabs > .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,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad68da72e9a44c0 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad68da72e9a44c0 > .tab-nav-horizontal.tagScroll,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad68da72e9a44c0 > .tab-tabs > .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,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad68da72e9a44c0 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav a,
#ad68da72e9a44c0 > .tab-nav a,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad68da72e9a44c0 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav li a,
#ad68da72e9a44c0 > .tab-nav li a,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad68da72e9a44c0 > .tab-tabs > .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;
  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,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad68da72e9a44c0 > .tab-tabs > .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,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad68da72e9a44c0 > .tab-tabs > .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,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad68da72e9a44c0 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 3px;
  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,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad68da72e9a44c0 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  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 > .tab-tabs .layout-left {
  text-align: left;
}
#ad68da72e9a44c0 > .tab-tabs .layout-center {
  text-align: center;
}
#ad68da72e9a44c0 > .tab-tabs .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;
}
#ad68da72e9a44c0 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad68da72e9a44c0 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0e1daea1fab28d .a0dd0a37a0a8238 {
  overflow: hidden;
}
#a0e1daea1fab28d .a0dd0a37a0a8238 , #a0e1daea1fab28d .a0dd0a37a0a8238 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0e1daea1fab28d .ab866a1391a2c3a {
  overflow: hidden;
}
#a0e1daea1fab28d .ab866a1391a2c3a .img-wrap {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  transition: all 0.3s ease-in;
}
#a0e1daea1fab28d .ab866a1391a2c3a .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0e1daea1fab28d .a1376a0fa2a20d7 {
  overflow: hidden;
}
#a0e1daea1fab28d .a1376a0fa2a20d7 , #a0e1daea1fab28d .a1376a0fa2a20d7 > * {
        font-weight: normal;
        font-style: normal;
    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;
#a0e1daea1fab28d .uk-grid {
  margin-left: -37px;
}
#a0e1daea1fab28d .uk-grid > * {
  padding-left: 37px;
}
#a0e1daea1fab28d .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#a0e1daea1fab28d .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#a0e1daea1fab28d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0e1daea1fab28d .uk-position-center-left-out {
    left: -30px;
  }
  #a0e1daea1fab28d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a061aa1f7ba7015 .a21c2a6247a6f08 {
  overflow: hidden;
}
#a061aa1f7ba7015 .a21c2a6247a6f08 , #a061aa1f7ba7015 .a21c2a6247a6f08 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a061aa1f7ba7015 .a3b4fa1fb7af3b6 .img-wrap {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a061aa1f7ba7015 .aeec6a4fdaa1a6d {
  overflow: hidden;
}
#a061aa1f7ba7015 .aeec6a4fdaa1a6d , #a061aa1f7ba7015 .aeec6a4fdaa1a6d > * {
        font-weight: normal;
        font-style: normal;
    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;
#a061aa1f7ba7015 .uk-grid {
  margin-left: -37px;
}
#a061aa1f7ba7015 .uk-grid > * {
  padding-left: 37px;
}
#a061aa1f7ba7015 .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#a061aa1f7ba7015 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#a061aa1f7ba7015 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a061aa1f7ba7015 .uk-position-center-left-out {
    left: -30px;
  }
  #a061aa1f7ba7015 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa3f7abd99ab5bf .ae58fab231a35f3 {
  overflow: hidden;
}
#aa3f7abd99ab5bf .ae58fab231a35f3 , #aa3f7abd99ab5bf .ae58fab231a35f3 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa3f7abd99ab5bf .a92c7af3cda57f7 .img-wrap {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa3f7abd99ab5bf .a2c2fa5cdca18e0 {
  overflow: hidden;
}
#aa3f7abd99ab5bf .a2c2fa5cdca18e0 , #aa3f7abd99ab5bf .a2c2fa5cdca18e0 > * {
        font-weight: normal;
        font-style: normal;
    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;
#aa3f7abd99ab5bf .uk-grid {
  margin-left: -37px;
}
#aa3f7abd99ab5bf .uk-grid > * {
  padding-left: 37px;
}
#aa3f7abd99ab5bf .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#aa3f7abd99ab5bf .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#aa3f7abd99ab5bf .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa3f7abd99ab5bf .uk-position-center-left-out {
    left: -30px;
  }
  #aa3f7abd99ab5bf .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac3d6a5fd8ac548 .a84caa0635a50cc {
  overflow: hidden;
}
#ac3d6a5fd8ac548 .a84caa0635a50cc , #ac3d6a5fd8ac548 .a84caa0635a50cc > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac3d6a5fd8ac548 .ade26a2ffda6668 .img-wrap {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac3d6a5fd8ac548 .a1050ac796a32f9 {
  overflow: hidden;
}
#ac3d6a5fd8ac548 .a1050ac796a32f9 , #ac3d6a5fd8ac548 .a1050ac796a32f9 > * {
        font-weight: normal;
        font-style: normal;
    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;
#ac3d6a5fd8ac548 .uk-grid {
  margin-left: -37px;
}
#ac3d6a5fd8ac548 .uk-grid > * {
  padding-left: 37px;
}
#ac3d6a5fd8ac548 .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#ac3d6a5fd8ac548 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#ac3d6a5fd8ac548 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac3d6a5fd8ac548 .uk-position-center-left-out {
    left: -30px;
  }
  #ac3d6a5fd8ac548 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9f52ac107aeff1 .a75b5a872ca4744 {
  overflow: hidden;
}
#a9f52ac107aeff1 .a75b5a872ca4744 , #a9f52ac107aeff1 .a75b5a872ca4744 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9f52ac107aeff1 .a4d11a14d7ac503 .img-wrap {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9f52ac107aeff1 .a9d14abc3fa0067 {
  overflow: hidden;
}
#a9f52ac107aeff1 .a9d14abc3fa0067 , #a9f52ac107aeff1 .a9d14abc3fa0067 > * {
        font-weight: normal;
        font-style: normal;
    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;
#a9f52ac107aeff1 .uk-grid {
  margin-left: -37px;
}
#a9f52ac107aeff1 .uk-grid > * {
  padding-left: 37px;
}
#a9f52ac107aeff1 .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#a9f52ac107aeff1 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#a9f52ac107aeff1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9f52ac107aeff1 .uk-position-center-left-out {
    left: -30px;
  }
  #a9f52ac107aeff1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6bdea5607af2bd {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a6bdea5607af2bd > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a6bdea5607af2bd > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a6bdea5607af2bd > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6bdea5607af2bd > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a6bdea5607af2bd > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a6bdea5607af2bd > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6bdea5607af2bd > .tab-wrap > div > .tab-nav,
#a6bdea5607af2bd > .tab-nav,
#a6bdea5607af2bd > .tab-tabs > .tab-wrap > div > .tab-nav,
#a6bdea5607af2bd > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-color: rgba(34, 34, 34, 0.04);
}
#a6bdea5607af2bd > .tab-wrap > div > .tab-nav-horizontal,
#a6bdea5607af2bd > .tab-nav-horizontal,
#a6bdea5607af2bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a6bdea5607af2bd > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a6bdea5607af2bd > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6bdea5607af2bd > .tab-nav-horizontal::-webkit-scrollbar,
#a6bdea5607af2bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6bdea5607af2bd > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a6bdea5607af2bd > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6bdea5607af2bd > .tab-nav-horizontal.tagScroll,
#a6bdea5607af2bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6bdea5607af2bd > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a6bdea5607af2bd > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6bdea5607af2bd > .tab-nav-horizontal.tagScroll li a,
#a6bdea5607af2bd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6bdea5607af2bd > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a6bdea5607af2bd > .tab-wrap > div > .tab-nav a,
#a6bdea5607af2bd > .tab-nav a,
#a6bdea5607af2bd > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a6bdea5607af2bd > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a6bdea5607af2bd > .tab-wrap > div > .tab-nav li a,
#a6bdea5607af2bd > .tab-nav li a,
#a6bdea5607af2bd > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a6bdea5607af2bd > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333333;
  margin-top: 0;
  margin-right: 50px;
  margin-bottom: 0;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  margin-left: 50px;
}
#a6bdea5607af2bd > .tab-wrap > div > .tab-nav li a svg,
#a6bdea5607af2bd > .tab-nav li a svg,
#a6bdea5607af2bd > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a6bdea5607af2bd > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a6bdea5607af2bd > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6bdea5607af2bd > .tab-nav li a .ap_icon,
#a6bdea5607af2bd > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6bdea5607af2bd > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a6bdea5607af2bd > .tab-wrap > div > .tab-nav li a:hover,
#a6bdea5607af2bd > .tab-nav li a:hover,
#a6bdea5607af2bd > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a6bdea5607af2bd > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
  margin-left: 50px;
  margin-right: 50px;
}
#a6bdea5607af2bd > .tab-wrap > div > .tab-nav li.uk-active a,
#a6bdea5607af2bd > .tab-nav li.uk-active a,
#a6bdea5607af2bd > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a6bdea5607af2bd > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: #ee732e;
  margin-right: 50px;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 50px;
}
#a6bdea5607af2bd .layout-left li,
#a6bdea5607af2bd .layout-center li,
#a6bdea5607af2bd .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a6bdea5607af2bd .layout-left li a,
#a6bdea5607af2bd .layout-center li a,
#a6bdea5607af2bd .layout-right li a {
  height: 100%;
}
#a6bdea5607af2bd > .tab-tabs .layout-left {
  text-align: left;
}
#a6bdea5607af2bd > .tab-tabs .layout-center {
  text-align: center;
}
#a6bdea5607af2bd > .tab-tabs .layout-right {
  text-align: right;
}
#a6bdea5607af2bd .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a6bdea5607af2bd .tab-content-wrap {
  background-color: transparent;
  border-left-style: none;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a6bdea5607af2bd .tab-contents,
#a6bdea5607af2bd .tab-contents-wrap {
  pointer-events: none;
}
#a6bdea5607af2bd .tab-content,
#a6bdea5607af2bd .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a6bdea5607af2bd .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a6bdea5607af2bd .tab-wrap .tab-contents {
  height: 100%;
}
#a6bdea5607af2bd .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a6bdea5607af2bd .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a6bdea5607af2bd .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aaf77ac01cab1ed .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: 2px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 5px;}#aaf77ac01cab1ed .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);}#a15afa1ccda3978 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2d64a28f5a6297 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#a2d64a28f5a6297 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0);}#a8e39a1609ab953 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac995a2146a4799 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#ac995a2146a4799 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0);}#a7d8ca2526aa9d5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6380a02e8a3f62 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#a6380a02e8a3f62 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acd30abf43a413d .aa59ba678fa5555 {
  overflow: hidden;
}
#acd30abf43a413d .aa59ba678fa5555 , #acd30abf43a413d .aa59ba678fa5555 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acd30abf43a413d .a1530a047cab57e {
  overflow: hidden;
}
#acd30abf43a413d .a1530a047cab57e .img-wrap {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  transition: all 0.3s ease-in;
}
#acd30abf43a413d .a1530a047cab57e .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acd30abf43a413d .ac20da76e8a438b {
  overflow: hidden;
}
#acd30abf43a413d .ac20da76e8a438b , #acd30abf43a413d .ac20da76e8a438b > * {
        font-weight: normal;
        font-style: normal;
    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;
#acd30abf43a413d .a1fa7a8643a4584 {
  overflow: hidden;
}
#acd30abf43a413d .a1fa7a8643a4584 , #acd30abf43a413d .a1fa7a8643a4584 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acd30abf43a413d .uk-grid {
  margin-left: -20px;
}
#acd30abf43a413d .uk-grid > * {
  padding-left: 20px;
}
#acd30abf43a413d .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#acd30abf43a413d .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: none;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#acd30abf43a413d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acd30abf43a413d .uk-position-center-left-out {
    left: -30px;
  }
  #acd30abf43a413d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5084aee47a3d3f .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: 2px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 5px;}#a5084aee47a3d3f .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);}#af369a662ba767f > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#aefaaaf08cab40a > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2287a27d9abab8 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a4047abc85ad895 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a1fc0a3eeea480b > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a777ea28a2a4f9e > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#aef2ba55b0a5bb0 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7b95a8fa2a98b7 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8ee1a1ccea544d [data-item="items"] {left: 0px;top: -11px; position: relative;}#a8ee1a1ccea544d [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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9497af93fa21bf > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(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);}#a8232a0579a2c63 > .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);}#ac33da0e49a7961 > .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);}#a0f10aba0ca11a6 > .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);}#a9b71a3f50a1767 > .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);}#a2154ab538aa87a > .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;border-top-width: 0px;border-top-style: none;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aacdba90c0ac9a4 > .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);}#a9213a5675a7908 [data-item="items[1].abstract"] {left: 0px;top: -1px; position: relative;}#a9213a5675a7908 [data-item="items[2].abstract"] {left: 0px;top: -8px; position: relative;}#a9213a5675a7908 [data-item="items"] {left: 0px;top: 68px; position: relative;}#a9213a5675a7908 [data-item="abstract"] {left: -9px;top: 9px; position: relative;}#a9213a5675a7908 [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;
#aa278a2515ab7c6 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa278a2515ab7c6 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a3f37a4904a1907 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 2px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 7px;}#a3f37a4904a1907 .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);}#aeaeda5bc8ad0a1 [data-item="items[0].abstract"] {left: 0px;top: 19px; position: relative;}#aeaeda5bc8ad0a1 [data-item="items[1].abstract"] {left: 0px;top: 19px; position: relative;}#aeaeda5bc8ad0a1 [data-item="items[2].abstract"] {left: 0px;top: 19px; position: relative;}#aeaeda5bc8ad0a1 [data-item="items[3].abstract"] {left: 0px;top: 17px; position: relative;}#aeaeda5bc8ad0a1 [data-item="items[0]"] {left: 0px;top: -36px; position: relative;}#aeaeda5bc8ad0a1 [data-item="items[1]"] {left: 0px;top: -36px; position: relative;}#aeaeda5bc8ad0a1 [data-item="items[2]"] {left: 0px;top: -36px; position: relative;}#aeaeda5bc8ad0a1 [data-item="items[3]"] {left: 0px;top: -36px; position: relative;}#aeaeda5bc8ad0a1 [data-item="abstract"] {left: 0px;top: 5px; position: relative;}#aeaeda5bc8ad0a1 [data-item="title"] {left: -1px;top: 10px; position: relative;}#aeaeda5bc8ad0a1 [data-item="items[0].title"] {left: 0px;top: 7px; position: relative;}#aeaeda5bc8ad0a1 [data-item="items[1].title"] {left: 0px;top: 7px; position: relative;}#aeaeda5bc8ad0a1 [data-item="items[2].title"] {left: 0px;top: 7px; position: relative;}#aeaeda5bc8ad0a1 [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;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acb11a6b1aaab8b .ap-thumbnav-large {
  overflow: visible;
}
#acb11a6b1aaab8b .ap-thumbnav-large .ap-slidedot-wrap {
  margin-top: 5px;
}
#acb11a6b1aaab8b .ap-thumbnav-large .uk-thumbnav {
  position: relative;
}
#acb11a6b1aaab8b .ap-thumbnav-large .uk-thumbnav li {
  padding-left: 5px;
}
#acb11a6b1aaab8b .ap-slidedot-image {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@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;
#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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 a:hover {color: rgba(238, 115, 46, 1);}#a477ba8f61a84ba > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af72aa6a0bae81d .ele-wrap {color: #ffffff;border-width: 1px;border-style: solid;font-size: 18px;background-color: rgba(238, 115, 46, 1);border-radius: 3px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 7px;}#af72aa6a0bae81d .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;
#a9aa2a66ccab397 .uk-position-bottom,
#a9aa2a66ccab397 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  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;
#af049a2cdbaaf74 {
  overflow: hidden;
}
#af049a2cdbaaf74 .img-wrap {
  transition: all 0.3s ease-in;
}
#af049a2cdbaaf74 .img-wrap:hover {
  transform: scale(1.2);
}
#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;
  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;
#ac5c5a3772a1480 {
  overflow: hidden;
}
#ac5c5a3772a1480 .img-wrap {
  transition: all 0.3s ease-in;
}
#ac5c5a3772a1480 .img-wrap:hover {
  transform: scale(1.2);
}
#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;
  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;
#a5ec9a5242a6a24 {
  overflow: hidden;
}
#a5ec9a5242a6a24 .img-wrap {
  transition: all 0.3s ease-in;
}
#a5ec9a5242a6a24 .img-wrap:hover {
  transform: scale(1.2);
}
#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;
  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;
#a5cc3a1054a0f37 {
  overflow: hidden;
}
#a5cc3a1054a0f37 .img-wrap {
  transition: all 0.3s ease-in;
}
#a5cc3a1054a0f37 .img-wrap:hover {
  transform: scale(1.2);
}
#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;
  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;
#a3649a4f77aa864 {
  overflow: hidden;
}
#a3649a4f77aa864 .img-wrap {
  transition: all 0.3s ease-in;
}
#a3649a4f77aa864 .img-wrap:hover {
  transform: scale(1.2);
}
#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-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#afff1a9d1aaa308 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#afff1a9d1aaa308 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afff1a9d1aaa308 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#afff1a9d1aaa308 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#afff1a9d1aaa308 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afff1a9d1aaa308 > .tab-wrap > div > .tab-nav,
#afff1a9d1aaa308 > .tab-nav,
#afff1a9d1aaa308 > .tab-tabs > .tab-wrap > div > .tab-nav,
#afff1a9d1aaa308 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #f5f5f5;
  border-bottom-style: none;
}
#afff1a9d1aaa308 > .tab-wrap > div > .tab-nav-horizontal,
#afff1a9d1aaa308 > .tab-nav-horizontal,
#afff1a9d1aaa308 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#afff1a9d1aaa308 > .tab-tabs > .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,
#afff1a9d1aaa308 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afff1a9d1aaa308 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#afff1a9d1aaa308 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afff1a9d1aaa308 > .tab-nav-horizontal.tagScroll,
#afff1a9d1aaa308 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afff1a9d1aaa308 > .tab-tabs > .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,
#afff1a9d1aaa308 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afff1a9d1aaa308 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#afff1a9d1aaa308 > .tab-wrap > div > .tab-nav a,
#afff1a9d1aaa308 > .tab-nav a,
#afff1a9d1aaa308 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#afff1a9d1aaa308 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#afff1a9d1aaa308 > .tab-wrap > div > .tab-nav li a,
#afff1a9d1aaa308 > .tab-nav li a,
#afff1a9d1aaa308 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#afff1a9d1aaa308 > .tab-tabs > .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;
  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,
#afff1a9d1aaa308 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#afff1a9d1aaa308 > .tab-tabs > .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,
#afff1a9d1aaa308 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#afff1a9d1aaa308 > .tab-tabs > .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,
#afff1a9d1aaa308 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#afff1a9d1aaa308 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  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,
#afff1a9d1aaa308 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#afff1a9d1aaa308 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  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 > .tab-tabs .layout-left {
  text-align: left;
}
#afff1a9d1aaa308 > .tab-tabs .layout-center {
  text-align: center;
}
#afff1a9d1aaa308 > .tab-tabs .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;
}
#afff1a9d1aaa308 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#afff1a9d1aaa308 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a21f4a7c92a457b .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: 2px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 5px;}#a21f4a7c92a457b .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ca2af098a3db0 .aa2c2aa185af53a {
  overflow: hidden;
}
#a1ca2af098a3db0 .aa2c2aa185af53a , #a1ca2af098a3db0 .aa2c2aa185af53a > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ca2af098a3db0 .aad36af3caa6170 {
  overflow: hidden;
}
#a1ca2af098a3db0 .aad36af3caa6170 .img-wrap {
  transition: all 0.3s ease-in;
}
#a1ca2af098a3db0 .aad36af3caa6170 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ca2af098a3db0 .a25a4abb22afbdf {
  overflow: hidden;
}
#a1ca2af098a3db0 .a25a4abb22afbdf , #a1ca2af098a3db0 .a25a4abb22afbdf > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ca2af098a3db0 .uk-grid {
  margin-left: -37px;
}
#a1ca2af098a3db0 .uk-grid > * {
  padding-left: 37px;
}
#a1ca2af098a3db0 .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#a1ca2af098a3db0 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#a1ca2af098a3db0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1ca2af098a3db0 .uk-position-center-left-out {
    left: -30px;
  }
  #a1ca2af098a3db0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa2a9a8e13a4301 .ac581adb28a8f34 {
  overflow: hidden;
}
#aa2a9a8e13a4301 .ac581adb28a8f34 , #aa2a9a8e13a4301 .ac581adb28a8f34 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa2a9a8e13a4301 .adccfa0647a398f {
  overflow: hidden;
}
#aa2a9a8e13a4301 .adccfa0647a398f .img-wrap {
  transition: all 0.3s ease-in;
}
#aa2a9a8e13a4301 .adccfa0647a398f .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa2a9a8e13a4301 .ad1dfac384ac65f {
  overflow: hidden;
}
#aa2a9a8e13a4301 .ad1dfac384ac65f , #aa2a9a8e13a4301 .ad1dfac384ac65f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa2a9a8e13a4301 .uk-grid {
  margin-left: -37px;
}
#aa2a9a8e13a4301 .uk-grid > * {
  padding-left: 37px;
}
#aa2a9a8e13a4301 .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#aa2a9a8e13a4301 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#aa2a9a8e13a4301 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa2a9a8e13a4301 .uk-position-center-left-out {
    left: -30px;
  }
  #aa2a9a8e13a4301 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a308baa014a5194 .a8faba35ffa6d21 {
  overflow: hidden;
}
#a308baa014a5194 .a8faba35ffa6d21 , #a308baa014a5194 .a8faba35ffa6d21 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a308baa014a5194 .a03fca3272a3a67 {
  overflow: hidden;
}
#a308baa014a5194 .a03fca3272a3a67 .img-wrap {
  transition: all 0.3s ease-in;
}
#a308baa014a5194 .a03fca3272a3a67 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a308baa014a5194 .a247aa90f1a9920 {
  overflow: hidden;
}
#a308baa014a5194 .a247aa90f1a9920 , #a308baa014a5194 .a247aa90f1a9920 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a308baa014a5194 .uk-grid {
  margin-left: -37px;
}
#a308baa014a5194 .uk-grid > * {
  padding-left: 37px;
}
#a308baa014a5194 .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#a308baa014a5194 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#a308baa014a5194 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a308baa014a5194 .uk-position-center-left-out {
    left: -30px;
  }
  #a308baa014a5194 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9315a5a67a48df .ac8b0a04b9ad2c1 {
  overflow: hidden;
}
#a9315a5a67a48df .ac8b0a04b9ad2c1 , #a9315a5a67a48df .ac8b0a04b9ad2c1 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9315a5a67a48df .af82ba028ba4bf6 {
  overflow: hidden;
}
#a9315a5a67a48df .af82ba028ba4bf6 .img-wrap {
  transition: all 0.3s ease-in;
}
#a9315a5a67a48df .af82ba028ba4bf6 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9315a5a67a48df .afe72af8ccad99e {
  overflow: hidden;
}
#a9315a5a67a48df .afe72af8ccad99e , #a9315a5a67a48df .afe72af8ccad99e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a9315a5a67a48df .uk-grid {
  margin-left: -37px;
}
#a9315a5a67a48df .uk-grid > * {
  padding-left: 37px;
}
#a9315a5a67a48df .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#a9315a5a67a48df .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#a9315a5a67a48df .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9315a5a67a48df .uk-position-center-left-out {
    left: -30px;
  }
  #a9315a5a67a48df .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0919a6634ae2e6 .a4a56a446da7076 {
  overflow: hidden;
}
#a0919a6634ae2e6 .a4a56a446da7076 , #a0919a6634ae2e6 .a4a56a446da7076 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0919a6634ae2e6 .ae733a494ba8241 {
  overflow: hidden;
}
#a0919a6634ae2e6 .ae733a494ba8241 .img-wrap {
  transition: all 0.3s ease-in;
}
#a0919a6634ae2e6 .ae733a494ba8241 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0919a6634ae2e6 .a167aa4eb0aa2f8 {
  overflow: hidden;
}
#a0919a6634ae2e6 .a167aa4eb0aa2f8 , #a0919a6634ae2e6 .a167aa4eb0aa2f8 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a0919a6634ae2e6 .uk-grid {
  margin-left: -37px;
}
#a0919a6634ae2e6 .uk-grid > * {
  padding-left: 37px;
}
#a0919a6634ae2e6 .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#a0919a6634ae2e6 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#a0919a6634ae2e6 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0919a6634ae2e6 .uk-position-center-left-out {
    left: -30px;
  }
  #a0919a6634ae2e6 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad706acc60adeff {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#ad706acc60adeff > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad706acc60adeff > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ad706acc60adeff > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad706acc60adeff > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad706acc60adeff > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ad706acc60adeff > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad706acc60adeff > .tab-wrap > div > .tab-nav,
#ad706acc60adeff > .tab-nav,
#ad706acc60adeff > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad706acc60adeff > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-color: rgba(34, 34, 34, 0.04);
}
#ad706acc60adeff > .tab-wrap > div > .tab-nav-horizontal,
#ad706acc60adeff > .tab-nav-horizontal,
#ad706acc60adeff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad706acc60adeff > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad706acc60adeff > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad706acc60adeff > .tab-nav-horizontal::-webkit-scrollbar,
#ad706acc60adeff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad706acc60adeff > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad706acc60adeff > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad706acc60adeff > .tab-nav-horizontal.tagScroll,
#ad706acc60adeff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad706acc60adeff > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ad706acc60adeff > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad706acc60adeff > .tab-nav-horizontal.tagScroll li a,
#ad706acc60adeff > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad706acc60adeff > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad706acc60adeff > .tab-wrap > div > .tab-nav a,
#ad706acc60adeff > .tab-nav a,
#ad706acc60adeff > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad706acc60adeff > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad706acc60adeff > .tab-wrap > div > .tab-nav li a,
#ad706acc60adeff > .tab-nav li a,
#ad706acc60adeff > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad706acc60adeff > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333333;
  margin-top: 0;
  margin-right: 50px;
  margin-bottom: 0;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  margin-left: 50px;
}
#ad706acc60adeff > .tab-wrap > div > .tab-nav li a svg,
#ad706acc60adeff > .tab-nav li a svg,
#ad706acc60adeff > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad706acc60adeff > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad706acc60adeff > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad706acc60adeff > .tab-nav li a .ap_icon,
#ad706acc60adeff > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad706acc60adeff > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad706acc60adeff > .tab-wrap > div > .tab-nav li a:hover,
#ad706acc60adeff > .tab-nav li a:hover,
#ad706acc60adeff > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad706acc60adeff > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
  margin-left: 50px;
  margin-right: 50px;
}
#ad706acc60adeff > .tab-wrap > div > .tab-nav li.uk-active a,
#ad706acc60adeff > .tab-nav li.uk-active a,
#ad706acc60adeff > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad706acc60adeff > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: #ee732e;
  margin-right: 50px;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 50px;
}
#ad706acc60adeff .layout-left li,
#ad706acc60adeff .layout-center li,
#ad706acc60adeff .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad706acc60adeff .layout-left li a,
#ad706acc60adeff .layout-center li a,
#ad706acc60adeff .layout-right li a {
  height: 100%;
}
#ad706acc60adeff > .tab-tabs .layout-left {
  text-align: left;
}
#ad706acc60adeff > .tab-tabs .layout-center {
  text-align: center;
}
#ad706acc60adeff > .tab-tabs .layout-right {
  text-align: right;
}
#ad706acc60adeff .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ad706acc60adeff .tab-content-wrap {
  background-color: transparent;
  border-left-style: none;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ad706acc60adeff .tab-contents,
#ad706acc60adeff .tab-contents-wrap {
  pointer-events: none;
}
#ad706acc60adeff .tab-content,
#ad706acc60adeff .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad706acc60adeff .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad706acc60adeff .tab-wrap .tab-contents {
  height: 100%;
}
#ad706acc60adeff .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad706acc60adeff .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad706acc60adeff .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa762a622cac9c6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a594da5763a601c .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#a594da5763a601c .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0);}#aff8daaf9fab53f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a19e5a9a0aa2517 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#a19e5a9a0aa2517 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0);}#abf50a1b01a3bf8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae160a9357a6754 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#ae160a9357a6754 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa159a3a42a770b .af238a8eabaf2ee {
  overflow: hidden;
}
#aa159a3a42a770b .af238a8eabaf2ee , #aa159a3a42a770b .af238a8eabaf2ee > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa159a3a42a770b .ab4e6a7258a1c2f {
  overflow: hidden;
}
#aa159a3a42a770b .ab4e6a7258a1c2f .img-wrap {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  transition: all 0.3s ease-in;
}
#aa159a3a42a770b .ab4e6a7258a1c2f .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa159a3a42a770b .a8346a0642ae581 {
  overflow: hidden;
}
#aa159a3a42a770b .a8346a0642ae581 , #aa159a3a42a770b .a8346a0642ae581 > * {
        font-weight: normal;
        font-style: normal;
    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;
#aa159a3a42a770b .af9eca2bb4a84d7 {
  overflow: hidden;
}
#aa159a3a42a770b .af9eca2bb4a84d7 , #aa159a3a42a770b .af9eca2bb4a84d7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa159a3a42a770b .uk-grid {
  margin-left: -20px;
}
#aa159a3a42a770b .uk-grid > * {
  padding-left: 20px;
}
#aa159a3a42a770b .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#aa159a3a42a770b .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: none;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#aa159a3a42a770b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa159a3a42a770b .uk-position-center-left-out {
    left: -30px;
  }
  #aa159a3a42a770b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaca2a108ea2f13 .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: 2px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 5px;}#aaca2a108ea2f13 .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);}#aa670afb2ea5160 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#adcd9a1b2ca0f3e > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a3102aed5ba5b04 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#aeddeabedda9373 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#ad59da1e48af413 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa1f6a0809a2b06 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a22f5ae991a5a64 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#ab8eca994aa4b0c > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae0e2a3a6ba8f71 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(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;}#a2bcea82aaa1c31 > .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);}#aa311a2e23a3d36 > .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);}#afc94a9d09aac2d > .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);}#af4bda169fa7221 > .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);}#aecaeaed45a765d > .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);}#a41a5a4e18a4ff7 > .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;}@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;
#ac970a5f33a6369 .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;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aed68a49d6ab844 .ap-thumbnav-large {
  overflow: visible;
}
#aed68a49d6ab844 .ap-thumbnav-large .ap-slidedot-wrap {
  margin-top: 5px;
}
#aed68a49d6ab844 .ap-thumbnav-large .uk-thumbnav {
  position: relative;
}
#aed68a49d6ab844 .ap-thumbnav-large .uk-thumbnav li {
  padding-left: 5px;
}
#aed68a49d6ab844 .ap-slidedot-image {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a917ba01bea8f6f .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afc0baf6aba3f4a .search-wrap {
  width: 810px;
  max-width: 100%;
  margin: 40px auto 40px;
  position: relative;
}
#afc0baf6aba3f4a .search .icon {
  width: 18px;
  fill: #fff;
  display: inline-block;
  margin-right: 6px;
}
#afc0baf6aba3f4a h3 {
  font-size: 30px;
  line-height: 52px;
  color: #fff;
}
#afc0baf6aba3f4a .subTitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  font-weight: 500;
}
#afc0baf6aba3f4a .search {
  width: 100%;
  position: relative;
}
#afc0baf6aba3f4a .tip {
  font-size: 14px;
  line-height: 1;
}
#afc0baf6aba3f4a .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;
}
#afc0baf6aba3f4a .search input::placeholder {
  color: #999;
}
#afc0baf6aba3f4a .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;
}
#afc0baf6aba3f4a .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%;
}
#afc0baf6aba3f4a .partner-info .level {
  width: 170px;
  height: 32px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 20px;
}
#afc0baf6aba3f4a .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;
#aed46a3dd7a1c2c .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;
}
#aed46a3dd7a1c2c .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
#aed46a3dd7a1c2c .new-list .uk-cover-container {
  min-height: 80px;
}
#aed46a3dd7a1c2c .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#aed46a3dd7a1c2c .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#aed46a3dd7a1c2c .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%); */
}
#aed46a3dd7a1c2c .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;
}
#aed46a3dd7a1c2c .main-item:hover::after {
  opacity: 1;
}
#aed46a3dd7a1c2c .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;
#ad298a83a3ad02e .el-process-item {
  position: relative;
}
#ad298a83a3ad02e .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#ad298a83a3ad02e .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) {
  #ad298a83a3ad02e .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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 a:hover {color: rgba(238, 115, 46, 1);}#ae570a6196a78b2 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afaeaa4b71aa958 .ele-wrap {color: #ffffff;border-width: 1px;border-style: solid;font-size: 18px;background-color: rgba(238, 115, 46, 1);border-radius: 3px;justify-content: center;font-family: NotoSansSC-DemiLight;font-weight: 400;width: 150px;height: 43px;padding-right: 7px;}#afaeaa4b71aa958 .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;
#afa14a52eaa2413 .uk-position-bottom,
#afa14a52eaa2413 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  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;
#af7bea3995ac094 {
  overflow: hidden;
}
#af7bea3995ac094 .img-wrap {
  transition: all 0.3s ease-in;
}
#af7bea3995ac094 .img-wrap:hover {
  transform: scale(1.2);
}
#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;font-family: NotoSansSC-DemiLight;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;font-family: NotoSansSC-DemiLight;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;font-family: NotoSansSC-DemiLight;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;font-family: NotoSansSC-DemiLight;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;font-family: NotoSansSC-DemiLight;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;font-family: NotoSansSC-DemiLight;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;font-family: NotoSansSC-DemiLight;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;font-family: NotoSansSC-DemiLight;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;
  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;
#a4c69af325a8e8f {
  overflow: hidden;
}
#a4c69af325a8e8f .img-wrap {
  transition: all 0.3s ease-in;
}
#a4c69af325a8e8f .img-wrap:hover {
  transform: scale(1.2);
}
#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;
  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;
#a894da3752ad0df {
  overflow: hidden;
}
#a894da3752ad0df .img-wrap {
  transition: all 0.3s ease-in;
}
#a894da3752ad0df .img-wrap:hover {
  transform: scale(1.2);
}
#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;
  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;
#a6081a0b30a085f {
  overflow: hidden;
}
#a6081a0b30a085f .img-wrap {
  transition: all 0.3s ease-in;
}
#a6081a0b30a085f .img-wrap:hover {
  transform: scale(1.2);
}
#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;
  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;
#a5c6dafa45ad250 {
  overflow: hidden;
}
#a5c6dafa45ad250 .img-wrap {
  transition: all 0.3s ease-in;
}
#a5c6dafa45ad250 .img-wrap:hover {
  transform: scale(1.2);
}
#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;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a9cadaeaf8a1c87 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9cadaeaf8a1c87 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a9cadaeaf8a1c87 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9cadaeaf8a1c87 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9cadaeaf8a1c87 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a9cadaeaf8a1c87 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9cadaeaf8a1c87 > .tab-wrap > div > .tab-nav,
#a9cadaeaf8a1c87 > .tab-nav,
#a9cadaeaf8a1c87 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9cadaeaf8a1c87 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
  border-bottom-color: #f7f7f7;
}
#a9cadaeaf8a1c87 > .tab-wrap > div > .tab-nav-horizontal,
#a9cadaeaf8a1c87 > .tab-nav-horizontal,
#a9cadaeaf8a1c87 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9cadaeaf8a1c87 > .tab-tabs > .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,
#a9cadaeaf8a1c87 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9cadaeaf8a1c87 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9cadaeaf8a1c87 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9cadaeaf8a1c87 > .tab-nav-horizontal.tagScroll,
#a9cadaeaf8a1c87 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9cadaeaf8a1c87 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a9cadaeaf8a1c87 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9cadaeaf8a1c87 > .tab-nav-horizontal.tagScroll li a,
#a9cadaeaf8a1c87 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9cadaeaf8a1c87 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9cadaeaf8a1c87 > .tab-wrap > div > .tab-nav a,
#a9cadaeaf8a1c87 > .tab-nav a,
#a9cadaeaf8a1c87 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9cadaeaf8a1c87 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9cadaeaf8a1c87 > .tab-wrap > div > .tab-nav li a,
#a9cadaeaf8a1c87 > .tab-nav li a,
#a9cadaeaf8a1c87 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9cadaeaf8a1c87 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #333333;
  border-right-style: solid;
  margin-right: 50px;
  margin-left: 50px;
  border-bottom-style: none;
  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;
}
#a9cadaeaf8a1c87 > .tab-wrap > div > .tab-nav li a svg,
#a9cadaeaf8a1c87 > .tab-nav li a svg,
#a9cadaeaf8a1c87 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9cadaeaf8a1c87 > .tab-tabs > .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,
#a9cadaeaf8a1c87 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9cadaeaf8a1c87 > .tab-tabs > .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,
#a9cadaeaf8a1c87 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9cadaeaf8a1c87 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-DemiLight;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
  margin-left: 50px;
  margin-right: 50px;
}
#a9cadaeaf8a1c87 > .tab-wrap > div > .tab-nav li.uk-active a,
#a9cadaeaf8a1c87 > .tab-nav li.uk-active a,
#a9cadaeaf8a1c87 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9cadaeaf8a1c87 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: NotoSansSC-Regular;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
  margin-left: 50px;
  margin-right: 50px;
}
#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 > .tab-tabs .layout-left {
  text-align: left;
}
#a9cadaeaf8a1c87 > .tab-tabs .layout-center {
  text-align: center;
}
#a9cadaeaf8a1c87 > .tab-tabs .layout-right {
  text-align: right;
}
#a9cadaeaf8a1c87 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a9cadaeaf8a1c87 .tab-content-wrap {
  background-color: transparent;
}
#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;
}
#a9cadaeaf8a1c87 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9cadaeaf8a1c87 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aee54ae247a95ae .afd03ad4e0a7391 {
  overflow: hidden;
}
#aee54ae247a95ae .afd03ad4e0a7391 , #aee54ae247a95ae .afd03ad4e0a7391 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: NotoSansSC-Medium;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aee54ae247a95ae .a1496a0387ac340 {
  overflow: hidden;
}
#aee54ae247a95ae .a1496a0387ac340 .img-wrap {
  transition: all 0.3s ease-in;
}
#aee54ae247a95ae .a1496a0387ac340 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aee54ae247a95ae .ae26aa02b8ade8b {
  overflow: hidden;
}
#aee54ae247a95ae .ae26aa02b8ade8b , #aee54ae247a95ae .ae26aa02b8ade8b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: NotoSansSC-DemiLight;color: rgba(102, 102, 102, 1);line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aee54ae247a95ae .uk-grid {
  margin-left: -37px;
}
#aee54ae247a95ae .uk-grid > * {
  padding-left: 37px;
}
#aee54ae247a95ae .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#aee54ae247a95ae .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#aee54ae247a95ae .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aee54ae247a95ae .uk-position-center-left-out {
    left: -30px;
  }
  #aee54ae247a95ae .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a239ba7395a5d9b .aa820a2a19a7207 {
  overflow: hidden;
}
#a239ba7395a5d9b .aa820a2a19a7207 , #a239ba7395a5d9b .aa820a2a19a7207 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a239ba7395a5d9b .af422ada2aab3ca {
  overflow: hidden;
}
#a239ba7395a5d9b .af422ada2aab3ca .img-wrap {
  transition: all 0.3s ease-in;
}
#a239ba7395a5d9b .af422ada2aab3ca .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a239ba7395a5d9b .a9abaa2a3fa95c3 {
  overflow: hidden;
}
#a239ba7395a5d9b .a9abaa2a3fa95c3 , #a239ba7395a5d9b .a9abaa2a3fa95c3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a239ba7395a5d9b .uk-grid {
  margin-left: -37px;
}
#a239ba7395a5d9b .uk-grid > * {
  padding-left: 37px;
}
#a239ba7395a5d9b .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#a239ba7395a5d9b .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#a239ba7395a5d9b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a239ba7395a5d9b .uk-position-center-left-out {
    left: -30px;
  }
  #a239ba7395a5d9b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afe62afc8aa37bd .a7043a90f5ace48 {
  overflow: hidden;
}
#afe62afc8aa37bd .a7043a90f5ace48 , #afe62afc8aa37bd .a7043a90f5ace48 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afe62afc8aa37bd .a7fa2a9378ac396 {
  overflow: hidden;
}
#afe62afc8aa37bd .a7fa2a9378ac396 .img-wrap {
  transition: all 0.3s ease-in;
}
#afe62afc8aa37bd .a7fa2a9378ac396 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afe62afc8aa37bd .a0e99a030eabb99 {
  overflow: hidden;
}
#afe62afc8aa37bd .a0e99a030eabb99 , #afe62afc8aa37bd .a0e99a030eabb99 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#afe62afc8aa37bd .uk-grid {
  margin-left: -37px;
}
#afe62afc8aa37bd .uk-grid > * {
  padding-left: 37px;
}
#afe62afc8aa37bd .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#afe62afc8aa37bd .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#afe62afc8aa37bd .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #afe62afc8aa37bd .uk-position-center-left-out {
    left: -30px;
  }
  #afe62afc8aa37bd .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1712a2cb7acd86 .ad395a269aa4ecc {
  overflow: hidden;
}
#a1712a2cb7acd86 .ad395a269aa4ecc , #a1712a2cb7acd86 .ad395a269aa4ecc > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1712a2cb7acd86 .ac008a55c2add19 {
  overflow: hidden;
}
#a1712a2cb7acd86 .ac008a55c2add19 .img-wrap {
  transition: all 0.3s ease-in;
}
#a1712a2cb7acd86 .ac008a55c2add19 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1712a2cb7acd86 .a5070ad148a24de {
  overflow: hidden;
}
#a1712a2cb7acd86 .a5070ad148a24de , #a1712a2cb7acd86 .a5070ad148a24de > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1712a2cb7acd86 .uk-grid {
  margin-left: -37px;
}
#a1712a2cb7acd86 .uk-grid > * {
  padding-left: 37px;
}
#a1712a2cb7acd86 .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#a1712a2cb7acd86 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#a1712a2cb7acd86 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1712a2cb7acd86 .uk-position-center-left-out {
    left: -30px;
  }
  #a1712a2cb7acd86 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5180ad6caa43db .ab8ceae9feabf3a {
  overflow: hidden;
}
#a5180ad6caa43db .ab8ceae9feabf3a , #a5180ad6caa43db .ab8ceae9feabf3a > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5180ad6caa43db .ae1e4ac799a165a {
  overflow: hidden;
}
#a5180ad6caa43db .ae1e4ac799a165a .img-wrap {
  transition: all 0.3s ease-in;
}
#a5180ad6caa43db .ae1e4ac799a165a .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5180ad6caa43db .ac35ca0894ac68c {
  overflow: hidden;
}
#a5180ad6caa43db .ac35ca0894ac68c , #a5180ad6caa43db .ac35ca0894ac68c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5180ad6caa43db .uk-grid {
  margin-left: -37px;
}
#a5180ad6caa43db .uk-grid > * {
  padding-left: 37px;
}
#a5180ad6caa43db .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#a5180ad6caa43db .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#a5180ad6caa43db .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5180ad6caa43db .uk-position-center-left-out {
    left: -30px;
  }
  #a5180ad6caa43db .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a7a2aaae60a70cb {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a7a2aaae60a70cb > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a7a2aaae60a70cb > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a7a2aaae60a70cb > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7a2aaae60a70cb > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a7a2aaae60a70cb > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a7a2aaae60a70cb > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a7a2aaae60a70cb > .tab-wrap > div > .tab-nav,
#a7a2aaae60a70cb > .tab-nav,
#a7a2aaae60a70cb > .tab-tabs > .tab-wrap > div > .tab-nav,
#a7a2aaae60a70cb > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-color: rgba(34, 34, 34, 0.04);
}
#a7a2aaae60a70cb > .tab-wrap > div > .tab-nav-horizontal,
#a7a2aaae60a70cb > .tab-nav-horizontal,
#a7a2aaae60a70cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a7a2aaae60a70cb > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a7a2aaae60a70cb > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7a2aaae60a70cb > .tab-nav-horizontal::-webkit-scrollbar,
#a7a2aaae60a70cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a7a2aaae60a70cb > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a7a2aaae60a70cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7a2aaae60a70cb > .tab-nav-horizontal.tagScroll,
#a7a2aaae60a70cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a7a2aaae60a70cb > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a7a2aaae60a70cb > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7a2aaae60a70cb > .tab-nav-horizontal.tagScroll li a,
#a7a2aaae60a70cb > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a7a2aaae60a70cb > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a7a2aaae60a70cb > .tab-wrap > div > .tab-nav a,
#a7a2aaae60a70cb > .tab-nav a,
#a7a2aaae60a70cb > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a7a2aaae60a70cb > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a7a2aaae60a70cb > .tab-wrap > div > .tab-nav li a,
#a7a2aaae60a70cb > .tab-nav li a,
#a7a2aaae60a70cb > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a7a2aaae60a70cb > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #333333;
  margin-top: 0;
  margin-right: 50px;
  margin-bottom: 0;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  margin-left: 50px;
}
#a7a2aaae60a70cb > .tab-wrap > div > .tab-nav li a svg,
#a7a2aaae60a70cb > .tab-nav li a svg,
#a7a2aaae60a70cb > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a7a2aaae60a70cb > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a7a2aaae60a70cb > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7a2aaae60a70cb > .tab-nav li a .ap_icon,
#a7a2aaae60a70cb > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a7a2aaae60a70cb > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a7a2aaae60a70cb > .tab-wrap > div > .tab-nav li a:hover,
#a7a2aaae60a70cb > .tab-nav li a:hover,
#a7a2aaae60a70cb > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a7a2aaae60a70cb > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-Regular;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
  margin-left: 50px;
  margin-right: 50px;
}
#a7a2aaae60a70cb > .tab-wrap > div > .tab-nav li.uk-active a,
#a7a2aaae60a70cb > .tab-nav li.uk-active a,
#a7a2aaae60a70cb > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a7a2aaae60a70cb > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-Regular;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: #ee732e;
  margin-right: 50px;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 50px;
}
#a7a2aaae60a70cb .layout-left li,
#a7a2aaae60a70cb .layout-center li,
#a7a2aaae60a70cb .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a7a2aaae60a70cb .layout-left li a,
#a7a2aaae60a70cb .layout-center li a,
#a7a2aaae60a70cb .layout-right li a {
  height: 100%;
}
#a7a2aaae60a70cb > .tab-tabs .layout-left {
  text-align: left;
}
#a7a2aaae60a70cb > .tab-tabs .layout-center {
  text-align: center;
}
#a7a2aaae60a70cb > .tab-tabs .layout-right {
  text-align: right;
}
#a7a2aaae60a70cb .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a7a2aaae60a70cb .tab-content-wrap {
  background-color: transparent;
  border-left-style: none;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a7a2aaae60a70cb .tab-contents,
#a7a2aaae60a70cb .tab-contents-wrap {
  pointer-events: none;
}
#a7a2aaae60a70cb .tab-content,
#a7a2aaae60a70cb .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a7a2aaae60a70cb .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a7a2aaae60a70cb .tab-wrap .tab-contents {
  height: 100%;
}
#a7a2aaae60a70cb .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a7a2aaae60a70cb .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a7a2aaae60a70cb .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a605eaacaeacca8 .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: 2px;justify-content: center;font-family: NotoSansSC-DemiLight;font-weight: 400;width: 150px;height: 43px;}#a605eaacaeacca8 .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);}#a08cea3715a6fca > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e56a616eab4ff .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#a7e56a616eab4ff .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0);}#ab77ca8473ab70a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5d37a6442a6d76 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#a5d37a6442a6d76 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0);}#a0604a3429a6176 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5465a8451a702e .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#a5465a8451a702e .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0);}#a3ac5a26bca0fee > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7510aaccfa4b5f .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#a7510aaccfa4b5f .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0);}#aea0da633ca1d37 [data-item="items"] {left: 0px;top: -11px; position: relative;}#aea0da633ca1d37 [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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4388aeb44a52a2 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(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;}#aa62eabf48a15a0 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#ada0cab11aaf7aa > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa590a3755a800e > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a32fdace81a05da > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#abb45a0224a58ef > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0ffca6943a955b > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6c3ea2abaa9b31 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#af2c1af797a63ce > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a8232a0579a2c63 > .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);}#ac33da0e49a7961 > .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);}#a0f10aba0ca11a6 > .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);}#a9b71a3f50a1767 > .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);}#a2154ab538aa87a > .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;border-top-width: 0px;border-top-style: none;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aacdba90c0ac9a4 > .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);}#aac83a8be5adc97 [data-item="items[1].abstract"] {left: 0px;top: -1px; position: relative;}#aac83a8be5adc97 [data-item="items[2].abstract"] {left: 0px;top: -8px; position: relative;}#aac83a8be5adc97 [data-item="items"] {left: 0px;top: 68px; position: relative;}#aac83a8be5adc97 [data-item="abstract"] {left: -9px;top: 9px; position: relative;}#aac83a8be5adc97 [data-item="title"] {left: -5px;top: 7px; position: relative;}#a98d4a7002a6a15 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 2px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 5px;}#a98d4a7002a6a15 .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);}#aed46a3dd7a1c2c [data-item*=".title"], #aed46a3dd7a1c2c [data-item*=".title"] a {max-line: 2;font-size: 16px;line-height: 1.5;}#aed46a3dd7a1c2c [data-item*=".abstract"], #aed46a3dd7a1c2c [data-item*=".abstract"] a {show: false;max-line: 0;}#aed46a3dd7a1c2c [data-item*=".subTitle"], #aed46a3dd7a1c2c [data-item*=".subTitle"] a {show: false;}#aed46a3dd7a1c2c [data-item*=".category"], #aed46a3dd7a1c2c [data-item*=".category"] a {show: false;}#aed46a3dd7a1c2c [data-item="items"] .img {background-size: contain;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa278a2515ab7c6 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa278a2515ab7c6 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a3f37a4904a1907 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 2px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 7px;}#a3f37a4904a1907 .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);}#ad298a83a3ad02e [data-item="items[0].abstract"] {left: 0px;top: 19px; position: relative;}#ad298a83a3ad02e [data-item="items[1].abstract"] {left: 0px;top: 19px; position: relative;}#ad298a83a3ad02e [data-item="items[2].abstract"] {left: 0px;top: 19px; position: relative;}#ad298a83a3ad02e [data-item="items[3].abstract"] {left: 0px;top: 17px; position: relative;}#ad298a83a3ad02e [data-item="items[0]"] {left: 0px;top: -36px; position: relative;}#ad298a83a3ad02e [data-item="items[1]"] {left: 0px;top: -36px; position: relative;}#ad298a83a3ad02e [data-item="items[2]"] {left: 0px;top: -36px; position: relative;}#ad298a83a3ad02e [data-item="items[3]"] {left: 0px;top: -36px; position: relative;}#ad298a83a3ad02e [data-item="abstract"] {left: 0px;top: 5px; position: relative;}#ad298a83a3ad02e [data-item="title"] {left: -1px;top: 10px; position: relative;}#ad298a83a3ad02e [data-item="items[0].title"] {left: 0px;top: 7px; position: relative;}#ad298a83a3ad02e [data-item="items[1].title"] {left: 0px;top: 7px; position: relative;}#ad298a83a3ad02e [data-item="items[2].title"] {left: 0px;top: 7px; position: relative;}#ad298a83a3ad02e [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;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a27baaa78da4388 .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;
#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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 a:hover {color: rgba(238, 115, 46, 1);}#a6b76a2781a3e50 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a908ea007bac809 .ele-wrap {color: #ffffff;border-width: 1px;border-style: solid;font-size: 18px;background-color: rgba(238, 115, 46, 1);border-radius: 3px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 7px;}#a908ea007bac809 .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;
#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;
  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;
  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;
  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;
  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;
  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;
  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;
  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-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad68da72e9a44c0 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ad68da72e9a44c0 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad68da72e9a44c0 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad68da72e9a44c0 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ad68da72e9a44c0 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav,
#ad68da72e9a44c0 > .tab-nav,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad68da72e9a44c0 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #f5f5f5;
  border-bottom-style: none;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav-horizontal,
#ad68da72e9a44c0 > .tab-nav-horizontal,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad68da72e9a44c0 > .tab-tabs > .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,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad68da72e9a44c0 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad68da72e9a44c0 > .tab-nav-horizontal.tagScroll,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad68da72e9a44c0 > .tab-tabs > .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,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad68da72e9a44c0 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav a,
#ad68da72e9a44c0 > .tab-nav a,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad68da72e9a44c0 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad68da72e9a44c0 > .tab-wrap > div > .tab-nav li a,
#ad68da72e9a44c0 > .tab-nav li a,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad68da72e9a44c0 > .tab-tabs > .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;
  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,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad68da72e9a44c0 > .tab-tabs > .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,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad68da72e9a44c0 > .tab-tabs > .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,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad68da72e9a44c0 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 3px;
  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,
#ad68da72e9a44c0 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad68da72e9a44c0 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  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 > .tab-tabs .layout-left {
  text-align: left;
}
#ad68da72e9a44c0 > .tab-tabs .layout-center {
  text-align: center;
}
#ad68da72e9a44c0 > .tab-tabs .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;
}
#ad68da72e9a44c0 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad68da72e9a44c0 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#acaaba72dea1b45 .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: 2px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 5px;}#acaaba72dea1b45 .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);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ce8a5b19a463f .a262baa8c5aad62 {
  overflow: hidden;
}
#a1ce8a5b19a463f .a262baa8c5aad62 , #a1ce8a5b19a463f .a262baa8c5aad62 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ce8a5b19a463f .a1e63afa9ea7e06 {
  overflow: hidden;
}
#a1ce8a5b19a463f .a1e63afa9ea7e06 .img-wrap {
  transition: all 0.3s ease-in;
}
#a1ce8a5b19a463f .a1e63afa9ea7e06 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ce8a5b19a463f .aa80aac38eabd4a {
  overflow: hidden;
}
#a1ce8a5b19a463f .aa80aac38eabd4a , #a1ce8a5b19a463f .aa80aac38eabd4a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1ce8a5b19a463f .uk-grid {
  margin-left: -37px;
}
#a1ce8a5b19a463f .uk-grid > * {
  padding-left: 37px;
}
#a1ce8a5b19a463f .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#a1ce8a5b19a463f .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#a1ce8a5b19a463f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1ce8a5b19a463f .uk-position-center-left-out {
    left: -30px;
  }
  #a1ce8a5b19a463f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8ad3a83e6a54a5 .a176ca6865aa044 {
  overflow: hidden;
}
#a8ad3a83e6a54a5 .a176ca6865aa044 , #a8ad3a83e6a54a5 .a176ca6865aa044 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8ad3a83e6a54a5 .a7765a88f2a05e9 {
  overflow: hidden;
}
#a8ad3a83e6a54a5 .a7765a88f2a05e9 .img-wrap {
  transition: all 0.3s ease-in;
}
#a8ad3a83e6a54a5 .a7765a88f2a05e9 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8ad3a83e6a54a5 .af5a7abfe4a67d7 {
  overflow: hidden;
}
#a8ad3a83e6a54a5 .af5a7abfe4a67d7 , #a8ad3a83e6a54a5 .af5a7abfe4a67d7 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a8ad3a83e6a54a5 .uk-grid {
  margin-left: -37px;
}
#a8ad3a83e6a54a5 .uk-grid > * {
  padding-left: 37px;
}
#a8ad3a83e6a54a5 .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#a8ad3a83e6a54a5 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#a8ad3a83e6a54a5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8ad3a83e6a54a5 .uk-position-center-left-out {
    left: -30px;
  }
  #a8ad3a83e6a54a5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac123ac43ca9ccb .a3673a2687a96d0 {
  overflow: hidden;
}
#ac123ac43ca9ccb .a3673a2687a96d0 , #ac123ac43ca9ccb .a3673a2687a96d0 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac123ac43ca9ccb .ad14daeedbac51c {
  overflow: hidden;
}
#ac123ac43ca9ccb .ad14daeedbac51c .img-wrap {
  transition: all 0.3s ease-in;
}
#ac123ac43ca9ccb .ad14daeedbac51c .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac123ac43ca9ccb .ad8d5a9edba0df1 {
  overflow: hidden;
}
#ac123ac43ca9ccb .ad8d5a9edba0df1 , #ac123ac43ca9ccb .ad8d5a9edba0df1 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(102, 102, 102, 1);line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac123ac43ca9ccb .uk-grid {
  margin-left: -37px;
}
#ac123ac43ca9ccb .uk-grid > * {
  padding-left: 37px;
}
#ac123ac43ca9ccb .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#ac123ac43ca9ccb .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#ac123ac43ca9ccb .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac123ac43ca9ccb .uk-position-center-left-out {
    left: -30px;
  }
  #ac123ac43ca9ccb .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6beba0c9ea9f96 {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a6beba0c9ea9f96 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a6beba0c9ea9f96 > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a6beba0c9ea9f96 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6beba0c9ea9f96 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a6beba0c9ea9f96 > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a6beba0c9ea9f96 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6beba0c9ea9f96 > .tab-wrap > div > .tab-nav,
#a6beba0c9ea9f96 > .tab-nav,
#a6beba0c9ea9f96 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a6beba0c9ea9f96 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-color: rgba(34, 34, 34, 0.04);
}
#a6beba0c9ea9f96 > .tab-wrap > div > .tab-nav-horizontal,
#a6beba0c9ea9f96 > .tab-nav-horizontal,
#a6beba0c9ea9f96 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a6beba0c9ea9f96 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a6beba0c9ea9f96 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6beba0c9ea9f96 > .tab-nav-horizontal::-webkit-scrollbar,
#a6beba0c9ea9f96 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6beba0c9ea9f96 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a6beba0c9ea9f96 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6beba0c9ea9f96 > .tab-nav-horizontal.tagScroll,
#a6beba0c9ea9f96 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6beba0c9ea9f96 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#a6beba0c9ea9f96 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6beba0c9ea9f96 > .tab-nav-horizontal.tagScroll li a,
#a6beba0c9ea9f96 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6beba0c9ea9f96 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a6beba0c9ea9f96 > .tab-wrap > div > .tab-nav a,
#a6beba0c9ea9f96 > .tab-nav a,
#a6beba0c9ea9f96 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a6beba0c9ea9f96 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a6beba0c9ea9f96 > .tab-wrap > div > .tab-nav li a,
#a6beba0c9ea9f96 > .tab-nav li a,
#a6beba0c9ea9f96 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a6beba0c9ea9f96 > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333333;
  margin-top: 0;
  margin-right: 50px;
  margin-bottom: 0;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  margin-left: 50px;
}
#a6beba0c9ea9f96 > .tab-wrap > div > .tab-nav li a svg,
#a6beba0c9ea9f96 > .tab-nav li a svg,
#a6beba0c9ea9f96 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a6beba0c9ea9f96 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a6beba0c9ea9f96 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6beba0c9ea9f96 > .tab-nav li a .ap_icon,
#a6beba0c9ea9f96 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6beba0c9ea9f96 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a6beba0c9ea9f96 > .tab-wrap > div > .tab-nav li a:hover,
#a6beba0c9ea9f96 > .tab-nav li a:hover,
#a6beba0c9ea9f96 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a6beba0c9ea9f96 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
  margin-left: 50px;
  margin-right: 50px;
}
#a6beba0c9ea9f96 > .tab-wrap > div > .tab-nav li.uk-active a,
#a6beba0c9ea9f96 > .tab-nav li.uk-active a,
#a6beba0c9ea9f96 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a6beba0c9ea9f96 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: #ee732e;
  margin-right: 50px;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 50px;
}
#a6beba0c9ea9f96 .layout-left li,
#a6beba0c9ea9f96 .layout-center li,
#a6beba0c9ea9f96 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a6beba0c9ea9f96 .layout-left li a,
#a6beba0c9ea9f96 .layout-center li a,
#a6beba0c9ea9f96 .layout-right li a {
  height: 100%;
}
#a6beba0c9ea9f96 > .tab-tabs .layout-left {
  text-align: left;
}
#a6beba0c9ea9f96 > .tab-tabs .layout-center {
  text-align: center;
}
#a6beba0c9ea9f96 > .tab-tabs .layout-right {
  text-align: right;
}
#a6beba0c9ea9f96 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#a6beba0c9ea9f96 .tab-content-wrap {
  background-color: transparent;
  border-left-style: none;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#a6beba0c9ea9f96 .tab-contents,
#a6beba0c9ea9f96 .tab-contents-wrap {
  pointer-events: none;
}
#a6beba0c9ea9f96 .tab-content,
#a6beba0c9ea9f96 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a6beba0c9ea9f96 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a6beba0c9ea9f96 .tab-wrap .tab-contents {
  height: 100%;
}
#a6beba0c9ea9f96 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a6beba0c9ea9f96 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a6beba0c9ea9f96 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa62eabf48a15a0 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#ada0cab11aaf7aa > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa590a3755a800e > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a32fdace81a05da > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#abb45a0224a58ef > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0ffca6943a955b > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6c3ea2abaa9b31 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#af2c1af797a63ce > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#af25aae299a9f0d .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;}#af25aae299a9f0d .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);}#a8736a119ba27f8 [data-item="items"] .uk-card {background-color: rgba(255, 255, 255, 1)}#a8736a119ba27f8 [data-item*=".title"], #a8736a119ba27f8 [data-item*=".title"] a {max-line: 1;font-size: 24px;text-align: center;line-height: 1.5;}#a8736a119ba27f8 [data-item*=".abstract"], #a8736a119ba27f8 [data-item*=".abstract"] a {show: true;max-line: 3;font-size: 14px;line-height: 1.5;text-align: left;max-words: 65;}#a8736a119ba27f8 [data-item*=".subTitle"], #a8736a119ba27f8 [data-item*=".subTitle"] a {show: false;}#a8736a119ba27f8 [data-item*=".category"], #a8736a119ba27f8 [data-item*=".category"] a {show: false;}#a8736a119ba27f8 [data-item="items"] .img {background-size: cover;}#a53b4a9e9eaccc7 [data-item="items"] {left: 0px;top: -11px; position: relative;}#a53b4a9e9eaccc7 [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;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a6e8ca44a6abfef > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(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;}#a2bcea82aaa1c31 > .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);}#aa311a2e23a3d36 > .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);}#afc94a9d09aac2d > .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);}#af4bda169fa7221 > .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);}#aecaeaed45a765d > .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);}#a41a5a4e18a4ff7 > .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;}@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;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2575a1060ac75e .ap-thumbnav-large {
  overflow: visible;
}
#a2575a1060ac75e .ap-thumbnav-large .ap-slidedot-wrap {
  margin-top: 5px;
}
#a2575a1060ac75e .ap-thumbnav-large .uk-thumbnav {
  position: relative;
}
#a2575a1060ac75e .ap-thumbnav-large .uk-thumbnav li {
  padding-left: 5px;
}
#a2575a1060ac75e .ap-slidedot-image {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aac63a6d64ac179 .uk-slideshow-items > * {
  height: 100%;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#af739a504daaf27 .search-wrap {
  width: 810px;
  max-width: 100%;
  margin: 40px auto 40px;
  position: relative;
}
#af739a504daaf27 .search .icon {
  width: 18px;
  fill: #fff;
  display: inline-block;
  margin-right: 6px;
}
#af739a504daaf27 h3 {
  font-size: 30px;
  line-height: 52px;
  color: #fff;
}
#af739a504daaf27 .subTitle {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #ccc;
  font-weight: 500;
}
#af739a504daaf27 .search {
  width: 100%;
  position: relative;
}
#af739a504daaf27 .tip {
  font-size: 14px;
  line-height: 1;
}
#af739a504daaf27 .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;
}
#af739a504daaf27 .search input::placeholder {
  color: #999;
}
#af739a504daaf27 .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;
}
#af739a504daaf27 .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%;
}
#af739a504daaf27 .partner-info .level {
  width: 170px;
  height: 32px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 20px;
}
#af739a504daaf27 .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;
#abca1a85a7a4a97 .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;
}
#abca1a85a7a4a97 .new-list .uk-card {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
#abca1a85a7a4a97 .new-list .uk-cover-container {
  min-height: 80px;
}
#abca1a85a7a4a97 .new-list .uk-card:first-of-type {
  padding-top: 0;
}
#abca1a85a7a4a97 .new-list .uk-card:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
#abca1a85a7a4a97 .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%); */
}
#abca1a85a7a4a97 .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;
}
#abca1a85a7a4a97 .main-item:hover::after {
  opacity: 1;
}
#abca1a85a7a4a97 .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;
#ae791a81eba8ffd .el-process-item {
  position: relative;
}
#ae791a81eba8ffd .el-process-item-index {
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #999999;
  font-weight: 700;
  font-size: 26px;
}
#ae791a81eba8ffd .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) {
  #ae791a81eba8ffd .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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 a:hover {color: rgba(238, 115, 46, 1);}#a88a3a42a3ad6ca , #a88a3a42a3ad6ca a{color: rgba(255, 255, 255, 0.85);}#afb0eadbc9a2ec5 .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;}#afb0eadbc9a2ec5 .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;
#a224daad71a9b11 .img-wrap {
  border-top-left-radius: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-top-width: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4d2aac6cea53a9 .uk-position-bottom,
#a4d2aac6cea53a9 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a4d2aac6cea53a9 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a4d2aac6cea53a9 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a4d2aac6cea53a9 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#adda6a05e9a1f16 .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;}#adda6a05e9a1f16 .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;
#af6f5a4121acc8d .uk-position-bottom,
#af6f5a4121acc8d .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#af6f5a4121acc8d .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#af6f5a4121acc8d .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#af6f5a4121acc8d .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a1fbcae764aaddd .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;}#a1fbcae764aaddd .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;
#aabafaf0bba92f9 .uk-position-bottom,
#aabafaf0bba92f9 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#aabafaf0bba92f9 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#aabafaf0bba92f9 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aabafaf0bba92f9 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#acf95a02a2ae979 .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;}#acf95a02a2ae979 .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;
#ae850a9246a4466 .uk-position-bottom,
#ae850a9246a4466 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#ae850a9246a4466 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#ae850a9246a4466 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ae850a9246a4466 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae217a1868a6d1c .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;}#ae217a1868a6d1c .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;
#a2c7ca4a64ab184 .uk-position-bottom,
#a2c7ca4a64ab184 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a2c7ca4a64ab184 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a2c7ca4a64ab184 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a2c7ca4a64ab184 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ae0c5ab8b1a62bf .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;}#ae0c5ab8b1a62bf .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;
#ac639a46e6acc62 .uk-position-bottom,
#ac639a46e6acc62 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#ac639a46e6acc62 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#ac639a46e6acc62 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac639a46e6acc62 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a3a6dafb15a72fa > .ele-wrap {background-position: center center;background-size: auto;}#a02bba2d42a4b24 .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;}#a02bba2d42a4b24 .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;
#a3178afc2fab8b8 .uk-position-bottom,
#a3178afc2fab8b8 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  font-family: inherit;
  line-height: 18px;
}
#a3178afc2fab8b8 .uk-position-bottom {
  background-color: rgba(0, 0, 0, 0.35);
}
#a3178afc2fab8b8 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a3178afc2fab8b8 .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;
#a1964a93e0ae8dd {
  overflow: hidden;
  pointer-events: none;
}
#a1964a93e0ae8dd > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a1964a93e0ae8dd > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#a1964a93e0ae8dd > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1964a93e0ae8dd > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a1964a93e0ae8dd > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#a1964a93e0ae8dd > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a1964a93e0ae8dd > .tab-wrap > div > .tab-nav,
#a1964a93e0ae8dd > .tab-nav,
#a1964a93e0ae8dd > .tab-tabs > .tab-wrap > div > .tab-nav,
#a1964a93e0ae8dd > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-color: #f5f5f5;
  border-bottom-style: solid;
}
#a1964a93e0ae8dd > .tab-wrap > div > .tab-nav-horizontal,
#a1964a93e0ae8dd > .tab-nav-horizontal,
#a1964a93e0ae8dd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a1964a93e0ae8dd > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a1964a93e0ae8dd > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1964a93e0ae8dd > .tab-nav-horizontal::-webkit-scrollbar,
#a1964a93e0ae8dd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a1964a93e0ae8dd > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a1964a93e0ae8dd > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1964a93e0ae8dd > .tab-nav-horizontal.tagScroll,
#a1964a93e0ae8dd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a1964a93e0ae8dd > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a1964a93e0ae8dd > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1964a93e0ae8dd > .tab-nav-horizontal.tagScroll li a,
#a1964a93e0ae8dd > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a1964a93e0ae8dd > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a1964a93e0ae8dd > .tab-wrap > div > .tab-nav a,
#a1964a93e0ae8dd > .tab-nav a,
#a1964a93e0ae8dd > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a1964a93e0ae8dd > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a1964a93e0ae8dd > .tab-wrap > div > .tab-nav li a,
#a1964a93e0ae8dd > .tab-nav li a,
#a1964a93e0ae8dd > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a1964a93e0ae8dd > .tab-tabs > .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;
  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;
}
#a1964a93e0ae8dd > .tab-wrap > div > .tab-nav li a svg,
#a1964a93e0ae8dd > .tab-nav li a svg,
#a1964a93e0ae8dd > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a1964a93e0ae8dd > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a1964a93e0ae8dd > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1964a93e0ae8dd > .tab-nav li a .ap_icon,
#a1964a93e0ae8dd > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a1964a93e0ae8dd > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a1964a93e0ae8dd > .tab-wrap > div > .tab-nav li a:hover,
#a1964a93e0ae8dd > .tab-nav li a:hover,
#a1964a93e0ae8dd > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a1964a93e0ae8dd > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
}
#a1964a93e0ae8dd > .tab-wrap > div > .tab-nav li.uk-active a,
#a1964a93e0ae8dd > .tab-nav li.uk-active a,
#a1964a93e0ae8dd > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a1964a93e0ae8dd > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
}
#a1964a93e0ae8dd .layout-left li,
#a1964a93e0ae8dd .layout-center li,
#a1964a93e0ae8dd .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a1964a93e0ae8dd .layout-left li a,
#a1964a93e0ae8dd .layout-center li a,
#a1964a93e0ae8dd .layout-right li a {
  height: 100%;
}
#a1964a93e0ae8dd > .tab-tabs .layout-left {
  text-align: left;
}
#a1964a93e0ae8dd > .tab-tabs .layout-center {
  text-align: center;
}
#a1964a93e0ae8dd > .tab-tabs .layout-right {
  text-align: right;
}
#a1964a93e0ae8dd .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a1964a93e0ae8dd .tab-content-wrap {
  background-color: #ffffff;
}
#a1964a93e0ae8dd .tab-contents,
#a1964a93e0ae8dd .tab-contents-wrap {
  pointer-events: none;
}
#a1964a93e0ae8dd .tab-content,
#a1964a93e0ae8dd .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a1964a93e0ae8dd .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a1964a93e0ae8dd .tab-wrap .tab-contents {
  height: 100%;
}
#a1964a93e0ae8dd .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a1964a93e0ae8dd .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a1964a93e0ae8dd .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac78fa61efa31e4 .acdaea4756a9783 {
  overflow: hidden;
}
#ac78fa61efa31e4 .acdaea4756a9783 , #ac78fa61efa31e4 .acdaea4756a9783 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac78fa61efa31e4 .a2176a8153abc5f .img-wrap {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac78fa61efa31e4 .a6fc1a5843a6bbc {
  overflow: hidden;
}
#ac78fa61efa31e4 .a6fc1a5843a6bbc , #ac78fa61efa31e4 .a6fc1a5843a6bbc > * {
        font-weight: normal;
        font-style: normal;
    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;
#ac78fa61efa31e4 .uk-grid {
  margin-left: -37px;
}
#ac78fa61efa31e4 .uk-grid > * {
  padding-left: 37px;
}
#ac78fa61efa31e4 .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#ac78fa61efa31e4 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#ac78fa61efa31e4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac78fa61efa31e4 .uk-position-center-left-out {
    left: -30px;
  }
  #ac78fa61efa31e4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab17daced7a85f7 .a72fba2c95ab886 {
  overflow: hidden;
}
#ab17daced7a85f7 .a72fba2c95ab886 , #ab17daced7a85f7 .a72fba2c95ab886 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab17daced7a85f7 .af3e5aaf4baaba9 .img-wrap {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ab17daced7a85f7 .ad46cad4c6a7ab5 {
  overflow: hidden;
}
#ab17daced7a85f7 .ad46cad4c6a7ab5 , #ab17daced7a85f7 .ad46cad4c6a7ab5 > * {
        font-weight: normal;
        font-style: normal;
    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;
#ab17daced7a85f7 .uk-grid {
  margin-left: -37px;
}
#ab17daced7a85f7 .uk-grid > * {
  padding-left: 37px;
}
#ab17daced7a85f7 .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#ab17daced7a85f7 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#ab17daced7a85f7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab17daced7a85f7 .uk-position-center-left-out {
    left: -30px;
  }
  #ab17daced7a85f7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2176ab4c7aa888 .aadf6a9a7eaae57 {
  overflow: hidden;
}
#a2176ab4c7aa888 .aadf6a9a7eaae57 , #a2176ab4c7aa888 .aadf6a9a7eaae57 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2176ab4c7aa888 .af033af0e8aec36 .img-wrap {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a2176ab4c7aa888 .ae235a6a0cabfbd {
  overflow: hidden;
}
#a2176ab4c7aa888 .ae235a6a0cabfbd , #a2176ab4c7aa888 .ae235a6a0cabfbd > * {
        font-weight: normal;
        font-style: normal;
    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;
#a2176ab4c7aa888 .uk-grid {
  margin-left: -37px;
}
#a2176ab4c7aa888 .uk-grid > * {
  padding-left: 37px;
}
#a2176ab4c7aa888 .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#a2176ab4c7aa888 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#a2176ab4c7aa888 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2176ab4c7aa888 .uk-position-center-left-out {
    left: -30px;
  }
  #a2176ab4c7aa888 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4912aa403aee68 .abc60a6b9dae3be {
  overflow: hidden;
}
#a4912aa403aee68 .abc60a6b9dae3be , #a4912aa403aee68 .abc60a6b9dae3be > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4912aa403aee68 .a9b3aacefea5e55 .img-wrap {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a4912aa403aee68 .a549dafb27a68a7 {
  overflow: hidden;
}
#a4912aa403aee68 .a549dafb27a68a7 , #a4912aa403aee68 .a549dafb27a68a7 > * {
        font-weight: normal;
        font-style: normal;
    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;
#a4912aa403aee68 .uk-grid {
  margin-left: -37px;
}
#a4912aa403aee68 .uk-grid > * {
  padding-left: 37px;
}
#a4912aa403aee68 .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#a4912aa403aee68 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#a4912aa403aee68 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4912aa403aee68 .uk-position-center-left-out {
    left: -30px;
  }
  #a4912aa403aee68 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad97baf0c3a6f10 .ab315aa334a425c {
  overflow: hidden;
}
#ad97baf0c3a6f10 .ab315aa334a425c , #ad97baf0c3a6f10 .ab315aa334a425c > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad97baf0c3a6f10 .aa696a199faffd5 .img-wrap {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ad97baf0c3a6f10 .ab057ae2cfaaaeb {
  overflow: hidden;
}
#ad97baf0c3a6f10 .ab057ae2cfaaaeb , #ad97baf0c3a6f10 .ab057ae2cfaaaeb > * {
        font-weight: normal;
        font-style: normal;
    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;
#ad97baf0c3a6f10 .uk-grid {
  margin-left: -37px;
}
#ad97baf0c3a6f10 .uk-grid > * {
  padding-left: 37px;
}
#ad97baf0c3a6f10 .uk-grid > .uk-grid-margin {
  margin-top: 37px;
}
#ad97baf0c3a6f10 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: solid;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  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;
  background-color: #ffffff;
}
#ad97baf0c3a6f10 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad97baf0c3a6f10 .uk-position-center-left-out {
    left: -30px;
  }
  #ad97baf0c3a6f10 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#ac74aacc3fa321e {
  overflow: hidden;
  pointer-events: none;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#ac74aacc3fa321e > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac74aacc3fa321e > .tab-tabs .tab-nav-prev span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 96.77% 25%;
  background-size: initial;
}
#ac74aacc3fa321e > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac74aacc3fa321e > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac74aacc3fa321e > .tab-tabs .tab-nav-next span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(/resources/sys/img/tab-arrow.svg);
  background-position: 61.29% 25%;
  background-size: initial;
}
#ac74aacc3fa321e > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac74aacc3fa321e > .tab-wrap > div > .tab-nav,
#ac74aacc3fa321e > .tab-nav,
#ac74aacc3fa321e > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac74aacc3fa321e > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-color: rgba(34, 34, 34, 0.04);
}
#ac74aacc3fa321e > .tab-wrap > div > .tab-nav-horizontal,
#ac74aacc3fa321e > .tab-nav-horizontal,
#ac74aacc3fa321e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac74aacc3fa321e > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac74aacc3fa321e > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac74aacc3fa321e > .tab-nav-horizontal::-webkit-scrollbar,
#ac74aacc3fa321e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac74aacc3fa321e > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac74aacc3fa321e > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac74aacc3fa321e > .tab-nav-horizontal.tagScroll,
#ac74aacc3fa321e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac74aacc3fa321e > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#ac74aacc3fa321e > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac74aacc3fa321e > .tab-nav-horizontal.tagScroll li a,
#ac74aacc3fa321e > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac74aacc3fa321e > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac74aacc3fa321e > .tab-wrap > div > .tab-nav a,
#ac74aacc3fa321e > .tab-nav a,
#ac74aacc3fa321e > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac74aacc3fa321e > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ac74aacc3fa321e > .tab-wrap > div > .tab-nav li a,
#ac74aacc3fa321e > .tab-nav li a,
#ac74aacc3fa321e > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac74aacc3fa321e > .tab-tabs > .tab-nav li a {
  display: block;
  line-height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 50px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #333333;
  margin-top: 0;
  margin-right: 50px;
  margin-bottom: 0;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  margin-left: 50px;
}
#ac74aacc3fa321e > .tab-wrap > div > .tab-nav li a svg,
#ac74aacc3fa321e > .tab-nav li a svg,
#ac74aacc3fa321e > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac74aacc3fa321e > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac74aacc3fa321e > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac74aacc3fa321e > .tab-nav li a .ap_icon,
#ac74aacc3fa321e > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac74aacc3fa321e > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac74aacc3fa321e > .tab-wrap > div > .tab-nav li a:hover,
#ac74aacc3fa321e > .tab-nav li a:hover,
#ac74aacc3fa321e > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac74aacc3fa321e > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-color: #ee732e;
  border-bottom-style: solid;
  margin-left: 50px;
  margin-right: 50px;
}
#ac74aacc3fa321e > .tab-wrap > div > .tab-nav li.uk-active a,
#ac74aacc3fa321e > .tab-nav li.uk-active a,
#ac74aacc3fa321e > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac74aacc3fa321e > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  font-family: inherit;
  color: #ee732e;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: #ee732e;
  margin-right: 50px;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 50px;
}
#ac74aacc3fa321e .layout-left li,
#ac74aacc3fa321e .layout-center li,
#ac74aacc3fa321e .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac74aacc3fa321e .layout-left li a,
#ac74aacc3fa321e .layout-center li a,
#ac74aacc3fa321e .layout-right li a {
  height: 100%;
}
#ac74aacc3fa321e > .tab-tabs .layout-left {
  text-align: left;
}
#ac74aacc3fa321e > .tab-tabs .layout-center {
  text-align: center;
}
#ac74aacc3fa321e > .tab-tabs .layout-right {
  text-align: right;
}
#ac74aacc3fa321e .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#ac74aacc3fa321e .tab-content-wrap {
  background-color: transparent;
  border-left-style: none;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}
#ac74aacc3fa321e .tab-contents,
#ac74aacc3fa321e .tab-contents-wrap {
  pointer-events: none;
}
#ac74aacc3fa321e .tab-content,
#ac74aacc3fa321e .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac74aacc3fa321e .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac74aacc3fa321e .tab-wrap .tab-contents {
  height: 100%;
}
#ac74aacc3fa321e .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac74aacc3fa321e .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac74aacc3fa321e .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a5cf2a105eaa908 .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: 2px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 5px;}#a5cf2a105eaa908 .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);}#ae654af077a1a60 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae6f1a5b38aad22 .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#ae6f1a5b38aad22 .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0);}#ab05daf640a4370 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aebebae513a7aff .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#aebebae513a7aff .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0);}#a8c82a3031adc03 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4d9ca670da9d2f .ele-wrap {border-color: rgba(255, 255, 255, 1);border-width: 1px;border-style: solid;color: #ffffff;background-color: transparent;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#a4d9ca670da9d2f .ele-wrap:hover {border-color: rgba(255, 255, 255, 1);background-color: #fff;color: #ffffff;background-color: rgba(0, 0, 0, 0);}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5b03a7c93afb53 .a0579a599da5774 {
  overflow: hidden;
}
#a5b03a7c93afb53 .a0579a599da5774 , #a5b03a7c93afb53 .a0579a599da5774 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 30px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5b03a7c93afb53 .ac032a59d9a778d {
  overflow: hidden;
}
#a5b03a7c93afb53 .ac032a59d9a778d .img-wrap {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  transition: all 0.3s ease-in;
}
#a5b03a7c93afb53 .ac032a59d9a778d .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5b03a7c93afb53 .a15dba8bc3a13ba {
  overflow: hidden;
}
#a5b03a7c93afb53 .a15dba8bc3a13ba , #a5b03a7c93afb53 .a15dba8bc3a13ba > * {
        font-weight: normal;
        font-style: normal;
    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;
#a5b03a7c93afb53 .af4a5a0e44a7532 {
  overflow: hidden;
}
#a5b03a7c93afb53 .af4a5a0e44a7532 , #a5b03a7c93afb53 .af4a5a0e44a7532 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);line-height: 24px;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a5b03a7c93afb53 .uk-grid {
  margin-left: -20px;
}
#a5b03a7c93afb53 .uk-grid > * {
  padding-left: 20px;
}
#a5b03a7c93afb53 .uk-grid > .uk-grid-margin {
  margin-top: 20px;
}
#a5b03a7c93afb53 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: rgba(34, 34, 34, 0.04);
  border-top-style: none;
  border-right-color: rgba(34, 34, 34, 0.04);
  border-left-color: rgba(34, 34, 34, 0.04);
  border-bottom-color: rgba(34, 34, 34, 0.04);
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#a5b03a7c93afb53 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5b03a7c93afb53 .uk-position-center-left-out {
    left: -30px;
  }
  #a5b03a7c93afb53 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#af287a6a4aa5e09 .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: 2px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 5px;}#af287a6a4aa5e09 .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);}#aa62eabf48a15a0 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#ada0cab11aaf7aa > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#aa590a3755a800e > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a32fdace81a05da > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#abb45a0224a58ef > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0ffca6943a955b > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6c3ea2abaa9b31 > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#af2c1af797a63ce > div {
        font-weight: bold;
        font-style: normal;
    font-size: 38px;text-align: left;font-family: inherit;color: rgba(255, 255, 255, 1);}#a0990a14f2a7774 [data-item="items"] {left: 0px;top: -11px; position: relative;}#a0990a14f2a7774 [data-item="title"] {left: -3px;top: 7px; position: relative;}#a8232a0579a2c63 > .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);}#ac33da0e49a7961 > .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);}#a0f10aba0ca11a6 > .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);}#a9b71a3f50a1767 > .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);}#a2154ab538aa87a > .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;border-top-width: 0px;border-top-style: none;border-right-width: 0px;border-left-width: 0px;border-bottom-width: 0px;border-right-style: none;border-left-style: none;border-bottom-style: none;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aacdba90c0ac9a4 > .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);}#af5bda2f23af044 [data-item="items[1].abstract"] {left: 0px;top: -1px; position: relative;}#af5bda2f23af044 [data-item="items[2].abstract"] {left: 0px;top: -8px; position: relative;}#af5bda2f23af044 [data-item="items"] {left: 0px;top: 68px; position: relative;}#af5bda2f23af044 [data-item="abstract"] {left: -9px;top: 9px; position: relative;}#af5bda2f23af044 [data-item="title"] {left: -5px;top: 7px; position: relative;}#a98d4a7002a6a15 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 2px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 5px;}#a98d4a7002a6a15 .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);}#abca1a85a7a4a97 [data-item*=".title"], #abca1a85a7a4a97 [data-item*=".title"] a {max-line: 2;font-size: 16px;line-height: 1.5;}#abca1a85a7a4a97 [data-item*=".abstract"], #abca1a85a7a4a97 [data-item*=".abstract"] a {show: false;max-line: 0;}#abca1a85a7a4a97 [data-item*=".subTitle"], #abca1a85a7a4a97 [data-item*=".subTitle"] a {show: false;}#abca1a85a7a4a97 [data-item*=".category"], #abca1a85a7a4a97 [data-item*=".category"] a {show: false;}#abca1a85a7a4a97 [data-item="items"] .img {background-size: contain;}@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#aa278a2515ab7c6 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aa278a2515ab7c6 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a3f37a4904a1907 .ele-wrap {border-color: rgba(238, 115, 46, 1);color: #ee732e;border-width: 1px;border-style: solid;font-size: 18px;background-color: transparent;border-radius: 2px;justify-content: center;font-weight: 400;width: 150px;height: 43px;padding-right: 7px;}#a3f37a4904a1907 .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);}#ae791a81eba8ffd [data-item="items[0].abstract"] {left: 0px;top: 19px; position: relative;}#ae791a81eba8ffd [data-item="items[1].abstract"] {left: 0px;top: 19px; position: relative;}#ae791a81eba8ffd [data-item="items[2].abstract"] {left: 0px;top: 19px; position: relative;}#ae791a81eba8ffd [data-item="items[3].abstract"] {left: 0px;top: 17px; position: relative;}#ae791a81eba8ffd [data-item="items[0]"] {left: 0px;top: -36px; position: relative;}#ae791a81eba8ffd [data-item="items[1]"] {left: 0px;top: -36px; position: relative;}#ae791a81eba8ffd [data-item="items[2]"] {left: 0px;top: -36px; position: relative;}#ae791a81eba8ffd [data-item="items[3]"] {left: 0px;top: -36px; position: relative;}#ae791a81eba8ffd [data-item="abstract"] {left: 0px;top: 5px; position: relative;}#ae791a81eba8ffd [data-item="title"] {left: -1px;top: 10px; position: relative;}#ae791a81eba8ffd [data-item="items[0].title"] {left: 0px;top: 7px; position: relative;}#ae791a81eba8ffd [data-item="items[1].title"] {left: 0px;top: 7px; position: relative;}#ae791a81eba8ffd [data-item="items[2].title"] {left: 0px;top: 7px; position: relative;}#ae791a81eba8ffd [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: 90vh;
  /* mobile */
}
#a2bf5a0f02af11a .search-highlight {
  background: yellow;
}
#a2bf5a0f02af11a .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a2bf5a0f02af11a .el-title {
  margin-bottom: 20px;
}
#a2bf5a0f02af11a .el-item:hover .el-title {
  color: #ff6e40;
}
#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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 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;
#ac970a5f33a6369 .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 .switch_item {
  margin-right: 10px;
}
#a8827ac48ba2999 a.switch_item:hover {
  text-decoration: underline;
}
#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;
}
#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;
  overflow: hidden;
}
#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 .forget_password {
  cursor: pointer;
}
#a8827ac48ba2999 .forget_password:hover {
  color: #333333;
}
#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;
  width: 20px;
}
#a8827ac48ba2999 .form-item {
  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;
  display: block;
  max-width: 300px;
}
#a8827ac48ba2999 .login_btn_wrap {
  text-align: center;
}
#a8827ac48ba2999 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a8827ac48ba2999 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a8827ac48ba2999 .input-item .pwd-toggle:hover {
  color: currentColor;
}
@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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 a:hover {color: rgba(238, 115, 46, 1);}#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;
#ac970a5f33a6369 .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;
#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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 a:hover {color: rgba(238, 115, 46, 1);}#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;
#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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 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;
#ac970a5f33a6369 .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;
#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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 a:hover {color: rgba(238, 115, 46, 1);}#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;
#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: 90vh;
  /* mobile */
}
#a26a4a3a0baba98 .search-highlight {
  background: yellow;
}
#a26a4a3a0baba98 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a26a4a3a0baba98 .el-title {
  margin-bottom: 20px;
}
#a26a4a3a0baba98 .el-item:hover .el-title {
  color: #ff6e40;
}
#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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a32f3a8960ab052 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a7273a8e56ae8e1 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a017da1557af2cf .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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;
  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;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
}
#a317baeabfa73e9 .menu-list > li.active > a {
  font-weight: bold;
  font-style: normal;
  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;
  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;
  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;
  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 .comment-detail {
  min-height: 600px;
}
#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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 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;
#ac970a5f33a6369 .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;
#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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 a:hover {color: rgba(238, 115, 46, 1);}#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;
#ac970a5f33a6369 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:/resources/sys/img/totop-default.svg;
@to TopIcon:/resources/sys/img/totop-default.svg;
#a19ffa6369a1ae6 .search-detail {
  min-height: 400px;
}
#a19ffa6369a1ae6 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a19ffa6369a1ae6 table th,
#a19ffa6369a1ae6 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a19ffa6369a1ae6 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a19ffa6369a1ae6 .red {
  color: #F00!important;
}
#a19ffa6369a1ae6 .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;
#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;
#a97f2a4ab7a326d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a97f2a4ab7a326d .menu-list > li > a {
  height: 100%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 65px;
  padding: 0 nullpx;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  border-right-style: none;
}
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ee732e;
}
#a97f2a4ab7a326d .menu-list > li.active > a:before,
#a97f2a4ab7a326d .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#a97f2a4ab7a326d .menu-list > li ul li {
  position: relative;
}
#a97f2a4ab7a326d .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#a97f2a4ab7a326d .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;
  font-size: 18px;
  text-align: center;
  font-family: NotoSansSC-DemiLight;
  color: #ffffff;
  background: transparent;
}
#a97f2a4ab7a326d .menu-list li ul li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul li a:active,
#a97f2a4ab7a326d .menu-list li ul li a.active,
#a97f2a4ab7a326d .menu-list li ul li.active > a {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: NotoSansSC-Medium;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
#a97f2a4ab7a326d .menu-list li ul,
#a97f2a4ab7a326d .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;
}
#a97f2a4ab7a326d .menu-list li ul.menu-b > li,
#a97f2a4ab7a326d .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#a97f2a4ab7a326d .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#a97f2a4ab7a326d .menu-list li:hover > ul {
  display: block;
}
#a97f2a4ab7a326d .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6ee8a638ca3347 , #a6ee8a638ca3347 a{color: rgba(238, 115, 46, 1);}#a6ee8a638ca3347:hover, #a6ee8a638ca3347 a:hover {color: rgba(238, 115, 46, 1);}#a8ac8ab028aafad [data-item="ads[0].title"] {left: 3px;top: 2px; position: relative;}#a8ac8ab028aafad [data-item="footerTip"] {left: 0px;top: -8px; position: relative;}