@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft Yahei";
}
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 * 3. Style
 */
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/*
   * Removes default margin.
   */
body {
  margin: 0;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}
/* Links
   ========================================================================== */
/*
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}
/*
   * Remove the outline on focused links when they are also active or hovered
   */
a:active,
a:hover {
  outline: none;
}
/*
   * Style
   */
a,
.uk-link {
  color: #4a90e2;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #9b9b9b;
}
/* 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: #9b9b9b;
}
/* 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: #4a90e2;
  text-shadow: none;
}
::selection {
  background: #4a90e2;
  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 #4a90e2;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #4a90e2;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f5a623;
}
/* ========================================================================
     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: #f5a623;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #4a90e2;
  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: #4a90e2;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #4a90e2;
  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: #f5a623;
  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: #4a90e2;
  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: #4a90e2;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #4a90e2;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #4a90e2;
  color: #ffffff;
}
/* Hover + Focus */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #222222;
  color: #ffffff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-button-secondary {
  color: #666;
  border: 1px solid #222222;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #4a90e2;
  color: #ffffff;
  border-color: #4a90e2;
}
/*
   * 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: #f5a623;
  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: #4a90e2;
}
/* 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: #4a90e2;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #9b9b9b;
}
/* 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: #4a90e2;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f5a623;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f5a623;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #4a90e2;
}
/*
   * Secondary
   */
.uk-tile-secondary {
  background: #222222;
}
/* ========================================================================
     Component: Card
   ========================================================================== */
/* Badge
   ========================================================================== */
.uk-card-badge {
  color: #666;
}
/*
   * Remove margin from adjacent element
   */
.uk-card-badge:first-child + * {
  margin-top: 0;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   * Note: Header and Footer are only implemented for the default style
   */
.uk-card-default {
  background: #ffffff;
  color: #666;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #ffffff;
}
/*
   * Primary
   */
.uk-card-primary {
  background: #4a90e2;
  color: #ffffff;
}
.uk-card-primary .uk-card-title {
  color: #ffffff;
}
/*
   * Secondary
   */
.uk-card-secondary {
  background: #222222;
  color: #ffffff;
}
.uk-card-secondary .uk-card-title {
  color: #ffffff;
}
/* ========================================================================
     Component: Close
   ========================================================================== */
/* Hover + Focus */
/* Hover + Focus */
.uk-totop:hover,
.uk-totop:focus {
  outline: none;
  background-color: transparent;
}
/* OnClick */
.uk-totop:active {
  color: #4a90e2;
  background-color: transparent;
}
/* ========================================================================
     Component: Marker
   ========================================================================== */
/*
   * Addopts `uk-icon`
   */
.uk-marker {
  padding: 5px;
  background: #222222;
  color: #ffffff;
}
/* Hover + Focus */
.uk-marker:hover,
.uk-marker:focus {
  color: #ffffff;
  outline: none;
}
/* ========================================================================
     Component: Alert
   ========================================================================== */
.uk-alert {
  position: relative;
  background: #ffffff;
  color: #333;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-alert-primary {
  background: #ffffff;
  color: #4a90e2;
}
/*
   * 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: #4a90e2;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #4a90e2;
  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: #f5a623;
}
.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: #4a90e2;
  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: #4a90e2;
}
/* 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: #4a90e2;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #4a90e2;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #4a90e2;
}
/* 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: #4a90e2;
  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: #4a90e2;
  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: #4a90e2;
  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: #4a90e2;
}
/* 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: #4a90e2;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #4a90e2;
  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: #4a90e2;
}
/*
   * 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: #4a90e2;
}
/* 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: #f5a623;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #4a90e2;
}
/*
   * 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: #4a90e2;
  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: #f5a623;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #4a90e2;
}
.uk-progress::-moz-progress-bar {
  background-color: #4a90e2;
}
.uk-progress::-ms-fill {
  background-color: #4a90e2;
}
/* ========================================================================
     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: #4a90e2 !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: #4a90e2 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #4a90e2;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f5a623;
}
.uk-background-primary {
  background-color: #4a90e2;
}
.uk-background-secondary {
  background-color: #222222;
}
/* ========================================================================
     Component: Inverse
   ========================================================================== */
.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*='uk-card-media']) a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*='uk-card-media']) a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.ap-toolbar a,
.ap-toolbar .uk-link {
  color: #ffffff;
}
.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary > :not([class*='uk-card-media']) a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary > :not([class*='uk-card-media']) a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.ap-toolbar a:hover,
.ap-toolbar .uk-link:hover {
  color: #ffffff;
}
.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*='uk-card-media']) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*='uk-card-media']) em,
.uk-overlay-primary em,
.ap-toolbar em {
  color: #ffffff;
}
.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary > :not([class*='uk-card-media']) h1,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-primary > :not([class*='uk-card-media']) h2,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-primary > :not([class*='uk-card-media']) h3,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-primary > :not([class*='uk-card-media']) h4,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-primary > :not([class*='uk-card-media']) h5,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-primary > :not([class*='uk-card-media']) h6,
.uk-card-primary > :not([class*='uk-card-media']) .uk-h6,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary > :not([class*='uk-card-media']) h1,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h1,
.uk-card-secondary > :not([class*='uk-card-media']) h2,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h2,
.uk-card-secondary > :not([class*='uk-card-media']) h3,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h3,
.uk-card-secondary > :not([class*='uk-card-media']) h4,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h4,
.uk-card-secondary > :not([class*='uk-card-media']) h5,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h5,
.uk-card-secondary > :not([class*='uk-card-media']) h6,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-h6,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.ap-toolbar h1,
.ap-toolbar .uk-h1,
.ap-toolbar h2,
.ap-toolbar .uk-h2,
.ap-toolbar h3,
.ap-toolbar .uk-h3,
.ap-toolbar h4,
.ap-toolbar .uk-h4,
.ap-toolbar h5,
.ap-toolbar .uk-h5,
.ap-toolbar h6,
.ap-toolbar .uk-h6 {
  color: #ffffff;
}
.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*='uk-card-media']) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*='uk-card-media']) blockquote,
.uk-overlay-primary blockquote,
.ap-toolbar blockquote {
  color: #ffffff;
}
.uk-light .uk-heading-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-primary,
.uk-card-primary.uk-card-body .uk-heading-primary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-card-secondary.uk-card-body .uk-heading-primary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-primary,
.uk-overlay-primary .uk-heading-primary,
.ap-toolbar .uk-heading-primary {
  color: #ffffff;
}
.uk-light .uk-heading-hero,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-hero,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-hero,
.uk-card-primary.uk-card-body .uk-heading-hero,
.uk-card-primary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-card-secondary.uk-card-body .uk-heading-hero,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-hero,
.uk-overlay-primary .uk-heading-hero,
.ap-toolbar .uk-heading-hero {
  color: #ffffff;
}
.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.ap-toolbar .uk-icon-button {
  background-color: #ffffff;
  background-image: none;
}
.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.ap-toolbar .uk-radio:checked,
.ap-toolbar .uk-checkbox:checked,
.ap-toolbar .uk-checkbox:indeterminate {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.ap-toolbar .uk-form-label {
  color: #ffffff;
}
.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.ap-toolbar .uk-button-default {
  background-color: #ffffff;
  color: #333;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:focus,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:focus,
.uk-overlay-primary .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:focus,
.ap-toolbar .uk-button-default:hover,
.ap-toolbar .uk-button-default:focus {
  background-color: #ffffff;
  color: #4a90e2;
  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: #4a90e2;
  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: #4a90e2;
  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: #f5a623;
  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: #4a90e2;
}
.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.ap-toolbar .uk-navbar-toggle {
  color: #ffffff;
}
.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.ap-toolbar .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.ap-toolbar .uk-subnav-pill > .uk-active > a {
  background-color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.ap-toolbar .uk-tab > .uk-active > a {
  color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.ap-toolbar .uk-dotnav > .uk-active > * {
  background-color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-number,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-separator,
.uk-card-primary.uk-card-body .uk-countdown-number,
.uk-card-primary.uk-card-body .uk-countdown-separator,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-card-secondary.uk-card-body .uk-countdown-number,
.uk-card-secondary.uk-card-body .uk-countdown-separator,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-number,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-separator,
.uk-overlay-primary .uk-countdown-number,
.uk-overlay-primary .uk-countdown-separator,
.ap-toolbar .uk-countdown-number,
.ap-toolbar .uk-countdown-separator {
  color: #ffffff;
}
.uk-light .uk-countdown-label,
.uk-section-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-countdown-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-countdown-label,
.uk-card-primary.uk-card-body .uk-countdown-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-card-secondary.uk-card-body .uk-countdown-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-countdown-label,
.uk-overlay-primary .uk-countdown-label,
.ap-toolbar .uk-countdown-label {
  color: #ffffff;
}
.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.ap-toolbar .uk-text-lead {
  color: #ffffff;
}
/* Header
   ========================================================================== */
/*
   * Header
   */
/*
   * Headerbars
   */
.ap-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-headerbar-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}
.ap-header .uk-navbar-nav .menu-item a {
  position: relative;
}
.ap-header .uk-navbar-nav .menu-item a:hover,
.ap-header .uk-navbar-nav .uk-active a {
  font-weight: bolder;
}
.ap-header .uk-navbar-nav .menu-item a:hover::before,
.ap-header .uk-navbar-nav .uk-active a::before {
  right: 15px;
  display: block;
}
.ap-header-transparent {
  position: absolute;
  z-index: 980;
  left: 0;
  right: 0;
}
.ap-header-transparent .uk-navbar-nav .menu-item a {
  position: relative;
  color: #fff;
}
.ap-header-transparent .uk-navbar-nav .menu-item a:hover::before,
.ap-header-transparent .uk-navbar-nav .uk-active a::before {
  background-color: #fff;
}
.uk-navbar-transparent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  z-index: 100;
  transition: background-color 0.3s ease-in;
}
.uk-navbar-transparent.uk-sticky-below {
  z-index: 1000;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li.uk-active > a,
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #292929;
}
.uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a {
  color: #4f5260;
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below,
.uk-section-secondary .uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba(34, 34, 34, 0.94);
}
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a,
.uk-section-secondary .uk-navbar-transparent.uk-sticky-below .uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #4a90e2;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f5a623;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #4a90e2;
}
.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: #4a90e2;
  border-color: #4a90e2;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #4a90e2;
}
/* ========================================================================
   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: #2275d7;
}
.ap-list-filter dd a.active {
  background-color: #4a90e2;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #4a90e2;
}
.category li a.active {
  color: #4a90e2;
}
.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: #4a90e2;
}
.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: #4a90e2;
  border: 1px solid rgba(74, 144, 226, 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: #4a90e2;
}
form .step .ui-step.active .ui-step-title {
  color: #4a90e2;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #4a90e2;
  background-color: #4a90e2;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #4a90e2;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #4a90e2;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #4a90e2;
  color: #4a90e2;
}
.btn-effect-2:hover {
  background-color: #4a90e2;
}
.uk-button.btn-effect-5 {
  background-color: #4a90e2;
  box-shadow: 0 0 15px rgba(74, 144, 226, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #4a90e2;
}
.header-effect-6 [data-item='title']::before {
  background-color: #4a90e2;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af09ca1cbda4b63 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2b00a0c1fab8f9 a, #a2b00a0c1fab8f9 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#abefaa4de7a4a2e a, #abefaa4de7a4a2e {
        font-weight: bold;
        font-style: normal;
    font-size: 17px;text-align: center;font-family: inherit;color: rgba(255, 255, 255, 1);}#a6a0ca0a8aaa643 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af29ca5c68adf1e .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#af29ca5c68adf1e .ele-article-list.uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#af29ca5c68adf1e .ele-article-list .pic-article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
#af29ca5c68adf1e .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
}
#af29ca5c68adf1e .ele-article-list .pic-article .img_wrap {
  width: 35%;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
}
#af29ca5c68adf1e .ele-article-list .pic-article .img_wrap .tags {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 11;
}
#af29ca5c68adf1e .ele-article-list .pic-article .img_wrap .tag {
  display: inline-block;
  padding: 0 .5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: .6rem;
  text-align: center;
  border-radius: 1rem;
  margin: 0 5px 5px 0;
}
#af29ca5c68adf1e .ele-article-list .pic-article .img_wrap .img {
  width: 100%;
  height: 0;
  background-position: center center;
  transition: all .3s ease;
}
#af29ca5c68adf1e .ele-article-list .pic-article .img_wrap:hover .img {
  transform: scale(1.05);
}
#af29ca5c68adf1e .ele-article-list .pic-article .info {
  position: relative;
  color: #828a92;
  flex: 1;
  font-size: 13px;
  overflow: hidden;
  min-height: 50px;
}
#af29ca5c68adf1e .ele-article-list .pic-article .info h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
#af29ca5c68adf1e .ele-article-list .pic-article .info h3 a {
  color: #3d464d;
  font-weight: 500;
}
#af29ca5c68adf1e .ele-article-list .pic-article .info h3 a:hover {
  color: #222;
}
#af29ca5c68adf1e .ele-article-list .pic-article .info .info-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 1;
}
#af29ca5c68adf1e .ele-article-list .text-article {
  padding: 0 0 15px 20px;
  font-size: 12px;
  position: relative;
}
#af29ca5c68adf1e .ele-article-list .text-article.no-icon {
  padding-left: 0;
}
#af29ca5c68adf1e .ele-article-list .text-article .list-icon {
  width: 12px;
  height: auto;
  position: absolute;
  left: 0;
  top: 6px;
}
#af29ca5c68adf1e .ele-article-list .text-article h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
#af29ca5c68adf1e .ele-article-list .text-article h3 a {
  color: #3d464d;
  transition: all .2s ease;
}
#af29ca5c68adf1e .ele-article-list .text-article h3 a:hover {
  text-decoration: underline;
  color: #222;
}
/* mobile */
@media (max-width: 640px) {
  .ele-article-list .pic-article {
    padding: 10px 0;
  }
  .ele-article-list .pic-article .img_wrap {
    margin-right: 10px;
  }
  .ele-article-list .pic-article .img_wrap .tag {
    display: none;
  }
  .ele-article-list .pic-article .info {
    font-size: 12px;
  }
  .ele-article-list .pic-article .abstract {
    display: none;
  }
  .ele-article-list .pic-article .info h3 {
    font-size: 14px;
  }
}
#af29ca5c68adf1e .ele-article-list .pic-article {
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}
#af29ca5c68adf1e .ele-article-list .pic-article .img_wrap {
  width: 29%;
  border-radius: 5px;
  overflow: hidden;
}
#af29ca5c68adf1e .ele-article-list .pic-article .info .abstract {
  min-height: 40px;
}
#af29ca5c68adf1e .ele-article-list .pic-article .info h3 a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#af29ca5c68adf1e .ele-article-list .pic-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#af29ca5c68adf1e .ele-article-list .pic-article:hover .info h3 a {
  color: #444;
}
#af29ca5c68adf1e .ele-article-list .pic-article:hover .category {
  color: auto;
}
#af29ca5c68adf1e .ele-article-list .pic-article:hover .abstract {
  color: auto;
}
#af29ca5c68adf1e .ele-article-list .pic-article:hover .time {
  color: auto;
}
#af29ca5c68adf1e .ele-article-list .text-article {
  border-bottom: 1px solid #ececec;
}
#af29ca5c68adf1e .ele-article-list .text-article h3 a {
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
}
#af29ca5c68adf1e .ele-article-list .text-article:hover {
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
#af29ca5c68adf1e .ele-article-list .text-article:hover .info h3 a {
  color: #444;
}
#af29ca5c68adf1e .ele-article-list .text-article:hover .time {
  color: auto;
}
#af065a3377a97e0 [data-item*=".abstract"], #af065a3377a97e0 [data-item*=".abstract"] a {show: true;}#af065a3377a97e0 [data-item*=".subTitle"], #af065a3377a97e0 [data-item*=".subTitle"] a {show: true;}#af065a3377a97e0 [data-item*=".category"], #af065a3377a97e0 [data-item*=".category"] a {show: true;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1041ac0cfa158d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@media (min-width: 1200px) {
  #a83d2a0ea1acd3b .uk-container {
    padding: 0 60px;
  }
}
@media (min-width: 980px) {
  #a83d2a0ea1acd3b .sidebar {
    width: 300px;
    padding: 1;
  }
}
#a83d2a0ea1acd3b .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 15px;
}
#a83d2a0ea1acd3b .rich-img-wrap {
  display: block;
}
#a83d2a0ea1acd3b .author-name {
  color: #262626;
  display: block;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
}
#a83d2a0ea1acd3b .author-info span {
  background: #fafcfe;
  border: 1px solid #4a90e2;
  color: #4a90e2;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-top: 4px;
  padding: 0 6px;
  text-align: center;
}
#a83d2a0ea1acd3b .sidebar .border-1 {
  padding: 15px 16px 40px;
  border-radius: 3px;
  overflow: hidden;
  border-top: 3px solid #4a90e2;
}
#a83d2a0ea1acd3b .new-list {
  padding: 15px 0 0;
  border-top: 1px solid #ececec;
}
#a83d2a0ea1acd3b .sidebar .uk-h4 {
  color: #262626;
  font-size: 14px;
  margin: 0;
}
#a83d2a0ea1acd3b .sidebar .uk-h4:before {
  background: #4a90e2;
  content: "";
  display: inline-block;
  height: 10px;
  margin: 0 6px 0 0;
  width: 2px;
}
#a83d2a0ea1acd3b .author-wrapper {
  position: relative;
}
#a83d2a0ea1acd3b .sidebar h3 {
  font-size: 16px;
  line-height: 25px;
  color: #262626;
}
#a83d2a0ea1acd3b .sidebar h3::after {
  border: .5px solid #ddd;
  content: "";
  display: block;
  height: 0;
  margin-top: 10px;
  width: 20px;
}
#a83d2a0ea1acd3b .sidebar .footer-tip {
  text-align: center;
  line-height: 40px;
  color: #fff;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#a83d2a0ea1acd3b .new-list li {
  padding: 5px 0 15px;
}
#a83d2a0ea1acd3b .sidebar a {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  padding-bottom: 4px;
  display: block;
}
#a83d2a0ea1acd3b .sidebar a:hover {
  color: #6da6e8;
}
#a83d2a0ea1acd3b .new-list li span {
  font-size: 12px;
  color: #a7a7a7;
}
#a83d2a0ea1acd3b .uk-main {
  display: flex;
  gap: 20px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afaa1a6ce8a280f {
  overflow: hidden;
}
#afaa1a6ce8a280f , #afaa1a6ce8a280f > * {
        font-weight: bold;
        font-style: normal;
    text-align: center;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a849aa6584a300b  {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afaf2a7aa3af368 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
#a0444ad0e0af135 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a39eea2df4af8c0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-top-right-radius: 5px;}#a5dffa42d6a364a a, #a5dffa42d6a364a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a5dffa42d6a364a a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9f5ba3394aea0a .ele-wrap {color: #000000;font-size: 20px;font-weight: 700;background-color: rgba(249, 249, 249, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a9f5ba3394aea0a .ele-wrap:hover {background-color: #0483cc;background-color: rgba(249, 249, 249, 1);border-color: rgba(249, 249, 249, 1);}#a7518a528ca7f18 .ele-wrap {color: #000000;font-size: 20px;font-weight: 700;background-color: rgba(249, 249, 249, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a7518a528ca7f18 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(249, 249, 249, 1);border-color: rgba(249, 249, 249, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7d17ac0a8a0ee0 .afd61a240aa9859 {
  overflow: hidden;
}
#a7d17ac0a8a0ee0 .afd61a240aa9859 , #a7d17ac0a8a0ee0 .afd61a240aa9859 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7d17ac0a8a0ee0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7d17ac0a8a0ee0 .uk-position-center-left-out {
    left: -30px;
  }
  #a7d17ac0a8a0ee0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab52cad959acbfa {
  overflow: hidden;
  pointer-events: none;
}
#ab52cad959acbfa > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ab52cad959acbfa > .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;
}
#ab52cad959acbfa > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab52cad959acbfa > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ab52cad959acbfa > .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;
}
#ab52cad959acbfa > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ab52cad959acbfa > .tab-wrap > div > .tab-nav,
#ab52cad959acbfa > .tab-nav,
#ab52cad959acbfa > .tab-tabs > .tab-wrap > div > .tab-nav,
#ab52cad959acbfa > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#ab52cad959acbfa > .tab-wrap > div > .tab-nav-horizontal,
#ab52cad959acbfa > .tab-nav-horizontal,
#ab52cad959acbfa > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ab52cad959acbfa > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ab52cad959acbfa > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab52cad959acbfa > .tab-nav-horizontal::-webkit-scrollbar,
#ab52cad959acbfa > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ab52cad959acbfa > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ab52cad959acbfa > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab52cad959acbfa > .tab-nav-horizontal.tagScroll,
#ab52cad959acbfa > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ab52cad959acbfa > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#ab52cad959acbfa > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab52cad959acbfa > .tab-nav-horizontal.tagScroll li a,
#ab52cad959acbfa > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ab52cad959acbfa > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ab52cad959acbfa > .tab-wrap > div > .tab-nav a,
#ab52cad959acbfa > .tab-nav a,
#ab52cad959acbfa > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ab52cad959acbfa > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ab52cad959acbfa > .tab-wrap > div > .tab-nav li a,
#ab52cad959acbfa > .tab-nav li a,
#ab52cad959acbfa > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ab52cad959acbfa > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#ab52cad959acbfa > .tab-wrap > div > .tab-nav li a svg,
#ab52cad959acbfa > .tab-nav li a svg,
#ab52cad959acbfa > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ab52cad959acbfa > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ab52cad959acbfa > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab52cad959acbfa > .tab-nav li a .ap_icon,
#ab52cad959acbfa > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ab52cad959acbfa > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ab52cad959acbfa > .tab-wrap > div > .tab-nav li a:hover,
#ab52cad959acbfa > .tab-nav li a:hover,
#ab52cad959acbfa > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ab52cad959acbfa > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ab52cad959acbfa > .tab-wrap > div > .tab-nav li.uk-active a,
#ab52cad959acbfa > .tab-nav li.uk-active a,
#ab52cad959acbfa > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ab52cad959acbfa > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ab52cad959acbfa .layout-left li,
#ab52cad959acbfa .layout-center li,
#ab52cad959acbfa .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ab52cad959acbfa .layout-left li a,
#ab52cad959acbfa .layout-center li a,
#ab52cad959acbfa .layout-right li a {
  height: 100%;
}
#ab52cad959acbfa > .tab-tabs .layout-left {
  text-align: left;
}
#ab52cad959acbfa > .tab-tabs .layout-center {
  text-align: center;
}
#ab52cad959acbfa > .tab-tabs .layout-right {
  text-align: right;
}
#ab52cad959acbfa .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#ab52cad959acbfa .tab-content-wrap {
  background-color: #ffffff;
}
#ab52cad959acbfa .tab-contents,
#ab52cad959acbfa .tab-contents-wrap {
  pointer-events: none;
}
#ab52cad959acbfa .tab-content,
#ab52cad959acbfa .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ab52cad959acbfa .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ab52cad959acbfa .tab-wrap .tab-contents {
  height: 100%;
}
#ab52cad959acbfa .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ab52cad959acbfa .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ab52cad959acbfa .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a9f87ab54ba0a92 .a7b24aebfba4f01 {
  overflow: hidden;
}
#a9f87ab54ba0a92 .a7b24aebfba4f01 , #a9f87ab54ba0a92 .a7b24aebfba4f01 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a9f87ab54ba0a92 .af152a0009aba78  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a9f87ab54ba0a92 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9f87ab54ba0a92 .uk-position-center-left-out {
    left: -30px;
  }
  #a9f87ab54ba0a92 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae613a77bfaad08 {
  overflow: hidden;
  pointer-events: none;
}
#ae613a77bfaad08 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ae613a77bfaad08 > .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;
}
#ae613a77bfaad08 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae613a77bfaad08 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ae613a77bfaad08 > .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;
}
#ae613a77bfaad08 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ae613a77bfaad08 > .tab-wrap > div > .tab-nav,
#ae613a77bfaad08 > .tab-nav,
#ae613a77bfaad08 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ae613a77bfaad08 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#ae613a77bfaad08 > .tab-wrap > div > .tab-nav-horizontal,
#ae613a77bfaad08 > .tab-nav-horizontal,
#ae613a77bfaad08 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ae613a77bfaad08 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ae613a77bfaad08 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae613a77bfaad08 > .tab-nav-horizontal::-webkit-scrollbar,
#ae613a77bfaad08 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ae613a77bfaad08 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ae613a77bfaad08 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae613a77bfaad08 > .tab-nav-horizontal.tagScroll,
#ae613a77bfaad08 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ae613a77bfaad08 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#ae613a77bfaad08 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae613a77bfaad08 > .tab-nav-horizontal.tagScroll li a,
#ae613a77bfaad08 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ae613a77bfaad08 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ae613a77bfaad08 > .tab-wrap > div > .tab-nav a,
#ae613a77bfaad08 > .tab-nav a,
#ae613a77bfaad08 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ae613a77bfaad08 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ae613a77bfaad08 > .tab-wrap > div > .tab-nav li a,
#ae613a77bfaad08 > .tab-nav li a,
#ae613a77bfaad08 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ae613a77bfaad08 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#ae613a77bfaad08 > .tab-wrap > div > .tab-nav li a svg,
#ae613a77bfaad08 > .tab-nav li a svg,
#ae613a77bfaad08 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ae613a77bfaad08 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ae613a77bfaad08 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae613a77bfaad08 > .tab-nav li a .ap_icon,
#ae613a77bfaad08 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ae613a77bfaad08 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ae613a77bfaad08 > .tab-wrap > div > .tab-nav li a:hover,
#ae613a77bfaad08 > .tab-nav li a:hover,
#ae613a77bfaad08 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ae613a77bfaad08 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ae613a77bfaad08 > .tab-wrap > div > .tab-nav li.uk-active a,
#ae613a77bfaad08 > .tab-nav li.uk-active a,
#ae613a77bfaad08 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ae613a77bfaad08 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ae613a77bfaad08 .layout-left li,
#ae613a77bfaad08 .layout-center li,
#ae613a77bfaad08 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ae613a77bfaad08 .layout-left li a,
#ae613a77bfaad08 .layout-center li a,
#ae613a77bfaad08 .layout-right li a {
  height: 100%;
}
#ae613a77bfaad08 > .tab-tabs .layout-left {
  text-align: left;
}
#ae613a77bfaad08 > .tab-tabs .layout-center {
  text-align: center;
}
#ae613a77bfaad08 > .tab-tabs .layout-right {
  text-align: right;
}
#ae613a77bfaad08 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#ae613a77bfaad08 .tab-content-wrap {
  background-color: #ffffff;
}
#ae613a77bfaad08 .tab-contents,
#ae613a77bfaad08 .tab-contents-wrap {
  pointer-events: none;
}
#ae613a77bfaad08 .tab-content,
#ae613a77bfaad08 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ae613a77bfaad08 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ae613a77bfaad08 .tab-wrap .tab-contents {
  height: 100%;
}
#ae613a77bfaad08 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ae613a77bfaad08 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ae613a77bfaad08 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a81bca4594ae04b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a044cad550a31a5 > .ele-wrap {background-color: rgba(47, 21, 225, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-top-right-radius: 5px;}#aea33aba9bab13c > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1c70a768fac0b5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a1c70a768fac0b5 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a1c70a768fac0b5 .ap-icon {
  margin-right: 6px;
}
#a1c70a768fac0b5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  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: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #2f15e1;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 4px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: dashed;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 180px;
  height: 32px;
}
#a1c70a768fac0b5 .menu-list > li.icon-bottom > a,
#a1c70a768fac0b5 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a1c70a768fac0b5 .menu-list > li.icon-bottom > a .ap-icon,
#a1c70a768fac0b5 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a1c70a768fac0b5 .menu-list > li.icon-bottom > a .ap-icon svg,
#a1c70a768fac0b5 .menu-list > li.icon-top > a .ap-icon svg,
#a1c70a768fac0b5 .menu-list > li.icon-bottom > a .ap-icon img,
#a1c70a768fac0b5 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a1c70a768fac0b5 .menu-list > li.icon-right > a .ap-icon,
#a1c70a768fac0b5 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a1c70a768fac0b5 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a1c70a768fac0b5 .menu-list > li:hover > a,
#a1c70a768fac0b5 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #238bcd;
  border-top-width: 0;
  border-top-style: none;
  border-left-color: #238bcd;
  border-right-width: 0;
  border-left-width: 5px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: dashed;
}
#a1c70a768fac0b5 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #238bcd;
  border-top-width: 0;
  border-top-style: none;
  border-left-color: #238bcd;
  border-right-width: 0;
  border-left-width: 5px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: dashed;
}
#a1c70a768fac0b5 .menu-list ul,
#a1c70a768fac0b5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1c70a768fac0b5 .menu-list ul {
  top: 218px;
  left: 50%;
  transform: translateX(-50%);
}
#a1c70a768fac0b5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1c70a768fac0b5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1c70a768fac0b5 .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;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afaf2a7aa3af368 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
#a0444ad0e0af135 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a39eea2df4af8c0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-top-right-radius: 5px;}#a5dffa42d6a364a a, #a5dffa42d6a364a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a5dffa42d6a364a a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9f5ba3394aea0a .ele-wrap {color: #000000;font-size: 20px;font-weight: 700;background-color: rgba(249, 249, 249, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a9f5ba3394aea0a .ele-wrap:hover {background-color: #0483cc;background-color: rgba(249, 249, 249, 1);border-color: rgba(249, 249, 249, 1);}#a7518a528ca7f18 .ele-wrap {color: #000000;font-size: 20px;font-weight: 700;background-color: rgba(249, 249, 249, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a7518a528ca7f18 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(249, 249, 249, 1);border-color: rgba(249, 249, 249, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2156ad46ca9e3e .a8a9caffa7a6d27 {
  overflow: hidden;
}
#a2156ad46ca9e3e .a8a9caffa7a6d27 , #a2156ad46ca9e3e .a8a9caffa7a6d27 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2156ad46ca9e3e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2156ad46ca9e3e .uk-position-center-left-out {
    left: -30px;
  }
  #a2156ad46ca9e3e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa854aa2b1a9eda {
  overflow: hidden;
  pointer-events: none;
}
#aa854aa2b1a9eda > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#aa854aa2b1a9eda > .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;
}
#aa854aa2b1a9eda > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa854aa2b1a9eda > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#aa854aa2b1a9eda > .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;
}
#aa854aa2b1a9eda > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#aa854aa2b1a9eda > .tab-wrap > div > .tab-nav,
#aa854aa2b1a9eda > .tab-nav,
#aa854aa2b1a9eda > .tab-tabs > .tab-wrap > div > .tab-nav,
#aa854aa2b1a9eda > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#aa854aa2b1a9eda > .tab-wrap > div > .tab-nav-horizontal,
#aa854aa2b1a9eda > .tab-nav-horizontal,
#aa854aa2b1a9eda > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#aa854aa2b1a9eda > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#aa854aa2b1a9eda > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa854aa2b1a9eda > .tab-nav-horizontal::-webkit-scrollbar,
#aa854aa2b1a9eda > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#aa854aa2b1a9eda > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#aa854aa2b1a9eda > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa854aa2b1a9eda > .tab-nav-horizontal.tagScroll,
#aa854aa2b1a9eda > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#aa854aa2b1a9eda > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#aa854aa2b1a9eda > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa854aa2b1a9eda > .tab-nav-horizontal.tagScroll li a,
#aa854aa2b1a9eda > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#aa854aa2b1a9eda > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#aa854aa2b1a9eda > .tab-wrap > div > .tab-nav a,
#aa854aa2b1a9eda > .tab-nav a,
#aa854aa2b1a9eda > .tab-tabs > .tab-wrap > div > .tab-nav a,
#aa854aa2b1a9eda > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#aa854aa2b1a9eda > .tab-wrap > div > .tab-nav li a,
#aa854aa2b1a9eda > .tab-nav li a,
#aa854aa2b1a9eda > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#aa854aa2b1a9eda > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#aa854aa2b1a9eda > .tab-wrap > div > .tab-nav li a svg,
#aa854aa2b1a9eda > .tab-nav li a svg,
#aa854aa2b1a9eda > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#aa854aa2b1a9eda > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#aa854aa2b1a9eda > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa854aa2b1a9eda > .tab-nav li a .ap_icon,
#aa854aa2b1a9eda > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#aa854aa2b1a9eda > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#aa854aa2b1a9eda > .tab-wrap > div > .tab-nav li a:hover,
#aa854aa2b1a9eda > .tab-nav li a:hover,
#aa854aa2b1a9eda > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#aa854aa2b1a9eda > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#aa854aa2b1a9eda > .tab-wrap > div > .tab-nav li.uk-active a,
#aa854aa2b1a9eda > .tab-nav li.uk-active a,
#aa854aa2b1a9eda > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#aa854aa2b1a9eda > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#aa854aa2b1a9eda .layout-left li,
#aa854aa2b1a9eda .layout-center li,
#aa854aa2b1a9eda .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#aa854aa2b1a9eda .layout-left li a,
#aa854aa2b1a9eda .layout-center li a,
#aa854aa2b1a9eda .layout-right li a {
  height: 100%;
}
#aa854aa2b1a9eda > .tab-tabs .layout-left {
  text-align: left;
}
#aa854aa2b1a9eda > .tab-tabs .layout-center {
  text-align: center;
}
#aa854aa2b1a9eda > .tab-tabs .layout-right {
  text-align: right;
}
#aa854aa2b1a9eda .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#aa854aa2b1a9eda .tab-content-wrap {
  background-color: #ffffff;
}
#aa854aa2b1a9eda .tab-contents,
#aa854aa2b1a9eda .tab-contents-wrap {
  pointer-events: none;
}
#aa854aa2b1a9eda .tab-content,
#aa854aa2b1a9eda .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#aa854aa2b1a9eda .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#aa854aa2b1a9eda .tab-wrap .tab-contents {
  height: 100%;
}
#aa854aa2b1a9eda .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#aa854aa2b1a9eda .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#aa854aa2b1a9eda .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4b8ca2192ac820 .a07f6a4fa1a8228 {
  overflow: hidden;
}
#a4b8ca2192ac820 .a07f6a4fa1a8228 , #a4b8ca2192ac820 .a07f6a4fa1a8228 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4b8ca2192ac820 .a2b98ae9f9a2cfa {
  overflow: hidden;
}
#a4b8ca2192ac820 .aa274a896ca401c  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4b8ca2192ac820 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4b8ca2192ac820 .uk-position-center-left-out {
    left: -30px;
  }
  #a4b8ca2192ac820 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a27eca74deac7ae {
  overflow: hidden;
  pointer-events: none;
}
#a27eca74deac7ae > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a27eca74deac7ae > .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;
}
#a27eca74deac7ae > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a27eca74deac7ae > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a27eca74deac7ae > .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;
}
#a27eca74deac7ae > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a27eca74deac7ae > .tab-wrap > div > .tab-nav,
#a27eca74deac7ae > .tab-nav,
#a27eca74deac7ae > .tab-tabs > .tab-wrap > div > .tab-nav,
#a27eca74deac7ae > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a27eca74deac7ae > .tab-wrap > div > .tab-nav-horizontal,
#a27eca74deac7ae > .tab-nav-horizontal,
#a27eca74deac7ae > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a27eca74deac7ae > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a27eca74deac7ae > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a27eca74deac7ae > .tab-nav-horizontal::-webkit-scrollbar,
#a27eca74deac7ae > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a27eca74deac7ae > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a27eca74deac7ae > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a27eca74deac7ae > .tab-nav-horizontal.tagScroll,
#a27eca74deac7ae > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a27eca74deac7ae > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a27eca74deac7ae > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a27eca74deac7ae > .tab-nav-horizontal.tagScroll li a,
#a27eca74deac7ae > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a27eca74deac7ae > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a27eca74deac7ae > .tab-wrap > div > .tab-nav a,
#a27eca74deac7ae > .tab-nav a,
#a27eca74deac7ae > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a27eca74deac7ae > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a27eca74deac7ae > .tab-wrap > div > .tab-nav li a,
#a27eca74deac7ae > .tab-nav li a,
#a27eca74deac7ae > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a27eca74deac7ae > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a27eca74deac7ae > .tab-wrap > div > .tab-nav li a svg,
#a27eca74deac7ae > .tab-nav li a svg,
#a27eca74deac7ae > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a27eca74deac7ae > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a27eca74deac7ae > .tab-wrap > div > .tab-nav li a .ap_icon,
#a27eca74deac7ae > .tab-nav li a .ap_icon,
#a27eca74deac7ae > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a27eca74deac7ae > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a27eca74deac7ae > .tab-wrap > div > .tab-nav li a:hover,
#a27eca74deac7ae > .tab-nav li a:hover,
#a27eca74deac7ae > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a27eca74deac7ae > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a27eca74deac7ae > .tab-wrap > div > .tab-nav li.uk-active a,
#a27eca74deac7ae > .tab-nav li.uk-active a,
#a27eca74deac7ae > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a27eca74deac7ae > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a27eca74deac7ae .layout-left li,
#a27eca74deac7ae .layout-center li,
#a27eca74deac7ae .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a27eca74deac7ae .layout-left li a,
#a27eca74deac7ae .layout-center li a,
#a27eca74deac7ae .layout-right li a {
  height: 100%;
}
#a27eca74deac7ae > .tab-tabs .layout-left {
  text-align: left;
}
#a27eca74deac7ae > .tab-tabs .layout-center {
  text-align: center;
}
#a27eca74deac7ae > .tab-tabs .layout-right {
  text-align: right;
}
#a27eca74deac7ae .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a27eca74deac7ae .tab-content-wrap {
  background-color: #ffffff;
}
#a27eca74deac7ae .tab-contents,
#a27eca74deac7ae .tab-contents-wrap {
  pointer-events: none;
}
#a27eca74deac7ae .tab-content,
#a27eca74deac7ae .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a27eca74deac7ae .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a27eca74deac7ae .tab-wrap .tab-contents {
  height: 100%;
}
#a27eca74deac7ae .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a27eca74deac7ae .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a27eca74deac7ae .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aa943a3bd4ad84f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8020a2161a581b > .ele-wrap {background-color: rgba(47, 21, 225, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-top-right-radius: 5px;}#a1b97a9a36ad001 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afe89a4974afc4e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#afe89a4974afc4e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#afe89a4974afc4e .ap-icon {
  margin-right: 6px;
}
#afe89a4974afc4e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  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: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #2f15e1;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 4px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: dashed;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 180px;
  height: 32px;
}
#afe89a4974afc4e .menu-list > li.icon-bottom > a,
#afe89a4974afc4e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#afe89a4974afc4e .menu-list > li.icon-bottom > a .ap-icon,
#afe89a4974afc4e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#afe89a4974afc4e .menu-list > li.icon-bottom > a .ap-icon svg,
#afe89a4974afc4e .menu-list > li.icon-top > a .ap-icon svg,
#afe89a4974afc4e .menu-list > li.icon-bottom > a .ap-icon img,
#afe89a4974afc4e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#afe89a4974afc4e .menu-list > li.icon-right > a .ap-icon,
#afe89a4974afc4e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#afe89a4974afc4e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#afe89a4974afc4e .menu-list > li:hover > a,
#afe89a4974afc4e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #238bcd;
  border-top-width: 0;
  border-top-style: none;
  border-left-color: #238bcd;
  border-right-width: 0;
  border-left-width: 5px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: dashed;
}
#afe89a4974afc4e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #238bcd;
  border-top-width: 0;
  border-top-style: none;
  border-left-color: #238bcd;
  border-right-width: 0;
  border-left-width: 5px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: dashed;
}
#afe89a4974afc4e .menu-list ul,
#afe89a4974afc4e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#afe89a4974afc4e .menu-list ul {
  top: 218px;
  left: 50%;
  transform: translateX(-50%);
}
#afe89a4974afc4e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#afe89a4974afc4e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#afe89a4974afc4e .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;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afaf2a7aa3af368 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
#a0444ad0e0af135 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a39eea2df4af8c0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-top-right-radius: 5px;}#a5dffa42d6a364a a, #a5dffa42d6a364a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a5dffa42d6a364a a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9f5ba3394aea0a .ele-wrap {color: #000000;font-size: 20px;font-weight: 700;background-color: rgba(249, 249, 249, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a9f5ba3394aea0a .ele-wrap:hover {background-color: #0483cc;background-color: rgba(249, 249, 249, 1);border-color: rgba(249, 249, 249, 1);}#a7518a528ca7f18 .ele-wrap {color: #000000;font-size: 20px;font-weight: 700;background-color: rgba(249, 249, 249, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a7518a528ca7f18 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(249, 249, 249, 1);border-color: rgba(249, 249, 249, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4f9aa50a8a4f28 .a71eaaacada2c43 {
  overflow: hidden;
}
#a4f9aa50a8a4f28 .a71eaaacada2c43 , #a4f9aa50a8a4f28 .a71eaaacada2c43 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4f9aa50a8a4f28 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4f9aa50a8a4f28 .uk-position-center-left-out {
    left: -30px;
  }
  #a4f9aa50a8a4f28 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afeb7a7527abcef {
  overflow: hidden;
  pointer-events: none;
}
#afeb7a7527abcef > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#afeb7a7527abcef > .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;
}
#afeb7a7527abcef > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afeb7a7527abcef > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#afeb7a7527abcef > .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;
}
#afeb7a7527abcef > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#afeb7a7527abcef > .tab-wrap > div > .tab-nav,
#afeb7a7527abcef > .tab-nav,
#afeb7a7527abcef > .tab-tabs > .tab-wrap > div > .tab-nav,
#afeb7a7527abcef > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#afeb7a7527abcef > .tab-wrap > div > .tab-nav-horizontal,
#afeb7a7527abcef > .tab-nav-horizontal,
#afeb7a7527abcef > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#afeb7a7527abcef > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#afeb7a7527abcef > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afeb7a7527abcef > .tab-nav-horizontal::-webkit-scrollbar,
#afeb7a7527abcef > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#afeb7a7527abcef > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#afeb7a7527abcef > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afeb7a7527abcef > .tab-nav-horizontal.tagScroll,
#afeb7a7527abcef > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#afeb7a7527abcef > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#afeb7a7527abcef > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afeb7a7527abcef > .tab-nav-horizontal.tagScroll li a,
#afeb7a7527abcef > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#afeb7a7527abcef > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#afeb7a7527abcef > .tab-wrap > div > .tab-nav a,
#afeb7a7527abcef > .tab-nav a,
#afeb7a7527abcef > .tab-tabs > .tab-wrap > div > .tab-nav a,
#afeb7a7527abcef > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#afeb7a7527abcef > .tab-wrap > div > .tab-nav li a,
#afeb7a7527abcef > .tab-nav li a,
#afeb7a7527abcef > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#afeb7a7527abcef > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#afeb7a7527abcef > .tab-wrap > div > .tab-nav li a svg,
#afeb7a7527abcef > .tab-nav li a svg,
#afeb7a7527abcef > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#afeb7a7527abcef > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#afeb7a7527abcef > .tab-wrap > div > .tab-nav li a .ap_icon,
#afeb7a7527abcef > .tab-nav li a .ap_icon,
#afeb7a7527abcef > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#afeb7a7527abcef > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#afeb7a7527abcef > .tab-wrap > div > .tab-nav li a:hover,
#afeb7a7527abcef > .tab-nav li a:hover,
#afeb7a7527abcef > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#afeb7a7527abcef > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#afeb7a7527abcef > .tab-wrap > div > .tab-nav li.uk-active a,
#afeb7a7527abcef > .tab-nav li.uk-active a,
#afeb7a7527abcef > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#afeb7a7527abcef > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#afeb7a7527abcef .layout-left li,
#afeb7a7527abcef .layout-center li,
#afeb7a7527abcef .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#afeb7a7527abcef .layout-left li a,
#afeb7a7527abcef .layout-center li a,
#afeb7a7527abcef .layout-right li a {
  height: 100%;
}
#afeb7a7527abcef > .tab-tabs .layout-left {
  text-align: left;
}
#afeb7a7527abcef > .tab-tabs .layout-center {
  text-align: center;
}
#afeb7a7527abcef > .tab-tabs .layout-right {
  text-align: right;
}
#afeb7a7527abcef .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#afeb7a7527abcef .tab-content-wrap {
  background-color: #ffffff;
}
#afeb7a7527abcef .tab-contents,
#afeb7a7527abcef .tab-contents-wrap {
  pointer-events: none;
}
#afeb7a7527abcef .tab-content,
#afeb7a7527abcef .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#afeb7a7527abcef .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#afeb7a7527abcef .tab-wrap .tab-contents {
  height: 100%;
}
#afeb7a7527abcef .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#afeb7a7527abcef .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#afeb7a7527abcef .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6dd6ab674ae052 .a683ea4cffa7093 {
  overflow: hidden;
}
#a6dd6ab674ae052 .a683ea4cffa7093 , #a6dd6ab674ae052 .a683ea4cffa7093 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6dd6ab674ae052 .a84a7a44e4ad45d {
  overflow: hidden;
}
#a6dd6ab674ae052 .a7a20abc4ca3b3d  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6dd6ab674ae052 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6dd6ab674ae052 .uk-position-center-left-out {
    left: -30px;
  }
  #a6dd6ab674ae052 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4668a5467ae8c3 {
  overflow: hidden;
  pointer-events: none;
}
#a4668a5467ae8c3 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a4668a5467ae8c3 > .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;
}
#a4668a5467ae8c3 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4668a5467ae8c3 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a4668a5467ae8c3 > .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;
}
#a4668a5467ae8c3 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a4668a5467ae8c3 > .tab-wrap > div > .tab-nav,
#a4668a5467ae8c3 > .tab-nav,
#a4668a5467ae8c3 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a4668a5467ae8c3 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a4668a5467ae8c3 > .tab-wrap > div > .tab-nav-horizontal,
#a4668a5467ae8c3 > .tab-nav-horizontal,
#a4668a5467ae8c3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a4668a5467ae8c3 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a4668a5467ae8c3 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4668a5467ae8c3 > .tab-nav-horizontal::-webkit-scrollbar,
#a4668a5467ae8c3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a4668a5467ae8c3 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a4668a5467ae8c3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4668a5467ae8c3 > .tab-nav-horizontal.tagScroll,
#a4668a5467ae8c3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a4668a5467ae8c3 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a4668a5467ae8c3 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4668a5467ae8c3 > .tab-nav-horizontal.tagScroll li a,
#a4668a5467ae8c3 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a4668a5467ae8c3 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a4668a5467ae8c3 > .tab-wrap > div > .tab-nav a,
#a4668a5467ae8c3 > .tab-nav a,
#a4668a5467ae8c3 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a4668a5467ae8c3 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a4668a5467ae8c3 > .tab-wrap > div > .tab-nav li a,
#a4668a5467ae8c3 > .tab-nav li a,
#a4668a5467ae8c3 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a4668a5467ae8c3 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a4668a5467ae8c3 > .tab-wrap > div > .tab-nav li a svg,
#a4668a5467ae8c3 > .tab-nav li a svg,
#a4668a5467ae8c3 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a4668a5467ae8c3 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a4668a5467ae8c3 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4668a5467ae8c3 > .tab-nav li a .ap_icon,
#a4668a5467ae8c3 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a4668a5467ae8c3 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a4668a5467ae8c3 > .tab-wrap > div > .tab-nav li a:hover,
#a4668a5467ae8c3 > .tab-nav li a:hover,
#a4668a5467ae8c3 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a4668a5467ae8c3 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a4668a5467ae8c3 > .tab-wrap > div > .tab-nav li.uk-active a,
#a4668a5467ae8c3 > .tab-nav li.uk-active a,
#a4668a5467ae8c3 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a4668a5467ae8c3 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a4668a5467ae8c3 .layout-left li,
#a4668a5467ae8c3 .layout-center li,
#a4668a5467ae8c3 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a4668a5467ae8c3 .layout-left li a,
#a4668a5467ae8c3 .layout-center li a,
#a4668a5467ae8c3 .layout-right li a {
  height: 100%;
}
#a4668a5467ae8c3 > .tab-tabs .layout-left {
  text-align: left;
}
#a4668a5467ae8c3 > .tab-tabs .layout-center {
  text-align: center;
}
#a4668a5467ae8c3 > .tab-tabs .layout-right {
  text-align: right;
}
#a4668a5467ae8c3 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a4668a5467ae8c3 .tab-content-wrap {
  background-color: #ffffff;
}
#a4668a5467ae8c3 .tab-contents,
#a4668a5467ae8c3 .tab-contents-wrap {
  pointer-events: none;
}
#a4668a5467ae8c3 .tab-content,
#a4668a5467ae8c3 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a4668a5467ae8c3 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a4668a5467ae8c3 .tab-wrap .tab-contents {
  height: 100%;
}
#a4668a5467ae8c3 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a4668a5467ae8c3 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a4668a5467ae8c3 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#ad161ae2c0af811 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0644a0300a988a > .ele-wrap {background-color: rgba(47, 21, 225, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-top-right-radius: 5px;}#a1a24a38fba8bb8 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8819aa67fab8bd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8819aa67fab8bd .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8819aa67fab8bd .ap-icon {
  margin-right: 6px;
}
#a8819aa67fab8bd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  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: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #2f15e1;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 4px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: dashed;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 180px;
  height: 32px;
}
#a8819aa67fab8bd .menu-list > li.icon-bottom > a,
#a8819aa67fab8bd .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8819aa67fab8bd .menu-list > li.icon-bottom > a .ap-icon,
#a8819aa67fab8bd .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8819aa67fab8bd .menu-list > li.icon-bottom > a .ap-icon svg,
#a8819aa67fab8bd .menu-list > li.icon-top > a .ap-icon svg,
#a8819aa67fab8bd .menu-list > li.icon-bottom > a .ap-icon img,
#a8819aa67fab8bd .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8819aa67fab8bd .menu-list > li.icon-right > a .ap-icon,
#a8819aa67fab8bd .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8819aa67fab8bd .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8819aa67fab8bd .menu-list > li:hover > a,
#a8819aa67fab8bd .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #238bcd;
  border-top-width: 0;
  border-top-style: none;
  border-left-color: #238bcd;
  border-right-width: 0;
  border-left-width: 5px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: dashed;
}
#a8819aa67fab8bd .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #238bcd;
  border-top-width: 0;
  border-top-style: none;
  border-left-color: #238bcd;
  border-right-width: 0;
  border-left-width: 5px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: dashed;
}
#a8819aa67fab8bd .menu-list ul,
#a8819aa67fab8bd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8819aa67fab8bd .menu-list ul {
  top: 218px;
  left: 50%;
  transform: translateX(-50%);
}
#a8819aa67fab8bd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8819aa67fab8bd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8819aa67fab8bd .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;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afaf2a7aa3af368 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
#a0444ad0e0af135 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a39eea2df4af8c0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-top-right-radius: 5px;}#a5dffa42d6a364a a, #a5dffa42d6a364a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a5dffa42d6a364a a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9f5ba3394aea0a .ele-wrap {color: #000000;font-size: 20px;font-weight: 700;background-color: rgba(249, 249, 249, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a9f5ba3394aea0a .ele-wrap:hover {background-color: #0483cc;background-color: rgba(249, 249, 249, 1);border-color: rgba(249, 249, 249, 1);}#a7518a528ca7f18 .ele-wrap {color: #000000;font-size: 20px;font-weight: 700;background-color: rgba(249, 249, 249, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a7518a528ca7f18 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(249, 249, 249, 1);border-color: rgba(249, 249, 249, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6ae8a07d6af571 .a5950a2fffa5b7a {
  overflow: hidden;
}
#a6ae8a07d6af571 .a5950a2fffa5b7a , #a6ae8a07d6af571 .a5950a2fffa5b7a > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6ae8a07d6af571 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6ae8a07d6af571 .uk-position-center-left-out {
    left: -30px;
  }
  #a6ae8a07d6af571 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a63b2a42b1a1e2d {
  overflow: hidden;
  pointer-events: none;
}
#a63b2a42b1a1e2d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a63b2a42b1a1e2d > .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;
}
#a63b2a42b1a1e2d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a63b2a42b1a1e2d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a63b2a42b1a1e2d > .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;
}
#a63b2a42b1a1e2d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a63b2a42b1a1e2d > .tab-wrap > div > .tab-nav,
#a63b2a42b1a1e2d > .tab-nav,
#a63b2a42b1a1e2d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a63b2a42b1a1e2d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a63b2a42b1a1e2d > .tab-wrap > div > .tab-nav-horizontal,
#a63b2a42b1a1e2d > .tab-nav-horizontal,
#a63b2a42b1a1e2d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a63b2a42b1a1e2d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a63b2a42b1a1e2d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a63b2a42b1a1e2d > .tab-nav-horizontal::-webkit-scrollbar,
#a63b2a42b1a1e2d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a63b2a42b1a1e2d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a63b2a42b1a1e2d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a63b2a42b1a1e2d > .tab-nav-horizontal.tagScroll,
#a63b2a42b1a1e2d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a63b2a42b1a1e2d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a63b2a42b1a1e2d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a63b2a42b1a1e2d > .tab-nav-horizontal.tagScroll li a,
#a63b2a42b1a1e2d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a63b2a42b1a1e2d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a63b2a42b1a1e2d > .tab-wrap > div > .tab-nav a,
#a63b2a42b1a1e2d > .tab-nav a,
#a63b2a42b1a1e2d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a63b2a42b1a1e2d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a63b2a42b1a1e2d > .tab-wrap > div > .tab-nav li a,
#a63b2a42b1a1e2d > .tab-nav li a,
#a63b2a42b1a1e2d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a63b2a42b1a1e2d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a63b2a42b1a1e2d > .tab-wrap > div > .tab-nav li a svg,
#a63b2a42b1a1e2d > .tab-nav li a svg,
#a63b2a42b1a1e2d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a63b2a42b1a1e2d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a63b2a42b1a1e2d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a63b2a42b1a1e2d > .tab-nav li a .ap_icon,
#a63b2a42b1a1e2d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a63b2a42b1a1e2d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a63b2a42b1a1e2d > .tab-wrap > div > .tab-nav li a:hover,
#a63b2a42b1a1e2d > .tab-nav li a:hover,
#a63b2a42b1a1e2d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a63b2a42b1a1e2d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a63b2a42b1a1e2d > .tab-wrap > div > .tab-nav li.uk-active a,
#a63b2a42b1a1e2d > .tab-nav li.uk-active a,
#a63b2a42b1a1e2d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a63b2a42b1a1e2d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a63b2a42b1a1e2d .layout-left li,
#a63b2a42b1a1e2d .layout-center li,
#a63b2a42b1a1e2d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a63b2a42b1a1e2d .layout-left li a,
#a63b2a42b1a1e2d .layout-center li a,
#a63b2a42b1a1e2d .layout-right li a {
  height: 100%;
}
#a63b2a42b1a1e2d > .tab-tabs .layout-left {
  text-align: left;
}
#a63b2a42b1a1e2d > .tab-tabs .layout-center {
  text-align: center;
}
#a63b2a42b1a1e2d > .tab-tabs .layout-right {
  text-align: right;
}
#a63b2a42b1a1e2d .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a63b2a42b1a1e2d .tab-content-wrap {
  background-color: #ffffff;
}
#a63b2a42b1a1e2d .tab-contents,
#a63b2a42b1a1e2d .tab-contents-wrap {
  pointer-events: none;
}
#a63b2a42b1a1e2d .tab-content,
#a63b2a42b1a1e2d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a63b2a42b1a1e2d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a63b2a42b1a1e2d .tab-wrap .tab-contents {
  height: 100%;
}
#a63b2a42b1a1e2d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a63b2a42b1a1e2d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a63b2a42b1a1e2d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a38bfa1db2a7c55 .a87fbab0bfa908b {
  overflow: hidden;
}
#a38bfa1db2a7c55 .a87fbab0bfa908b , #a38bfa1db2a7c55 .a87fbab0bfa908b > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a38bfa1db2a7c55 .ae458a416dabffa {
  overflow: hidden;
}
#a38bfa1db2a7c55 .adacda6612a9d7a  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a38bfa1db2a7c55 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a38bfa1db2a7c55 .uk-position-center-left-out {
    left: -30px;
  }
  #a38bfa1db2a7c55 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a332baf3d3afa3d {
  overflow: hidden;
  pointer-events: none;
}
#a332baf3d3afa3d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a332baf3d3afa3d > .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;
}
#a332baf3d3afa3d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a332baf3d3afa3d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a332baf3d3afa3d > .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;
}
#a332baf3d3afa3d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a332baf3d3afa3d > .tab-wrap > div > .tab-nav,
#a332baf3d3afa3d > .tab-nav,
#a332baf3d3afa3d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a332baf3d3afa3d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a332baf3d3afa3d > .tab-wrap > div > .tab-nav-horizontal,
#a332baf3d3afa3d > .tab-nav-horizontal,
#a332baf3d3afa3d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a332baf3d3afa3d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a332baf3d3afa3d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a332baf3d3afa3d > .tab-nav-horizontal::-webkit-scrollbar,
#a332baf3d3afa3d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a332baf3d3afa3d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a332baf3d3afa3d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a332baf3d3afa3d > .tab-nav-horizontal.tagScroll,
#a332baf3d3afa3d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a332baf3d3afa3d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a332baf3d3afa3d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a332baf3d3afa3d > .tab-nav-horizontal.tagScroll li a,
#a332baf3d3afa3d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a332baf3d3afa3d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a332baf3d3afa3d > .tab-wrap > div > .tab-nav a,
#a332baf3d3afa3d > .tab-nav a,
#a332baf3d3afa3d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a332baf3d3afa3d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a332baf3d3afa3d > .tab-wrap > div > .tab-nav li a,
#a332baf3d3afa3d > .tab-nav li a,
#a332baf3d3afa3d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a332baf3d3afa3d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a332baf3d3afa3d > .tab-wrap > div > .tab-nav li a svg,
#a332baf3d3afa3d > .tab-nav li a svg,
#a332baf3d3afa3d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a332baf3d3afa3d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a332baf3d3afa3d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a332baf3d3afa3d > .tab-nav li a .ap_icon,
#a332baf3d3afa3d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a332baf3d3afa3d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a332baf3d3afa3d > .tab-wrap > div > .tab-nav li a:hover,
#a332baf3d3afa3d > .tab-nav li a:hover,
#a332baf3d3afa3d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a332baf3d3afa3d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a332baf3d3afa3d > .tab-wrap > div > .tab-nav li.uk-active a,
#a332baf3d3afa3d > .tab-nav li.uk-active a,
#a332baf3d3afa3d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a332baf3d3afa3d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a332baf3d3afa3d .layout-left li,
#a332baf3d3afa3d .layout-center li,
#a332baf3d3afa3d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a332baf3d3afa3d .layout-left li a,
#a332baf3d3afa3d .layout-center li a,
#a332baf3d3afa3d .layout-right li a {
  height: 100%;
}
#a332baf3d3afa3d > .tab-tabs .layout-left {
  text-align: left;
}
#a332baf3d3afa3d > .tab-tabs .layout-center {
  text-align: center;
}
#a332baf3d3afa3d > .tab-tabs .layout-right {
  text-align: right;
}
#a332baf3d3afa3d .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a332baf3d3afa3d .tab-content-wrap {
  background-color: #ffffff;
}
#a332baf3d3afa3d .tab-contents,
#a332baf3d3afa3d .tab-contents-wrap {
  pointer-events: none;
}
#a332baf3d3afa3d .tab-content,
#a332baf3d3afa3d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a332baf3d3afa3d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a332baf3d3afa3d .tab-wrap .tab-contents {
  height: 100%;
}
#a332baf3d3afa3d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a332baf3d3afa3d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a332baf3d3afa3d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a794dafb5ca479d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad33cacd65a1cf0 > .ele-wrap {background-color: rgba(47, 21, 225, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-top-right-radius: 5px;}#aa0baa333ea6299 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e08a0302ab9ec .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a5e08a0302ab9ec .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a5e08a0302ab9ec .ap-icon {
  margin-right: 6px;
}
#a5e08a0302ab9ec .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  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: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #2f15e1;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 4px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: dashed;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 180px;
  height: 32px;
}
#a5e08a0302ab9ec .menu-list > li.icon-bottom > a,
#a5e08a0302ab9ec .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a5e08a0302ab9ec .menu-list > li.icon-bottom > a .ap-icon,
#a5e08a0302ab9ec .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a5e08a0302ab9ec .menu-list > li.icon-bottom > a .ap-icon svg,
#a5e08a0302ab9ec .menu-list > li.icon-top > a .ap-icon svg,
#a5e08a0302ab9ec .menu-list > li.icon-bottom > a .ap-icon img,
#a5e08a0302ab9ec .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a5e08a0302ab9ec .menu-list > li.icon-right > a .ap-icon,
#a5e08a0302ab9ec .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a5e08a0302ab9ec .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a5e08a0302ab9ec .menu-list > li:hover > a,
#a5e08a0302ab9ec .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #238bcd;
  border-top-width: 0;
  border-top-style: none;
  border-left-color: #238bcd;
  border-right-width: 0;
  border-left-width: 5px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: dashed;
}
#a5e08a0302ab9ec .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #238bcd;
  border-top-width: 0;
  border-top-style: none;
  border-left-color: #238bcd;
  border-right-width: 0;
  border-left-width: 5px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: dashed;
}
#a5e08a0302ab9ec .menu-list ul,
#a5e08a0302ab9ec .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a5e08a0302ab9ec .menu-list ul {
  top: 218px;
  left: 50%;
  transform: translateX(-50%);
}
#a5e08a0302ab9ec .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5e08a0302ab9ec .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5e08a0302ab9ec .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;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afaf2a7aa3af368 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
#a0444ad0e0af135 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a39eea2df4af8c0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-top-right-radius: 5px;}#a5dffa42d6a364a a, #a5dffa42d6a364a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a5dffa42d6a364a a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(0, 0, 0, 1);}#a9f5ba3394aea0a .ele-wrap {color: #000000;font-size: 20px;font-weight: 700;background-color: rgba(249, 249, 249, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a9f5ba3394aea0a .ele-wrap:hover {background-color: #0483cc;background-color: rgba(249, 249, 249, 1);border-color: rgba(249, 249, 249, 1);}#a7518a528ca7f18 .ele-wrap {color: #000000;font-size: 20px;font-weight: 700;background-color: rgba(249, 249, 249, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a7518a528ca7f18 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(249, 249, 249, 1);border-color: rgba(249, 249, 249, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7403a258eaec0e .aeb56a71dcaebaf {
  overflow: hidden;
}
#a7403a258eaec0e .aeb56a71dcaebaf , #a7403a258eaec0e .aeb56a71dcaebaf > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7403a258eaec0e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7403a258eaec0e .uk-position-center-left-out {
    left: -30px;
  }
  #a7403a258eaec0e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ad67faefeda6472 {
  overflow: hidden;
  pointer-events: none;
}
#ad67faefeda6472 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ad67faefeda6472 > .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;
}
#ad67faefeda6472 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad67faefeda6472 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ad67faefeda6472 > .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;
}
#ad67faefeda6472 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ad67faefeda6472 > .tab-wrap > div > .tab-nav,
#ad67faefeda6472 > .tab-nav,
#ad67faefeda6472 > .tab-tabs > .tab-wrap > div > .tab-nav,
#ad67faefeda6472 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#ad67faefeda6472 > .tab-wrap > div > .tab-nav-horizontal,
#ad67faefeda6472 > .tab-nav-horizontal,
#ad67faefeda6472 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ad67faefeda6472 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ad67faefeda6472 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad67faefeda6472 > .tab-nav-horizontal::-webkit-scrollbar,
#ad67faefeda6472 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ad67faefeda6472 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ad67faefeda6472 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad67faefeda6472 > .tab-nav-horizontal.tagScroll,
#ad67faefeda6472 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ad67faefeda6472 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#ad67faefeda6472 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad67faefeda6472 > .tab-nav-horizontal.tagScroll li a,
#ad67faefeda6472 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ad67faefeda6472 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ad67faefeda6472 > .tab-wrap > div > .tab-nav a,
#ad67faefeda6472 > .tab-nav a,
#ad67faefeda6472 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ad67faefeda6472 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#ad67faefeda6472 > .tab-wrap > div > .tab-nav li a,
#ad67faefeda6472 > .tab-nav li a,
#ad67faefeda6472 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ad67faefeda6472 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#ad67faefeda6472 > .tab-wrap > div > .tab-nav li a svg,
#ad67faefeda6472 > .tab-nav li a svg,
#ad67faefeda6472 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ad67faefeda6472 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ad67faefeda6472 > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad67faefeda6472 > .tab-nav li a .ap_icon,
#ad67faefeda6472 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ad67faefeda6472 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ad67faefeda6472 > .tab-wrap > div > .tab-nav li a:hover,
#ad67faefeda6472 > .tab-nav li a:hover,
#ad67faefeda6472 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ad67faefeda6472 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ad67faefeda6472 > .tab-wrap > div > .tab-nav li.uk-active a,
#ad67faefeda6472 > .tab-nav li.uk-active a,
#ad67faefeda6472 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ad67faefeda6472 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#ad67faefeda6472 .layout-left li,
#ad67faefeda6472 .layout-center li,
#ad67faefeda6472 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ad67faefeda6472 .layout-left li a,
#ad67faefeda6472 .layout-center li a,
#ad67faefeda6472 .layout-right li a {
  height: 100%;
}
#ad67faefeda6472 > .tab-tabs .layout-left {
  text-align: left;
}
#ad67faefeda6472 > .tab-tabs .layout-center {
  text-align: center;
}
#ad67faefeda6472 > .tab-tabs .layout-right {
  text-align: right;
}
#ad67faefeda6472 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#ad67faefeda6472 .tab-content-wrap {
  background-color: #ffffff;
}
#ad67faefeda6472 .tab-contents,
#ad67faefeda6472 .tab-contents-wrap {
  pointer-events: none;
}
#ad67faefeda6472 .tab-content,
#ad67faefeda6472 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ad67faefeda6472 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ad67faefeda6472 .tab-wrap .tab-contents {
  height: 100%;
}
#ad67faefeda6472 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ad67faefeda6472 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ad67faefeda6472 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af46ea058aa9717 .a3f45ae6a2af39a {
  overflow: hidden;
}
#af46ea058aa9717 .a3f45ae6a2af39a , #af46ea058aa9717 .a3f45ae6a2af39a > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af46ea058aa9717 .abe74a44abacaa0 {
  overflow: hidden;
}
#af46ea058aa9717 .a35e0a577ca5882  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af46ea058aa9717 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af46ea058aa9717 .uk-position-center-left-out {
    left: -30px;
  }
  #af46ea058aa9717 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6b30a49cea7c00 {
  overflow: hidden;
  pointer-events: none;
}
#a6b30a49cea7c00 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a6b30a49cea7c00 > .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;
}
#a6b30a49cea7c00 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6b30a49cea7c00 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 10px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a6b30a49cea7c00 > .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;
}
#a6b30a49cea7c00 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6b30a49cea7c00 > .tab-wrap > div > .tab-nav,
#a6b30a49cea7c00 > .tab-nav,
#a6b30a49cea7c00 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a6b30a49cea7c00 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a6b30a49cea7c00 > .tab-wrap > div > .tab-nav-horizontal,
#a6b30a49cea7c00 > .tab-nav-horizontal,
#a6b30a49cea7c00 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a6b30a49cea7c00 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a6b30a49cea7c00 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6b30a49cea7c00 > .tab-nav-horizontal::-webkit-scrollbar,
#a6b30a49cea7c00 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6b30a49cea7c00 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a6b30a49cea7c00 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6b30a49cea7c00 > .tab-nav-horizontal.tagScroll,
#a6b30a49cea7c00 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6b30a49cea7c00 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 10px;
  overflow-x: auto;
}
#a6b30a49cea7c00 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6b30a49cea7c00 > .tab-nav-horizontal.tagScroll li a,
#a6b30a49cea7c00 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6b30a49cea7c00 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a6b30a49cea7c00 > .tab-wrap > div > .tab-nav a,
#a6b30a49cea7c00 > .tab-nav a,
#a6b30a49cea7c00 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a6b30a49cea7c00 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a6b30a49cea7c00 > .tab-wrap > div > .tab-nav li a,
#a6b30a49cea7c00 > .tab-nav li a,
#a6b30a49cea7c00 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a6b30a49cea7c00 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a6b30a49cea7c00 > .tab-wrap > div > .tab-nav li a svg,
#a6b30a49cea7c00 > .tab-nav li a svg,
#a6b30a49cea7c00 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a6b30a49cea7c00 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a6b30a49cea7c00 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6b30a49cea7c00 > .tab-nav li a .ap_icon,
#a6b30a49cea7c00 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6b30a49cea7c00 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a6b30a49cea7c00 > .tab-wrap > div > .tab-nav li a:hover,
#a6b30a49cea7c00 > .tab-nav li a:hover,
#a6b30a49cea7c00 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a6b30a49cea7c00 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a6b30a49cea7c00 > .tab-wrap > div > .tab-nav li.uk-active a,
#a6b30a49cea7c00 > .tab-nav li.uk-active a,
#a6b30a49cea7c00 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a6b30a49cea7c00 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 2px;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#a6b30a49cea7c00 .layout-left li,
#a6b30a49cea7c00 .layout-center li,
#a6b30a49cea7c00 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a6b30a49cea7c00 .layout-left li a,
#a6b30a49cea7c00 .layout-center li a,
#a6b30a49cea7c00 .layout-right li a {
  height: 100%;
}
#a6b30a49cea7c00 > .tab-tabs .layout-left {
  text-align: left;
}
#a6b30a49cea7c00 > .tab-tabs .layout-center {
  text-align: center;
}
#a6b30a49cea7c00 > .tab-tabs .layout-right {
  text-align: right;
}
#a6b30a49cea7c00 .tab-contents {
  height: 100%;
  height: calc(100% - 10px);
}
#a6b30a49cea7c00 .tab-content-wrap {
  background-color: #ffffff;
}
#a6b30a49cea7c00 .tab-contents,
#a6b30a49cea7c00 .tab-contents-wrap {
  pointer-events: none;
}
#a6b30a49cea7c00 .tab-content,
#a6b30a49cea7c00 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a6b30a49cea7c00 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a6b30a49cea7c00 .tab-wrap .tab-contents {
  height: 100%;
}
#a6b30a49cea7c00 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a6b30a49cea7c00 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a6b30a49cea7c00 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a14c2a1ddfa8ad1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acb92aa0b8a08b6 > .ele-wrap {background-color: rgba(47, 21, 225, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-top-right-radius: 5px;}#ad3f7aa066a8fb5 > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a59f6a60b8a8c33 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a59f6a60b8a8c33 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a59f6a60b8a8c33 .ap-icon {
  margin-right: 6px;
}
#a59f6a60b8a8c33 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  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: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #2f15e1;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 4px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: dashed;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 180px;
  height: 32px;
}
#a59f6a60b8a8c33 .menu-list > li.icon-bottom > a,
#a59f6a60b8a8c33 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a59f6a60b8a8c33 .menu-list > li.icon-bottom > a .ap-icon,
#a59f6a60b8a8c33 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a59f6a60b8a8c33 .menu-list > li.icon-bottom > a .ap-icon svg,
#a59f6a60b8a8c33 .menu-list > li.icon-top > a .ap-icon svg,
#a59f6a60b8a8c33 .menu-list > li.icon-bottom > a .ap-icon img,
#a59f6a60b8a8c33 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a59f6a60b8a8c33 .menu-list > li.icon-right > a .ap-icon,
#a59f6a60b8a8c33 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a59f6a60b8a8c33 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a59f6a60b8a8c33 .menu-list > li:hover > a,
#a59f6a60b8a8c33 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #238bcd;
  border-top-width: 0;
  border-top-style: none;
  border-left-color: #238bcd;
  border-right-width: 0;
  border-left-width: 5px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: dashed;
}
#a59f6a60b8a8c33 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #238bcd;
  border-top-width: 0;
  border-top-style: none;
  border-left-color: #238bcd;
  border-right-width: 0;
  border-left-width: 5px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: dashed;
}
#a59f6a60b8a8c33 .menu-list ul,
#a59f6a60b8a8c33 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a59f6a60b8a8c33 .menu-list ul {
  top: 218px;
  left: 50%;
  transform: translateX(-50%);
}
#a59f6a60b8a8c33 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a59f6a60b8a8c33 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a59f6a60b8a8c33 .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;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1041ac0cfa158d .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7275aee0ca05b3 a, #a7275aee0ca05b3 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a7589a6ba8ab2a1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5ec0a3a6eaf897 .aecc5a4a7da395c {
  overflow: hidden;
}
#a5ec0a3a6eaf897 .aecc5a4a7da395c , #a5ec0a3a6eaf897 .aecc5a4a7da395c > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5ec0a3a6eaf897 .aa25da987eaf969 {
  overflow: hidden;
}
#a5ec0a3a6eaf897 .a0d6ea6bbca629a  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5ec0a3a6eaf897 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5ec0a3a6eaf897 .uk-position-center-left-out {
    left: -30px;
  }
  #a5ec0a3a6eaf897 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5f81adaeda32f3 [data-item*=".abstract"], #a5f81adaeda32f3 [data-item*=".abstract"] a {show: true;}#a5f81adaeda32f3 [data-item*=".subTitle"], #a5f81adaeda32f3 [data-item*=".subTitle"] a {show: true;}#a5f81adaeda32f3 [data-item*=".category"], #a5f81adaeda32f3 [data-item*=".category"] a {show: true;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afaf2a7aa3af368 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6025a4392a1d6e .detail-content .goods-params div {
  margin: 4px 0;
}
#a6025a4392a1d6e .desc {
  white-space: pre-wrap;
}
#a6025a4392a1d6e .video-box,
#a6025a4392a1d6e .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a6025a4392a1d6e .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a6025a4392a1d6e .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a6025a4392a1d6e .preview-box img {
  width: 100%;
}
#a6025a4392a1d6e .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;
}
#a6025a4392a1d6e .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a6025a4392a1d6e .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a6025a4392a1d6e .thumb-box {
  width: 100%;
  position: relative;
}
#a6025a4392a1d6e .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a6025a4392a1d6e .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a6025a4392a1d6e .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a6025a4392a1d6e .thumb-list {
  overflow: hidden;
}
#a6025a4392a1d6e .thumb-list ul {
  width: 100000px;
}
#a6025a4392a1d6e .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a6025a4392a1d6e .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a6025a4392a1d6e .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;
}
#a6025a4392a1d6e .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a6025a4392a1d6e .thumb-list ul li.active img {
  border-color: #4a90e2;
}
#a6025a4392a1d6e .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;
}
#a6025a4392a1d6e .zoom-box img {
  max-width: initial;
}
#a6025a4392a1d6e .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a6025a4392a1d6e .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a6025a4392a1d6e .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;
}
#a6025a4392a1d6e .goods-intro .price span {
  line-height: 30px;
}
#a6025a4392a1d6e .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a6025a4392a1d6e .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #4a90e2;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a6025a4392a1d6e .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #4a90e2;
  font-size: 18px;
}
#a6025a4392a1d6e .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a6025a4392a1d6e .line-through {
  text-decoration: line-through;
}
#a6025a4392a1d6e .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a6025a4392a1d6e .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a6025a4392a1d6e .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a6025a4392a1d6e .price .policy-info li::before {
  content: '･ ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a6025a4392a1d6e .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a6025a4392a1d6e .number .name {
  line-height: 30px;
  width: 54px;
}
#a6025a4392a1d6e .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a6025a4392a1d6e .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a6025a4392a1d6e .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a6025a4392a1d6e .select-num i {
  line-height: 30px;
}
#a6025a4392a1d6e .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a6025a4392a1d6e .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a6025a4392a1d6e .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a6025a4392a1d6e .buttons {
  margin: 30px 0 0 12px;
}
#a6025a4392a1d6e .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #4a90e2;
  text-align: center;
  border-radius: 2px;
}
#a6025a4392a1d6e .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a6025a4392a1d6e .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a6025a4392a1d6e .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a6025a4392a1d6e .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a6025a4392a1d6e .hot-list .img-wrap {
  display: block;
}
#a6025a4392a1d6e .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a6025a4392a1d6e .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a6025a4392a1d6e .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a6025a4392a1d6e .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;
}
#a6025a4392a1d6e .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a6025a4392a1d6e ::-webkit-scrollbar {
  display: none;
}
#a6025a4392a1d6e .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a6025a4392a1d6e .left .detail-nav-tab .item.uk-active,
#a6025a4392a1d6e .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #4a90e2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a6025a4392a1d6e .left .detail-nav-tab .item.uk-active a {
  color: #4a90e2;
  cursor: default;
}
#a6025a4392a1d6e .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a6025a4392a1d6e .hot-list .item:last-child {
  border-bottom: none;
}
#a6025a4392a1d6e .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;
}
#a6025a4392a1d6e .hot-list .item .goods-title:hover {
  color: #4a90e2;
}
#a6025a4392a1d6e .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #4a90e2;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a6025a4392a1d6e .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a6025a4392a1d6e .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a6025a4392a1d6e .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a6025a4392a1d6e .right {
    width: 100%;
  }
  #a6025a4392a1d6e .preview-box img {
    height: 340px;
  }
  #a6025a4392a1d6e .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;
  }
  #a6025a4392a1d6e .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a6025a4392a1d6e .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4b89a87d2a76f9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a640bad669abdc4 {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5f47ae66aa9688 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a5f47ae66aa9688 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a5f47ae66aa9688 .ap-icon {
  margin-right: 6px;
}
#a5f47ae66aa9688 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a5f47ae66aa9688 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a5f47ae66aa9688 .menu-list > li:hover > a,
#a5f47ae66aa9688 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a5f47ae66aa9688 .menu-list ul,
#a5f47ae66aa9688 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a5f47ae66aa9688 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a5f47ae66aa9688 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a5f47ae66aa9688 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a5f47ae66aa9688 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a5f47ae66aa9688 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4c5ba01a2a5f51 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0695a1443a5ae3 .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0d1ea7249af682 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5aefa5270a9de7 .uk-position-bottom,
#a5aefa5270a9de7 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#a5aefa5270a9de7 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a5aefa5270a9de7 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a40a1abe68af15e .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a40a1abe68af15e .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a907aaa64da73c8 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a907aaa64da73c8 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1c82a0bbea44b6 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a1c82a0bbea44b6 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae47da984da580f .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ae47da984da580f .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0541a0e8ea7633 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a0541a0e8ea7633 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab34ea8342a5ce1 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ab34ea8342a5ce1 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a9f1ba6847a20c1 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a9f1ba6847a20c1 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af6b8ab6bea4b87 {
  overflow: hidden;
  pointer-events: none;
}
#af6b8ab6bea4b87 > .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;
}
#af6b8ab6bea4b87 > .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;
}
#af6b8ab6bea4b87 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af6b8ab6bea4b87 > .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;
}
#af6b8ab6bea4b87 > .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;
}
#af6b8ab6bea4b87 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#af6b8ab6bea4b87 > .tab-wrap > div > .tab-nav,
#af6b8ab6bea4b87 > .tab-nav,
#af6b8ab6bea4b87 > .tab-tabs > .tab-wrap > div > .tab-nav,
#af6b8ab6bea4b87 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#af6b8ab6bea4b87 > .tab-wrap > div > .tab-nav-horizontal,
#af6b8ab6bea4b87 > .tab-nav-horizontal,
#af6b8ab6bea4b87 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#af6b8ab6bea4b87 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#af6b8ab6bea4b87 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af6b8ab6bea4b87 > .tab-nav-horizontal::-webkit-scrollbar,
#af6b8ab6bea4b87 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#af6b8ab6bea4b87 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#af6b8ab6bea4b87 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af6b8ab6bea4b87 > .tab-nav-horizontal.tagScroll,
#af6b8ab6bea4b87 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#af6b8ab6bea4b87 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#af6b8ab6bea4b87 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af6b8ab6bea4b87 > .tab-nav-horizontal.tagScroll li a,
#af6b8ab6bea4b87 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#af6b8ab6bea4b87 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#af6b8ab6bea4b87 > .tab-wrap > div > .tab-nav a,
#af6b8ab6bea4b87 > .tab-nav a,
#af6b8ab6bea4b87 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#af6b8ab6bea4b87 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#af6b8ab6bea4b87 > .tab-wrap > div > .tab-nav li a,
#af6b8ab6bea4b87 > .tab-nav li a,
#af6b8ab6bea4b87 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#af6b8ab6bea4b87 > .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: 17px;
  font-family: inherit;
  color: #4a4a4a;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#af6b8ab6bea4b87 > .tab-wrap > div > .tab-nav li a svg,
#af6b8ab6bea4b87 > .tab-nav li a svg,
#af6b8ab6bea4b87 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#af6b8ab6bea4b87 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#af6b8ab6bea4b87 > .tab-wrap > div > .tab-nav li a .ap_icon,
#af6b8ab6bea4b87 > .tab-nav li a .ap_icon,
#af6b8ab6bea4b87 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#af6b8ab6bea4b87 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#af6b8ab6bea4b87 > .tab-wrap > div > .tab-nav li a:hover,
#af6b8ab6bea4b87 > .tab-nav li a:hover,
#af6b8ab6bea4b87 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#af6b8ab6bea4b87 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ba2a17;
  border-bottom-width: 2px;
  border-bottom-color: #ba2a17;
  border-bottom-style: solid;
}
#af6b8ab6bea4b87 > .tab-wrap > div > .tab-nav li.uk-active a,
#af6b8ab6bea4b87 > .tab-nav li.uk-active a,
#af6b8ab6bea4b87 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#af6b8ab6bea4b87 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ba2a17;
  border-bottom-width: 2px;
  border-bottom-color: #ba2a17;
  border-bottom-style: solid;
}
#af6b8ab6bea4b87 .layout-left li,
#af6b8ab6bea4b87 .layout-center li,
#af6b8ab6bea4b87 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#af6b8ab6bea4b87 .layout-left li a,
#af6b8ab6bea4b87 .layout-center li a,
#af6b8ab6bea4b87 .layout-right li a {
  height: 100%;
}
#af6b8ab6bea4b87 > .tab-tabs .layout-left {
  text-align: left;
}
#af6b8ab6bea4b87 > .tab-tabs .layout-center {
  text-align: center;
}
#af6b8ab6bea4b87 > .tab-tabs .layout-right {
  text-align: right;
}
#af6b8ab6bea4b87 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#af6b8ab6bea4b87 .tab-content-wrap {
  background-color: transparent;
}
#af6b8ab6bea4b87 .tab-contents,
#af6b8ab6bea4b87 .tab-contents-wrap {
  pointer-events: none;
}
#af6b8ab6bea4b87 .tab-content,
#af6b8ab6bea4b87 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#af6b8ab6bea4b87 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#af6b8ab6bea4b87 .tab-wrap .tab-contents {
  height: 100%;
}
#af6b8ab6bea4b87 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#af6b8ab6bea4b87 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#af6b8ab6bea4b87 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2221afa37a0479 .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aea1ba6cdaad786 .uk-position-bottom,
#aea1ba6cdaad786 .uk-position-bottom div {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}
#aea1ba6cdaad786 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#aea1ba6cdaad786 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aaf66ad766aa246 .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a7986a5943aeada > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/adcf4a675ca669c/1759996593076.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0f24a724da480a .a6facab6ebad9f6 {
  overflow: hidden;
}
#a0f24a724da480a .a6facab6ebad9f6 , #a0f24a724da480a .a6facab6ebad9f6 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0f24a724da480a .a6534a34fda8c58 {
  overflow: hidden;
}
#a0f24a724da480a .a6534a34fda8c58 .img-wrap {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  transition: all 0.3s ease-in;
}
#a0f24a724da480a .a6534a34fda8c58 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0f24a724da480a .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a0f24a724da480a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a0f24a724da480a .uk-position-center-left-out {
    left: -30px;
  }
  #a0f24a724da480a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3954ab0c3aeaa0 .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a060ca34e6a86c4 .a01c2a5c79ab74b {
  overflow: hidden;
}
#a060ca34e6a86c4 .a01c2a5c79ab74b , #a060ca34e6a86c4 .a01c2a5c79ab74b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a060ca34e6a86c4 .a4bbcaabc8a8a55 {
  overflow: hidden;
}
#a060ca34e6a86c4 .a4bbcaabc8a8a55 .img-wrap {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  transition: all 0.3s ease-in;
}
#a060ca34e6a86c4 .a4bbcaabc8a8a55 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a060ca34e6a86c4 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a060ca34e6a86c4 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a060ca34e6a86c4 .uk-position-center-left-out {
    left: -30px;
  }
  #a060ca34e6a86c4 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac0c5a6301af43e .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3415af2fea1c0b .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac1eaa50a0a0e5d .a3397a16e6a1422 {
  overflow: hidden;
}
#ac1eaa50a0a0e5d .a3397a16e6a1422 , #ac1eaa50a0a0e5d .a3397a16e6a1422 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac1eaa50a0a0e5d .aa006ab8d2aede6 {
  overflow: hidden;
}
#ac1eaa50a0a0e5d .aa006ab8d2aede6 .img-wrap {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  transition: all 0.3s ease-in;
}
#ac1eaa50a0a0e5d .aa006ab8d2aede6 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac1eaa50a0a0e5d .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#ac1eaa50a0a0e5d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac1eaa50a0a0e5d .uk-position-center-left-out {
    left: -30px;
  }
  #ac1eaa50a0a0e5d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3346a9496ab24b .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3ccda25b5ae74c .affd8a59cfa2771 {
  overflow: hidden;
}
#a3ccda25b5ae74c .affd8a59cfa2771 , #a3ccda25b5ae74c .affd8a59cfa2771 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3ccda25b5ae74c .abc31af502a7e2a {
  overflow: hidden;
}
#a3ccda25b5ae74c .abc31af502a7e2a .img-wrap {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  transition: all 0.3s ease-in;
}
#a3ccda25b5ae74c .abc31af502a7e2a .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3ccda25b5ae74c .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a3ccda25b5ae74c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3ccda25b5ae74c .uk-position-center-left-out {
    left: -30px;
  }
  #a3ccda25b5ae74c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0bfca88eaac549 .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acaf9adceda7be2 .a8c54a6b50a4ccd {
  overflow: hidden;
}
#acaf9adceda7be2 .a8c54a6b50a4ccd , #acaf9adceda7be2 .a8c54a6b50a4ccd > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acaf9adceda7be2 .a43e5a82cca6856 {
  overflow: hidden;
}
#acaf9adceda7be2 .a43e5a82cca6856 .img-wrap {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  transition: all 0.3s ease-in;
}
#acaf9adceda7be2 .a43e5a82cca6856 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acaf9adceda7be2 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#acaf9adceda7be2 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acaf9adceda7be2 .uk-position-center-left-out {
    left: -30px;
  }
  #acaf9adceda7be2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae2d2a85caa4a8d > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5296a41c2a33f1 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae99bace57aad3e .a691bae6f3a5267  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae99bace57aad3e .a4d4ca5584ab867 {
  overflow: hidden;
}
#ae99bace57aad3e .a4d4ca5584ab867 , #ae99bace57aad3e .a4d4ca5584ab867 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 17px;font-family: inherit;color: rgba(85, 85, 85, 1);}#ae99bace57aad3e .a4d4ca5584ab867:hover , #ae99bace57aad3e .a4d4ca5584ab867 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae99bace57aad3e .uk-grid {
  margin-left: 0px;
}
#ae99bace57aad3e .uk-grid > * {
  padding-left: 0px;
}
#ae99bace57aad3e .uk-grid > .uk-grid-margin {
  margin-top: 17px;
}
#ae99bace57aad3e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae99bace57aad3e .uk-position-center-left-out {
    left: -30px;
  }
  #ae99bace57aad3e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4e1aaa901a4e55 .a39c4a9a6daa642 {
  overflow: hidden;
}
#a4e1aaa901a4e55 .a39c4a9a6daa642 , #a4e1aaa901a4e55 .a39c4a9a6daa642 > * {
        font-weight: normal;
        font-style: normal;
    text-align: center;font-family: inherit;color: rgba(136, 136, 136, 1);}#a4e1aaa901a4e55 .a39c4a9a6daa642:hover , #a4e1aaa901a4e55 .a39c4a9a6daa642 *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4e1aaa901a4e55 .uk-grid {
  margin-left: -15px;
}
#a4e1aaa901a4e55 .uk-grid > * {
  padding-left: 15px;
}
#a4e1aaa901a4e55 .uk-grid > .uk-grid-margin {
  margin-top: 10px;
}
#a4e1aaa901a4e55 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4e1aaa901a4e55 .uk-position-center-left-out {
    left: -30px;
  }
  #a4e1aaa901a4e55 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a53eea5afaab09d .ac4bfa7b82a073e {
  overflow: hidden;
}
#a53eea5afaab09d .ac4bfa7b82a073e , #a53eea5afaab09d .ac4bfa7b82a073e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);line-height: 18px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a53eea5afaab09d .ab4daaeaf1a0dcd {
  overflow: hidden;
}
#a53eea5afaab09d .ab4daaeaf1a0dcd .img-wrap {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  transition: all 0.3s ease-in;
}
#a53eea5afaab09d .ab4daaeaf1a0dcd .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a53eea5afaab09d .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a53eea5afaab09d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a53eea5afaab09d .uk-position-center-left-out {
    left: -30px;
  }
  #a53eea5afaab09d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1aa4af429a22ab [data-item*=".abstract"], #a1aa4af429a22ab [data-item*=".abstract"] a {show: true;}#a1aa4af429a22ab [data-item*=".subTitle"], #a1aa4af429a22ab [data-item*=".subTitle"] a {show: true;}#a1aa4af429a22ab [data-item*=".category"], #a1aa4af429a22ab [data-item*=".category"] a {show: true;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae701ab6c9acd3b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab4c7a4efda3219 {
  min-height: 300px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af81ca3df7a598e {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac35eaa5a8af18d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#ac35eaa5a8af18d .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ac35eaa5a8af18d .ap-icon {
  margin-right: 6px;
}
#ac35eaa5a8af18d .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ac35eaa5a8af18d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#ac35eaa5a8af18d .menu-list > li:hover > a,
#ac35eaa5a8af18d .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#ac35eaa5a8af18d .menu-list ul,
#ac35eaa5a8af18d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ac35eaa5a8af18d .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac35eaa5a8af18d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac35eaa5a8af18d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac35eaa5a8af18d .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac35eaa5a8af18d .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
#a07ddacb4eaffe7 > .ele-wrap {background-color: rgba(186, 42, 23, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a304ba0c2daa5a9 {
  overflow: hidden;
}
#a304ba0c2daa5a9 , #a304ba0c2daa5a9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;color: rgba(234, 167, 115, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5048aaccca47fb .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab314ae1afa9405 .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a5daea6c17a6689 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aff20a84daa318d {
  overflow: hidden;
}
#aff20a84daa318d , #aff20a84daa318d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#a6ddaac20ca3854 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3478a69dea1ab8 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: 0px 2px 2px 2px undefined;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2702aa9c8ab555 {
  overflow: hidden;
}
#a2702aa9c8ab555 , #a2702aa9c8ab555 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6f0aabed7a360b .a0460a6cfeabfbe {
  overflow: hidden;
}
#a6f0aabed7a360b .a0460a6cfeabfbe , #a6f0aabed7a360b .a0460a6cfeabfbe > * {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6f0aabed7a360b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6f0aabed7a360b .uk-position-center-left-out {
    left: -30px;
  }
  #a6f0aabed7a360b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af81ca3df7a598e {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac35eaa5a8af18d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#ac35eaa5a8af18d .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ac35eaa5a8af18d .ap-icon {
  margin-right: 6px;
}
#ac35eaa5a8af18d .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ac35eaa5a8af18d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#ac35eaa5a8af18d .menu-list > li:hover > a,
#ac35eaa5a8af18d .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#ac35eaa5a8af18d .menu-list ul,
#ac35eaa5a8af18d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ac35eaa5a8af18d .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac35eaa5a8af18d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac35eaa5a8af18d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac35eaa5a8af18d .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac35eaa5a8af18d .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
#a07ddacb4eaffe7 > .ele-wrap {background-color: rgba(186, 42, 23, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a304ba0c2daa5a9 {
  overflow: hidden;
}
#a304ba0c2daa5a9 , #a304ba0c2daa5a9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;color: rgba(234, 167, 115, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5048aaccca47fb .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab314ae1afa9405 .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a5daea6c17a6689 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aff20a84daa318d {
  overflow: hidden;
}
#aff20a84daa318d , #aff20a84daa318d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#a6ddaac20ca3854 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3478a69dea1ab8 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: 0px 2px 2px 2px undefined;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2702aa9c8ab555 {
  overflow: hidden;
}
#a2702aa9c8ab555 , #a2702aa9c8ab555 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6f0aabed7a360b .a0460a6cfeabfbe {
  overflow: hidden;
}
#a6f0aabed7a360b .a0460a6cfeabfbe , #a6f0aabed7a360b .a0460a6cfeabfbe > * {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6f0aabed7a360b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6f0aabed7a360b .uk-position-center-left-out {
    left: -30px;
  }
  #a6f0aabed7a360b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af81ca3df7a598e {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac35eaa5a8af18d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#ac35eaa5a8af18d .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ac35eaa5a8af18d .ap-icon {
  margin-right: 6px;
}
#ac35eaa5a8af18d .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ac35eaa5a8af18d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#ac35eaa5a8af18d .menu-list > li:hover > a,
#ac35eaa5a8af18d .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#ac35eaa5a8af18d .menu-list ul,
#ac35eaa5a8af18d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ac35eaa5a8af18d .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac35eaa5a8af18d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac35eaa5a8af18d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac35eaa5a8af18d .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac35eaa5a8af18d .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
#a07ddacb4eaffe7 > .ele-wrap {background-color: rgba(186, 42, 23, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a304ba0c2daa5a9 {
  overflow: hidden;
}
#a304ba0c2daa5a9 , #a304ba0c2daa5a9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;color: rgba(234, 167, 115, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5048aaccca47fb .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab314ae1afa9405 .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a5daea6c17a6689 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aff20a84daa318d {
  overflow: hidden;
}
#aff20a84daa318d , #aff20a84daa318d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#a6ddaac20ca3854 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3478a69dea1ab8 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: 0px 2px 2px 2px undefined;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2702aa9c8ab555 {
  overflow: hidden;
}
#a2702aa9c8ab555 , #a2702aa9c8ab555 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6f0aabed7a360b .a0460a6cfeabfbe {
  overflow: hidden;
}
#a6f0aabed7a360b .a0460a6cfeabfbe , #a6f0aabed7a360b .a0460a6cfeabfbe > * {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6f0aabed7a360b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6f0aabed7a360b .uk-position-center-left-out {
    left: -30px;
  }
  #a6f0aabed7a360b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af81ca3df7a598e {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac35eaa5a8af18d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#ac35eaa5a8af18d .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ac35eaa5a8af18d .ap-icon {
  margin-right: 6px;
}
#ac35eaa5a8af18d .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ac35eaa5a8af18d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#ac35eaa5a8af18d .menu-list > li:hover > a,
#ac35eaa5a8af18d .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#ac35eaa5a8af18d .menu-list ul,
#ac35eaa5a8af18d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ac35eaa5a8af18d .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac35eaa5a8af18d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac35eaa5a8af18d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac35eaa5a8af18d .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac35eaa5a8af18d .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
#a07ddacb4eaffe7 > .ele-wrap {background-color: rgba(186, 42, 23, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a304ba0c2daa5a9 {
  overflow: hidden;
}
#a304ba0c2daa5a9 , #a304ba0c2daa5a9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;color: rgba(234, 167, 115, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5048aaccca47fb .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab314ae1afa9405 .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a5daea6c17a6689 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aff20a84daa318d {
  overflow: hidden;
}
#aff20a84daa318d , #aff20a84daa318d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#a6ddaac20ca3854 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3478a69dea1ab8 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: 0px 2px 2px 2px undefined;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2702aa9c8ab555 {
  overflow: hidden;
}
#a2702aa9c8ab555 , #a2702aa9c8ab555 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6f0aabed7a360b .a0460a6cfeabfbe {
  overflow: hidden;
}
#a6f0aabed7a360b .a0460a6cfeabfbe , #a6f0aabed7a360b .a0460a6cfeabfbe > * {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6f0aabed7a360b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6f0aabed7a360b .uk-position-center-left-out {
    left: -30px;
  }
  #a6f0aabed7a360b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af81ca3df7a598e {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac35eaa5a8af18d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#ac35eaa5a8af18d .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ac35eaa5a8af18d .ap-icon {
  margin-right: 6px;
}
#ac35eaa5a8af18d .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ac35eaa5a8af18d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#ac35eaa5a8af18d .menu-list > li:hover > a,
#ac35eaa5a8af18d .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#ac35eaa5a8af18d .menu-list ul,
#ac35eaa5a8af18d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ac35eaa5a8af18d .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac35eaa5a8af18d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac35eaa5a8af18d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac35eaa5a8af18d .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac35eaa5a8af18d .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
#a07ddacb4eaffe7 > .ele-wrap {background-color: rgba(186, 42, 23, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a304ba0c2daa5a9 {
  overflow: hidden;
}
#a304ba0c2daa5a9 , #a304ba0c2daa5a9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;color: rgba(234, 167, 115, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5048aaccca47fb .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab314ae1afa9405 .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a5daea6c17a6689 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aff20a84daa318d {
  overflow: hidden;
}
#aff20a84daa318d , #aff20a84daa318d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#a6ddaac20ca3854 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3478a69dea1ab8 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: 0px 2px 2px 2px undefined;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2702aa9c8ab555 {
  overflow: hidden;
}
#a2702aa9c8ab555 , #a2702aa9c8ab555 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6f0aabed7a360b .a0460a6cfeabfbe {
  overflow: hidden;
}
#a6f0aabed7a360b .a0460a6cfeabfbe , #a6f0aabed7a360b .a0460a6cfeabfbe > * {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6f0aabed7a360b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6f0aabed7a360b .uk-position-center-left-out {
    left: -30px;
  }
  #a6f0aabed7a360b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af81ca3df7a598e {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac35eaa5a8af18d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#ac35eaa5a8af18d .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ac35eaa5a8af18d .ap-icon {
  margin-right: 6px;
}
#ac35eaa5a8af18d .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ac35eaa5a8af18d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#ac35eaa5a8af18d .menu-list > li:hover > a,
#ac35eaa5a8af18d .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#ac35eaa5a8af18d .menu-list ul,
#ac35eaa5a8af18d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ac35eaa5a8af18d .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac35eaa5a8af18d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac35eaa5a8af18d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac35eaa5a8af18d .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac35eaa5a8af18d .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
#a07ddacb4eaffe7 > .ele-wrap {background-color: rgba(186, 42, 23, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a304ba0c2daa5a9 {
  overflow: hidden;
}
#a304ba0c2daa5a9 , #a304ba0c2daa5a9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;color: rgba(234, 167, 115, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5048aaccca47fb .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab314ae1afa9405 .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a5daea6c17a6689 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aff20a84daa318d {
  overflow: hidden;
}
#aff20a84daa318d , #aff20a84daa318d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#a6ddaac20ca3854 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3478a69dea1ab8 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: 0px 2px 2px 2px undefined;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2702aa9c8ab555 {
  overflow: hidden;
}
#a2702aa9c8ab555 , #a2702aa9c8ab555 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6f0aabed7a360b .a0460a6cfeabfbe {
  overflow: hidden;
}
#a6f0aabed7a360b .a0460a6cfeabfbe , #a6f0aabed7a360b .a0460a6cfeabfbe > * {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6f0aabed7a360b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6f0aabed7a360b .uk-position-center-left-out {
    left: -30px;
  }
  #a6f0aabed7a360b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af81ca3df7a598e {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac35eaa5a8af18d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#ac35eaa5a8af18d .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ac35eaa5a8af18d .ap-icon {
  margin-right: 6px;
}
#ac35eaa5a8af18d .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ac35eaa5a8af18d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#ac35eaa5a8af18d .menu-list > li:hover > a,
#ac35eaa5a8af18d .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#ac35eaa5a8af18d .menu-list ul,
#ac35eaa5a8af18d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ac35eaa5a8af18d .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac35eaa5a8af18d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac35eaa5a8af18d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac35eaa5a8af18d .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac35eaa5a8af18d .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
#a07ddacb4eaffe7 > .ele-wrap {background-color: rgba(186, 42, 23, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a304ba0c2daa5a9 {
  overflow: hidden;
}
#a304ba0c2daa5a9 , #a304ba0c2daa5a9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;color: rgba(234, 167, 115, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5048aaccca47fb .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab314ae1afa9405 .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a5daea6c17a6689 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aff20a84daa318d {
  overflow: hidden;
}
#aff20a84daa318d , #aff20a84daa318d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#a6ddaac20ca3854 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3478a69dea1ab8 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: 0px 2px 2px 2px undefined;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2702aa9c8ab555 {
  overflow: hidden;
}
#a2702aa9c8ab555 , #a2702aa9c8ab555 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6f0aabed7a360b .a0460a6cfeabfbe {
  overflow: hidden;
}
#a6f0aabed7a360b .a0460a6cfeabfbe , #a6f0aabed7a360b .a0460a6cfeabfbe > * {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6f0aabed7a360b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6f0aabed7a360b .uk-position-center-left-out {
    left: -30px;
  }
  #a6f0aabed7a360b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af81ca3df7a598e {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac35eaa5a8af18d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#ac35eaa5a8af18d .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ac35eaa5a8af18d .ap-icon {
  margin-right: 6px;
}
#ac35eaa5a8af18d .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ac35eaa5a8af18d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#ac35eaa5a8af18d .menu-list > li:hover > a,
#ac35eaa5a8af18d .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#ac35eaa5a8af18d .menu-list ul,
#ac35eaa5a8af18d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ac35eaa5a8af18d .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac35eaa5a8af18d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac35eaa5a8af18d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac35eaa5a8af18d .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac35eaa5a8af18d .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
#a07ddacb4eaffe7 > .ele-wrap {background-color: rgba(186, 42, 23, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a304ba0c2daa5a9 {
  overflow: hidden;
}
#a304ba0c2daa5a9 , #a304ba0c2daa5a9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;color: rgba(234, 167, 115, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5048aaccca47fb .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab314ae1afa9405 .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a5daea6c17a6689 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aff20a84daa318d {
  overflow: hidden;
}
#aff20a84daa318d , #aff20a84daa318d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#a6ddaac20ca3854 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3478a69dea1ab8 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: 0px 2px 2px 2px undefined;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2702aa9c8ab555 {
  overflow: hidden;
}
#a2702aa9c8ab555 , #a2702aa9c8ab555 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6f0aabed7a360b .a0460a6cfeabfbe {
  overflow: hidden;
}
#a6f0aabed7a360b .a0460a6cfeabfbe , #a6f0aabed7a360b .a0460a6cfeabfbe > * {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6f0aabed7a360b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6f0aabed7a360b .uk-position-center-left-out {
    left: -30px;
  }
  #a6f0aabed7a360b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af81ca3df7a598e {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac35eaa5a8af18d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#ac35eaa5a8af18d .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ac35eaa5a8af18d .ap-icon {
  margin-right: 6px;
}
#ac35eaa5a8af18d .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ac35eaa5a8af18d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#ac35eaa5a8af18d .menu-list > li:hover > a,
#ac35eaa5a8af18d .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#ac35eaa5a8af18d .menu-list ul,
#ac35eaa5a8af18d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ac35eaa5a8af18d .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac35eaa5a8af18d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac35eaa5a8af18d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac35eaa5a8af18d .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac35eaa5a8af18d .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
#a07ddacb4eaffe7 > .ele-wrap {background-color: rgba(186, 42, 23, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a304ba0c2daa5a9 {
  overflow: hidden;
}
#a304ba0c2daa5a9 , #a304ba0c2daa5a9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;color: rgba(234, 167, 115, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5048aaccca47fb .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab314ae1afa9405 .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a5daea6c17a6689 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aff20a84daa318d {
  overflow: hidden;
}
#aff20a84daa318d , #aff20a84daa318d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#a6ddaac20ca3854 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3478a69dea1ab8 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: 0px 2px 2px 2px undefined;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2702aa9c8ab555 {
  overflow: hidden;
}
#a2702aa9c8ab555 , #a2702aa9c8ab555 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6f0aabed7a360b .a0460a6cfeabfbe {
  overflow: hidden;
}
#a6f0aabed7a360b .a0460a6cfeabfbe , #a6f0aabed7a360b .a0460a6cfeabfbe > * {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6f0aabed7a360b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6f0aabed7a360b .uk-position-center-left-out {
    left: -30px;
  }
  #a6f0aabed7a360b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af81ca3df7a598e {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac35eaa5a8af18d .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#ac35eaa5a8af18d .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ac35eaa5a8af18d .ap-icon {
  margin-right: 6px;
}
#ac35eaa5a8af18d .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ac35eaa5a8af18d .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#ac35eaa5a8af18d .menu-list > li:hover > a,
#ac35eaa5a8af18d .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#ac35eaa5a8af18d .menu-list ul,
#ac35eaa5a8af18d .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ac35eaa5a8af18d .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac35eaa5a8af18d .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac35eaa5a8af18d .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac35eaa5a8af18d .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac35eaa5a8af18d .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
#a07ddacb4eaffe7 > .ele-wrap {background-color: rgba(186, 42, 23, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a304ba0c2daa5a9 {
  overflow: hidden;
}
#a304ba0c2daa5a9 , #a304ba0c2daa5a9 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 28px;text-align: center;font-family: inherit;color: rgba(234, 167, 115, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5048aaccca47fb .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab314ae1afa9405 .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a5daea6c17a6689 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aff20a84daa318d {
  overflow: hidden;
}
#aff20a84daa318d , #aff20a84daa318d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}#a6ddaac20ca3854 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3478a69dea1ab8 .img-wrap {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: 0px 2px 2px 2px undefined;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2702aa9c8ab555 {
  overflow: hidden;
}
#a2702aa9c8ab555 , #a2702aa9c8ab555 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6f0aabed7a360b .a0460a6cfeabfbe {
  overflow: hidden;
}
#a6f0aabed7a360b .a0460a6cfeabfbe , #a6f0aabed7a360b .a0460a6cfeabfbe > * {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6f0aabed7a360b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a6f0aabed7a360b .uk-position-center-left-out {
    left: -30px;
  }
  #a6f0aabed7a360b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a347aa80dfabc88 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6fdca7bd2ac457 {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a72e2aa200a1824 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a72e2aa200a1824 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a72e2aa200a1824 .ap-icon {
  margin-right: 6px;
}
#a72e2aa200a1824 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a72e2aa200a1824 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a72e2aa200a1824 .menu-list > li:hover > a,
#a72e2aa200a1824 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a72e2aa200a1824 .menu-list ul,
#a72e2aa200a1824 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a72e2aa200a1824 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a72e2aa200a1824 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a72e2aa200a1824 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a72e2aa200a1824 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a72e2aa200a1824 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e94afdf7a5455 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/adcf4a675ca669c/1759996593076.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1b3cafb5aa0106 .a9567a69daa2b1c {
  overflow: hidden;
}
#a1b3cafb5aa0106 .a9567a69daa2b1c , #a1b3cafb5aa0106 .a9567a69daa2b1c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1b3cafb5aa0106 .a90aca5cfca6e62 {
  overflow: hidden;
}
#a1b3cafb5aa0106 .a90aca5cfca6e62 .img-wrap {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  transition: all 0.3s ease-in;
}
#a1b3cafb5aa0106 .a90aca5cfca6e62 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1b3cafb5aa0106 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a1b3cafb5aa0106 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1b3cafb5aa0106 .uk-position-center-left-out {
    left: -30px;
  }
  #a1b3cafb5aa0106 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a31fca2402a1a20 .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a43f0a901ea45d4 [data-item*=".abstract"], #a43f0a901ea45d4 [data-item*=".abstract"] a {show: true;}#a43f0a901ea45d4 [data-item*=".subTitle"], #a43f0a901ea45d4 [data-item*=".subTitle"] a {show: true;}#a43f0a901ea45d4 [data-item*=".category"], #a43f0a901ea45d4 [data-item*=".category"] a {show: true;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0ca2a3699a72a3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af69ba1c34a8761 {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0f3aa2ef4af40e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a0f3aa2ef4af40e .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0f3aa2ef4af40e .ap-icon {
  margin-right: 6px;
}
#a0f3aa2ef4af40e .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0f3aa2ef4af40e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a0f3aa2ef4af40e .menu-list > li:hover > a,
#a0f3aa2ef4af40e .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a0f3aa2ef4af40e .menu-list ul,
#a0f3aa2ef4af40e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a0f3aa2ef4af40e .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a0f3aa2ef4af40e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0f3aa2ef4af40e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0f3aa2ef4af40e .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a0f3aa2ef4af40e .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4abfa1fc2a88b0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/adcf4a675ca669c/1759996593076.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5133af5aba23d2 .a9295a7eb6a67d4 {
  overflow: hidden;
}
#a5133af5aba23d2 .a9295a7eb6a67d4 , #a5133af5aba23d2 .a9295a7eb6a67d4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5133af5aba23d2 .ae175aaa2cab6be {
  overflow: hidden;
}
#a5133af5aba23d2 .ae175aaa2cab6be .img-wrap {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  transition: all 0.3s ease-in;
}
#a5133af5aba23d2 .ae175aaa2cab6be .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5133af5aba23d2 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a5133af5aba23d2 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a5133af5aba23d2 .uk-position-center-left-out {
    left: -30px;
  }
  #a5133af5aba23d2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5d3ba9e51a5e7f .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#ae728a7693ad440 [data-item*=".abstract"], #ae728a7693ad440 [data-item*=".abstract"] a {show: true;}#ae728a7693ad440 [data-item*=".subTitle"], #ae728a7693ad440 [data-item*=".subTitle"] a {show: true;}#ae728a7693ad440 [data-item*=".category"], #ae728a7693ad440 [data-item*=".category"] a {show: true;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7e6ea22c7a6d4b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac14eac195ae416 {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac0c8aa295a0828 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#ac0c8aa295a0828 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ac0c8aa295a0828 .ap-icon {
  margin-right: 6px;
}
#ac0c8aa295a0828 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ac0c8aa295a0828 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#ac0c8aa295a0828 .menu-list > li:hover > a,
#ac0c8aa295a0828 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#ac0c8aa295a0828 .menu-list ul,
#ac0c8aa295a0828 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#ac0c8aa295a0828 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#ac0c8aa295a0828 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ac0c8aa295a0828 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ac0c8aa295a0828 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#ac0c8aa295a0828 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af448a9b63a9d5e > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/adcf4a675ca669c/1759996593076.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af6fea29ddabcad .a9370a1934a5f28 {
  overflow: hidden;
}
#af6fea29ddabcad .a9370a1934a5f28 , #af6fea29ddabcad .a9370a1934a5f28 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af6fea29ddabcad .a9d81a0c26ae0c5 {
  overflow: hidden;
}
#af6fea29ddabcad .a9d81a0c26ae0c5 .img-wrap {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  transition: all 0.3s ease-in;
}
#af6fea29ddabcad .a9d81a0c26ae0c5 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af6fea29ddabcad .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#af6fea29ddabcad .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #af6fea29ddabcad .uk-position-center-left-out {
    left: -30px;
  }
  #af6fea29ddabcad .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ad582a7bfda28ec .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#a56d1a503ba805a [data-item*=".abstract"], #a56d1a503ba805a [data-item*=".abstract"] a {show: true;}#a56d1a503ba805a [data-item*=".subTitle"], #a56d1a503ba805a [data-item*=".subTitle"] a {show: true;}#a56d1a503ba805a [data-item*=".category"], #a56d1a503ba805a [data-item*=".category"] a {show: true;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af238aae90a1637 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa6a3ae2caa530c a, #aa6a3ae2caa530c {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a49f2a3d1ba5e49 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a983fa1790a1b13 .ad853a5fc2a78ed {
  overflow: hidden;
}
#a983fa1790a1b13 .ad853a5fc2a78ed , #a983fa1790a1b13 .ad853a5fc2a78ed > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a983fa1790a1b13 .a1386a4173a336e  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#a983fa1790a1b13 .a10f8a9f5eadb51 a, #a983fa1790a1b13 .a10f8a9f5eadb51 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a983fa1790a1b13 .a836ea5f1fa1cb5 {
  overflow: hidden;
}
#a983fa1790a1b13 .a836ea5f1fa1cb5 , #a983fa1790a1b13 .a836ea5f1fa1cb5 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 13px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a983fa1790a1b13 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a983fa1790a1b13 .uk-position-center-left-out {
    left: -30px;
  }
  #a983fa1790a1b13 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1ac6a7fb1af047 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a168fa3c03ad5ab {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a65ffa6459a77fd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a65ffa6459a77fd .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a65ffa6459a77fd .ap-icon {
  margin-right: 6px;
}
#a65ffa6459a77fd .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a65ffa6459a77fd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a65ffa6459a77fd .menu-list > li:hover > a,
#a65ffa6459a77fd .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a65ffa6459a77fd .menu-list ul,
#a65ffa6459a77fd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a65ffa6459a77fd .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a65ffa6459a77fd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a65ffa6459a77fd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a65ffa6459a77fd .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a65ffa6459a77fd .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a9e4da7277acff9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/adcf4a675ca669c/1759996593076.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1d43a72ada93c5 .a8865a68c4afd57 {
  overflow: hidden;
}
#a1d43a72ada93c5 .a8865a68c4afd57 , #a1d43a72ada93c5 .a8865a68c4afd57 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1d43a72ada93c5 .a04f1a393bae631 {
  overflow: hidden;
}
#a1d43a72ada93c5 .a04f1a393bae631 .img-wrap {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  transition: all 0.3s ease-in;
}
#a1d43a72ada93c5 .a04f1a393bae631 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1d43a72ada93c5 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#a1d43a72ada93c5 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1d43a72ada93c5 .uk-position-center-left-out {
    left: -30px;
  }
  #a1d43a72ada93c5 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac44fa4a2fa93cc .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#ae8a5ad6dea2887 [data-item*=".abstract"], #ae8a5ad6dea2887 [data-item*=".abstract"] a {show: true;}#ae8a5ad6dea2887 [data-item*=".subTitle"], #ae8a5ad6dea2887 [data-item*=".subTitle"] a {show: true;}#ae8a5ad6dea2887 [data-item*=".category"], #ae8a5ad6dea2887 [data-item*=".category"] a {show: true;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3053a2784a02d5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a751aa30a9abeb3 {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a82aea91dcac4c1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a82aea91dcac4c1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a82aea91dcac4c1 .ap-icon {
  margin-right: 6px;
}
#a82aea91dcac4c1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a82aea91dcac4c1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a82aea91dcac4c1 .menu-list > li:hover > a,
#a82aea91dcac4c1 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a82aea91dcac4c1 .menu-list ul,
#a82aea91dcac4c1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a82aea91dcac4c1 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a82aea91dcac4c1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a82aea91dcac4c1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a82aea91dcac4c1 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a82aea91dcac4c1 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afad3a5fe1a233b > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/adcf4a675ca669c/1759996593076.jpeg);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aeb12a5d84af504 .a2bf7a1c52aab20 {
  overflow: hidden;
}
#aeb12a5d84af504 .a2bf7a1c52aab20 , #aeb12a5d84af504 .a2bf7a1c52aab20 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aeb12a5d84af504 .a9d1aad1eca7436 {
  overflow: hidden;
}
#aeb12a5d84af504 .a9d1aad1eca7436 .img-wrap {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  transition: all 0.3s ease-in;
}
#aeb12a5d84af504 .a9d1aad1eca7436 .img-wrap:hover {
  transform: scale(1.2);
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aeb12a5d84af504 .uk-grid > .uk-grid-margin {
  margin-top: 6px;
}
#aeb12a5d84af504 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aeb12a5d84af504 .uk-position-center-left-out {
    left: -30px;
  }
  #aeb12a5d84af504 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ad8dba50aeaa9ec .img-wrap {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#ad3f9ade16a3eec [data-item*=".abstract"], #ad3f9ade16a3eec [data-item*=".abstract"] a {show: true;}#ad3f9ade16a3eec [data-item*=".subTitle"], #ad3f9ade16a3eec [data-item*=".subTitle"] a {show: true;}#ad3f9ade16a3eec [data-item*=".category"], #ad3f9ade16a3eec [data-item*=".category"] a {show: true;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afaf2a7aa3af368 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aebe2abb2ba878a .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #4a90e2;
  color: #4a90e2;
  display: inline-block;
  cursor: pointer;
}
#aebe2abb2ba878a .filter-nav li.uk-active {
  color: #fff;
  background-color: #4a90e2;
}
#aebe2abb2ba878a .text-style figure {
  background: transparent;
}
#aebe2abb2ba878a .text-style:hover figure {
  background: #4a90e2;
}
#aebe2abb2ba878a .gallery-item img {
  opacity: 1 !important;
}
#aebe2abb2ba878a .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1195aff29a905c > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-size: cover;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#a5968adec7a3462 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a5968adec7a3462 .ele-wrap:hover {background-color: #509c49;}#a6f86aa803ab80b > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746671890786.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a18e1ae598a0c1f > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6723a6956ad171 , #a6723a6956ad171 a{color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aca83af002a8cc4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-size: cover;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#aeddba9bcba935b .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aeddba9bcba935b .ele-wrap:hover {background-color: #509c49;}#aca0ca92caa38b3 > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746672325588.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3692adb2aa2b2f > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a223fac43ca139f , #a223fac43ca139f a{color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aaa25a811eaf1ca > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-size: cover;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#ae4dda0e66a0abc .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 5px;justify-content: center;border-style: solid;}#ae4dda0e66a0abc .ele-wrap:hover {background-color: #509c49;}#a5170aa04ca8d55 > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746673735010.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a03a1add82a4eaa > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a7d7ea8609adab7 , #a7d7ea8609adab7 a{color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a223aa0975abcd1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-size: cover;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#aa322a5bf6a00ca .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aa322a5bf6a00ca .ele-wrap:hover {background-color: #509c49;}#a7134ae6aba1d95 > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746674467854.png);background-size: 100% 100%;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac0efa99ecab786 > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3bc1a3e77aebec , #a3bc1a3e77aebec a{color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a6012a6b2fae56f > .ele-wrap {background-color: rgba(89, 68, 231, 0.4);background-image: url(/resources/upload/adcf4a675ca669c/1746689987070.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 3px;border-top-style: solid;border-top-color: rgba(0, 160, 224, 1);border-right-color: rgba(0, 160, 224, 1);border-left-color: rgba(0, 160, 224, 1);border-bottom-color: rgba(0, 160, 224, 1);border-right-width: 3px;border-left-width: 3px;border-bottom-width: 3px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#a2c62ad01da44c7 > .ele-wrap {background-color: rgba(89, 68, 231, 0.5);background-image: url(/resources/upload/adcf4a675ca669c/1746689253124.png);background-size: 100% 100%;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 3px;border-top-color: rgba(0, 160, 224, 1);border-top-style: solid;border-right-color: rgba(0, 160, 224, 1);border-left-color: rgba(0, 160, 224, 1);border-bottom-color: rgba(0, 160, 224, 1);border-right-width: 3px;border-left-width: 3px;border-bottom-width: 3px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a9879a0afaa36a3 > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1747034768709.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#af852ad5bcada99 , #af852ad5bcada99 a{color: rgba(255, 255, 255, 1);}#aa72bafa9fab7c0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad80ba9ecbaf6cd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6119a1942acc7b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0164a6134afeb5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1b93ad843ac94b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe59ad8d1a3403 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a9100a4529a5d19 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a9100a4529a5d19 .uk-position-center-left-out {
    left: -30px;
  }
  #a9100a4529a5d19 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5de8aa853acf41  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(146, 143, 143, 1);}#a99b1a740ea45b4  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(146, 143, 143, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a39fca1e81a366a .img-wrap {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2227a8dacaa90e .img-wrap {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#a44a1a5a42acf4d [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 36px;font-family: inherit;color: rgba(146, 143, 143, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7cb8a8365a2b4b .ab737a4eebaccc1 .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#a7cb8a8365a2b4b .a0411ace15af634 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(155, 155, 155, 1),
                rgba(0, 64, 238, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7cb8a8365a2b4b .aabbba8269a8047 {
  overflow: hidden;
}
#a7cb8a8365a2b4b .aabbba8269a8047 , #a7cb8a8365a2b4b .aabbba8269a8047 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a7cb8a8365a2b4b .aabbba8269a8047:hover , #a7cb8a8365a2b4b .aabbba8269a8047 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7cb8a8365a2b4b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7cb8a8365a2b4b .uk-position-center-left-out {
    left: -30px;
  }
  #a7cb8a8365a2b4b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0069a7c3aa4fb6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa784a1eb1a4649 {
  overflow: hidden;
}
#aa784a1eb1a4649 , #aa784a1eb1a4649 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(51, 51, 51, 1);}#aa784a1eb1a4649:hover , #aa784a1eb1a4649 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(47, 21, 225, 1);}#a47cea0fb8a3296  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac544aa3b1ad43f .ad139af14ea98ff {
  overflow: hidden;
}
#ac544aa3b1ad43f .ad139af14ea98ff , #ac544aa3b1ad43f .ad139af14ea98ff > * {
        font-weight: bold;
        font-style: normal;
    font-size: 15px;font-family: inherit;color: rgba(74, 74, 74, 1);}#ac544aa3b1ad43f .a613daaf9da0084  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(146, 143, 143, 1);}#ac544aa3b1ad43f .a6d4aac176af0b2 a, #ac544aa3b1ad43f .a6d4aac176af0b2 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac544aa3b1ad43f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac544aa3b1ad43f .uk-position-center-left-out {
    left: -30px;
  }
  #ac544aa3b1ad43f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3927aaf0faf7c3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0110a7ea3ae31a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a61aeac3f8a729d .filter-nav li {
  padding: 2px 15px;
  border-radius: 2px;
  font-size: 13px;
  margin: 0 10px 4px 0;
  border: 1px solid #4a90e2;
  color: #4a90e2;
  display: inline-block;
  cursor: pointer;
}
#a61aeac3f8a729d .filter-nav li.uk-active {
  color: #fff;
  background-color: #4a90e2;
}
#a61aeac3f8a729d .text-style figure {
  background: transparent;
}
#a61aeac3f8a729d .text-style:hover figure {
  background: #4a90e2;
}
#a61aeac3f8a729d .gallery-item img {
  opacity: 1 !important;
}
#a61aeac3f8a729d .gallery-item:hover figure img {
  opacity: .6 !important;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1e88aecd9ae471 , #a1e88aecd9ae471 a{color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acc7fa3de0af863 {
  overflow: hidden;
  pointer-events: none;
}
#acc7fa3de0af863 > .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;
}
#acc7fa3de0af863 > .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;
}
#acc7fa3de0af863 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#acc7fa3de0af863 > .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;
}
#acc7fa3de0af863 > .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;
}
#acc7fa3de0af863 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#acc7fa3de0af863 > .tab-wrap > div > .tab-nav,
#acc7fa3de0af863 > .tab-nav,
#acc7fa3de0af863 > .tab-tabs > .tab-wrap > div > .tab-nav,
#acc7fa3de0af863 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#acc7fa3de0af863 > .tab-wrap > div > .tab-nav-horizontal,
#acc7fa3de0af863 > .tab-nav-horizontal,
#acc7fa3de0af863 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#acc7fa3de0af863 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#acc7fa3de0af863 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#acc7fa3de0af863 > .tab-nav-horizontal::-webkit-scrollbar,
#acc7fa3de0af863 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#acc7fa3de0af863 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#acc7fa3de0af863 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#acc7fa3de0af863 > .tab-nav-horizontal.tagScroll,
#acc7fa3de0af863 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#acc7fa3de0af863 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 50px;
  overflow-x: auto;
}
#acc7fa3de0af863 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#acc7fa3de0af863 > .tab-nav-horizontal.tagScroll li a,
#acc7fa3de0af863 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#acc7fa3de0af863 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#acc7fa3de0af863 > .tab-wrap > div > .tab-nav a,
#acc7fa3de0af863 > .tab-nav a,
#acc7fa3de0af863 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#acc7fa3de0af863 > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#acc7fa3de0af863 > .tab-wrap > div > .tab-nav li a,
#acc7fa3de0af863 > .tab-nav li a,
#acc7fa3de0af863 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#acc7fa3de0af863 > .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: 25px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#acc7fa3de0af863 > .tab-wrap > div > .tab-nav li a svg,
#acc7fa3de0af863 > .tab-nav li a svg,
#acc7fa3de0af863 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#acc7fa3de0af863 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#acc7fa3de0af863 > .tab-wrap > div > .tab-nav li a .ap_icon,
#acc7fa3de0af863 > .tab-nav li a .ap_icon,
#acc7fa3de0af863 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#acc7fa3de0af863 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#acc7fa3de0af863 > .tab-wrap > div > .tab-nav li a:hover,
#acc7fa3de0af863 > .tab-nav li a:hover,
#acc7fa3de0af863 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#acc7fa3de0af863 > .tab-tabs > .tab-nav li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  font-family: inherit;
  color: #f8e71c;
  border-bottom-width: 0;
  border-bottom-color: #4a90e2;
  border-bottom-style: none;
}
#acc7fa3de0af863 > .tab-wrap > div > .tab-nav li.uk-active a,
#acc7fa3de0af863 > .tab-nav li.uk-active a,
#acc7fa3de0af863 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#acc7fa3de0af863 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  font-family: inherit;
  color: #f8e71c;
  border-bottom-width: 0;
  border-bottom-color: #4a90e2;
  border-bottom-style: solid;
}
#acc7fa3de0af863 .layout-left li,
#acc7fa3de0af863 .layout-center li,
#acc7fa3de0af863 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#acc7fa3de0af863 .layout-left li a,
#acc7fa3de0af863 .layout-center li a,
#acc7fa3de0af863 .layout-right li a {
  height: 100%;
}
#acc7fa3de0af863 > .tab-tabs .layout-left {
  text-align: left;
}
#acc7fa3de0af863 > .tab-tabs .layout-center {
  text-align: center;
}
#acc7fa3de0af863 > .tab-tabs .layout-right {
  text-align: right;
}
#acc7fa3de0af863 .tab-contents {
  height: 100%;
  height: calc(100% - 50px);
}
#acc7fa3de0af863 .tab-content-wrap {
  background-color: transparent;
}
#acc7fa3de0af863 .tab-contents,
#acc7fa3de0af863 .tab-contents-wrap {
  pointer-events: none;
}
#acc7fa3de0af863 .tab-content,
#acc7fa3de0af863 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#acc7fa3de0af863 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#acc7fa3de0af863 .tab-wrap .tab-contents {
  height: 100%;
}
#acc7fa3de0af863 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#acc7fa3de0af863 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#acc7fa3de0af863 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a1ccca5d33a3409 > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1716001874945.jpeg);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4e69a1424a609b > .ele-wrap {background-color: rgba(0, 0, 0, 0.8);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a75f0afac2a52fc , #a75f0afac2a52fc a{color: rgba(255, 255, 255, 1);}#a70c9ad426a5adc > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-size: cover;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#a55bfa987ca3892 .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgb(0, 149, 235);border-radius: 5px;}#a55bfa987ca3892 .ele-wrap:hover {background-color: #0483cc;}#ade1ba4109af3ec > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715324381557.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0a15a8c09a2920 > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a0525a4ae5a209d , #a0525a4ae5a209d a{color: rgba(255, 255, 255, 1);}#a4795ad268ac27b > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-size: cover;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#a11cda5a3dafe85 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a11cda5a3dafe85 .ele-wrap:hover {background-color: #509c49;}#a8e51af0f7ad73c > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715324381557.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af748a647fa8539 > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a0027ac7aba3e48 , #a0027ac7aba3e48 a{color: rgba(255, 255, 255, 1);}#ac0deae9f5a2ea6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-size: cover;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#ae6e5a3ac0a2d94 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 0px;justify-content: center;border-style: solid;}#ae6e5a3ac0a2d94 .ele-wrap:hover {background-color: #509c49;}#a6fa4a6de8a1f42 > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715324381557.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2060a3e37a5274 > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a36dca240ca2c89 , #a36dca240ca2c89 a{color: rgba(255, 255, 255, 1);}#a5c22a66b8a1b01 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-size: cover;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#ab31ba6090a979e .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 0px;justify-content: center;border-style: solid;}#ab31ba6090a979e .ele-wrap:hover {background-color: #509c49;}#ab463a8287a490a > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715324381557.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a84eca4be0a2bc8 > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae625aa39ca4bcd , #ae625aa39ca4bcd a{color: rgba(255, 255, 255, 1);}#aaed9a5b1ea7f62 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-size: cover;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#a6bf2aa473ac805 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a6bf2aa473ac805 .ele-wrap:hover {background-color: #509c49;}#a58ebaffa6a85a6 > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715324381557.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af0c7ae016a74aa > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae61baa7b3ad9a0 , #ae61baa7b3ad9a0 a{color: rgba(255, 255, 255, 1);}#afdc0a6688a11cf > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-size: cover;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#a18b0a921ca7a2e .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a18b0a921ca7a2e .ele-wrap:hover {background-color: #509c49;}#adeb7a7305aeee3 > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715324381557.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0826a58b1a4c5a > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a960ba5edca9cb9 , #a960ba5edca9cb9 a{color: rgba(255, 255, 255, 1);}#aa35fad56ea0d3a > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-size: cover;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#a2feba3abfa16cf .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a2feba3abfa16cf .ele-wrap:hover {background-color: #509c49;}#ac967a9996ae93a > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715324381557.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac73ba4777a59d0 > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a733fa2758a35cb , #a733fa2758a35cb a{color: rgba(255, 255, 255, 1);}#a1a1da17b8a0e57 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-size: cover;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#a453ca38ccabd4b .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a453ca38ccabd4b .ele-wrap:hover {background-color: #509c49;}#a45d1aa652aa1e9 > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715324381557.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8fe9a73c4ac0cf > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a72dca2039ad06d , #a72dca2039ad06d a{color: rgba(255, 255, 255, 1);}#a1caeadd99a4dc1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-size: cover;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#a69e3a0cdbadfa4 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 0px;justify-content: center;border-style: solid;}#a69e3a0cdbadfa4 .ele-wrap:hover {background-color: #509c49;}#a537da81bbabc95 > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715324381557.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5f9da7684a23a2 > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a339ca40ffa3aff , #a339ca40ffa3aff a{color: rgba(255, 255, 255, 1);}#a123da3529a54b1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-size: cover;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#afc2fa9ef1a74a6 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 0px;justify-content: center;border-style: solid;}#afc2fa9ef1a74a6 .ele-wrap:hover {background-color: #509c49;}#afddbab0cba36ce > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715324381557.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a10b8aa3cea3ddd > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a5739a8e8ca5b75 , #a5739a8e8ca5b75 a{color: rgba(255, 255, 255, 1);}#a744aa98dba162b > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-size: cover;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 0px;border-bottom-right-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;}#ac940ab493a3e1e .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 0px;justify-content: center;border-style: solid;}#ac940ab493a3e1e .ele-wrap:hover {background-color: #509c49;}#ae04da7276a9665 > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715324381557.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3fe3aee7baa938 > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#afdf2af27ca6cf8 , #afdf2af27ca6cf8 a{color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2c4fa290ca0574 > .ele-wrap {background-color: rgba(89, 68, 231, 0.4);background-size: contain;background-repeat: no-repeat;background-position: center center;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 3px;border-top-style: solid;border-top-color: rgba(0, 160, 224, 1);border-right-color: rgba(0, 160, 224, 1);border-left-color: rgba(0, 160, 224, 1);border-bottom-color: rgba(0, 160, 224, 1);border-right-width: 3px;border-left-width: 3px;border-bottom-width: 3px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#ab99aa08f6ae356 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a5a73a0c6aa4193 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;border-radius: 0px;justify-content: flex-start;border-style: none;}#a5a73a0c6aa4193 .ele-wrap:hover {background-color: #509c49;background-color: rgba(0, 0, 0, 0);}#a3180a0aafadd5c > .ele-wrap {background-color: rgba(89, 68, 231, 0.5);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 3px;border-top-color: rgba(0, 160, 224, 1);border-top-style: solid;border-right-color: rgba(0, 160, 224, 1);border-left-color: rgba(0, 160, 224, 1);border-bottom-color: rgba(0, 160, 224, 1);border-right-width: 3px;border-left-width: 3px;border-bottom-width: 3px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;}#acb8fa60dcafe09 > .ele-wrap {border-bottom-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: solid;border-top-style: none;border-bottom-color: rgba(255, 255, 255, 1);}#a3fb4ae455a3e74 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;border-radius: 0px;justify-content: flex-start;border-style: none;}#a3fb4ae455a3e74 .ele-wrap:hover {background-color: #509c49;background-color: rgba(0, 0, 0, 0);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a49a0a0e07abd44 > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1744881098576.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7606a350aa1611 > .ele-wrap {background-color: rgba(0, 0, 0, 0.8);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6196ab5bfab27c , #a6196ab5bfab27c a{color: rgba(255, 255, 255, 1);}#a1ff9a26dca057c > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 3px;border-top-color: rgba(125, 190, 253, 1);border-right-color: rgba(125, 190, 253, 1);border-left-color: rgba(125, 190, 253, 1);border-bottom-color: rgba(125, 190, 253, 1);border-right-width: 3px;border-left-width: 3px;border-bottom-width: 3px;}#a1ff9a26dca057c  > .ele-wrap:hover {border-top-width: 3px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 3px;border-left-width: 3px;border-bottom-width: 3px;}#a0c23a2210a0240 , #a0c23a2210a0240 a{color: rgba(125, 190, 253, 1);}#a0c23a2210a0240:hover, #a0c23a2210a0240 a:hover {color: rgba(74, 144, 226, 1);}#a46e2a1940a534d > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 3px;border-top-color: rgba(125, 190, 253, 1);border-right-color: rgba(125, 190, 253, 1);border-left-color: rgba(125, 190, 253, 1);border-bottom-color: rgba(125, 190, 253, 1);border-right-width: 3px;border-left-width: 3px;border-bottom-width: 3px;}#a46e2a1940a534d  > .ele-wrap:hover {border-top-width: 3px;border-top-color: rgba(74, 144, 226, 1);border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);border-right-width: 3px;border-left-width: 3px;border-bottom-width: 3px;}#a5e23ab9a1a05f2 , #a5e23ab9a1a05f2 a{color: rgba(125, 190, 253, 1);}#a5e23ab9a1a05f2:hover, #a5e23ab9a1a05f2 a:hover {color: rgba(74, 144, 226, 1);}#a3e22ab743a5751 > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 3px;border-top-color: rgba(125, 190, 253, 1);border-right-color: rgba(125, 190, 253, 1);border-left-color: rgba(125, 190, 253, 1);border-bottom-color: rgba(125, 190, 253, 1);border-right-width: 3px;border-left-width: 3px;border-bottom-width: 3px;}#a3e22ab743a5751  > .ele-wrap:hover {border-top-width: 3px;border-top-color: rgba(74, 144, 226, 1);border-right-width: 3px;border-left-width: 3px;border-bottom-width: 3px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);}#a1ddfa6ee7ae6cb , #a1ddfa6ee7ae6cb a{color: rgba(125, 190, 253, 1);}#a1ddfa6ee7ae6cb:hover, #a1ddfa6ee7ae6cb a:hover {color: rgba(74, 144, 226, 1);}#aacadaa8ddaec6d > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 3px;border-top-color: rgba(125, 190, 253, 1);border-right-color: rgba(125, 190, 253, 1);border-left-color: rgba(125, 190, 253, 1);border-bottom-color: rgba(125, 190, 253, 1);border-right-width: 3px;border-left-width: 3px;border-bottom-width: 3px;}#aacadaa8ddaec6d  > .ele-wrap:hover {border-top-width: 3px;border-top-color: rgba(74, 144, 226, 1);border-right-width: 3px;border-left-width: 3px;border-bottom-width: 3px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);}#a511aac39baef03 , #a511aac39baef03 a{color: rgba(125, 190, 253, 1);}#a511aac39baef03:hover, #a511aac39baef03 a:hover {color: rgba(74, 144, 226, 1);}#a8f56a093ba0b4a > .ele-wrap {border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;border-top-width: 3px;border-top-color: rgba(125, 190, 253, 1);border-right-color: rgba(125, 190, 253, 1);border-left-color: rgba(125, 190, 253, 1);border-bottom-color: rgba(125, 190, 253, 1);border-right-width: 3px;border-left-width: 3px;border-bottom-width: 3px;}#a8f56a093ba0b4a  > .ele-wrap:hover {border-top-width: 3px;border-top-color: rgba(74, 144, 226, 1);border-right-width: 3px;border-left-width: 3px;border-bottom-width: 3px;border-right-color: rgba(74, 144, 226, 1);border-left-color: rgba(74, 144, 226, 1);border-bottom-color: rgba(74, 144, 226, 1);}#af1a3a40faab620 , #af1a3a40faab620 a{color: rgba(125, 190, 253, 1);}#af1a3a40faab620:hover, #af1a3a40faab620 a:hover {color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae85aa697aa9e9b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae85aa697aa9e9b .uk-position-center-left-out {
    left: -30px;
  }
  #ae85aa697aa9e9b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aaba2a7337ac243  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(146, 143, 143, 1);}#a7183a050ea1762  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(146, 143, 143, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0f92a261fadf97 [data-item="undefined"] {
        font-weight: normal;
        font-style: normal;
    font-size: 36px;font-family: inherit;color: rgba(146, 143, 143, 1);}#ae586ababba6984  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ada53ad821ab89d .ele-wrap {border-color: #ccc;border-width: 1px;border-style: solid;color: #777;background-color: transparent;border-radius: 25px;}#ada53ad821ab89d .ele-wrap:hover {border-color: #ccc;background-color: #fff;color: #444;}#a8764a714aa41a2 > .ele-wrap {background-color: rgba(74, 144, 226, 1);}#a8764a714aa41a2  > .ele-wrap:hover {background-color: rgba(74, 74, 74, 1);}#a36efaba87ade45 > .ele-wrap {background-color: rgba(0, 0, 0, 0.65);border-left-width: 0px;border-bottom-width: 0px;border-right-width: 0px;border-top-width: 0px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2ed2a884aa49d7 .af0e2a686fa0026 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(3, 26, 208, 1),
                rgba(0, 64, 238, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2ed2a884aa49d7 .aa74caa04da990a {
  overflow: hidden;
}
#a2ed2a884aa49d7 .aa74caa04da990a , #a2ed2a884aa49d7 .aa74caa04da990a > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(255, 255, 255, 1);}#a2ed2a884aa49d7 .aa74caa04da990a:hover , #a2ed2a884aa49d7 .aa74caa04da990a *:hover {
        font-weight: bold;
        font-style: normal;
    text-decoration: underline;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2ed2a884aa49d7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2ed2a884aa49d7 .uk-position-center-left-out {
    left: -30px;
  }
  #a2ed2a884aa49d7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1985a8bc9a84a0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a21feaf13cad362 .afef7a2d20ae73b {
  overflow: hidden;
}
#a21feaf13cad362 .afef7a2d20ae73b , #a21feaf13cad362 .afef7a2d20ae73b > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a21feaf13cad362 .afef7a2d20ae73b:hover , #a21feaf13cad362 .afef7a2d20ae73b *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(47, 21, 225, 1);}#a21feaf13cad362 .a3d3bad09aa6a74  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a21feaf13cad362 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a21feaf13cad362 .uk-position-center-left-out {
    left: -30px;
  }
  #a21feaf13cad362 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1de6a245ba7e4e .a34e3aadd9af2dd {
  overflow: hidden;
}
#a1de6a245ba7e4e .a34e3aadd9af2dd , #a1de6a245ba7e4e .a34e3aadd9af2dd > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a1de6a245ba7e4e .a34e3aadd9af2dd:hover , #a1de6a245ba7e4e .a34e3aadd9af2dd *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(47, 21, 225, 1);}#a1de6a245ba7e4e .a4cddadee2a7a9f  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1de6a245ba7e4e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1de6a245ba7e4e .uk-position-center-left-out {
    left: -30px;
  }
  #a1de6a245ba7e4e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab692a4364aba97 .aa332a726dadbd3 {
  overflow: hidden;
}
#ab692a4364aba97 .aa332a726dadbd3 , #ab692a4364aba97 .aa332a726dadbd3 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(51, 51, 51, 1);}#ab692a4364aba97 .aa332a726dadbd3:hover , #ab692a4364aba97 .aa332a726dadbd3 *:hover {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(47, 21, 225, 1);}#ab692a4364aba97 .a0ed7a3912abbbe  {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(74, 144, 226, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab692a4364aba97 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ab692a4364aba97 .uk-position-center-left-out {
    left: -30px;
  }
  #ab692a4364aba97 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1c5da9fa9a19af .ad61aa8c0daccc3 {
  overflow: hidden;
}
#a1c5da9fa9a19af .ad61aa8c0daccc3 , #a1c5da9fa9a19af .ad61aa8c0daccc3 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1c5da9fa9a19af .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a1c5da9fa9a19af .uk-position-center-left-out {
    left: -30px;
  }
  #a1c5da9fa9a19af .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4bcaa8d80a4278 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 16px;font-family: inherit;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a342aa7526ac2bf .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
#aa141af6cba7e15 > .ele-wrap {background-color: rgba(47, 21, 225, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0594a9356ac52b .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0594a9356ac52b .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0594a9356ac52b .ap-icon {
  margin-right: 6px;
}
#a0594a9356ac52b .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0594a9356ac52b .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
}
#a0594a9356ac52b .menu-list > li:hover > a,
#a0594a9356ac52b .menu-list > li.active > a {
  background: #ff670f;
  background-color: #ff670f;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a0594a9356ac52b .menu-list ul,
#a0594a9356ac52b .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0594a9356ac52b .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a0594a9356ac52b .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0594a9356ac52b .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0594a9356ac52b .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;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a86a0a3f0dae4d3 a, #a86a0a3f0dae4d3 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a3e19a567ba38db > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1747128155708.png);background-size: cover;background-position: center center;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3a72a1e70ae7b4 .ele-wrap {border-width: 0px;border-style: none;color: #ffffff;background-color: rgba(41, 87, 237, 1);border-radius: 25px;font-size: 18px;justify-content: center;font-weight: 600;}#a3a72a1e70ae7b4 .ele-wrap:hover {border-color: rgba(89, 156, 68, 1);background-color: #fff;color: #ffffff;background-color: rgba(89, 156, 68, 1);}#a9dd8a36c3acde1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a424bae774a21d8 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 20px;justify-content: center;border-style: solid;}#a424bae774a21d8 .ele-wrap:hover {background-color: #509c49;}#a6fdaa0667a2332 .ele-wrap {color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 0.3);}#a6fdaa0667a2332 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#a2436a304bafde8 > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715570131520.png);background-size: cover;background-position: center center;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a0fa2a87c4a0c41 > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715653321734.jpeg);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a2eaea0c06a545b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa1f9a8e15a7e10 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 20px;justify-content: center;border-style: solid;}#aa1f9a8e15a7e10 .ele-wrap:hover {background-color: #509c49;}#ac3ebad68aabaab .ele-wrap {color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 0.3);}#ac3ebad68aabaab .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#ab886a11b5abc9a > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715570132253.png);background-size: cover;background-position: center center;background-repeat: no-repeat;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a0f77a252aa6c68 > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715653324703.jpeg);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a35a1adbadab5a0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aef88a2d1aa438b .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 20px;justify-content: center;border-style: solid;}#aef88a2d1aa438b .ele-wrap:hover {background-color: #509c49;}#aea11a9db4a53b4 .ele-wrap {color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 0.3);}#aea11a9db4a53b4 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#a98c5aa4caa91fb > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715570131100.png);background-size: cover;background-position: center center;background-repeat: no-repeat;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a387ead33cab1b8 > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715653318330.jpeg);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#ad069a47a8a8dbd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ade31adf20ad044 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 20px;justify-content: center;border-style: solid;}#ade31adf20ad044 .ele-wrap:hover {background-color: #509c49;}#add20aa03aa23af .ele-wrap {color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 0.3);}#add20aa03aa23af .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#a3f07a98baa95dd > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715570867763.png);background-size: cover;background-position: center center;background-repeat: no-repeat;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#acceaa500cadc42 > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715653317339.jpeg);background-size: cover;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a3cdcaa72ea7eb4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3495a2131a71d3 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 20px;justify-content: center;border-style: solid;}#a3495a2131a71d3 .ele-wrap:hover {background-color: #509c49;}#a3082ab49dadc40 .ele-wrap {color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 0.3);}#a3082ab49dadc40 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#a01f8aafb5a576e > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715653319136.jpeg);background-size: cover;background-repeat: no-repeat;background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a1e34a49b9ab82b > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.6),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0d39a2ee8a4ecf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a19abadef9aeb96 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 20px;justify-content: center;border-style: solid;}#a19abadef9aeb96 .ele-wrap:hover {background-color: #509c49;}#a7aa5a8265a43ab .ele-wrap {color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 0.3);}#a7aa5a8265a43ab .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#ae281aa92fa707d > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715653322569.jpeg);background-size: cover;background-repeat: no-repeat;background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a4e23abc3daf59b > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.6),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a273ca5b89a38f5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a210fa1007a36e2 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 20px;justify-content: center;border-style: solid;}#a210fa1007a36e2 .ele-wrap:hover {background-color: #509c49;}#a04fba40cbae7ae .ele-wrap {color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 0.3);}#a04fba40cbae7ae .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#afadcaa767a7b51 > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715653323336.jpeg);background-size: cover;background-repeat: no-repeat;background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#ab79bae7b6a8503 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.6),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1e3ea6409a6188 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad018a0a48a5a3b .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 20px;justify-content: center;border-style: solid;}#ad018a0a48a5a3b .ele-wrap:hover {background-color: #509c49;}#a7ae5a2716a0c4d .ele-wrap {color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 0.3);}#a7ae5a2716a0c4d .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#a5720a02f0a94a5 > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715653313014.jpeg);background-size: cover;background-repeat: no-repeat;background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#acce8a123ca06bb > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.6),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a420ca1969a7ef8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4ad9a47dcaae4e .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 20px;justify-content: center;border-style: solid;}#a4ad9a47dcaae4e .ele-wrap:hover {background-color: #509c49;}#a4a6da4b90a95f0 .ele-wrap {color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 0.3);}#a4a6da4b90a95f0 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#ab8f4af783a454c > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715653320374.jpeg);background-size: cover;background-repeat: no-repeat;background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a079ea37a7a784e > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.6),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6dc5a7e35ac9f1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6b6aa9c91a3df2 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 20px;justify-content: center;border-style: solid;}#a6b6aa9c91a3df2 .ele-wrap:hover {background-color: #509c49;}#a323fab4a6a5a7c .ele-wrap {color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 0.3);}#a323fab4a6a5a7c .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#ac25aaa5a6ad6d6 > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715653326220.jpeg);background-size: cover;background-repeat: no-repeat;background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#aa967a33dfa4ba4 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.6),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac61ca0101a6bd3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5f6ca5869a62c0 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 20px;justify-content: center;border-style: solid;}#a5f6ca5869a62c0 .ele-wrap:hover {background-color: #509c49;}#a9586a2f16a0e55 .ele-wrap {color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 0.3);}#a9586a2f16a0e55 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#ad778a8dfaaf412 > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715653319767.jpeg);background-size: cover;background-repeat: no-repeat;background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#ab875aa201a9aa3 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.6),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad28fa9fd4af21c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3229afc46ab891 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 20px;justify-content: center;border-style: solid;}#a3229afc46ab891 .ele-wrap:hover {background-color: #509c49;}#a196daaad0ad2d3 .ele-wrap {color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 0.3);}#a196daaad0ad2d3 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#a61faab1b0aac7f > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1747100844046.png);background-size: cover;background-repeat: no-repeat;background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a20e2a8f51a4183 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.6),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa370a80f3ac2e0 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abec1a2ac0ad52d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 20px;justify-content: center;border-style: solid;}#abec1a2ac0ad52d .ele-wrap:hover {background-color: #509c49;}#a5f61a2aa2a4d9c .ele-wrap {color: #4a4a4a;font-size: 16px;font-weight: 500;background-color: rgba(255, 255, 255, 1);border-radius: 20px;justify-content: center;border-style: solid;border-width: 1px;border-color: rgba(155, 155, 155, 0.3);}#a5f61a2aa2a4d9c .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#acc5baefe3a7a6f > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1747112021365.png);background-size: cover;background-repeat: no-repeat;background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4ba5ab30eab35b .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a799ca0143ae3c4 a, #a799ca0143ae3c4 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a9b3aa9ffaa7418 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a098ca90ccaad30 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 20px;justify-content: center;border-style: solid;}#a098ca90ccaad30 .ele-wrap:hover {background-color: #509c49;}#aac33af9a6a9aa5 .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(7, 191, 167, 1);border-radius: 20px;justify-content: center;border-style: none;border-width: 0px;}#aac33af9a6a9aa5 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#add63a8a7bae046 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a861ea687caca20 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 20px;justify-content: center;border-style: solid;}#a861ea687caca20 .ele-wrap:hover {background-color: #509c49;}#a69b0a8de4aac36 .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(7, 191, 167, 1);border-radius: 20px;justify-content: center;border-style: none;border-width: 0px;}#a69b0a8de4aac36 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#a25e0ad38ba4e6f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa7eeaaa45a00e7 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 20px;justify-content: center;border-style: solid;}#aa7eeaaa45a00e7 .ele-wrap:hover {background-color: #509c49;}#a7c63ac3f2afc55 .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(7, 191, 167, 1);border-radius: 20px;justify-content: center;border-style: none;border-width: 0px;}#a7c63ac3f2afc55 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#a1fdba1f4faefa2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a9857a21e3a4eee .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 20px;justify-content: center;border-style: solid;}#a9857a21e3a4eee .ele-wrap:hover {background-color: #509c49;}#a61edae98fab2a9 .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(7, 191, 167, 1);border-radius: 20px;justify-content: center;border-style: none;border-width: 0px;}#a61edae98fab2a9 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#aecc6a4083ad5f3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1d00a09dca094c .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 20px;justify-content: center;border-style: solid;}#a1d00a09dca094c .ele-wrap:hover {background-color: #509c49;}#a8abbabf83a7df1 .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(7, 191, 167, 1);border-radius: 20px;justify-content: center;border-style: none;border-width: 0px;}#a8abbabf83a7df1 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0ba5a0031a4781 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4146ac41aae773 a, #a4146ac41aae773 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#aa7d7a44caa3100 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0c1aabe49ad879 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a0c1aabe49ad879 .ele-wrap:hover {background-color: #509c49;}#ab252a5549a00fd .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(7, 191, 167, 1);border-radius: 5px;justify-content: center;border-style: none;border-width: 0px;}#ab252a5549a00fd .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#acdebab2b4a7b16 > .ele-wrap {background-image: url(/resources/upload/a2e32a3423ad608/1714893026860.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7989aaaabaaae5 .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#a7ba6a58cca38d3 > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a2ef1ae701a5f24 , #a2ef1ae701a5f24 a{color: rgba(255, 255, 255, 1);}#ab994a3ecdadbfc > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746683196910.png);background-position: center center;background-repeat: no-repeat;background-size: cover;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac6cdad4d1a876f .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#af28ea488fa8266 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7086a12cfaf83b .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a7086a12cfaf83b .ele-wrap:hover {background-color: #509c49;}#a1301a3006a2ad4 .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(7, 191, 167, 1);border-radius: 5px;justify-content: center;border-style: none;border-width: 0px;}#a1301a3006a2ad4 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#a86a8a8f13aa0c2 > .ele-wrap {background-image: url(/resources/upload/a2e32a3423ad608/1714893026860.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae948a95f6a3314 .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#a4971a0ed2a153d > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a3ba4a9bcfa380f , #a3ba4a9bcfa380f a{color: rgba(255, 255, 255, 1);}#a4b1da576da592b > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715570131520.png);background-size: cover;background-position: center center;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abde8a59efa808e .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae601a66cba0823 .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a03a9a4edaacd60 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7b15aeaa9add0d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a7b15aeaa9add0d .ele-wrap:hover {background-color: #509c49;}#a8cfaa9202a6477 .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(7, 191, 167, 1);border-radius: 5px;justify-content: center;border-style: none;border-width: 0px;}#a8cfaa9202a6477 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#a6545a93f5a6556 > .ele-wrap {background-image: url(/resources/upload/a2e32a3423ad608/1714893026860.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4162aa4d0a2944 .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#a7a25ae509ae233 > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aae9da58faa5bc4 , #aae9da58faa5bc4 a{color: rgba(255, 255, 255, 1);}#af9fbab369ab98d > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746683657121.png);background-size: cover;background-repeat: no-repeat;background-position: center center;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ab614a16c1abd21 .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#af7b3a7715afd0a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a304cacaf8a2a22 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a304cacaf8a2a22 .ele-wrap:hover {background-color: #509c49;}#acd9eac7f2a9df1 .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(7, 191, 167, 1);border-radius: 5px;justify-content: center;border-style: none;border-width: 0px;}#acd9eac7f2a9df1 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#a4828ad85ea90a1 > .ele-wrap {background-image: url(/resources/upload/a2e32a3423ad608/1714893026860.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abc90a1b5da210e .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#ab7faa398cad4d3 > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#af836ac1f4a8a20 , #af836ac1f4a8a20 a{color: rgba(255, 255, 255, 1);}#ae31ea7b46a65d0 > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746683764836.png);background-size: cover;background-position: center center;background-repeat: no-repeat;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aaa8ba8f86aff96 .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a5dd8aa533af90f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2f38a30e5ae0ef > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746685151555.jpeg);background-size: 100% 100%;background-repeat: no-repeat;background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#ae028a764ca3d2a > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a6341ac863afa0f , #a6341ac863afa0f a{color: rgba(255, 255, 255, 1);}#af25ba27b1a7d12 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.6),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a269daa407ad47b .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a269daa407ad47b .ele-wrap:hover {background-color: #509c49;}#a66d3ab598ac6f4 .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(7, 191, 167, 1);border-radius: 5px;justify-content: center;border-style: none;border-width: 0px;}#a66d3ab598ac6f4 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a8339a2c24aa6b3 .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a8ff6a77c6ad05f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1cfcac022ab1cf > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746861148368.jpeg);background-size: cover;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a6587af385aac84 > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a06a8a1dcba175f , #a06a8a1dcba175f a{color: rgba(255, 255, 255, 1);}#a56cfa6393a6779 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.6),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a61d9ab770a0ec6 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a61d9ab770a0ec6 .ele-wrap:hover {background-color: #509c49;}#a0883a8e6ea2c97 .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(7, 191, 167, 1);border-radius: 5px;justify-content: center;border-style: none;border-width: 0px;}#a0883a8e6ea2c97 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a4c41a4104aa6dc .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a9d13ac721ad85e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab86cae24ca40cf > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746861694085.png);background-size: 100% 100%;background-repeat: repeat-x;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a51fba038eae8c4 > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#acd4fa7c06abfd7 , #acd4fa7c06abfd7 a{color: rgba(255, 255, 255, 1);}#ac818aa761ab53c > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.6),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0c71a0534a717d .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a0c71a0534a717d .ele-wrap:hover {background-color: #509c49;}#a4d1babb3cabb84 .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(7, 191, 167, 1);border-radius: 5px;justify-content: center;border-style: none;border-width: 0px;}#a4d1babb3cabb84 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae267ae455a1330 .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a710ca77a0a90f1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acb52a0fc7a2ccc > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746864338085.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#afb9ea8df8a543c > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a81aea29b2acecf , #a81aea29b2acecf a{color: rgba(255, 255, 255, 1);}#abd88a1fc9a6899 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.6),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3badaed7ba8862 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a3badaed7ba8862 .ele-wrap:hover {background-color: #509c49;}#ac2baaecffa4ddd .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(7, 191, 167, 1);border-radius: 5px;justify-content: center;border-style: none;border-width: 0px;}#ac2baaecffa4ddd .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3ce6a8a82accf1 .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a78f4a47b0a24c6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab6e6a117daf118 > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746862631033.jpeg);background-size: 100% 100%;background-repeat: no-repeat;background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a447aab364ae70e > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#af012a248aa5b5b , #af012a248aa5b5b a{color: rgba(255, 255, 255, 1);}#a5b2ea2ee9ac365 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.6),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a82a8a0456aefd3 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a82a8a0456aefd3 .ele-wrap:hover {background-color: #509c49;}#afecaa2ef7afa96 .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(7, 191, 167, 1);border-radius: 5px;justify-content: center;border-style: none;border-width: 0px;}#afecaa2ef7afa96 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7ec2a7f97ad599 .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a815aae0e4ad820 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af325ab2d9a019f > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746863081104.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a7489abe6aa546e > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#acb69a2e75a5aa4 , #acb69a2e75a5aa4 a{color: rgba(255, 255, 255, 1);}#a9b42aa179a1d53 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.6),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6627af8caad750 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a6627af8caad750 .ele-wrap:hover {background-color: #509c49;}#a0028acbc3a45f0 .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(7, 191, 167, 1);border-radius: 5px;justify-content: center;border-style: none;border-width: 0px;}#a0028acbc3a45f0 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa318a802eacb6f .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a1f9aa8996abbeb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3ee0a46f7a8f21 > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746863030610.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a9833a496aa3462 > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#aff01a5a1aad4a3 , #aff01a5a1aad4a3 a{color: rgba(255, 255, 255, 1);}#acc0ca6e34a2b2e > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.6),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a498ca3b83a0486 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a498ca3b83a0486 .ele-wrap:hover {background-color: #509c49;}#aa9ebac19eaa317 .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(7, 191, 167, 1);border-radius: 5px;justify-content: center;border-style: none;border-width: 0px;}#aa9ebac19eaa317 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3cf6af77faacb8 .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#ac49ca79aca8cb7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aea5ea915aa8997 > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746862983558.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#ac3a2a2ae8a91f1 > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a31b7ae021ad3e5 , #a31b7ae021ad3e5 a{color: rgba(255, 255, 255, 1);}#ab841a0e36ad25c > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.6),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2bb7a9f8eacbe8 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a2bb7a9f8eacbe8 .ele-wrap:hover {background-color: #509c49;}#a9856a3b62a0ac7 .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(7, 191, 167, 1);border-radius: 5px;justify-content: center;border-style: none;border-width: 0px;}#a9856a3b62a0ac7 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a25cdab3c3ae18d .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#ad81aa4825ad3f1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afe2daa799a0022 > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1747041822516.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a3054ae3c4a9cd3 > .ele-wrap {background-color: rgba(0, 0, 0, 0.4);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a0069ae4c9a82fc , #a0069ae4c9a82fc a{color: rgba(255, 255, 255, 1);}#a7d5fad615abe30 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.6),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa2bfab43ea6b8c .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 5px;justify-content: center;border-style: solid;}#aa2bfab43ea6b8c .ele-wrap:hover {background-color: #509c49;}#aeb3fac673a66f1 .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(7, 191, 167, 1);border-radius: 5px;justify-content: center;border-style: none;border-width: 0px;}#aeb3fac673a66f1 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7069acb1aacc2f .img-wrap {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#a94aea6adaa1346 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5116af116a86d7 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a5116af116a86d7 .ele-wrap:hover {background-color: #509c49;}#a4069acf20ac80a > .ele-wrap {background-image: url(/resources/upload/a8cf4a0394a4f0a/1715582369914.webp);background-size: cover;background-repeat: no-repeat;background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a41a6a53cdaf576 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.6),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac54baf742ad9b3 .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(7, 191, 167, 1);border-radius: 5px;justify-content: center;border-style: none;border-width: 0px;}#ac54baf742ad9b3 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#aef5aa09b1a232e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9aeda05dea4ee1 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a9aeda05dea4ee1 .ele-wrap:hover {background-color: #509c49;}#ad8d3ad603a1f11 > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746863247469.png);background-size: cover;background-repeat: no-repeat;background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a85a5a7f7ea9851 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.6),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac716a9b13ae991 .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(7, 191, 167, 1);border-radius: 5px;justify-content: center;border-style: none;border-width: 0px;}#ac716a9b13ae991 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}#aef1bac9a2a76ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8a50a69a0a8cbf .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(41, 87, 237, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a8a50a69a0a8cbf .ele-wrap:hover {background-color: #509c49;}#a1021a4067a96f7 > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746863348524.png);background-size: cover;background-repeat: no-repeat;background-position: bottom center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#ad7f4a77b6a859f > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(0, 0, 0, 0.6),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad314a4000aa869 .ele-wrap {color: #ffffff;font-size: 16px;font-weight: 500;background-color: rgba(7, 191, 167, 1);border-radius: 5px;justify-content: center;border-style: none;border-width: 0px;}#ad314a4000aa869 .ele-wrap:hover {background-color: #509c49;background-color: rgba(41, 87, 237, 1);color: #ffffff;border-color: rgba(41, 87, 237, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a053faa20faf1f4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a436aac147a3aa0 a, #a436aac147a3aa0 {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#ada19a37b2a3b3b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0636a8d32abe7c > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746777151718.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a54fba7492aaa26 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(74, 144, 226, 1),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae6f6aeb60a395f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5ca6a0484a62d9 > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746778355579.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a7e33af372a31e2 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(74, 144, 226, 1),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abad4a2660aaa5c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a95e6ab37da4d5c > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746777731874.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a95a2a9cf3abb64 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(74, 144, 226, 1),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aef99a708aa987d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3facaee57ae9fb > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746778117376.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#ae388ae122a230d > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(74, 144, 226, 1),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a37dda45eead4ef > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a23eba5929ae91e > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746861760042.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#aeec6a5d1fa5695 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(74, 144, 226, 1),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d58a6427ac39c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a068aa2230a2ed5 > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746862113993.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#ad045adeb0a3b38 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(74, 144, 226, 1),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4165aa0d1aad79 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae0b7a374caa55f > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746862504623.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a9da1a2f26a0c43 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(74, 144, 226, 1),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0a41a040faf90e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3e34a3da4adf07 > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746862698033.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#ae288a831fad3af > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(74, 144, 226, 1),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afcf5a3b51a5822 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3745adf08a8c05 > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746862977601.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#ac7d4ae766add70 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(74, 144, 226, 1),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6664a7974a01d2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af3caabf94a0127 > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746863289238.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a7f84ad57eaa4d9 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(74, 144, 226, 1),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa511a17c0a2a25 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5a0fa0c2fa109b > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746863558921.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a73bfa773aabcd6 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(74, 144, 226, 1),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a582ea097da42f7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac327ab564a407a > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746863680803.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a136da9fd7a3b03 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(74, 144, 226, 1),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac8d8a3739a0601 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a890daf038a3fef > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746866033482.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#ac979a0d36aefa0 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(74, 144, 226, 1),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9588a9da9a261d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a91c4a8c61ae9c2 > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746866173421.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a020ea0d1faadf3 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(74, 144, 226, 1),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f50a4434a8193 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aef6cae4c9a9c63 > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1746866637542.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a60bba4842aa1da > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(74, 144, 226, 1),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab9c5a7fecaabdd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 2px;border-bottom-right-radius: 2px;border-top-left-radius: 8px;border-top-right-radius: 8px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab0d4a6847a76dc > .ele-wrap {background-image: url(/resources/upload/adcf4a675ca669c/1747047680122.png);background-size: 100% 100%;background-repeat: no-repeat;background-position: center center;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-top-right-radius: 8px;}#a802fa212aa7efb > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(74, 144, 226, 1),
                rgba(255, 255, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1bfdaa3a6a70a8 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
#a58afaadb3a1d20 [data-item="items"] {left: 0px;top: -1px; position: relative;}#a9d46ab9c6a458d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a55b8a4a91a83ce > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-top-right-radius: 5px;}#ad66eafa94af97e a, #ad66eafa94af97e {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#ad66eafa94af97e a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(0, 0, 0, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa1fcad15daf502 .a0470a3ad0a5671 {
  overflow: hidden;
}
#aa1fcad15daf502 .a0470a3ad0a5671 , #aa1fcad15daf502 .a0470a3ad0a5671 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 15px;text-align: center;font-family: inherit;color: rgba(74, 74, 74, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa1fcad15daf502 .a4e8aa4980abc30 .img-wrap {
  box-shadow: 0px 0px 0px 5px rgba(155, 155, 155, 0.21);
}
#aa1fcad15daf502 .a9a3aadfcba7b94 a, #aa1fcad15daf502 .a9a3aadfcba7b94 {
        font-weight: bold;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa1fcad15daf502 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa1fcad15daf502 .uk-position-center-left-out {
    left: -30px;
  }
  #aa1fcad15daf502 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afaf2a7aa3af368 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
#a1532a7be8a1128 [data-item="items"] {left: 0px;top: -1px; position: relative;}#a2d23a36ecae83c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}#a0ebeabafea42ba > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-top-right-radius: 5px;}#aaff3a0fa3a3646 a, #aaff3a0fa3a3646 {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#aaff3a0fa3a3646 a:hover {
        font-weight: normal;
        font-style: normal;
    text-decoration: underline;font-family: inherit;color: rgba(0, 0, 0, 1);}#aea7ba2e7dac74e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa758a1f3eab1f5 .ele-wrap {color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(47, 21, 225, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;justify-content: center;border-style: solid;}#aa758a1f3eab1f5 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(35, 139, 205, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3dc7a9d64a8124 .uk-grid {
  margin-left: -15px;
}
#a3dc7a9d64a8124 .uk-grid > * {
  padding-left: 15px;
}
#a3dc7a9d64a8124 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a3dc7a9d64a8124 .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#a3dc7a9d64a8124 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a3dc7a9d64a8124 .article .info {
  padding: 8px 10px;
  position: relative;
}
#a3dc7a9d64a8124 .article .info p {
  margin: 10px 0 10px;
}
#a3dc7a9d64a8124 .article svg {
  fill: currentColor;
}
#a3dc7a9d64a8124 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 8px;
  width: 20px;
  color: #b4b4b4;
}
#a3dc7a9d64a8124 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 8px;
  color: #b4b4b4;
}
#a3dc7a9d64a8124 .article.list-icon .info {
  padding-left: 25px;
}
#a3dc7a9d64a8124 .article .datetime {
  position: absolute;
  right: 10px;
  top: 8px;
}
#a3dc7a9d64a8124 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a3dc7a9d64a8124 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a3dc7a9d64a8124 .article:hover .title {
  color: #238bcd;
}
#a3dc7a9d64a8124 .article:hover .datetime {
  color: #238bcd;
}
#a3dc7a9d64a8124 .article:hover .category {
  color: #b6b6b6;
}
#a3dc7a9d64a8124 .article:hover .abstract {
  color: #b6b6b6;
}
#a3dc7a9d64a8124 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a3dc7a9d64a8124 .article:hover .list_icon {
  color: #b6b6b6;
}
#a896daa45aa5eaf > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1a90a086fa1801 .ele-wrap {color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(47, 21, 225, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;justify-content: center;border-style: solid;}#a1a90a086fa1801 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(35, 139, 205, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afa1bab6ddafdcd .uk-grid {
  margin-left: -15px;
}
#afa1bab6ddafdcd .uk-grid > * {
  padding-left: 15px;
}
#afa1bab6ddafdcd .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#afa1bab6ddafdcd .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#afa1bab6ddafdcd .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#afa1bab6ddafdcd .article .info {
  padding: 8px 10px;
  position: relative;
}
#afa1bab6ddafdcd .article .info p {
  margin: 10px 0 10px;
}
#afa1bab6ddafdcd .article svg {
  fill: currentColor;
}
#afa1bab6ddafdcd .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 8px;
  width: 20px;
  color: #b4b4b4;
}
#afa1bab6ddafdcd .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 8px;
  color: #b4b4b4;
}
#afa1bab6ddafdcd .article.list-icon .info {
  padding-left: 25px;
}
#afa1bab6ddafdcd .article .datetime {
  position: absolute;
  right: 10px;
  top: 8px;
}
#afa1bab6ddafdcd .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
}
#afa1bab6ddafdcd .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#afa1bab6ddafdcd .article:hover .title {
  color: #4a90e2;
}
#afa1bab6ddafdcd .article:hover .datetime {
  color: #238bcd;
}
#afa1bab6ddafdcd .article:hover .category {
  color: #b6b6b6;
}
#afa1bab6ddafdcd .article:hover .abstract {
  color: #b6b6b6;
}
#afa1bab6ddafdcd .article:hover .btn_icon {
  color: #b6b6b6;
}
#afa1bab6ddafdcd .article:hover .list_icon {
  color: #b6b6b6;
}
#a1b0ea67a7adcc7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a664aabb87afd20 .ele-wrap {color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(47, 21, 225, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;justify-content: center;border-style: solid;}#a664aabb87afd20 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(35, 139, 205, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aad54a2ca3a13af .uk-grid {
  margin-left: -15px;
}
#aad54a2ca3a13af .uk-grid > * {
  padding-left: 15px;
}
#aad54a2ca3a13af .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#aad54a2ca3a13af .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#aad54a2ca3a13af .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#aad54a2ca3a13af .article .info {
  padding: 8px 10px;
  position: relative;
}
#aad54a2ca3a13af .article .info p {
  margin: 10px 0 10px;
}
#aad54a2ca3a13af .article svg {
  fill: currentColor;
}
#aad54a2ca3a13af .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 8px;
  width: 20px;
  color: #b4b4b4;
}
#aad54a2ca3a13af .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 8px;
  color: #b4b4b4;
}
#aad54a2ca3a13af .article.list-icon .info {
  padding-left: 25px;
}
#aad54a2ca3a13af .article .datetime {
  position: absolute;
  right: 10px;
  top: 8px;
}
#aad54a2ca3a13af .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#aad54a2ca3a13af .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#aad54a2ca3a13af .article:hover .title {
  color: #238bcd;
}
#aad54a2ca3a13af .article:hover .datetime {
  color: #238bcd;
}
#aad54a2ca3a13af .article:hover .category {
  color: #b6b6b6;
}
#aad54a2ca3a13af .article:hover .abstract {
  color: #b6b6b6;
}
#aad54a2ca3a13af .article:hover .btn_icon {
  color: #b6b6b6;
}
#aad54a2ca3a13af .article:hover .list_icon {
  color: #b6b6b6;
}
#a62dea99f1a477d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac174a05d4af667 .ele-wrap {color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(47, 21, 225, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;justify-content: center;border-style: solid;}#ac174a05d4af667 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(35, 139, 205, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae44fa5a32a98b2 .a1502a8de4ac8ef {
  overflow: hidden;
}
#ae44fa5a32a98b2 .a1502a8de4ac8ef , #ae44fa5a32a98b2 .a1502a8de4ac8ef > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae44fa5a32a98b2 .a9616a1ba8a77ab .img-wrap {
  box-shadow: 0px 0px 0px 0px rgba(155, 155, 155, 0.51);
  border-right-width: 1px;
  border-right-style: dashed;
  border-left-width: 1px;
  border-left-style: dashed;
  border-top-width: 1px;
  border-top-style: dashed;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-right-color: rgba(155, 155, 155, 0.66);
  border-top-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae44fa5a32a98b2 .dynamic-list-item {
  border-top-width: 1px;
  border-top-color: #eeeeee;
  border-top-style: none;
  border-right-color: #eeeeee;
  border-left-color: #eeeeee;
  border-bottom-color: #eeeeee;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ae44fa5a32a98b2 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae44fa5a32a98b2 .uk-position-center-left-out {
    left: -30px;
  }
  #ae44fa5a32a98b2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ab1afad8d0a4db7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acbeead68ea48a3 .ele-wrap {color: #fff;font-size: 18px;font-weight: 500;background-color: rgba(47, 21, 225, 1);border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 5px;border-top-right-radius: 5px;justify-content: center;border-style: solid;}#acbeead68ea48a3 .ele-wrap:hover {background-color: #0483cc;background-color: rgba(35, 139, 205, 1);}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a13a2a1685a5089 .uk-grid {
  margin-left: -15px;
}
#a13a2a1685a5089 .uk-grid > * {
  padding-left: 15px;
}
#a13a2a1685a5089 .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a13a2a1685a5089 .ap-category-filter ul li.active {
  border-color: #4a90e2;
  color: #4a90e2;
}
#a13a2a1685a5089 .article {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  padding-right: 60px;
  margin-bottom: 0px;
  border-bottom-style: solid;
}
#a13a2a1685a5089 .article .info {
  padding: 8px 10px;
  position: relative;
}
#a13a2a1685a5089 .article .info p {
  margin: 10px 0 10px;
}
#a13a2a1685a5089 .article svg {
  fill: currentColor;
}
#a13a2a1685a5089 .article .btn_icon {
  position: absolute;
  right: 10px;
  bottom: 8px;
  width: 20px;
  color: #b4b4b4;
}
#a13a2a1685a5089 .article .list_icon {
  position: absolute;
  width: 12px;
  left: 6px;
  top: 8px;
  color: #b4b4b4;
}
#a13a2a1685a5089 .article.list-icon .info {
  padding-left: 25px;
}
#a13a2a1685a5089 .article .datetime {
  position: absolute;
  right: 10px;
  top: 8px;
}
#a13a2a1685a5089 .article .title {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
}
#a13a2a1685a5089 .article:hover {
  background-color: #fff;
  border-top: 1px solid auto;
}
#a13a2a1685a5089 .article:hover .title {
  color: #238bcd;
}
#a13a2a1685a5089 .article:hover .datetime {
  color: #238bcd;
}
#a13a2a1685a5089 .article:hover .category {
  color: #b6b6b6;
}
#a13a2a1685a5089 .article:hover .abstract {
  color: #b6b6b6;
}
#a13a2a1685a5089 .article:hover .btn_icon {
  color: #b6b6b6;
}
#a13a2a1685a5089 .article:hover .list_icon {
  color: #b6b6b6;
}
#ad9faa7ed7ad646 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aecd7a049fa50e8 > .ele-wrap {background-color: rgba(47, 21, 225, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-top-right-radius: 5px;}#a0f01ae69da7f9e > .ele-wrap {background-color: rgba(249, 249, 249, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 5px;border-bottom-right-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3c2dabb26a66e9 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a3c2dabb26a66e9 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a3c2dabb26a66e9 .ap-icon {
  margin-right: 6px;
}
#a3c2dabb26a66e9 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 12px;
  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: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 0;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #2f15e1;
  border-bottom-color: #999999;
  border-right-width: 0;
  border-left-width: 4px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: dashed;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 180px;
  height: 32px;
}
#a3c2dabb26a66e9 .menu-list > li.icon-bottom > a,
#a3c2dabb26a66e9 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a3c2dabb26a66e9 .menu-list > li.icon-bottom > a .ap-icon,
#a3c2dabb26a66e9 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a3c2dabb26a66e9 .menu-list > li.icon-bottom > a .ap-icon svg,
#a3c2dabb26a66e9 .menu-list > li.icon-top > a .ap-icon svg,
#a3c2dabb26a66e9 .menu-list > li.icon-bottom > a .ap-icon img,
#a3c2dabb26a66e9 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a3c2dabb26a66e9 .menu-list > li.icon-right > a .ap-icon,
#a3c2dabb26a66e9 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a3c2dabb26a66e9 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a3c2dabb26a66e9 .menu-list > li:hover > a,
#a3c2dabb26a66e9 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #238bcd;
  border-top-width: 0;
  border-top-style: none;
  border-left-color: #238bcd;
  border-right-width: 0;
  border-left-width: 5px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: dashed;
}
#a3c2dabb26a66e9 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  color: #238bcd;
  border-top-width: 0;
  border-top-style: none;
  border-left-color: #238bcd;
  border-right-width: 0;
  border-left-width: 5px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: solid;
  border-bottom-style: dashed;
}
#a3c2dabb26a66e9 .menu-list ul,
#a3c2dabb26a66e9 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a3c2dabb26a66e9 .menu-list ul {
  top: 218px;
  left: 50%;
  transform: translateX(-50%);
}
#a3c2dabb26a66e9 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a3c2dabb26a66e9 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a3c2dabb26a66e9 .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;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afaf2a7aa3af368 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac894a020ea3c2d a, #ac894a020ea3c2d {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(255, 255, 255, 1);}#a1cebad340ad0d9 > .ele-wrap {border-left-width: 0px;border-bottom-width: 1px;border-right-width: 0px;border-top-width: 0px;border-right-color: rgba(204, 204, 204, 1);border-right-style: dashed;border-left-color: rgba(204, 204, 204, 1);border-bottom-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ae427aeeabae706 .img-wrap {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#add6ea0a59ade95 .img-wrap {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1e37ae1d2ad855 .img-wrap {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a9e6fa1886ab30c .img-wrap {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a7064ab2e7ab6b3 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#abb56a780ca0014 {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a17daa677aaa14b .form-agree {
  display: flex;
  align-items: center;
}
#a17daa677aaa14b .uk-form .form-submit-btn {
  width: 340px;
}
#a17daa677aaa14b .uk-form .form-submit-btn {
  height: 40px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#a17daa677aaa14b .submit-wrap {
  text-align: center;
}
#a17daa677aaa14b .submit-wrap button {
  background-color: #f32c56;
}
#a17daa677aaa14b .submit-wrap button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#a17daa677aaa14b form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a17daa677aaa14b .form-item {
  margin-top: 8px !important;
  margin-bottom: 15px !important;
}
#a17daa677aaa14b .form-item .uk-input,
#a17daa677aaa14b .form-item .uk-select,
#a17daa677aaa14b .form-item .uk-textarea {
  width: autopx;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
  border-left-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(206, 206, 206, 0.68);
  border-bottom-style: solid;
  border-right-color: rgba(206, 206, 206, 0.68);
  border-left-color: rgba(206, 206, 206, 0.68);
  border-top-color: rgba(206, 206, 206, 0.68);
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  margin-top: 8px;
}
#a17daa677aaa14b .form-item .auto-height {
  height: auto;
}
#a17daa677aaa14b .form-item div > label {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a4a4a;
}
#a17daa677aaa14b .form-item .send-code {
  bottom: 0px;
}
#a17daa677aaa14b .form-item .uk-textarea {
  height: 80px;
  line-height: 1.5;
}
#a17daa677aaa14b .uk-form-label,
#a17daa677aaa14b .form-agree,
#a17daa677aaa14b .uk-h3,
#a17daa677aaa14b p {
  font-weight: bold;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #777777;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a3097a1dd0af7a7 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afaf2a7aa3af368 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aea20a8b80a7f34 {
  min-height: 90vh;
  /* mobile */
}
#aea20a8b80a7f34 .search-highlight {
  background: yellow;
}
#aea20a8b80a7f34 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#aea20a8b80a7f34 .el-title {
  margin-bottom: 20px;
}
#aea20a8b80a7f34 .el-item:hover .el-title {
  color: #9b9b9b;
}
#aea20a8b80a7f34 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#aea20a8b80a7f34 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#aea20a8b80a7f34 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#aea20a8b80a7f34 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#aea20a8b80a7f34 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#aea20a8b80a7f34 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #aea20a8b80a7f34 .el-title {
    margin-bottom: 0;
  }
  #aea20a8b80a7f34 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #aea20a8b80a7f34 .category {
    font-size: 12px;
  }
  #aea20a8b80a7f34 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afaf2a7aa3af368 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac72da4803addd0 {
  /* Error Page */
  /* Error Page */
  /*--------------------------------------------Framework --------------------------------*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /* Padding Section*/
  /* Margin section */
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done*/
  /*done - For the inside sections that has also Title section*/
  /* Margin section */
  /*--------------------------------------------FrameWork------------------------*/
}
#ac72da4803addd0 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#ac72da4803addd0 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#ac72da4803addd0 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#ac72da4803addd0 .error .clip:nth-of-type(1) .shadow,
#ac72da4803addd0 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#ac72da4803addd0 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#ac72da4803addd0 .error h2 {
  font-size: 32px;
}
#ac72da4803addd0 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#ac72da4803addd0 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#ac72da4803addd0 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#ac72da4803addd0 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#ac72da4803addd0 .error .clip .shadow {
  overflow: hidden;
}
#ac72da4803addd0 .error .clip:nth-of-type(2) .shadow {
  overflow: hidden;
  position: relative;
  box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}
#ac72da4803addd0 .error .clip:nth-of-type(3) .shadow:after,
#ac72da4803addd0 .error .clip:nth-of-type(1) .shadow:after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0px;
  z-index: 9999;
  height: 100%;
  width: 10px;
  background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
  border-radius: 50%;
}
#ac72da4803addd0 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#ac72da4803addd0 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#ac72da4803addd0 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#ac72da4803addd0 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#ac72da4803addd0 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#ac72da4803addd0 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#ac72da4803addd0 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#ac72da4803addd0 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #ac72da4803addd0 {
    /* Error Page */
    /* Error Page */
  }
  #ac72da4803addd0 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #ac72da4803addd0 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #ac72da4803addd0 .error .clip:nth-of-type(1) .shadow,
  #ac72da4803addd0 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #ac72da4803addd0 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #ac72da4803addd0 .error h2 {
    font-size: 24px;
  }
  #ac72da4803addd0 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #ac72da4803addd0 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #ac72da4803addd0 .error .container-error-404 {
    height: 150px;
  }
}
#ac72da4803addd0 .overlay {
  position: relative;
  z-index: 20;
}
#ac72da4803addd0 .ground-color {
  background: white;
}
#ac72da4803addd0 .item-bg-color {
  background: #EAEAEA;
}
#ac72da4803addd0 .padding-top {
  padding-top: 10px;
}
#ac72da4803addd0 .padding-bottom {
  padding-bottom: 10px;
}
#ac72da4803addd0 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ac72da4803addd0 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#ac72da4803addd0 .padding-all {
  padding: 10px;
}
#ac72da4803addd0 .no-padding-left {
  padding-left: 0px;
}
#ac72da4803addd0 .no-padding-right {
  padding-right: 0px;
}
#ac72da4803addd0 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#ac72da4803addd0 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#ac72da4803addd0 .no-padding {
  padding: 0px;
}
#ac72da4803addd0 .margin-top {
  margin-top: 10px;
}
#ac72da4803addd0 .margin-bottom {
  margin-bottom: 10px;
}
#ac72da4803addd0 .margin-right {
  margin-right: 10px;
}
#ac72da4803addd0 .margin-left {
  margin-left: 10px;
}
#ac72da4803addd0 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#ac72da4803addd0 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#ac72da4803addd0 .margin-all {
  margin: 10px;
}
#ac72da4803addd0 .no-margin {
  margin: 0px;
}
#ac72da4803addd0 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#ac72da4803addd0 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#ac72da4803addd0 .inside-col-shrink {
  margin: 0px 20px;
}
#ac72da4803addd0 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afaf2a7aa3af368 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a2cf8ace6aa5951 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#a2cf8ace6aa5951 .switch_item {
  margin-right: 10px;
}
#a2cf8ace6aa5951 a.switch_item:hover {
  text-decoration: underline;
}
#a2cf8ace6aa5951 .slider {
  width: 420px;
  height: 600px;
}
#a2cf8ace6aa5951 .uk-slideshow-items {
  height: 100%;
}
#a2cf8ace6aa5951 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#a2cf8ace6aa5951 .login-wrap {
  width: 100%;
  height: 100%;
}
#a2cf8ace6aa5951 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#a2cf8ace6aa5951 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#a2cf8ace6aa5951 .phone-login-box {
  margin: 40px auto 40px;
}
#a2cf8ace6aa5951 .login-header {
  margin-bottom: 24px;
}
#a2cf8ace6aa5951 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#a2cf8ace6aa5951 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#a2cf8ace6aa5951 .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;
}
#a2cf8ace6aa5951 .forget_password {
  cursor: pointer;
}
#a2cf8ace6aa5951 .forget_password:hover {
  color: #4a90e2;
}
#a2cf8ace6aa5951 .input-item input.error,
#a2cf8ace6aa5951 .input-item input.error::placeholder {
  color: #fc4343;
}
#a2cf8ace6aa5951 .input-item input::placeholder {
  color: #999;
}
#a2cf8ace6aa5951 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#a2cf8ace6aa5951 .form-item {
  margin: 24px 0;
}
#a2cf8ace6aa5951 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#a2cf8ace6aa5951 .send-code {
  float: left;
  margin-left: 20px;
}
#a2cf8ace6aa5951 .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;
}
#a2cf8ace6aa5951 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#a2cf8ace6aa5951 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#a2cf8ace6aa5951 .login_btn_wrap {
  text-align: center;
}
#a2cf8ace6aa5951 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#a2cf8ace6aa5951 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#a2cf8ace6aa5951 .input-item .pwd-toggle:hover {
  color: currentColor;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afaf2a7aa3af368 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5dfdab14daec5f .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a5dfdab14daec5f .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a5dfdab14daec5f .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a5dfdab14daec5f .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a5dfdab14daec5f .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a5dfdab14daec5f .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a5dfdab14daec5f .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a5dfdab14daec5f .nav-list {
  padding: 0 20px;
}
#a5dfdab14daec5f .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;
}
#a5dfdab14daec5f .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a5dfdab14daec5f .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a5dfdab14daec5f .order-item:hover {
  background: #f7f7f7;
}
#a5dfdab14daec5f .del-order {
  cursor: pointer;
}
#a5dfdab14daec5f .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a5dfdab14daec5f .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a5dfdab14daec5f .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a5dfdab14daec5f .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a5dfdab14daec5f .goods-item .goods-info {
  padding: 0 15px;
}
#a5dfdab14daec5f .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a5dfdab14daec5f .appoint-time {
  margin-bottom: 4px;
}
#a5dfdab14daec5f .appoint-name {
  color: #333;
  font-size: 14px;
}
#a5dfdab14daec5f .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a5dfdab14daec5f .goods-item .goods-name {
  color: #333;
}
#a5dfdab14daec5f .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a5dfdab14daec5f .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a5dfdab14daec5f .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a5dfdab14daec5f .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a5dfdab14daec5f .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a5dfdab14daec5f .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;
}
#a5dfdab14daec5f .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a5dfdab14daec5f .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a5dfdab14daec5f .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a5dfdab14daec5f .setting-form {
  padding: 30px 20px;
}
#a5dfdab14daec5f .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a5dfdab14daec5f .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a5dfdab14daec5f .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a5dfdab14daec5f .setting-form .setting-btns {
  margin-left: 130px;
}
#a5dfdab14daec5f .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a5dfdab14daec5f .setting-wrap {
  position: relative;
}
#a5dfdab14daec5f .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a5dfdab14daec5f .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a5dfdab14daec5f .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a5dfdab14daec5f .address-wrap {
  padding: 30px 20px;
}
#a5dfdab14daec5f .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a5dfdab14daec5f .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a5dfdab14daec5f .addr-list {
  min-height: 200px;
}
#a5dfdab14daec5f .addr-detail .addr-item-name,
#a5dfdab14daec5f .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;
}
#a5dfdab14daec5f .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a5dfdab14daec5f .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a5dfdab14daec5f .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a5dfdab14daec5f .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a5dfdab14daec5f .add-addr {
  height: 32px;
  line-height: 30px;
}
#a5dfdab14daec5f .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;
}
#a5dfdab14daec5f .publish-item {
  cursor: default;
  min-height: 120px;
}
#a5dfdab14daec5f .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a5dfdab14daec5f .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a5dfdab14daec5f .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #4a90e2;
}
#a5dfdab14daec5f .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afaf2a7aa3af368 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#acb59af82da3f44 {
  min-height: 90vh;
  /* mobile */
}
#acb59af82da3f44 .search-highlight {
  background: yellow;
}
#acb59af82da3f44 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#acb59af82da3f44 .el-title {
  margin-bottom: 20px;
}
#acb59af82da3f44 .el-item:hover .el-title {
  color: #9b9b9b;
}
#acb59af82da3f44 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#acb59af82da3f44 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#acb59af82da3f44 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#acb59af82da3f44 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#acb59af82da3f44 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#acb59af82da3f44 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #acb59af82da3f44 .el-title {
    margin-bottom: 0;
  }
  #acb59af82da3f44 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #acb59af82da3f44 .category {
    font-size: 12px;
  }
  #acb59af82da3f44 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#afaf2a7aa3af368 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#aa737af7c9aedc2 .comment-detail {
  min-height: 600px;
}
#aa737af7c9aedc2 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#aa737af7c9aedc2 table th,
#aa737af7c9aedc2 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#aa737af7c9aedc2 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#aa737af7c9aedc2 .red {
  color: #F00!important;
}
#aa737af7c9aedc2 .table-title span {
  display: inline-block;
  padding: 0 40px;
  line-height: 40px;
  color: #274589;
  font-size: 16px;
  font-weight: bold;
  background: url(/resources/sys/img/icons/title_icon.png) 0 center no-repeat;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a5e34a24c3a7c6d {
  overflow: hidden;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a539aadd6ea3063 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  text-align: left;
}
#a539aadd6ea3063 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a539aadd6ea3063 .ap-icon {
  margin-right: 6px;
}
#a539aadd6ea3063 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a539aadd6ea3063 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  line-height: 26px;
  background-color: rgba(0, 0, 0, 0);
}
#a539aadd6ea3063 .menu-list > li:hover > a,
#a539aadd6ea3063 .menu-list > li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #2f15e1;
}
#a539aadd6ea3063 .menu-list ul,
#a539aadd6ea3063 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
}
#a539aadd6ea3063 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a539aadd6ea3063 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a539aadd6ea3063 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a539aadd6ea3063 .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;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333333;
  background-color: #ffffff;
}
#a539aadd6ea3063 .menu-list ul li a:hover {
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #2f15e1;
  background-color: #f4f4f5;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a1031a7723a42e9 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 21px;
}
#a1031a7723a42e9 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a1031a7723a42e9 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a1031a7723a42e9 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a43efac412ad7ce a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#a43efac412ad7ce a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a43efac412ad7ce .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a43efac412ad7ce .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac36eae3f7a1de6 a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  line-height: 21px;
}
#ac36eae3f7a1de6 a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ac36eae3f7a1de6 .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#ac36eae3f7a1de6 .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a475ba1e42a6646 {
  overflow: hidden;
  pointer-events: none;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a475ba1e42a6646 > .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;
}
#a475ba1e42a6646 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a475ba1e42a6646 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#a475ba1e42a6646 > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a475ba1e42a6646 > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#a475ba1e42a6646 .layout-left li,
#a475ba1e42a6646 .layout-center li,
#a475ba1e42a6646 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a475ba1e42a6646 .layout-left li a,
#a475ba1e42a6646 .layout-center li a,
#a475ba1e42a6646 .layout-right li a {
  height: 100%;
}
#a475ba1e42a6646 > .tab-tabs .layout-left {
  text-align: left;
}
#a475ba1e42a6646 > .tab-tabs .layout-center {
  text-align: center;
}
#a475ba1e42a6646 > .tab-tabs .layout-right {
  text-align: right;
}
#a475ba1e42a6646 .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#a475ba1e42a6646 .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#a475ba1e42a6646 .tab-contents,
#a475ba1e42a6646 .tab-contents-wrap {
  pointer-events: none;
}
#a475ba1e42a6646 .tab-content,
#a475ba1e42a6646 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a475ba1e42a6646 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a475ba1e42a6646 .tab-wrap .tab-contents {
  height: 100%;
}
#a475ba1e42a6646 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a475ba1e42a6646 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#a0a10a177aa2f0f a {
  font-size: 12px;
  text-decoration: none;
  color: #ccc;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  line-height: 30px;
}
#a0a10a177aa2f0f a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#a0a10a177aa2f0f .horizontal-links a {
  margin-right: 20px;
  display: inline-block;
}
#a0a10a177aa2f0f .vertical-links a {
  display: block;
  margin-bottom: 10px;
}
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
#ac374a0d75a900d {
  overflow: hidden;
  pointer-events: none;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 31px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac374a0d75a900d > .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;
}
#ac374a0d75a900d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac374a0d75a900d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 31px;
  overflow-x: auto;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac374a0d75a900d > .tab-tabs > .tab-nav a {
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 31px;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 14px;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac374a0d75a900d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #4a90e2;
  border-bottom-width: 0;
  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;
}
#ac374a0d75a900d > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac374a0d75a900d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #3f37d7;
  border-bottom-width: 0;
  border-bottom-style: none;
  background-color: #ffffff;
}
#ac374a0d75a900d .layout-left li,
#ac374a0d75a900d .layout-center li,
#ac374a0d75a900d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac374a0d75a900d .layout-left li a,
#ac374a0d75a900d .layout-center li a,
#ac374a0d75a900d .layout-right li a {
  height: 100%;
}
#ac374a0d75a900d > .tab-tabs .layout-left {
  text-align: left;
}
#ac374a0d75a900d > .tab-tabs .layout-center {
  text-align: center;
}
#ac374a0d75a900d > .tab-tabs .layout-right {
  text-align: right;
}
#ac374a0d75a900d .tab-contents {
  height: 100%;
  height: calc(100% - 31px);
}
#ac374a0d75a900d .tab-content-wrap {
  background-color: rgba(255, 255, 255, 0);
}
#ac374a0d75a900d .tab-contents,
#ac374a0d75a900d .tab-contents-wrap {
  pointer-events: none;
}
#ac374a0d75a900d .tab-content,
#ac374a0d75a900d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac374a0d75a900d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac374a0d75a900d .tab-wrap .tab-contents {
  height: 100%;
}
#ac374a0d75a900d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac374a0d75a900d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a2ac0a6106a47a8 > .ele-wrap {background-color: rgba(0, 0, 0, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
@to TopIcon:ICON://type=img&src=/resources/sys/img/totop-default.png;
