.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: #0f58a8;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f58a8;
}
/* 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: #0f58a8;
}
/* 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: #0f58a8;
  text-shadow: none;
}
::selection {
  background: #0f58a8;
  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 #0f58a8;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #0f58a8;
}
/* ========================================================================
     Component: List
   ========================================================================== */
.uk-list,
.ap-child-list > ul {
  padding: 0;
  list-style: none;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f8f8f8;
}
/* ========================================================================
     Component: Description list
   ========================================================================== */
/*
   * Term
   */
.uk-description-list > dd {
  font-size: 16px;
}
/* Caption
   ========================================================================== */
.uk-table caption {
  color: #999999;
}
/*
   * Striped
   */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Link
   */
.uk-icon-link:hover,
.uk-icon-link:focus {
  color: #0f58a8;
  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: #0f58a8;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #0f58a8;
  color: #ffffff;
}
/* Thumb
   ========================================================================== */
/*
   * 1. Reset
   * 2. Style
   */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  background: #666;
}
/* Firefox */
.uk-range::-moz-range-thumb {
  background: #666;
}
/* Edge */
.uk-range::-ms-thumb {
  /* 1 */
  margin-top: 0;
}
/* IE11 */
.uk-range::-ms-thumb {
  background: #666;
}
.uk-input,
.uk-select,
.uk-textarea {
  background: #ffffff;
  color: #666;
}
/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #ffffff;
}
/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/*
   * Placeholder
   */
.uk-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-input::-moz-placeholder {
  color: #999999;
}
.uk-input::-webkit-input-placeholder {
  color: #999999;
}
.uk-textarea:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-textarea::-moz-placeholder {
  color: #999999;
}
.uk-textarea::-webkit-input-placeholder {
  color: #999999;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e !important;
}
/*
   * Success
   */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296 !important;
}
/*
   * Blank
   */
.uk-form-blank {
  background: none;
  border-color: transparent !important;
}
.uk-form-blank:focus {
  border-color: #EBEBED !important;
  border-style: dashed;
}
/*
   * Checked
   */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #0f58a8;
  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: #0f58a8;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #0f58a8;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #0f58a8;
  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: #0f58a8;
  color: #ffffff;
  border-color: #0f58a8;
}
/*
   * Danger
   */
.uk-button-danger {
  background-color: transparent;
  color: #f0506e;
  border: 1px solid #f0506e;
}
/* Hover + Focus */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: transparent;
}
/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #f0506e;
  color: #ffffff;
  border-color: #f0506e;
}
/*
   * Disabled
   * The same for all style modifiers
   */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999999;
}
/* Text modifiers
   ========================================================================== */
/*
   * Text
   * 1. Reset
   * 2. Style
   */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  position: relative;
}
/* Hover + Focus */
.uk-button-text:hover,
.uk-button-text:focus {
  color: #0f58a8;
}
/* 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: #0f58a8;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f58a8;
}
/* 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: #0f58a8;
}
/*
   * Secondary
   */
.uk-section-secondary,
.ap-container-secondary .uk-container {
  background: #222222;
}
.uk-section-muted,
.ap-container-muted .uk-container {
  background: #f8f8f8;
}
/* Style modifiers
   ========================================================================== */
/*
   * Default
   */
.uk-tile-default {
  background: #ffffff;
}
/*
   * Muted
   */
.uk-tile-muted {
  background: #f8f8f8;
}
/*
   * Primary
   */
.uk-tile-primary {
  background: #0f58a8;
}
/*
   * 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: #0f58a8;
  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: #0f58a8;
  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: #0f58a8;
}
/*
   * 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: #0f58a8;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #0f58a8;
  color: #ffffff;
}
/* Color modifiers
   ========================================================================== */
/*
   * Success
   */
.uk-label-success {
  background-color: #32d296;
  color: #ffffff;
}
/*
   * Warning
   */
.uk-label-warning {
  background-color: #faa05a;
  color: #ffffff;
}
/*
   * Danger
   */
.uk-label-danger {
  background-color: #f0506e;
  color: #ffffff;
}
/* ========================================================================
     Component: Overlay
   ========================================================================== */
.uk-overlay {
  padding: 20px 20px;
}
/*
   * Remove margin from the last-child
   */
.uk-overlay > :last-child {
  margin-bottom: 0;
}
/* Title
   ========================================================================== */
/* Meta
   ========================================================================== */
.uk-article-meta {
  color: #999999;
}
.uk-article-meta a {
  color: #999999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
/* Meta
   ========================================================================== */
.uk-comment-meta {
  color: #999999;
}
/* Style modifier
   ========================================================================== */
.uk-comment-primary {
  background-color: #f8f8f8;
}
.uk-search-input:focus {
  outline: none;
}
/* Placeholder */
.uk-search-input:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-search-input::-moz-placeholder {
  color: #999999;
}
.uk-search-input::-webkit-input-placeholder {
  color: #999999;
}
/* Icon (Adopts `uk-icon`)
   ========================================================================== */
/*
   * Remove default focus style
   */
.uk-search-icon:focus {
  outline: none;
}
.uk-search .uk-search-icon {
  color: #999999;
}
/*
   * Required for `a`.
   */
.uk-search .uk-search-icon:hover {
  color: #999999;
}
/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: #ffffff;
}
/* Toggle
   ========================================================================== */
.uk-search-toggle {
  color: #999999;
}
/* Hover + Focus */
.uk-search-toggle:hover,
.uk-search-toggle:focus {
  color: #666;
}
/* Parent icon modifier
   ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5 em;
  height: 1.5 em;
}
/*
   * Items
   */
.uk-nav-default > li > a {
  color: #999999;
}
/* Hover + Focus */
.uk-nav-default > li > a:hover,
.uk-nav-default > li > a:focus {
  color: #0f58a8;
  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: #0f58a8;
}
/* 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: #0f58a8;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #0f58a8;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #0f58a8;
}
/* 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: #0f58a8;
  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: #0f58a8;
  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: #0f58a8;
  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: #0f58a8;
}
/* 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: #0f58a8;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #0f58a8;
  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: #0f58a8;
}
/*
   * 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: #0f58a8;
}
/* Dialog
   ========================================================================== */
/*
   * 1. Create position context for spinner and close button
   * 2. Dimensions
   * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
   *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
   * 4. Style
   * 5. Slide-in transition
   */
.uk-modal-dialog {
  background: #ffffff;
}
/*
   * Open
   */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Message
  ========================================================================== */
.uk-notification-message {
  background: #f8f8f8;
  color: #666;
}
/* Style modifiers
   ========================================================================== */
/*
   * Primary
   */
.uk-notification-message-primary {
  color: #0f58a8;
}
/*
   * 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: #0f58a8;
  color: #ffffff;
}
/*
   * Remove animated circles for indeterminate state in IE11 and Edge
   */
.uk-progress:indeterminate {
  color: transparent;
}
/*
   * Progress container
   * 2. Remove progress bar for indeterminate state in Firefox
   */
.uk-progress::-webkit-progress-bar {
  background-color: #f8f8f8;
  border-radius: 500px;
  overflow: hidden;
}
/*
   * Progress bar
   * 1. Remove right border in IE11 and Edge
   */
.uk-progress::-webkit-progress-value {
  background-color: #0f58a8;
}
.uk-progress::-moz-progress-bar {
  background-color: #0f58a8;
}
.uk-progress::-ms-fill {
  background-color: #0f58a8;
}
/* ========================================================================
     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: #0f58a8 !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: #0f58a8 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #0f58a8;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #0f58a8;
}
.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: #0f58a8;
  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: #0f58a8;
  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: #0f58a8;
  color: #ffffff;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:focus,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:focus,
.uk-overlay-primary .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:focus,
.ap-toolbar .uk-button-primary:hover,
.ap-toolbar .uk-button-primary:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.ap-toolbar .uk-button-primary:active,
.ap-toolbar .uk-button-primary.uk-active {
  color: #ffffff;
  border-color: transparent;
}
.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.ap-toolbar .uk-button-secondary {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  background-image: none;
  box-shadow: none;
}
.uk-light .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:focus,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:focus,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:focus,
.ap-toolbar .uk-button-secondary:hover,
.ap-toolbar .uk-button-secondary:focus {
  background-color: transparent;
  color: #ffffff;
  box-shadow: none;
}
.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.ap-toolbar .uk-button-secondary:active,
.ap-toolbar .uk-button-secondary.uk-active {
  background-color: #ffffff;
  border-color: #ffffff;
}
.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*='uk-card-media']) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.ap-toolbar .uk-button-text {
  color: #ffffff;
}
.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.ap-toolbar .uk-totop:active {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker,
.uk-overlay-primary .uk-marker,
.ap-toolbar .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-light .uk-marker:hover,
.uk-light .uk-marker:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:focus,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-marker:focus,
.uk-overlay-primary .uk-marker:hover,
.uk-overlay-primary .uk-marker:focus,
.ap-toolbar .uk-marker:hover,
.ap-toolbar .uk-marker:focus {
  color: #666;
}
.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*='uk-card-media']) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-badge,
.uk-overlay-primary .uk-badge,
.ap-toolbar .uk-badge {
  background-color: #ffffff;
  color: #333;
}
.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*='uk-card-media']) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-label,
.uk-overlay-primary .uk-label,
.ap-toolbar .uk-label {
  background-color: #ffffff;
}
.uk-light .uk-article-title,
.uk-section-primary:not(.uk-preserve-color) .uk-article-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-title,
.uk-card-primary.uk-card-body .uk-article-title,
.uk-card-primary > :not([class*='uk-card-media']) .uk-article-title,
.uk-card-secondary.uk-card-body .uk-article-title,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-article-title,
.uk-overlay-primary .uk-article-title,
.ap-toolbar .uk-article-title {
  color: #ffffff;
}
.uk-light .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:focus,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:focus,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:focus,
.ap-toolbar .uk-nav-default > li > a:hover,
.ap-toolbar .uk-nav-default > li > a:focus {
  color: rgba(197, 57, 15, 0.7);
  background-color: transparent;
}
.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.ap-toolbar .uk-nav-default > li.uk-active > a {
  color: #ffffff;
  background-color: transparent;
}
.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.ap-toolbar .uk-nav-default .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.ap-toolbar .uk-nav-primary > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.ap-toolbar .uk-nav-primary .uk-nav-header {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a::before,
.uk-overlay-primary .uk-navbar-nav > li > a::before,
.ap-toolbar .uk-navbar-nav > li > a::before {
  background-color: transparent;
}
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open,
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open,
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a:focus,
.uk-overlay-primary .uk-navbar-nav > li > a.uk-open,
.ap-toolbar .uk-navbar-nav > li:hover > a,
.ap-toolbar .uk-navbar-nav > li > a:focus,
.ap-toolbar .uk-navbar-nav > li > a.uk-open {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.ap-toolbar .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before,
.ap-toolbar .uk-navbar-nav > li.uk-active > a::before {
  background-color: #0f58a8;
}
.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: #0f58a8;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #0f58a8;
}
.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: #0f58a8;
  border-color: #0f58a8;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #0f58a8;
}
/* ========================================================================
   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: #0b3f79;
}
.ap-list-filter dd a.active {
  background-color: #0f58a8;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #0f58a8;
}
.category li a.active {
  color: #0f58a8;
}
.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: #0f58a8;
}
.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: #0f58a8;
  border: 1px solid rgba(15, 88, 168, 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: #0f58a8;
}
form .step .ui-step.active .ui-step-title {
  color: #0f58a8;
}
/**************** 自定义版块样式 ********************/
.btn-effect-1 {
  border-color: #0f58a8;
  background-color: #0f58a8;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #0f58a8;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #0f58a8;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #0f58a8;
  color: #0f58a8;
}
.btn-effect-2:hover {
  background-color: #0f58a8;
}
.uk-button.btn-effect-5 {
  background-color: #0f58a8;
  box-shadow: 0 0 15px rgba(15, 88, 168, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #0f58a8;
}
.header-effect-6 [data-item='title']::before {
  background-color: #0f58a8;
}
#a373ea30cea68b6 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ace60a41aba500e .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#af754a9fa1ad2d5 > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adafca2a11aa28e > .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);}#a9d69a7b92ab97a > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a9d69a7b92ab97a  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a9d69a7b92ab97a:hover * {color: #ffffff  !important}
                            #a9d69a7b92ab97a:hover .line{border-color: #ffffff  !important}#aeaaaafb84a5af9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#aeaaaafb84a5af9  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#aeaaaafb84a5af9:hover * {color: #ffffff  !important}
                            #aeaaaafb84a5af9:hover .line{border-color: #ffffff  !important}#ae686a8700ac121 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#ae686a8700ac121  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#ae686a8700ac121:hover * {color: #ffffff  !important}
                            #ae686a8700ac121:hover .line{border-color: #ffffff  !important}#a8105a6648aa5df > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a8105a6648aa5df  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a8105a6648aa5df:hover * {color: #ffffff  !important}
                            #a8105a6648aa5df:hover .line{border-color: #ffffff  !important}#af7c2a96cda279f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#af7c2a96cda279f  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#af7c2a96cda279f:hover * {color: #ffffff  !important}
                            #af7c2a96cda279f:hover .line{border-color: #ffffff  !important}#a1ef9a644da109b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a1ef9a644da109b  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a1ef9a644da109b:hover * {color: #ffffff  !important}
                            #a1ef9a644da109b:hover .line{border-color: #ffffff  !important}#a2156a5d25a20b8 > .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);}#af5dbad2cdae981 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#af5dbad2cdae981  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#af5dbad2cdae981:hover * {color: #ffffff  !important}
                            #af5dbad2cdae981:hover .line{border-color: #ffffff  !important}#ae8cea6a54a0c93 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#ae8cea6a54a0c93  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#ae8cea6a54a0c93:hover * {color: #ffffff  !important}
                            #ae8cea6a54a0c93:hover .line{border-color: #ffffff  !important}#a2246a73bfa6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a2246a73bfa6e8f  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a2246a73bfa6e8f:hover * {color: #ffffff  !important}
                            #a2246a73bfa6e8f:hover .line{border-color: #ffffff  !important}#a4d01af7d9abfab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a4d01af7d9abfab  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a4d01af7d9abfab:hover * {color: #ffffff  !important}
                            #a4d01af7d9abfab:hover .line{border-color: #ffffff  !important}#aef0da80fca85f8 .ap-category-filter ul li {
  margin-bottom: 30px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#aef0da80fca85f8 .ap-category-filter ul li.active {
  border-color: #0f58a8;
  color: #0f58a8;
}
#aef0da80fca85f8 .grid-list .product-item {
  overflow: hidden;
}
#aef0da80fca85f8 .grid-list .product-preview .img {
  display: block;
}
#aef0da80fca85f8 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#aef0da80fca85f8 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#aef0da80fca85f8 .grid-list .product-info {
  min-height: 110px;
}
#aef0da80fca85f8 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#aef0da80fca85f8 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#aef0da80fca85f8 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#aef0da80fca85f8 .grid-list .category-name {
  font-size: 12px;
}
#aef0da80fca85f8 .grid-list .category-name a {
  color: #777;
}
#aef0da80fca85f8 .grid-list .title,
#aef0da80fca85f8 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#aef0da80fca85f8 .grid-list .title a,
#aef0da80fca85f8 .grid-list .subTitle a {
  color: #191919;
}
#aef0da80fca85f8 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#aef0da80fca85f8 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#aef0da80fca85f8 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#aef0da80fca85f8 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#aef0da80fca85f8 .grid-list .product:hover {
  background-color: auto;
}
#aef0da80fca85f8 .grid-list .product:hover .title a {
  color: #444;
}
#aef0da80fca85f8 .grid-list .product:hover .subTitle {
  color: auto;
}
#aef0da80fca85f8 .grid-list .product:hover .category {
  color: auto;
}
#aef0da80fca85f8 .grid-list .product:hover .abstract {
  color: auto;
}
#aef0da80fca85f8 .grid-list .product:hover .product-btn {
  color: auto;
  background-color: #ffb400;
}
@media (max-width: 640px) {
  #aef0da80fca85f8 .grid-list .product-info {
    min-height: 0;
  }
  #aef0da80fca85f8 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #aef0da80fca85f8 .grid-list .product-buttons {
    display: none;
  }
}
#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1f61afa96ab31f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab8b2a8e3fa1ada {
  min-height: 300px;
}
#a84bcaac2aa2dd6 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a881baf8dea3bd3 > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a82c2a3367a9b2c > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4314ae574a73fb .video-box,
#a4314ae574a73fb .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a4314ae574a73fb .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a4314ae574a73fb .video-box video,
#a4314ae574a73fb .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a4314ae574a73fb .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a4314ae574a73fb .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;
}
#a4314ae574a73fb .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a4314ae574a73fb .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a4314ae574a73fb .thumb-box {
  width: 100%;
  position: relative;
}
#a4314ae574a73fb .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a4314ae574a73fb .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a4314ae574a73fb .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a4314ae574a73fb .thumb-list {
  overflow: hidden;
}
#a4314ae574a73fb .thumb-list ul {
  width: 100000px;
}
#a4314ae574a73fb .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a4314ae574a73fb .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;
}
#a4314ae574a73fb .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a4314ae574a73fb .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a4314ae574a73fb .thumb-list ul li.active img {
  border-color: #df3033;
}
#a4314ae574a73fb .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a4314ae574a73fb .zoom-box img {
  max-width: initial;
}
#a4314ae574a73fb .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a4314ae574a73fb .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a4314ae574a73fb .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a4314ae574a73fb .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a4314ae574a73fb .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a4314ae574a73fb .right {
    width: 100%;
  }
  #a4314ae574a73fb .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;
  }
  #a4314ae574a73fb .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a4314ae574a73fb .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#ad0bda7e61a21c2 {
  overflow: hidden;
}
#ad0bda7e61a21c2 , #ad0bda7e61a21c2 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#acd5ea211cac423 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a76f4a7fe4af237 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3bcaa897ea6293 , #a3bcaa897ea6293 a{color: rgba(255, 255, 255, 1);}#a92a3ad94faacc1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad784a8d04a75e3 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1ad9a6a53a1dbf , #a1ad9a6a53a1dbf a{color: rgba(51, 102, 169, 1);}#ab8b2a8e3fa1ada [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a754fa9480af3bd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa889af907aebdd > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4a88a2552a7a90 , #a4a88a2552a7a90 a{color: rgba(51, 102, 169, 1);}#a100baeda9a5ba7 .ace52a18c8a4417 {
  overflow: hidden;
}
#a100baeda9a5ba7 .ace52a18c8a4417 , #a100baeda9a5ba7 .ace52a18c8a4417 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#a100baeda9a5ba7 .uk-grid {
  margin-left: -30px;
}
#a100baeda9a5ba7 .uk-grid > * {
  padding-left: 30px;
}
#a100baeda9a5ba7 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a100baeda9a5ba7 .uk-position-center-left-out {
    left: -30px;
  }
  #a100baeda9a5ba7 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a7ce8acbbea06fb .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a919cabc72a98de {
  min-height: 300px;
}
#a9a6babb67a7364 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a20f6a88e1abb30 > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a802faed49ae7e1 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab291a847ca03d2 .video-box,
#ab291a847ca03d2 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#ab291a847ca03d2 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#ab291a847ca03d2 .video-box video,
#ab291a847ca03d2 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#ab291a847ca03d2 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#ab291a847ca03d2 .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;
}
#ab291a847ca03d2 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ab291a847ca03d2 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#ab291a847ca03d2 .thumb-box {
  width: 100%;
  position: relative;
}
#ab291a847ca03d2 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#ab291a847ca03d2 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#ab291a847ca03d2 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#ab291a847ca03d2 .thumb-list {
  overflow: hidden;
}
#ab291a847ca03d2 .thumb-list ul {
  width: 100000px;
}
#ab291a847ca03d2 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#ab291a847ca03d2 .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;
}
#ab291a847ca03d2 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#ab291a847ca03d2 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#ab291a847ca03d2 .thumb-list ul li.active img {
  border-color: #df3033;
}
#ab291a847ca03d2 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#ab291a847ca03d2 .zoom-box img {
  max-width: initial;
}
#ab291a847ca03d2 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#ab291a847ca03d2 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#ab291a847ca03d2 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#ab291a847ca03d2 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#ab291a847ca03d2 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #ab291a847ca03d2 .right {
    width: 100%;
  }
  #ab291a847ca03d2 .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;
  }
  #ab291a847ca03d2 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #ab291a847ca03d2 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#aeb9ca088ca1590 {
  overflow: hidden;
}
#aeb9ca088ca1590 , #aeb9ca088ca1590 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a7e9ea2bb6a64fa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af7b5afde8a9413 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1561a8861a5854 , #a1561a8861a5854 a{color: rgba(255, 255, 255, 1);}#af6d4aa22ca26dc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acee3a4839ac2cc > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acff6a85edaa0d4 , #acff6a85edaa0d4 a{color: rgba(51, 102, 169, 1);}#a919cabc72a98de [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#afdefa5613a3621 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae132a163da41a1 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7da8a321ca8b69 , #a7da8a321ca8b69 a{color: rgba(51, 102, 169, 1);}#a4fc7a5fa3afd65 .a2de8ac823a723b {
  overflow: hidden;
}
#a4fc7a5fa3afd65 .a2de8ac823a723b , #a4fc7a5fa3afd65 .a2de8ac823a723b > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#a4fc7a5fa3afd65 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4fc7a5fa3afd65 .uk-position-center-left-out {
    left: -30px;
  }
  #a4fc7a5fa3afd65 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a7897a4f42a32c9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab238a6d4cac1bc > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a88eda5f8bacba7 , #a88eda5f8bacba7 a{color: rgba(51, 102, 169, 1);}#a4dfaae9c7a8a05 .a07e9ad14da4ab3 {
  overflow: hidden;
}
#a4dfaae9c7a8a05 .a07e9ad14da4ab3 , #a4dfaae9c7a8a05 .a07e9ad14da4ab3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#a4dfaae9c7a8a05 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4dfaae9c7a8a05 .uk-position-center-left-out {
    left: -30px;
  }
  #a4dfaae9c7a8a05 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a1a58a6163aebdf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a27f5a7d03acf2d > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a78d8a8a6baf703 , #a78d8a8a6baf703 a{color: rgba(51, 102, 169, 1);}#a80f7ad766ac36f .a73e4a2f31a6e00 {
  overflow: hidden;
}
#a80f7ad766ac36f .a73e4a2f31a6e00 , #a80f7ad766ac36f .a73e4a2f31a6e00 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#a80f7ad766ac36f .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a80f7ad766ac36f .uk-position-center-left-out {
    left: -30px;
  }
  #a80f7ad766ac36f .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a6701a5db3a5ea2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5cdaaeb30a1349 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#ae4aaa0ac4a5aec > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a840aac8b9a8a30 > .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);}#a2f6aaccb6ab5a7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a2f6aaccb6ab5a7  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a2f6aaccb6ab5a7:hover * {color: #ffffff  !important}
                            #a2f6aaccb6ab5a7:hover .line{border-color: #ffffff  !important}#ab648af811ab045 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#ab648af811ab045  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#ab648af811ab045:hover * {color: #ffffff  !important}
                            #ab648af811ab045:hover .line{border-color: #ffffff  !important}#ad1a4a7ea0a9c80 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#ad1a4a7ea0a9c80  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#ad1a4a7ea0a9c80:hover * {color: #ffffff  !important}
                            #ad1a4a7ea0a9c80:hover .line{border-color: #ffffff  !important}#a08efaeb85a0947 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a08efaeb85a0947  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a08efaeb85a0947:hover * {color: #ffffff  !important}
                            #a08efaeb85a0947:hover .line{border-color: #ffffff  !important}#a462da93b2a5b9e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a462da93b2a5b9e  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a462da93b2a5b9e:hover * {color: #ffffff  !important}
                            #a462da93b2a5b9e:hover .line{border-color: #ffffff  !important}#a39bfae63ba98e1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a39bfae63ba98e1  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a39bfae63ba98e1:hover * {color: #ffffff  !important}
                            #a39bfae63ba98e1:hover .line{border-color: #ffffff  !important}#a2156a5d25a20b8 > .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);}#af5dbad2cdae981 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#af5dbad2cdae981  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#af5dbad2cdae981:hover * {color: #ffffff  !important}
                            #af5dbad2cdae981:hover .line{border-color: #ffffff  !important}#ae8cea6a54a0c93 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#ae8cea6a54a0c93  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#ae8cea6a54a0c93:hover * {color: #ffffff  !important}
                            #ae8cea6a54a0c93:hover .line{border-color: #ffffff  !important}#a2246a73bfa6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a2246a73bfa6e8f  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a2246a73bfa6e8f:hover * {color: #ffffff  !important}
                            #a2246a73bfa6e8f:hover .line{border-color: #ffffff  !important}#a4d01af7d9abfab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a4d01af7d9abfab  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a4d01af7d9abfab:hover * {color: #ffffff  !important}
                            #a4d01af7d9abfab:hover .line{border-color: #ffffff  !important}#a8fafa45d8ae280 .ap-category-filter ul li {
  margin-bottom: 30px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a8fafa45d8ae280 .ap-category-filter ul li.active {
  border-color: #0f58a8;
  color: #0f58a8;
}
#a8fafa45d8ae280 .grid-list .product-item {
  overflow: hidden;
}
#a8fafa45d8ae280 .grid-list .product-preview .img {
  display: block;
}
#a8fafa45d8ae280 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a8fafa45d8ae280 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a8fafa45d8ae280 .grid-list .product-info {
  min-height: 110px;
}
#a8fafa45d8ae280 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a8fafa45d8ae280 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a8fafa45d8ae280 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a8fafa45d8ae280 .grid-list .category-name {
  font-size: 12px;
}
#a8fafa45d8ae280 .grid-list .category-name a {
  color: #777;
}
#a8fafa45d8ae280 .grid-list .title,
#a8fafa45d8ae280 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a8fafa45d8ae280 .grid-list .title a,
#a8fafa45d8ae280 .grid-list .subTitle a {
  color: #191919;
}
#a8fafa45d8ae280 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a8fafa45d8ae280 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a8fafa45d8ae280 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a8fafa45d8ae280 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a8fafa45d8ae280 .grid-list .product:hover {
  background-color: auto;
}
#a8fafa45d8ae280 .grid-list .product:hover .title a {
  color: #444;
}
#a8fafa45d8ae280 .grid-list .product:hover .subTitle {
  color: auto;
}
#a8fafa45d8ae280 .grid-list .product:hover .category {
  color: auto;
}
#a8fafa45d8ae280 .grid-list .product:hover .abstract {
  color: auto;
}
#a8fafa45d8ae280 .grid-list .product:hover .product-btn {
  color: auto;
  background-color: #ffb400;
}
@media (max-width: 640px) {
  #a8fafa45d8ae280 .grid-list .product-info {
    min-height: 0;
  }
  #a8fafa45d8ae280 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a8fafa45d8ae280 .grid-list .product-buttons {
    display: none;
  }
}
#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a170caeb50af70a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0171a3963aaf81 {
  min-height: 300px;
}
#ae070ac1fba3c3a .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a1795a6661a835c > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a486baa38ca1b7c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a35a6a0a02a098a > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a42b5afef9a6e50 , #a42b5afef9a6e50 a{color: rgba(255, 255, 255, 1);}#aea4aaa32caad25 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7e6ca0a40af26b {
  overflow: hidden;
}
#a7e6ca0a40af26b , #a7e6ca0a40af26b > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a76cda6816ab274 .video-box,
#a76cda6816ab274 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a76cda6816ab274 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a76cda6816ab274 .video-box video,
#a76cda6816ab274 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a76cda6816ab274 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a76cda6816ab274 .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;
}
#a76cda6816ab274 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a76cda6816ab274 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a76cda6816ab274 .thumb-box {
  width: 100%;
  position: relative;
}
#a76cda6816ab274 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a76cda6816ab274 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a76cda6816ab274 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a76cda6816ab274 .thumb-list {
  overflow: hidden;
}
#a76cda6816ab274 .thumb-list ul {
  width: 100000px;
}
#a76cda6816ab274 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a76cda6816ab274 .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;
}
#a76cda6816ab274 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a76cda6816ab274 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a76cda6816ab274 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a76cda6816ab274 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a76cda6816ab274 .zoom-box img {
  max-width: initial;
}
#a76cda6816ab274 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a76cda6816ab274 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a76cda6816ab274 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a76cda6816ab274 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a76cda6816ab274 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a76cda6816ab274 .right {
    width: 100%;
  }
  #a76cda6816ab274 .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;
  }
  #a76cda6816ab274 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a76cda6816ab274 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a0171a3963aaf81 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1df7afcc2aedee .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a82c2a526ba652c {
  min-height: 300px;
}
#ad35fa6136aa9a2 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a264aaa058a1fb4 > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97bdae70babca6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac36babfe3a8f4b > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae746aa72ea4e3d , #ae746aa72ea4e3d a{color: rgba(255, 255, 255, 1);}#a42e0a2bfdab196 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6208a6c1da330e {
  overflow: hidden;
}
#a6208a6c1da330e , #a6208a6c1da330e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#af31da19a6af11f .video-box,
#af31da19a6af11f .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#af31da19a6af11f .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#af31da19a6af11f .video-box video,
#af31da19a6af11f .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#af31da19a6af11f .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#af31da19a6af11f .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;
}
#af31da19a6af11f .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#af31da19a6af11f .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#af31da19a6af11f .thumb-box {
  width: 100%;
  position: relative;
}
#af31da19a6af11f .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#af31da19a6af11f .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#af31da19a6af11f .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#af31da19a6af11f .thumb-list {
  overflow: hidden;
}
#af31da19a6af11f .thumb-list ul {
  width: 100000px;
}
#af31da19a6af11f .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#af31da19a6af11f .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;
}
#af31da19a6af11f .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#af31da19a6af11f .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#af31da19a6af11f .thumb-list ul li.active img {
  border-color: #df3033;
}
#af31da19a6af11f .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#af31da19a6af11f .zoom-box img {
  max-width: initial;
}
#af31da19a6af11f .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#af31da19a6af11f .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#af31da19a6af11f .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#af31da19a6af11f .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#af31da19a6af11f .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #af31da19a6af11f .right {
    width: 100%;
  }
  #af31da19a6af11f .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;
  }
  #af31da19a6af11f .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #af31da19a6af11f .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a82c2a526ba652c [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aec8fa407fa1715 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a4dfba4910a6568 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#ab5afafb10af23e > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a16a7a3c4ca5c18 > .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);}#ae305a71a8a3456 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#ae305a71a8a3456  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#ae305a71a8a3456:hover * {color: #ffffff  !important}
                            #ae305a71a8a3456:hover .line{border-color: #ffffff  !important}#add7ca4489a3bf2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#add7ca4489a3bf2  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#add7ca4489a3bf2:hover * {color: #ffffff  !important}
                            #add7ca4489a3bf2:hover .line{border-color: #ffffff  !important}#adb7aa038aaf524 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#adb7aa038aaf524  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#adb7aa038aaf524:hover * {color: #ffffff  !important}
                            #adb7aa038aaf524:hover .line{border-color: #ffffff  !important}#a4cfaa0bcaa3315 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a4cfaa0bcaa3315  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a4cfaa0bcaa3315:hover * {color: #ffffff  !important}
                            #a4cfaa0bcaa3315:hover .line{border-color: #ffffff  !important}#a914caa0bcafb63 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a914caa0bcafb63  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a914caa0bcafb63:hover * {color: #ffffff  !important}
                            #a914caa0bcafb63:hover .line{border-color: #ffffff  !important}#aa070a5a91a9183 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#aa070a5a91a9183  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#aa070a5a91a9183:hover * {color: #ffffff  !important}
                            #aa070a5a91a9183:hover .line{border-color: #ffffff  !important}#a2156a5d25a20b8 > .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);}#af5dbad2cdae981 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#af5dbad2cdae981  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#af5dbad2cdae981:hover * {color: #ffffff  !important}
                            #af5dbad2cdae981:hover .line{border-color: #ffffff  !important}#ae8cea6a54a0c93 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#ae8cea6a54a0c93  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#ae8cea6a54a0c93:hover * {color: #ffffff  !important}
                            #ae8cea6a54a0c93:hover .line{border-color: #ffffff  !important}#a2246a73bfa6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a2246a73bfa6e8f  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a2246a73bfa6e8f:hover * {color: #ffffff  !important}
                            #a2246a73bfa6e8f:hover .line{border-color: #ffffff  !important}#a4d01af7d9abfab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a4d01af7d9abfab  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a4d01af7d9abfab:hover * {color: #ffffff  !important}
                            #a4d01af7d9abfab:hover .line{border-color: #ffffff  !important}#a27c1a48f1ab678 .ap-category-filter ul li {
  margin-bottom: 30px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a27c1a48f1ab678 .ap-category-filter ul li.active {
  border-color: #0f58a8;
  color: #0f58a8;
}
#a27c1a48f1ab678 .grid-list .product-item {
  overflow: hidden;
}
#a27c1a48f1ab678 .grid-list .product-preview .img {
  display: block;
}
#a27c1a48f1ab678 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a27c1a48f1ab678 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a27c1a48f1ab678 .grid-list .product-info {
  min-height: 110px;
}
#a27c1a48f1ab678 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a27c1a48f1ab678 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a27c1a48f1ab678 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a27c1a48f1ab678 .grid-list .category-name {
  font-size: 12px;
}
#a27c1a48f1ab678 .grid-list .category-name a {
  color: #777;
}
#a27c1a48f1ab678 .grid-list .title,
#a27c1a48f1ab678 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a27c1a48f1ab678 .grid-list .title a,
#a27c1a48f1ab678 .grid-list .subTitle a {
  color: #191919;
}
#a27c1a48f1ab678 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a27c1a48f1ab678 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a27c1a48f1ab678 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a27c1a48f1ab678 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a27c1a48f1ab678 .grid-list .product:hover {
  background-color: auto;
}
#a27c1a48f1ab678 .grid-list .product:hover .title a {
  color: #444;
}
#a27c1a48f1ab678 .grid-list .product:hover .subTitle {
  color: auto;
}
#a27c1a48f1ab678 .grid-list .product:hover .category {
  color: auto;
}
#a27c1a48f1ab678 .grid-list .product:hover .abstract {
  color: auto;
}
#a27c1a48f1ab678 .grid-list .product:hover .product-btn {
  color: auto;
  background-color: #ffb400;
}
@media (max-width: 640px) {
  #a27c1a48f1ab678 .grid-list .product-info {
    min-height: 0;
  }
  #a27c1a48f1ab678 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a27c1a48f1ab678 .grid-list .product-buttons {
    display: none;
  }
}
#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5f9ea23e0a882c .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#abab1a20a8a7656 {
  min-height: 300px;
}
#a0db8a53e3abe5c .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a881baf8dea3bd3 > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8722aa722a45d4 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1920a0865ac171 .video-box,
#a1920a0865ac171 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a1920a0865ac171 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a1920a0865ac171 .video-box video,
#a1920a0865ac171 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a1920a0865ac171 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a1920a0865ac171 .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;
}
#a1920a0865ac171 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a1920a0865ac171 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a1920a0865ac171 .thumb-box {
  width: 100%;
  position: relative;
}
#a1920a0865ac171 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a1920a0865ac171 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a1920a0865ac171 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a1920a0865ac171 .thumb-list {
  overflow: hidden;
}
#a1920a0865ac171 .thumb-list ul {
  width: 100000px;
}
#a1920a0865ac171 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a1920a0865ac171 .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;
}
#a1920a0865ac171 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a1920a0865ac171 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a1920a0865ac171 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a1920a0865ac171 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a1920a0865ac171 .zoom-box img {
  max-width: initial;
}
#a1920a0865ac171 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a1920a0865ac171 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a1920a0865ac171 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a1920a0865ac171 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a1920a0865ac171 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a1920a0865ac171 .right {
    width: 100%;
  }
  #a1920a0865ac171 .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;
  }
  #a1920a0865ac171 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a1920a0865ac171 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a3da2a6c28a9efb {
  overflow: hidden;
}
#a3da2a6c28a9efb , #a3da2a6c28a9efb > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#afe1faaf9fada45 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3da0a7ebda307b > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9b38a7b0ba25bb , #a9b38a7b0ba25bb a{color: rgba(255, 255, 255, 1);}#abab1a20a8a7656 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a0febaae67a2d48 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa7c8ac270a44ce > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#aa7c8ac270a44ce * {color: #ffffff  !important}
                            #aa7c8ac270a44ce .line{border-color: #ffffff  !important}#a6626a0390adc10 , #a6626a0390adc10 a{color: rgba(51, 102, 169, 1);}#a4131a96a9a5b0f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac929a2a39a3aa8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a262dac614a2b85 , #a262dac614a2b85 a{color: rgba(51, 102, 169, 1);}#a505aac57aae79a .a73a2afcdda3886 {
  overflow: hidden;
}
#a505aac57aae79a .a73a2afcdda3886 , #a505aac57aae79a .a73a2afcdda3886 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;}#a505aac57aae79a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a505aac57aae79a .uk-position-center-left-out {
    left: -30px;
  }
  #a505aac57aae79a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5ba4a45a4ab34d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af332a532fa5fc9 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e57aeb7aa92c1 , #a7e57aeb7aa92c1 a{color: rgba(51, 102, 169, 1);}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1f61afa96ab31f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7826af487ae402 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a7826af487ae402 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #a7826af487ae402 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#a7826af487ae402 .data-list .uk-card {
  cursor: pointer !important;
}
#a7826af487ae402 .data-list .uk-card img {
  max-height: 300px;
}
#a7826af487ae402 .data-list .uk-card:hover {
  background: #fafafa;
}
#a7826af487ae402 .data-list .uk-card:hover .uk-h4 {
  color: #0f58a8;
}
#a7826af487ae402 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#a7826af487ae402 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#a7826af487ae402 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#a7826af487ae402 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a7826af487ae402 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a7826af487ae402 .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #0f58a8;
  cursor: pointer;
}
#a7826af487ae402 .uk-card .category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  transition: all .3s ease;
}
#a7826af487ae402 .uk-card .category:hover {
  background: #0f58a8;
}
#a7826af487ae402 .accordion-menu {
  width: 100%;
}
#a7826af487ae402 .accordion-menu ul ul.submenu,
#a7826af487ae402 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#a7826af487ae402 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#a7826af487ae402 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 40px;
  background: #ececec;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 13px;
  border: none;
}
#a7826af487ae402 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#a7826af487ae402 .accordion-menu .menu-item.active > a {
  background: #0f58a8;
  color: #fff;
}
#a7826af487ae402 .accordion-menu li a:hover {
  background-color: #0f58a8;
  color: #fff;
  border: none;
}
#a7826af487ae402 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#a7826af487ae402 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a7826af487ae402 .hot-list,
#a7826af487ae402 .new-list {
  padding: 12px;
}
#a7826af487ae402 .new-list a:hover,
#a7826af487ae402 .hot-list a:hover {
  color: #0f58a8;
}
#a7826af487ae402 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a7826af487ae402 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a7826af487ae402 .hot-item:hover a {
  color: #0f58a8;
}
#a7826af487ae402 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a7826af487ae402 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #0f58a8;
  content: "";
}
#a7826af487ae402 .content-header {
  padding-bottom: 10px;
}
#a7826af487ae402 .item-title {
  color: #333;
}
#a7826af487ae402 input::placeholder {
  color: #999;
}
#a7826af487ae402 .datetime {
  color: #999;
}
#a7826af487ae402 .new-item a {
  padding-left: 25px;
}
#a7826af487ae402 .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#ab6ceacd9ea7179 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7826af487ae402 [data-item*=".abstract"], #a7826af487ae402 [data-item*=".abstract"] a {show: true;}#a7826af487ae402 [data-item*=".subTitle"], #a7826af487ae402 [data-item*=".subTitle"] a {show: true;}#a7826af487ae402 [data-item*=".category"], #a7826af487ae402 [data-item*=".category"] a {show: true;}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a24dda9836a4dd5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af064a9454aa46d .sidebar {
  width: 300px;
  margin-left: 20px;
}
#af064a9454aa46d .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#af064a9454aa46d .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #af064a9454aa46d .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #af064a9454aa46d .uk-container {
    padding: 0;
  }
  #af064a9454aa46d .sidebar {
    padding: 10px;
  }
}
#af064a9454aa46d .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#af064a9454aa46d .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#af064a9454aa46d .search-form .submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 42px;
  height: 34px;
  padding: 0;
  font-family: FontAwesome;
  content: '\f13d';
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #0f58a8;
  cursor: pointer;
}
#af064a9454aa46d .content-tags a {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all .3s ease;
}
#af064a9454aa46d .content-tags a:hover {
  background: #0f58a8;
  color: #fff;
  border-color: #0f58a8;
}
#af064a9454aa46d .abstract,
#af064a9454aa46d .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#af064a9454aa46d .copyright a {
  color: #999;
  word-break: break-all;
}
#af064a9454aa46d .detail-content {
  font-size: 16px;
  color: #444;
}
#af064a9454aa46d .detail-content img {
  margin-bottom: 10px;
}
#af064a9454aa46d .detail-content table {
  font-size: 13px;
}
#af064a9454aa46d .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#af064a9454aa46d .hot-list,
#af064a9454aa46d .new-list {
  padding: 12px;
}
#af064a9454aa46d .new-list a:hover,
#af064a9454aa46d .hot-list a:hover {
  color: #0f58a8;
}
#af064a9454aa46d .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#af064a9454aa46d .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#af064a9454aa46d .hot-item:hover a {
  color: #0f58a8;
}
#af064a9454aa46d .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#af064a9454aa46d .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #0f58a8;
  content: "";
}
#af064a9454aa46d .content-header {
  padding-bottom: 10px;
}
#af064a9454aa46d .item-title {
  color: #333;
}
#af064a9454aa46d input::placeholder {
  color: #999;
}
#af064a9454aa46d .datetime {
  color: #999;
}
#af064a9454aa46d .new-item a {
  padding-left: 25px;
}
#af064a9454aa46d .new-item span {
  background-color: #f0f0f0;
  display: inline-block;
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #999;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
#af064a9454aa46d .siblings a {
  color: #444;
  line-height: 2;
}
#af064a9454aa46d .siblings a:hover {
  color: #0f58a8;
}
#a86b1afeaba0f7e .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae51dac316a41a4 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a5d8ca0fabab045 {
  min-height: 300px;
}
#abfbcac549a32f4 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a5b4da4543a9e77 > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aafeea5458a258e > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1f62ac383add75 .video-box,
#a1f62ac383add75 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a1f62ac383add75 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a1f62ac383add75 .video-box video,
#a1f62ac383add75 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a1f62ac383add75 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a1f62ac383add75 .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;
}
#a1f62ac383add75 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a1f62ac383add75 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a1f62ac383add75 .thumb-box {
  width: 100%;
  position: relative;
}
#a1f62ac383add75 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a1f62ac383add75 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a1f62ac383add75 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a1f62ac383add75 .thumb-list {
  overflow: hidden;
}
#a1f62ac383add75 .thumb-list ul {
  width: 100000px;
}
#a1f62ac383add75 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a1f62ac383add75 .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;
}
#a1f62ac383add75 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a1f62ac383add75 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a1f62ac383add75 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a1f62ac383add75 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a1f62ac383add75 .zoom-box img {
  max-width: initial;
}
#a1f62ac383add75 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a1f62ac383add75 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a1f62ac383add75 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a1f62ac383add75 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a1f62ac383add75 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a1f62ac383add75 .right {
    width: 100%;
  }
  #a1f62ac383add75 .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;
  }
  #a1f62ac383add75 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a1f62ac383add75 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a70caa5f65a7b6c {
  overflow: hidden;
}
#a70caa5f65a7b6c , #a70caa5f65a7b6c > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a95d8a35dcac18f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac3dda822fa62d8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0368a3c2ea88aa , #a0368a3c2ea88aa a{color: rgba(255, 255, 255, 1);}#a777da0182ae6b4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abf59a15b6ade53 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7b2ba0ddaab1d2 , #a7b2ba0ddaab1d2 a{color: rgba(51, 102, 169, 1);}#a5d8ca0fabab045 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a5916a25d9a8007 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a09a3a64b3aa9a4 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0d8da9cd0af1be , #a0d8da9cd0af1be a{color: rgba(51, 102, 169, 1);}#a454ba2c2ca3478 .a8d6ba22c8a7fc3 {
  overflow: hidden;
}
#a454ba2c2ca3478 .a8d6ba22c8a7fc3 , #a454ba2c2ca3478 .a8d6ba22c8a7fc3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#a454ba2c2ca3478 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a454ba2c2ca3478 .uk-position-center-left-out {
    left: -30px;
  }
  #a454ba2c2ca3478 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0652ae712a300d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af117a18bbad5e1 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1bcba6e06aa31a , #a1bcba6e06aa31a a{color: rgba(51, 102, 169, 1);}#acca7a5d84a4844 .a53e4a6cc9aaf12 {
  overflow: hidden;
}
#acca7a5d84a4844 .a53e4a6cc9aaf12 , #acca7a5d84a4844 .a53e4a6cc9aaf12 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#acca7a5d84a4844 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acca7a5d84a4844 .uk-position-center-left-out {
    left: -30px;
  }
  #acca7a5d84a4844 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a3b75a2e31a6833 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a92f4a6f4ea61e8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac88badd36a0645 , #ac88badd36a0645 a{color: rgba(51, 102, 169, 1);}#a8063a41c7a72dc .a612ca53d4aaef2 {
  overflow: hidden;
}
#a8063a41c7a72dc .a612ca53d4aaef2 , #a8063a41c7a72dc .a612ca53d4aaef2 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#a8063a41c7a72dc .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a8063a41c7a72dc .uk-position-center-left-out {
    left: -30px;
  }
  #a8063a41c7a72dc .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0218a1365a82b7 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab477a07cfa856b {
  min-height: 300px;
}
#ae7c7a3967a44c1 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#aad87a11ceac542 > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abffba49e7a0d73 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa992ad311a0417 .video-box,
#aa992ad311a0417 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#aa992ad311a0417 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#aa992ad311a0417 .video-box video,
#aa992ad311a0417 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#aa992ad311a0417 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#aa992ad311a0417 .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;
}
#aa992ad311a0417 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#aa992ad311a0417 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#aa992ad311a0417 .thumb-box {
  width: 100%;
  position: relative;
}
#aa992ad311a0417 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#aa992ad311a0417 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#aa992ad311a0417 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#aa992ad311a0417 .thumb-list {
  overflow: hidden;
}
#aa992ad311a0417 .thumb-list ul {
  width: 100000px;
}
#aa992ad311a0417 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#aa992ad311a0417 .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;
}
#aa992ad311a0417 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#aa992ad311a0417 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#aa992ad311a0417 .thumb-list ul li.active img {
  border-color: #df3033;
}
#aa992ad311a0417 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#aa992ad311a0417 .zoom-box img {
  max-width: initial;
}
#aa992ad311a0417 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#aa992ad311a0417 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#aa992ad311a0417 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#aa992ad311a0417 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#aa992ad311a0417 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #aa992ad311a0417 .right {
    width: 100%;
  }
  #aa992ad311a0417 .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;
  }
  #aa992ad311a0417 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #aa992ad311a0417 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a23ccae511a26bf {
  overflow: hidden;
}
#a23ccae511a26bf , #a23ccae511a26bf > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a302daa1a0a1b2d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8934adb8ea45d7 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a50ceabaaaa88c5 , #a50ceabaaaa88c5 a{color: rgba(255, 255, 255, 1);}#ab477a07cfa856b [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a0febaae67a2d48 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa7c8ac270a44ce > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#aa7c8ac270a44ce * {color: #ffffff  !important}
                            #aa7c8ac270a44ce .line{border-color: #ffffff  !important}#a6626a0390adc10 , #a6626a0390adc10 a{color: rgba(51, 102, 169, 1);}#a4131a96a9a5b0f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac929a2a39a3aa8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a262dac614a2b85 , #a262dac614a2b85 a{color: rgba(51, 102, 169, 1);}#a505aac57aae79a .a73a2afcdda3886 {
  overflow: hidden;
}
#a505aac57aae79a .a73a2afcdda3886 , #a505aac57aae79a .a73a2afcdda3886 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;}#a505aac57aae79a .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a505aac57aae79a .uk-position-center-left-out {
    left: -30px;
  }
  #a505aac57aae79a .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a5ba4a45a4ab34d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af332a532fa5fc9 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e57aeb7aa92c1 , #a7e57aeb7aa92c1 a{color: rgba(51, 102, 169, 1);}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5500aa1a8a83f0 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab6a7a74aca9983 {
  min-height: 300px;
}
#aabdda8fefaabe1 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a5c01a36d0a0e97 > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab46aa5330a3781 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6292a5883a9b85 .video-box,
#a6292a5883a9b85 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a6292a5883a9b85 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a6292a5883a9b85 .video-box video,
#a6292a5883a9b85 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a6292a5883a9b85 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a6292a5883a9b85 .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;
}
#a6292a5883a9b85 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a6292a5883a9b85 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a6292a5883a9b85 .thumb-box {
  width: 100%;
  position: relative;
}
#a6292a5883a9b85 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a6292a5883a9b85 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a6292a5883a9b85 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a6292a5883a9b85 .thumb-list {
  overflow: hidden;
}
#a6292a5883a9b85 .thumb-list ul {
  width: 100000px;
}
#a6292a5883a9b85 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a6292a5883a9b85 .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;
}
#a6292a5883a9b85 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a6292a5883a9b85 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a6292a5883a9b85 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a6292a5883a9b85 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a6292a5883a9b85 .zoom-box img {
  max-width: initial;
}
#a6292a5883a9b85 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a6292a5883a9b85 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a6292a5883a9b85 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a6292a5883a9b85 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a6292a5883a9b85 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a6292a5883a9b85 .right {
    width: 100%;
  }
  #a6292a5883a9b85 .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;
  }
  #a6292a5883a9b85 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a6292a5883a9b85 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a4608a03dca07f5 {
  overflow: hidden;
}
#a4608a03dca07f5 , #a4608a03dca07f5 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#adee6a2802aaed9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9710ab639a05e5 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab08aafc1baa476 , #ab08aafc1baa476 a{color: rgba(255, 255, 255, 1);}#ab6a7a74aca9983 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a0febaae67a2d48 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa7c8ac270a44ce > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;color: #ffffff;}#aa7c8ac270a44ce * {color: #ffffff  !important}
                            #aa7c8ac270a44ce .line{border-color: #ffffff  !important}#a6626a0390adc10 , #a6626a0390adc10 a{color: rgba(51, 102, 169, 1);}#a5ba4a45a4ab34d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af332a532fa5fc9 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7e57aeb7aa92c1 , #a7e57aeb7aa92c1 a{color: rgba(51, 102, 169, 1);}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1f61afa96ab31f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8b4bacd7aa79d8 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a881baf8dea3bd3 > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ace72af746adc0b > .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);}#a34f4ad902a71d6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a34f4ad902a71d6  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a34f4ad902a71d6:hover * {color: #ffffff  !important}
                            #a34f4ad902a71d6:hover .line{border-color: #ffffff  !important}#a105da604aab7da > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a105da604aab7da  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a105da604aab7da:hover * {color: #ffffff  !important}
                            #a105da604aab7da:hover .line{border-color: #ffffff  !important}#a5b39a2f92a7de9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a5b39a2f92a7de9  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a5b39a2f92a7de9:hover * {color: #ffffff  !important}
                            #a5b39a2f92a7de9:hover .line{border-color: #ffffff  !important}#a522aaf0e0a9ebd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a522aaf0e0a9ebd  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a522aaf0e0a9ebd:hover * {color: #ffffff  !important}
                            #a522aaf0e0a9ebd:hover .line{border-color: #ffffff  !important}#a6307ab6a2aeaa5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a6307ab6a2aeaa5  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a6307ab6a2aeaa5:hover * {color: #ffffff  !important}
                            #a6307ab6a2aeaa5:hover .line{border-color: #ffffff  !important}#a91c5aa367a7129 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a91c5aa367a7129  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a91c5aa367a7129:hover * {color: #ffffff  !important}
                            #a91c5aa367a7129:hover .line{border-color: #ffffff  !important}#a2156a5d25a20b8 > .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);}#af5dbad2cdae981 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#af5dbad2cdae981  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#af5dbad2cdae981:hover * {color: #ffffff  !important}
                            #af5dbad2cdae981:hover .line{border-color: #ffffff  !important}#ae8cea6a54a0c93 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#ae8cea6a54a0c93  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#ae8cea6a54a0c93:hover * {color: #ffffff  !important}
                            #ae8cea6a54a0c93:hover .line{border-color: #ffffff  !important}#a2246a73bfa6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a2246a73bfa6e8f  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a2246a73bfa6e8f:hover * {color: #ffffff  !important}
                            #a2246a73bfa6e8f:hover .line{border-color: #ffffff  !important}#a4d01af7d9abfab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a4d01af7d9abfab  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a4d01af7d9abfab:hover * {color: #ffffff  !important}
                            #a4d01af7d9abfab:hover .line{border-color: #ffffff  !important}#ad0c2a7bd6aa9c3 .ap-category-filter ul li {
  margin-bottom: 30px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#ad0c2a7bd6aa9c3 .ap-category-filter ul li.active {
  border-color: #0f58a8;
  color: #0f58a8;
}
#ad0c2a7bd6aa9c3 .grid-list .product-item {
  overflow: hidden;
}
#ad0c2a7bd6aa9c3 .grid-list .product-preview .img {
  display: block;
}
#ad0c2a7bd6aa9c3 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#ad0c2a7bd6aa9c3 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#ad0c2a7bd6aa9c3 .grid-list .product-info {
  min-height: 110px;
}
#ad0c2a7bd6aa9c3 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#ad0c2a7bd6aa9c3 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#ad0c2a7bd6aa9c3 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#ad0c2a7bd6aa9c3 .grid-list .category-name {
  font-size: 12px;
}
#ad0c2a7bd6aa9c3 .grid-list .category-name a {
  color: #777;
}
#ad0c2a7bd6aa9c3 .grid-list .title,
#ad0c2a7bd6aa9c3 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#ad0c2a7bd6aa9c3 .grid-list .title a,
#ad0c2a7bd6aa9c3 .grid-list .subTitle a {
  color: #191919;
}
#ad0c2a7bd6aa9c3 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#ad0c2a7bd6aa9c3 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#ad0c2a7bd6aa9c3 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#ad0c2a7bd6aa9c3 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#ad0c2a7bd6aa9c3 .grid-list .product:hover {
  background-color: auto;
}
#ad0c2a7bd6aa9c3 .grid-list .product:hover .title a {
  color: #444;
}
#ad0c2a7bd6aa9c3 .grid-list .product:hover .subTitle {
  color: auto;
}
#ad0c2a7bd6aa9c3 .grid-list .product:hover .category {
  color: auto;
}
#ad0c2a7bd6aa9c3 .grid-list .product:hover .abstract {
  color: auto;
}
#ad0c2a7bd6aa9c3 .grid-list .product:hover .product-btn {
  color: auto;
  background-color: #ffb400;
}
@media (max-width: 640px) {
  #ad0c2a7bd6aa9c3 .grid-list .product-info {
    min-height: 0;
  }
  #ad0c2a7bd6aa9c3 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #ad0c2a7bd6aa9c3 .grid-list .product-buttons {
    display: none;
  }
}
#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a733fa0008a7235 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6307ab9b5a416b {
  min-height: 300px;
}
#a393caa58baccc0 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a881baf8dea3bd3 > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af797a6452af3af > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7663a0240a2937 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a34fba9648a7b96 , #a34fba9648a7b96 a{color: rgba(255, 255, 255, 1);}#a6758a399fa60d7 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a59c0addc3a9706 {
  overflow: hidden;
}
#a59c0addc3a9706 , #a59c0addc3a9706 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a9860a03c0af9a8 .video-box,
#a9860a03c0af9a8 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a9860a03c0af9a8 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a9860a03c0af9a8 .video-box video,
#a9860a03c0af9a8 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a9860a03c0af9a8 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a9860a03c0af9a8 .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;
}
#a9860a03c0af9a8 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a9860a03c0af9a8 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a9860a03c0af9a8 .thumb-box {
  width: 100%;
  position: relative;
}
#a9860a03c0af9a8 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a9860a03c0af9a8 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a9860a03c0af9a8 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a9860a03c0af9a8 .thumb-list {
  overflow: hidden;
}
#a9860a03c0af9a8 .thumb-list ul {
  width: 100000px;
}
#a9860a03c0af9a8 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a9860a03c0af9a8 .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;
}
#a9860a03c0af9a8 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a9860a03c0af9a8 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a9860a03c0af9a8 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a9860a03c0af9a8 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a9860a03c0af9a8 .zoom-box img {
  max-width: initial;
}
#a9860a03c0af9a8 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a9860a03c0af9a8 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a9860a03c0af9a8 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a9860a03c0af9a8 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a9860a03c0af9a8 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a9860a03c0af9a8 .right {
    width: 100%;
  }
  #a9860a03c0af9a8 .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;
  }
  #a9860a03c0af9a8 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a9860a03c0af9a8 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a6307ab9b5a416b [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aebabaa7eaa434e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aa752a66c1a7128 {
  min-height: 300px;
}
#aac49a3aa5a3cf4 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a047ca67b1a4904 > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8471a7496a1e32 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aeef6abaafad6cf .video-box,
#aeef6abaafad6cf .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#aeef6abaafad6cf .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#aeef6abaafad6cf .video-box video,
#aeef6abaafad6cf .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#aeef6abaafad6cf .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#aeef6abaafad6cf .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;
}
#aeef6abaafad6cf .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#aeef6abaafad6cf .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#aeef6abaafad6cf .thumb-box {
  width: 100%;
  position: relative;
}
#aeef6abaafad6cf .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#aeef6abaafad6cf .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#aeef6abaafad6cf .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#aeef6abaafad6cf .thumb-list {
  overflow: hidden;
}
#aeef6abaafad6cf .thumb-list ul {
  width: 100000px;
}
#aeef6abaafad6cf .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#aeef6abaafad6cf .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;
}
#aeef6abaafad6cf .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#aeef6abaafad6cf .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#aeef6abaafad6cf .thumb-list ul li.active img {
  border-color: #df3033;
}
#aeef6abaafad6cf .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#aeef6abaafad6cf .zoom-box img {
  max-width: initial;
}
#aeef6abaafad6cf .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#aeef6abaafad6cf .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#aeef6abaafad6cf .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#aeef6abaafad6cf .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#aeef6abaafad6cf .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #aeef6abaafad6cf .right {
    width: 100%;
  }
  #aeef6abaafad6cf .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;
  }
  #aeef6abaafad6cf .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #aeef6abaafad6cf .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a0f1aa1b88aa701 {
  overflow: hidden;
}
#a0f1aa1b88aa701 , #a0f1aa1b88aa701 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#ad9f8a5974a6558 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a86a1a3772a75fd > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aba2ca2ceba7ab7 , #aba2ca2ceba7ab7 a{color: rgba(255, 255, 255, 1);}#a5eeba5449afba7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad649aed0dadc17 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a85eaaa91dac559 , #a85eaaa91dac559 a{color: rgba(51, 102, 169, 1);}#aa752a66c1a7128 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#aee26a0422a8ae5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aca39aa1b5a2376 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9abda0471aa114 , #a9abda0471aa114 a{color: rgba(51, 102, 169, 1);}#ac3fca3f46a2142 .aec6dad19da9edc {
  overflow: hidden;
}
#ac3fca3f46a2142 .aec6dad19da9edc , #ac3fca3f46a2142 .aec6dad19da9edc > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#ac3fca3f46a2142 .uk-grid {
  margin-left: -30px;
}
#ac3fca3f46a2142 .uk-grid > * {
  padding-left: 30px;
}
#ac3fca3f46a2142 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ac3fca3f46a2142 .uk-position-center-left-out {
    left: -30px;
  }
  #ac3fca3f46a2142 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a6513ae76ca5b73 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afac1a2400a67a3 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5fceafbe3a6c8f , #a5fceafbe3a6c8f a{color: rgba(51, 102, 169, 1);}#ae9bca99fba4be3 .a5624aa6c9a9fb4 {
  overflow: hidden;
}
#ae9bca99fba4be3 .a5624aa6c9a9fb4 , #ae9bca99fba4be3 .a5624aa6c9a9fb4 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#ae9bca99fba4be3 .uk-grid {
  margin-left: -30px;
}
#ae9bca99fba4be3 .uk-grid > * {
  padding-left: 30px;
}
#ae9bca99fba4be3 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae9bca99fba4be3 .uk-position-center-left-out {
    left: -30px;
  }
  #ae9bca99fba4be3 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#aa8f9a76cfa9a29 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad9e5ada76a22a2 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af971ad843ad7fd , #af971ad843ad7fd a{color: rgba(51, 102, 169, 1);}#acceba608fa16ec .a4317ad317affa5 {
  overflow: hidden;
}
#acceba608fa16ec .a4317ad317affa5 , #acceba608fa16ec .a4317ad317affa5 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#acceba608fa16ec .uk-grid {
  margin-left: -30px;
}
#acceba608fa16ec .uk-grid > * {
  padding-left: 30px;
}
#acceba608fa16ec .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #acceba608fa16ec .uk-position-center-left-out {
    left: -30px;
  }
  #acceba608fa16ec .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#af70aa81eaa53c2 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0eb0af5bea07d9 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a349baeaeeafe90 > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7f69a3b8ba91ce > .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);}#ababcacd7cae923 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#ababcacd7cae923  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#ababcacd7cae923:hover * {color: #ffffff  !important}
                            #ababcacd7cae923:hover .line{border-color: #ffffff  !important}#adaefaf9d6a577d > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#adaefaf9d6a577d  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#adaefaf9d6a577d:hover * {color: #ffffff  !important}
                            #adaefaf9d6a577d:hover .line{border-color: #ffffff  !important}#a7ddda6db4ad633 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a7ddda6db4ad633  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a7ddda6db4ad633:hover * {color: #ffffff  !important}
                            #a7ddda6db4ad633:hover .line{border-color: #ffffff  !important}#a0aa8a6ba1add14 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a0aa8a6ba1add14  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a0aa8a6ba1add14:hover * {color: #ffffff  !important}
                            #a0aa8a6ba1add14:hover .line{border-color: #ffffff  !important}#a00c2a036aa4a63 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a00c2a036aa4a63  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a00c2a036aa4a63:hover * {color: #ffffff  !important}
                            #a00c2a036aa4a63:hover .line{border-color: #ffffff  !important}#adaaca93e8a360f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#adaaca93e8a360f  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#adaaca93e8a360f:hover * {color: #ffffff  !important}
                            #adaaca93e8a360f:hover .line{border-color: #ffffff  !important}#a2156a5d25a20b8 > .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);}#af5dbad2cdae981 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#af5dbad2cdae981  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#af5dbad2cdae981:hover * {color: #ffffff  !important}
                            #af5dbad2cdae981:hover .line{border-color: #ffffff  !important}#ae8cea6a54a0c93 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#ae8cea6a54a0c93  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#ae8cea6a54a0c93:hover * {color: #ffffff  !important}
                            #ae8cea6a54a0c93:hover .line{border-color: #ffffff  !important}#a2246a73bfa6e8f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a2246a73bfa6e8f  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a2246a73bfa6e8f:hover * {color: #ffffff  !important}
                            #a2246a73bfa6e8f:hover .line{border-color: #ffffff  !important}#a4d01af7d9abfab > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-color: rgba(248, 248, 248, 1);border-right-color: rgba(248, 248, 248, 1);border-left-color: rgba(248, 248, 248, 1);border-bottom-color: rgba(248, 248, 248, 1);}#a4d01af7d9abfab  > .ele-wrap:hover {background-color: rgba(15, 88, 168, 1);color: #ffffff;}#a4d01af7d9abfab:hover * {color: #ffffff  !important}
                            #a4d01af7d9abfab:hover .line{border-color: #ffffff  !important}#a6300a0ca9aca09 .ap-category-filter ul li {
  margin-bottom: 30px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: inherit;
}
#a6300a0ca9aca09 .ap-category-filter ul li.active {
  border-color: #0f58a8;
  color: #0f58a8;
}
#a6300a0ca9aca09 .grid-list .product-item {
  overflow: hidden;
}
#a6300a0ca9aca09 .grid-list .product-preview .img {
  display: block;
}
#a6300a0ca9aca09 .grid-list .tags {
  position: absolute;
  left: 8px;
  top: 8px;
}
#a6300a0ca9aca09 .grid-list .tags .tag {
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 3px 4px 1px;
  border-radius: 2px;
  background-color: #F8353E;
  margin-right: 4px;
  float: left;
}
#a6300a0ca9aca09 .grid-list .product-info {
  min-height: 110px;
}
#a6300a0ca9aca09 .grid-list .product-info-inner {
  padding: 16px 10px;
  transition: margin 0.3s ease 0s;
  position: absolute;
  width: 100%;
  background: #fff;
}
#a6300a0ca9aca09 .grid-list .product-item:hover .product-info-inner {
  margin-top: -49px;
}
#a6300a0ca9aca09 .grid-list .product-item:hover .product-buttons {
  opacity: 1;
}
#a6300a0ca9aca09 .grid-list .category-name {
  font-size: 12px;
}
#a6300a0ca9aca09 .grid-list .category-name a {
  color: #777;
}
#a6300a0ca9aca09 .grid-list .title,
#a6300a0ca9aca09 .grid-list .subTitle {
  font-weight: 500;
  font-size: 14px;
  color: #191919;
  line-height: 1.5;
}
#a6300a0ca9aca09 .grid-list .title a,
#a6300a0ca9aca09 .grid-list .subTitle a {
  color: #191919;
}
#a6300a0ca9aca09 .grid-list .product-buttons {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#a6300a0ca9aca09 .grid-list .product-btn {
  border-radius: 4px;
  padding: 6px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
#a6300a0ca9aca09 .grid-list .ap-icon svg {
  height: 1em;
  fill: currentColor;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#a6300a0ca9aca09 .grid-list .product-preview {
  border-radius: 0px;
  overflow: hidden;
}
#a6300a0ca9aca09 .grid-list .product:hover {
  background-color: auto;
}
#a6300a0ca9aca09 .grid-list .product:hover .title a {
  color: #444;
}
#a6300a0ca9aca09 .grid-list .product:hover .subTitle {
  color: auto;
}
#a6300a0ca9aca09 .grid-list .product:hover .category {
  color: auto;
}
#a6300a0ca9aca09 .grid-list .product:hover .abstract {
  color: auto;
}
#a6300a0ca9aca09 .grid-list .product:hover .product-btn {
  color: auto;
  background-color: #ffb400;
}
@media (max-width: 640px) {
  #a6300a0ca9aca09 .grid-list .product-info {
    min-height: 0;
  }
  #a6300a0ca9aca09 .grid-list .product-info-inner {
    padding: 10px;
    position: relative;
  }
  #a6300a0ca9aca09 .grid-list .product-buttons {
    display: none;
  }
}
#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#ae514a6d37a6280 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a16a9a06f6a522d {
  min-height: 300px;
}
#ac63bafe3aac257 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a55caa2dbba5763 > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab777a46bea4f27 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4c1ba5c43a33a5 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e84ab8eba4e08 , #a8e84ab8eba4e08 a{color: rgba(255, 255, 255, 1);}#aaa60a4607a7fcf > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac392aba0da5e6d {
  overflow: hidden;
}
#ac392aba0da5e6d , #ac392aba0da5e6d > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a7cbba982da49a8 .video-box,
#a7cbba982da49a8 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a7cbba982da49a8 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a7cbba982da49a8 .video-box video,
#a7cbba982da49a8 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a7cbba982da49a8 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a7cbba982da49a8 .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;
}
#a7cbba982da49a8 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a7cbba982da49a8 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a7cbba982da49a8 .thumb-box {
  width: 100%;
  position: relative;
}
#a7cbba982da49a8 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a7cbba982da49a8 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a7cbba982da49a8 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a7cbba982da49a8 .thumb-list {
  overflow: hidden;
}
#a7cbba982da49a8 .thumb-list ul {
  width: 100000px;
}
#a7cbba982da49a8 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a7cbba982da49a8 .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;
}
#a7cbba982da49a8 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a7cbba982da49a8 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a7cbba982da49a8 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a7cbba982da49a8 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a7cbba982da49a8 .zoom-box img {
  max-width: initial;
}
#a7cbba982da49a8 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a7cbba982da49a8 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a7cbba982da49a8 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a7cbba982da49a8 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a7cbba982da49a8 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a7cbba982da49a8 .right {
    width: 100%;
  }
  #a7cbba982da49a8 .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;
  }
  #a7cbba982da49a8 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a7cbba982da49a8 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a16a9a06f6a522d [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a03aba8f08ab320 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6dcba1fbfa85e3 {
  min-height: 300px;
}
#abeb3a8755a82c7 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#ac3fcadee1ae713 > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aec20a8d37aeebe > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9087a75c6a0107 .video-box,
#a9087a75c6a0107 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a9087a75c6a0107 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a9087a75c6a0107 .video-box video,
#a9087a75c6a0107 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a9087a75c6a0107 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a9087a75c6a0107 .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;
}
#a9087a75c6a0107 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a9087a75c6a0107 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a9087a75c6a0107 .thumb-box {
  width: 100%;
  position: relative;
}
#a9087a75c6a0107 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a9087a75c6a0107 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a9087a75c6a0107 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a9087a75c6a0107 .thumb-list {
  overflow: hidden;
}
#a9087a75c6a0107 .thumb-list ul {
  width: 100000px;
}
#a9087a75c6a0107 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a9087a75c6a0107 .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;
}
#a9087a75c6a0107 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a9087a75c6a0107 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a9087a75c6a0107 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a9087a75c6a0107 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a9087a75c6a0107 .zoom-box img {
  max-width: initial;
}
#a9087a75c6a0107 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a9087a75c6a0107 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a9087a75c6a0107 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a9087a75c6a0107 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a9087a75c6a0107 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a9087a75c6a0107 .right {
    width: 100%;
  }
  #a9087a75c6a0107 .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;
  }
  #a9087a75c6a0107 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a9087a75c6a0107 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#aa6b1a75f4ab24c {
  overflow: hidden;
}
#aa6b1a75f4ab24c , #aa6b1a75f4ab24c > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#af0b8a945eaa74f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af734a0353a2aa4 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5838afc89ab847 , #a5838afc89ab847 a{color: rgba(255, 255, 255, 1);}#a9b3eaa5d4a7b82 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aff41ad026abfae > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a97a3ae591a8dd4 , #a97a3ae591a8dd4 a{color: rgba(51, 102, 169, 1);}#a6dcba1fbfa85e3 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a5befaf646aada3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac528acbbca4e7b > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9a3ea9186a3206 , #a9a3ea9186a3206 a{color: rgba(51, 102, 169, 1);}#a7ae3a0696aa4c8 .a4274a171aa0a9e {
  overflow: hidden;
}
#a7ae3a0696aa4c8 .a4274a171aa0a9e , #a7ae3a0696aa4c8 .a4274a171aa0a9e > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#a7ae3a0696aa4c8 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a7ae3a0696aa4c8 .uk-position-center-left-out {
    left: -30px;
  }
  #a7ae3a0696aa4c8 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a2913a46d6ae15e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3b11a036ba27d0 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a75b0af4f7a2390 , #a75b0af4f7a2390 a{color: rgba(51, 102, 169, 1);}#ae170aa8e8a636c .af668ae9daabace {
  overflow: hidden;
}
#ae170aa8e8a636c .af668ae9daabace , #ae170aa8e8a636c .af668ae9daabace > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#ae170aa8e8a636c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae170aa8e8a636c .uk-position-center-left-out {
    left: -30px;
  }
  #ae170aa8e8a636c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ad42eac3beac789 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2756a0d3eaeb54 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2671a03aba2d16 , #a2671a03aba2d16 a{color: rgba(51, 102, 169, 1);}#a58caa8710a78ef .a8393a71c3ad515 {
  overflow: hidden;
}
#a58caa8710a78ef .a8393a71c3ad515 , #a58caa8710a78ef .a8393a71c3ad515 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#a58caa8710a78ef .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a58caa8710a78ef .uk-position-center-left-out {
    left: -30px;
  }
  #a58caa8710a78ef .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a01bfa9d06ae5d5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab4c4a2f6ea146c {
  min-height: 300px;
}
#af07ea8c4ba89dc .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#acc94a4a02a1ab0 > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a706da99c2a04a5 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3e72a395ba406a .video-box,
#a3e72a395ba406a .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a3e72a395ba406a .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a3e72a395ba406a .video-box video,
#a3e72a395ba406a .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a3e72a395ba406a .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a3e72a395ba406a .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;
}
#a3e72a395ba406a .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a3e72a395ba406a .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a3e72a395ba406a .thumb-box {
  width: 100%;
  position: relative;
}
#a3e72a395ba406a .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a3e72a395ba406a .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a3e72a395ba406a .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a3e72a395ba406a .thumb-list {
  overflow: hidden;
}
#a3e72a395ba406a .thumb-list ul {
  width: 100000px;
}
#a3e72a395ba406a .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a3e72a395ba406a .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;
}
#a3e72a395ba406a .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a3e72a395ba406a .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a3e72a395ba406a .thumb-list ul li.active img {
  border-color: #df3033;
}
#a3e72a395ba406a .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a3e72a395ba406a .zoom-box img {
  max-width: initial;
}
#a3e72a395ba406a .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a3e72a395ba406a .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a3e72a395ba406a .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a3e72a395ba406a .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a3e72a395ba406a .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a3e72a395ba406a .right {
    width: 100%;
  }
  #a3e72a395ba406a .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;
  }
  #a3e72a395ba406a .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a3e72a395ba406a .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#aca7aa3f0bac75e {
  overflow: hidden;
}
#aca7aa3f0bac75e , #aca7aa3f0bac75e > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a9d93a1a85a523e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3ab7a1925a9901 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3b83a7ccea4fc8 , #a3b83a7ccea4fc8 a{color: rgba(255, 255, 255, 1);}#ab4c4a2f6ea146c [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a5760a11fcafeea .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aae48abc46af7ff {
  min-height: 300px;
}
#a5596a883eaa7f0 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#aed48acac8a8a58 > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a52bbaba1dad0a0 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa16da63bfa6917 .video-box,
#aa16da63bfa6917 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#aa16da63bfa6917 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#aa16da63bfa6917 .video-box video,
#aa16da63bfa6917 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#aa16da63bfa6917 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#aa16da63bfa6917 .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;
}
#aa16da63bfa6917 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#aa16da63bfa6917 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#aa16da63bfa6917 .thumb-box {
  width: 100%;
  position: relative;
}
#aa16da63bfa6917 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#aa16da63bfa6917 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#aa16da63bfa6917 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#aa16da63bfa6917 .thumb-list {
  overflow: hidden;
}
#aa16da63bfa6917 .thumb-list ul {
  width: 100000px;
}
#aa16da63bfa6917 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#aa16da63bfa6917 .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;
}
#aa16da63bfa6917 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#aa16da63bfa6917 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#aa16da63bfa6917 .thumb-list ul li.active img {
  border-color: #df3033;
}
#aa16da63bfa6917 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#aa16da63bfa6917 .zoom-box img {
  max-width: initial;
}
#aa16da63bfa6917 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#aa16da63bfa6917 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#aa16da63bfa6917 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#aa16da63bfa6917 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#aa16da63bfa6917 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #aa16da63bfa6917 .right {
    width: 100%;
  }
  #aa16da63bfa6917 .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;
  }
  #aa16da63bfa6917 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #aa16da63bfa6917 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#aa9e5afcdaa0bce {
  overflow: hidden;
}
#aa9e5afcdaa0bce , #aa9e5afcdaa0bce > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a7193a2f28a3005 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af283a5e46a683c > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7945af2f0ab970 , #a7945af2f0ab970 a{color: rgba(255, 255, 255, 1);}#a4cc8a30f2a9ef3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4722a304aa8a66 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0658ab182adc90 , #a0658ab182adc90 a{color: rgba(51, 102, 169, 1);}#aae48abc46af7ff [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a8169a30c5a7e78 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af053adde2a8297 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a510eae476aaee3 , #a510eae476aaee3 a{color: rgba(51, 102, 169, 1);}#ae73ea9d60a3a0d .ad42ba2dbea2d46 {
  overflow: hidden;
}
#ae73ea9d60a3a0d .ad42ba2dbea2d46 , #ae73ea9d60a3a0d .ad42ba2dbea2d46 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#ae73ea9d60a3a0d .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae73ea9d60a3a0d .uk-position-center-left-out {
    left: -30px;
  }
  #ae73ea9d60a3a0d .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a4794ae027ae923 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#acb35af276ad9cf > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5154a942ca07ad , #a5154a942ca07ad a{color: rgba(51, 102, 169, 1);}#aa98fa1bd3a775b .aab89a0e38a93ef {
  overflow: hidden;
}
#aa98fa1bd3a775b .aab89a0e38a93ef , #aa98fa1bd3a775b .aab89a0e38a93ef > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#aa98fa1bd3a775b .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aa98fa1bd3a775b .uk-position-center-left-out {
    left: -30px;
  }
  #aa98fa1bd3a775b .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a0a5ea7d44ac129 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7787a085ea639f > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a607cace4aab6e0 , #a607cace4aab6e0 a{color: rgba(51, 102, 169, 1);}#aee40a39f8ad1d2 .aac02a7b8da15ba {
  overflow: hidden;
}
#aee40a39f8ad1d2 .aac02a7b8da15ba , #aee40a39f8ad1d2 .aac02a7b8da15ba > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#aee40a39f8ad1d2 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #aee40a39f8ad1d2 .uk-position-center-left-out {
    left: -30px;
  }
  #aee40a39f8ad1d2 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aef93a01ebafb6e .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3ef3aaf78ad4e2 {
  min-height: 300px;
}
#a6a0fa1ed0a4ff9 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#ae3f3a2b6ca1bea > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9c02a6f0da95b6 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac04ca9cb1a9499 .video-box,
#ac04ca9cb1a9499 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#ac04ca9cb1a9499 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#ac04ca9cb1a9499 .video-box video,
#ac04ca9cb1a9499 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#ac04ca9cb1a9499 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#ac04ca9cb1a9499 .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;
}
#ac04ca9cb1a9499 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ac04ca9cb1a9499 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#ac04ca9cb1a9499 .thumb-box {
  width: 100%;
  position: relative;
}
#ac04ca9cb1a9499 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#ac04ca9cb1a9499 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#ac04ca9cb1a9499 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#ac04ca9cb1a9499 .thumb-list {
  overflow: hidden;
}
#ac04ca9cb1a9499 .thumb-list ul {
  width: 100000px;
}
#ac04ca9cb1a9499 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#ac04ca9cb1a9499 .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;
}
#ac04ca9cb1a9499 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#ac04ca9cb1a9499 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#ac04ca9cb1a9499 .thumb-list ul li.active img {
  border-color: #df3033;
}
#ac04ca9cb1a9499 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#ac04ca9cb1a9499 .zoom-box img {
  max-width: initial;
}
#ac04ca9cb1a9499 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#ac04ca9cb1a9499 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#ac04ca9cb1a9499 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#ac04ca9cb1a9499 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#ac04ca9cb1a9499 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #ac04ca9cb1a9499 .right {
    width: 100%;
  }
  #ac04ca9cb1a9499 .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;
  }
  #ac04ca9cb1a9499 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #ac04ca9cb1a9499 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a87cfacb03ae34c {
  overflow: hidden;
}
#a87cfacb03ae34c , #a87cfacb03ae34c > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#ac093a6390a426f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae159aec78a165f > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab43fa8e42a54af , #ab43fa8e42a54af a{color: rgba(255, 255, 255, 1);}#a4477abcaea298e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ade86a58ebacb3a > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aec07ad850ab7c2 , #aec07ad850ab7c2 a{color: rgba(51, 102, 169, 1);}#a3ef3aaf78ad4e2 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a0446ae48dac828 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9c54ad9d3a805d > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac01ba413fad549 , #ac01ba413fad549 a{color: rgba(51, 102, 169, 1);}#a85e7adca1ad6c1 .a3cf4a7a98a5898 {
  overflow: hidden;
}
#a85e7adca1ad6c1 .a3cf4a7a98a5898 , #a85e7adca1ad6c1 .a3cf4a7a98a5898 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;}#a85e7adca1ad6c1 .uk-grid {
  margin-left: -30px;
}
#a85e7adca1ad6c1 .uk-grid > * {
  padding-left: 30px;
}
#a85e7adca1ad6c1 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a85e7adca1ad6c1 .uk-position-center-left-out {
    left: -30px;
  }
  #a85e7adca1ad6c1 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0b9eaff82a9657 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a7789ae1ccae18c {
  min-height: 300px;
}
#aa8b0a11b9a1f94 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a7bc4acac5ae75f > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4e8ca8f28af662 > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad9bca3bfda41c9 .video-box,
#ad9bca3bfda41c9 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#ad9bca3bfda41c9 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#ad9bca3bfda41c9 .video-box video,
#ad9bca3bfda41c9 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#ad9bca3bfda41c9 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#ad9bca3bfda41c9 .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;
}
#ad9bca3bfda41c9 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ad9bca3bfda41c9 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#ad9bca3bfda41c9 .thumb-box {
  width: 100%;
  position: relative;
}
#ad9bca3bfda41c9 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#ad9bca3bfda41c9 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#ad9bca3bfda41c9 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#ad9bca3bfda41c9 .thumb-list {
  overflow: hidden;
}
#ad9bca3bfda41c9 .thumb-list ul {
  width: 100000px;
}
#ad9bca3bfda41c9 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#ad9bca3bfda41c9 .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;
}
#ad9bca3bfda41c9 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#ad9bca3bfda41c9 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#ad9bca3bfda41c9 .thumb-list ul li.active img {
  border-color: #df3033;
}
#ad9bca3bfda41c9 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#ad9bca3bfda41c9 .zoom-box img {
  max-width: initial;
}
#ad9bca3bfda41c9 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#ad9bca3bfda41c9 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#ad9bca3bfda41c9 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#ad9bca3bfda41c9 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#ad9bca3bfda41c9 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #ad9bca3bfda41c9 .right {
    width: 100%;
  }
  #ad9bca3bfda41c9 .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;
  }
  #ad9bca3bfda41c9 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #ad9bca3bfda41c9 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#aca4facd41aec45 {
  overflow: hidden;
}
#aca4facd41aec45 , #aca4facd41aec45 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#af394a2a4ea2e07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3d1fa9eeeae533 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe65a22f1af067 , #afe65a22f1af067 a{color: rgba(255, 255, 255, 1);}#a7789ae1ccae18c [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a0471aa369a5e96 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a2754a2d33ae15e {
  min-height: 300px;
}
#aac4ba1f78a1e6d .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#aece8a0e3aa7aaf > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad7d9af966a99ee > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aaea3af763a2dd1 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a42d5ad9d4af419 , #a42d5ad9d4af419 a{color: rgba(255, 255, 255, 1);}#a42a4ab2d3aedfc > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa0e6a52bdacdf5 {
  overflow: hidden;
}
#aa0e6a52bdacdf5 , #aa0e6a52bdacdf5 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#ae55fa7816a71be .video-box,
#ae55fa7816a71be .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#ae55fa7816a71be .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#ae55fa7816a71be .video-box video,
#ae55fa7816a71be .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#ae55fa7816a71be .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#ae55fa7816a71be .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;
}
#ae55fa7816a71be .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ae55fa7816a71be .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#ae55fa7816a71be .thumb-box {
  width: 100%;
  position: relative;
}
#ae55fa7816a71be .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#ae55fa7816a71be .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#ae55fa7816a71be .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#ae55fa7816a71be .thumb-list {
  overflow: hidden;
}
#ae55fa7816a71be .thumb-list ul {
  width: 100000px;
}
#ae55fa7816a71be .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#ae55fa7816a71be .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;
}
#ae55fa7816a71be .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#ae55fa7816a71be .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#ae55fa7816a71be .thumb-list ul li.active img {
  border-color: #df3033;
}
#ae55fa7816a71be .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#ae55fa7816a71be .zoom-box img {
  max-width: initial;
}
#ae55fa7816a71be .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#ae55fa7816a71be .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#ae55fa7816a71be .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#ae55fa7816a71be .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#ae55fa7816a71be .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #ae55fa7816a71be .right {
    width: 100%;
  }
  #ae55fa7816a71be .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;
  }
  #ae55fa7816a71be .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #ae55fa7816a71be .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a2754a2d33ae15e [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1607a22d3ad48a .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acc0caa1f9af07e {
  min-height: 300px;
}
#ac5e6ad876ad29e .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a3294abb81a3dc3 > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aebf6a9e06a941c > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afd84ab366a895e .video-box,
#afd84ab366a895e .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#afd84ab366a895e .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#afd84ab366a895e .video-box video,
#afd84ab366a895e .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#afd84ab366a895e .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#afd84ab366a895e .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;
}
#afd84ab366a895e .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#afd84ab366a895e .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#afd84ab366a895e .thumb-box {
  width: 100%;
  position: relative;
}
#afd84ab366a895e .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#afd84ab366a895e .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#afd84ab366a895e .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#afd84ab366a895e .thumb-list {
  overflow: hidden;
}
#afd84ab366a895e .thumb-list ul {
  width: 100000px;
}
#afd84ab366a895e .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#afd84ab366a895e .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;
}
#afd84ab366a895e .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#afd84ab366a895e .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#afd84ab366a895e .thumb-list ul li.active img {
  border-color: #df3033;
}
#afd84ab366a895e .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#afd84ab366a895e .zoom-box img {
  max-width: initial;
}
#afd84ab366a895e .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#afd84ab366a895e .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#afd84ab366a895e .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#afd84ab366a895e .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#afd84ab366a895e .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #afd84ab366a895e .right {
    width: 100%;
  }
  #afd84ab366a895e .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;
  }
  #afd84ab366a895e .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #afd84ab366a895e .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a0c00a3af4a0802 {
  overflow: hidden;
}
#a0c00a3af4a0802 , #a0c00a3af4a0802 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#aa625a5087a53f3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7d28a6d36a17f7 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af197a2733a2de4 , #af197a2733a2de4 a{color: rgba(255, 255, 255, 1);}#acc0caa1f9af07e [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#aeed2a851ba1198 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a9840a5397a5292 {
  min-height: 300px;
}
#ae546aa586aa101 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#aafb8a2a55a3867 > .ele-wrap {background-color: rgba(51, 102, 169, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ada73a41b0a81ca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-bottom-color: rgba(204, 204, 204, 1);border-right-color: rgba(204, 204, 204, 1);border-left-color: rgba(204, 204, 204, 1);border-top-color: rgba(204, 204, 204, 1);box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af198ada60a87c5 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adafcaa63faa072 , #adafcaa63faa072 a{color: rgba(255, 255, 255, 1);}#a4a91a8715ac4bb > .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;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2fb3a2a25a0b8b {
  overflow: hidden;
}
#a2fb3a2a25a0b8b , #a2fb3a2a25a0b8b > * {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;font-family: inherit;}#a449aa491baef05 .video-box,
#a449aa491baef05 .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a449aa491baef05 .ap-detail-slider {
  width: 100%;
  max-width: 100%;
}
#a449aa491baef05 .video-box video,
#a449aa491baef05 .video-box img .preview-box img {
  width: 100%;
  max-height: 500px;
}
#a449aa491baef05 .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a449aa491baef05 .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;
}
#a449aa491baef05 .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a449aa491baef05 .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a449aa491baef05 .thumb-box {
  width: 100%;
  position: relative;
}
#a449aa491baef05 .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a449aa491baef05 .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a449aa491baef05 .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a449aa491baef05 .thumb-list {
  overflow: hidden;
}
#a449aa491baef05 .thumb-list ul {
  width: 100000px;
}
#a449aa491baef05 .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a449aa491baef05 .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;
}
#a449aa491baef05 .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a449aa491baef05 .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a449aa491baef05 .thumb-list ul li.active img {
  border-color: #df3033;
}
#a449aa491baef05 .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a449aa491baef05 .zoom-box img {
  max-width: initial;
}
#a449aa491baef05 .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a449aa491baef05 .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
#a449aa491baef05 .simple .slider-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  background-color: rgba(100, 100, 100, 0.6);
  border-radius: 10px;
  padding: 0 10px;
  line-height: 20px;
  height: 20px;
  color: #fff;
}
#a449aa491baef05 .simple .slider-nav li {
  display: none;
  font-size: 12px;
}
#a449aa491baef05 .simple .slider-nav li.uk-active {
  display: inline-block;
}
@media (max-width: 640px) {
  #a449aa491baef05 .right {
    width: 100%;
  }
  #a449aa491baef05 .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;
  }
  #a449aa491baef05 .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a449aa491baef05 .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a9840a5397a5292 [data-item="undefined"] {
        font-weight: bold;
        font-style: normal;
    font-size: 22px;font-family: inherit;}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a24dda9836a4dd5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a3683ad0f7aa875 .uk-card {
  overflow: hidden;
  height: 400px;
}
#a3683ad0f7aa875 .uk-link-reset {
  cursor: default;
}
#a3683ad0f7aa875 .uk-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a3683ad0f7aa875 .uk-card .abstract {
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
}
#a3683ad0f7aa875 .uk-card .item-logo {
  position: relative;
  margin-top: 120px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a3683ad0f7aa875 .uk-card .item-logo .ap-icon {
  width: 55px;
  height: 55px;
  color: #fff;
  font-size: 45px;
}
#a3683ad0f7aa875 .uk-card .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
#a3683ad0f7aa875 .uk-card .title::before {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#a3683ad0f7aa875 .uk-card .uk-h5,
#a3683ad0f7aa875 .uk-card .ap-icon {
  color: #666666;
}
#a3683ad0f7aa875 .uk-card:hover::before {
  background: rgba(15, 88, 168, 0.9);
}
#a3683ad0f7aa875 .uk-card:hover .item-logo {
  margin-top: 80px;
}
#a3683ad0f7aa875 .uk-card:hover .title::before {
  opacity: 0;
  margin-bottom: 0;
}
#a3683ad0f7aa875 .uk-card:hover .abstract {
  display: block;
  opacity: 1;
  margin-top: 0;
}
#a4c6baa176a1a78 .uk-card {
  float: left;
  transition: all 0.2s linear;
}
#a4c6baa176a1a78 .items {
  width: 100%;
  overflow: hidden;
}
#a4c6baa176a1a78 .uk-button {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
}
#a4c6baa176a1a78 .uk-card .item {
  background-size: cover;
  height: 524px;
  width: 100%;
}
#a4c6baa176a1a78 .uk-card .item .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
#a4c6baa176a1a78 .uk-card .item .zindex {
  padding: 54px 0;
  z-index: 3;
  position: relative;
  height: 100%;
}
#a4c6baa176a1a78 .uk-card .icon {
  display: block;
  width: 50px;
  margin: 0 auto 20px;
}
#a4c6baa176a1a78 .uk-card .item .title {
  display: block;
  font-size: 20px;
  width: 24px;
  margin: 0 auto;
  color: #fff;
  font-weight: bolder;
  line-height: 2;
}
#a4c6baa176a1a78 .uk-card .item-expand {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 75.5%;
  height: 524px;
}
#a4c6baa176a1a78 .uk-card .item-expand .title {
  font-size: 18px;
  color: #fff;
  padding: 0 15px;
}
#a4c6baa176a1a78 .uk-card .item-expand .pic {
  width: 64%;
  border-radius: 50%;
  margin: 0 auto 25px;
  overflow: hidden;
}
#a4c6baa176a1a78 .uk-card.on .item {
  width: 24.5%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#a4c6baa176a1a78 .uk-card.on .item .mask {
  background-color: rgba(15, 88, 168, 0.8);
}
#a4c6baa176a1a78 .uk-card .item-expand .arrow {
  display: block;
  width: 34px;
  margin: 36px auto 0;
}
#a4c6baa176a1a78 .uk-card.on .item-expand {
  display: flex;
}
#a4c6baa176a1a78 .uk-card.on .item .icon {
  display: none;
}
#a4c6baa176a1a78 .uk-card .item i {
  position: absolute;
  width: 1px;
  height: 38px;
  left: 50%;
  bottom: 60px;
  background: #fff;
}
@media (max-width: 640px) {
  #a4c6baa176a1a78 .uk-card.on .item-expand {
    display: none;
  }
  #a4c6baa176a1a78 .items {
    padding: 0 15px;
  }
  #a4c6baa176a1a78 .uk-card.on .item {
    width: 100%;
  }
  #a4c6baa176a1a78 .uk-card .item-expand,
  #a4c6baa176a1a78 .uk-card .item {
    height: 320px;
  }
  #a4c6baa176a1a78 .uk-card .icon {
    width: 60%;
  }
  #a4c6baa176a1a78 .uk-card .item .title {
    font-size: 16px;
    font-weight: normal;
  }
}
#a29e9a21f8a8585 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#aede3aff25ac0f4 > .ele-wrap {background-color: rgba(255, 255, 255, 0.39);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae6eba531ba6619 > .ele-wrap {border-top-width: 1px;border-top-color: rgba(186, 184, 184, 1);border-top-style: solid;border-right-color: rgba(186, 184, 184, 1);border-left-color: rgba(186, 184, 184, 1);border-bottom-color: rgba(186, 184, 184, 1);border-right-width: 1px;border-left-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;background-color: rgba(0, 0, 0, 0);}#a1bbcadd55af48d .ele-wrap {border-color: #000;color: #fff;font-size: 16px;font-weight: 500;background-color: rgba(201, 199, 186, 1);border-radius: 5px;justify-content: center;border-style: solid;}#a1bbcadd55af48d .ele-wrap:hover {background-color: #0483cc;background-color: rgba(251, 163, 1, 1);}#a6f72ac173a9952 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 30px;border-bottom-right-radius: 30px;border-top-right-radius: 30px;border-bottom-left-radius: 30px;}#a0f8ba6d1cab2dc > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6bccaf7eaa2f57 .ele-wrap {color: #ffffff;font-size: 14px;background-color: rgba(15, 88, 168, 1);justify-content: center;border-style: solid;}#a6bccaf7eaa2f57 .ele-wrap:hover {color: #ffffff;}#a4d04aaba1ae9e8 > .ele-wrap {background-color: rgba(246, 246, 246, 0);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6fdaa0960ac25b {
  overflow: hidden;
  pointer-events: none;
}
#a6fdaa0960ac25b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 36px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a6fdaa0960ac25b > .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;
}
#a6fdaa0960ac25b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6fdaa0960ac25b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 36px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a6fdaa0960ac25b > .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;
}
#a6fdaa0960ac25b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a6fdaa0960ac25b > .tab-wrap > div > .tab-nav,
#a6fdaa0960ac25b > .tab-nav,
#a6fdaa0960ac25b > .tab-tabs > .tab-wrap > div > .tab-nav,
#a6fdaa0960ac25b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a6fdaa0960ac25b > .tab-wrap > div > .tab-nav-horizontal,
#a6fdaa0960ac25b > .tab-nav-horizontal,
#a6fdaa0960ac25b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a6fdaa0960ac25b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a6fdaa0960ac25b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6fdaa0960ac25b > .tab-nav-horizontal::-webkit-scrollbar,
#a6fdaa0960ac25b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a6fdaa0960ac25b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a6fdaa0960ac25b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6fdaa0960ac25b > .tab-nav-horizontal.tagScroll,
#a6fdaa0960ac25b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a6fdaa0960ac25b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 36px;
  overflow-x: auto;
}
#a6fdaa0960ac25b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6fdaa0960ac25b > .tab-nav-horizontal.tagScroll li a,
#a6fdaa0960ac25b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a6fdaa0960ac25b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a6fdaa0960ac25b > .tab-wrap > div > .tab-nav a,
#a6fdaa0960ac25b > .tab-nav a,
#a6fdaa0960ac25b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a6fdaa0960ac25b > .tab-tabs > .tab-nav a {
  padding: 0 50px;
}
#a6fdaa0960ac25b > .tab-wrap > div > .tab-nav li a,
#a6fdaa0960ac25b > .tab-nav li a,
#a6fdaa0960ac25b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a6fdaa0960ac25b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 36px;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  font-family: inherit;
  color: #ffffff;
  margin-top: 10px;
  padding: 0 50px;
}
#a6fdaa0960ac25b > .tab-wrap > div > .tab-nav li a svg,
#a6fdaa0960ac25b > .tab-nav li a svg,
#a6fdaa0960ac25b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a6fdaa0960ac25b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a6fdaa0960ac25b > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6fdaa0960ac25b > .tab-nav li a .ap_icon,
#a6fdaa0960ac25b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a6fdaa0960ac25b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a6fdaa0960ac25b > .tab-wrap > div > .tab-nav li a:hover,
#a6fdaa0960ac25b > .tab-nav li a:hover,
#a6fdaa0960ac25b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a6fdaa0960ac25b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#a6fdaa0960ac25b > .tab-wrap > div > .tab-nav li.uk-active a,
#a6fdaa0960ac25b > .tab-nav li.uk-active a,
#a6fdaa0960ac25b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a6fdaa0960ac25b > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a6fdaa0960ac25b .layout-left li,
#a6fdaa0960ac25b .layout-center li,
#a6fdaa0960ac25b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a6fdaa0960ac25b .layout-left li a,
#a6fdaa0960ac25b .layout-center li a,
#a6fdaa0960ac25b .layout-right li a {
  height: 100%;
}
#a6fdaa0960ac25b > .tab-tabs .layout-left {
  text-align: left;
}
#a6fdaa0960ac25b > .tab-tabs .layout-center {
  text-align: center;
}
#a6fdaa0960ac25b > .tab-tabs .layout-right {
  text-align: right;
}
#a6fdaa0960ac25b .tab-contents {
  height: 100%;
  height: calc(100% - 36px);
}
#a6fdaa0960ac25b .tab-content-wrap {
  background-color: transparent;
}
#a6fdaa0960ac25b .tab-contents,
#a6fdaa0960ac25b .tab-contents-wrap {
  pointer-events: none;
}
#a6fdaa0960ac25b .tab-content,
#a6fdaa0960ac25b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a6fdaa0960ac25b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a6fdaa0960ac25b .tab-wrap .tab-contents {
  height: 100%;
}
#a6fdaa0960ac25b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a6fdaa0960ac25b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a6fdaa0960ac25b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#af37ba650fac510 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af37ba650fac510  > .ele-wrap:hover {color: #0f58a8;}#af37ba650fac510:hover * {color: #0f58a8  !important}
                            #af37ba650fac510:hover .line{border-color: #0f58a8  !important}#a605baca75a68e6 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a0a4dac2faa0ef8 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a1daea7b48ac094 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1daea7b48ac094  > .ele-wrap:hover {color: #0f58a8;}#a1daea7b48ac094:hover * {color: #0f58a8  !important}
                            #a1daea7b48ac094:hover .line{border-color: #0f58a8  !important}#a397aa4935acbd0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#adf6da2332a73cc > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae8d1a9e46a78ee > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae8d1a9e46a78ee  > .ele-wrap:hover {color: #0f58a8;}#ae8d1a9e46a78ee:hover * {color: #0f58a8  !important}
                            #ae8d1a9e46a78ee:hover .line{border-color: #0f58a8  !important}#ae0f9a14dca4564 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a198fa3db0a1726 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ae3c2a3b5cae8ef > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae3c2a3b5cae8ef  > .ele-wrap:hover {color: #0f58a8;}#ae3c2a3b5cae8ef:hover * {color: #0f58a8  !important}
                            #ae3c2a3b5cae8ef:hover .line{border-color: #0f58a8  !important}#a3833a63c2afa37 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#aa9c1a00a5a2ddf > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a765fa65dea4a11 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a765fa65dea4a11  > .ele-wrap:hover {color: #0f58a8;}#a765fa65dea4a11:hover * {color: #0f58a8  !important}
                            #a765fa65dea4a11:hover .line{border-color: #0f58a8  !important}#ad451a590fa0d9b a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#a03b6afa0ea5547 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a85f5a8988a072a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a85f5a8988a072a  > .ele-wrap:hover {color: #0f58a8;}#a85f5a8988a072a:hover * {color: #0f58a8  !important}
                            #a85f5a8988a072a:hover .line{border-color: #0f58a8  !important}#a641eaa8a4af780 a {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(51, 51, 51, 1);}#ac7c9aec10aca91 > .ele-wrap {background-color: rgba(15, 88, 168, 1);border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#afa8fac576a928b > .ele-wrap {color: #ffffff;}#afa8fac576a928b * {color: #ffffff  !important}
                            #afa8fac576a928b .line{border-color: #ffffff  !important}#a2517a31c1a45a0 , #a2517a31c1a45a0 a{color: rgba(15, 88, 168, 1);}#ad79cabcf3a7bdd , #ad79cabcf3a7bdd a{color: rgba(15, 88, 168, 1);}#a04d9a0449a63f2 , #a04d9a0449a63f2 a{color: rgba(15, 88, 168, 1);}#a4da0a2bbba37ec , #a4da0a2bbba37ec a{color: rgba(15, 88, 168, 1);}#a010daea74a6d72 , #a010daea74a6d72 a{color: rgba(15, 88, 168, 1);}#ad6d8a131aa6ba6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a241caa6d1a4fee/1657787946181.jpeg);background-size: cover;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9ac5a3474a05dd .form-agree {
  display: flex;
  align-items: center;
}
#a9ac5a3474a05dd .uk-form .form-submit-btn {
  width: 200px;
}
#a9ac5a3474a05dd .submit-wrap {
  text-align: center;
}
#a9ac5a3474a05dd .submit-wrap button {
  background-color: #4a90e2;
}
#a9ac5a3474a05dd form.form-theme-10 .form-item .send-code {
  bottom: auto;
  top: 50%;
  margin-top: -20px;
}
#a9ac5a3474a05dd .form-item .uk-input,
#a9ac5a3474a05dd .form-item .uk-select,
#a9ac5a3474a05dd .form-item .uk-textarea {
  width: autopx;
}
#a9ac5a3474a05dd .form-item .auto-height {
  height: auto;
}
#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a24dda9836a4dd5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aee67a0e8caf63c .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#ad00ba0c22a310f > .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;}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1f61afa96ab31f .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#adef0ab5ceab885 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a60e6aa324a77ab > .ele-wrap {background-color: rgba(246, 246, 246, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a45c8a5162aa597 > .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;}#a3b37a9ba7aa268 .ac193a7448a982c {
  overflow: hidden;
}
#a3b37a9ba7aa268 .ac193a7448a982c , #a3b37a9ba7aa268 .ac193a7448a982c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;text-align: center;font-family: inherit;color: rgba(51, 51, 51, 1);}#a3b37a9ba7aa268 .ac193a7448a982c:hover , #a3b37a9ba7aa268 .ac193a7448a982c *:hover {
        font-weight: normal;
        font-style: normal;
    font-family: inherit;color: rgba(55, 122, 197, 1);}#a3b37a9ba7aa268 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a3b37a9ba7aa268 .uk-position-center-left-out {
    left: -30px;
  }
  #a3b37a9ba7aa268 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a24dda9836a4dd5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a8939a7db5ae076 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#ac529ad3caa49cd > .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);}#af0c4a1f7fad4c0 > .ele-wrap {background-color: rgba(245, 245, 245, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a24dda9836a4dd5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#af335ac8e6abf9b {
  min-height: 90vh;
  /* mobile */
}
#af335ac8e6abf9b .search-highlight {
  background: yellow;
}
#af335ac8e6abf9b .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#af335ac8e6abf9b .el-title {
  margin-bottom: 20px;
}
#af335ac8e6abf9b .el-item:hover .el-title {
  color: #0f58a8;
}
#af335ac8e6abf9b .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#af335ac8e6abf9b .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#af335ac8e6abf9b .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#af335ac8e6abf9b .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#af335ac8e6abf9b .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#af335ac8e6abf9b .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #af335ac8e6abf9b .el-title {
    margin-bottom: 0;
  }
  #af335ac8e6abf9b .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #af335ac8e6abf9b .category {
    font-size: 12px;
  }
  #af335ac8e6abf9b .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a06e0a1b5fa402e {
  min-height: 90vh;
  /* mobile */
}
#a06e0a1b5fa402e .search-highlight {
  background: yellow;
}
#a06e0a1b5fa402e .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a06e0a1b5fa402e .el-title {
  margin-bottom: 20px;
}
#a06e0a1b5fa402e .el-item:hover .el-title {
  color: #0f58a8;
}
#a06e0a1b5fa402e .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a06e0a1b5fa402e .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a06e0a1b5fa402e .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a06e0a1b5fa402e .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a06e0a1b5fa402e .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a06e0a1b5fa402e .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a06e0a1b5fa402e .el-title {
    margin-bottom: 0;
  }
  #a06e0a1b5fa402e .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a06e0a1b5fa402e .category {
    font-size: 12px;
  }
  #a06e0a1b5fa402e .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a0b2aa7458a1bed .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a24dda9836a4dd5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#acf20a522ba54e4 {
  /* 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------------------------*/
}
#acf20a522ba54e4 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#acf20a522ba54e4 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#acf20a522ba54e4 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#acf20a522ba54e4 .error .clip:nth-of-type(1) .shadow,
#acf20a522ba54e4 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#acf20a522ba54e4 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#acf20a522ba54e4 .error h2 {
  font-size: 32px;
}
#acf20a522ba54e4 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#acf20a522ba54e4 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#acf20a522ba54e4 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#acf20a522ba54e4 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#acf20a522ba54e4 .error .clip .shadow {
  overflow: hidden;
}
#acf20a522ba54e4 .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);
}
#acf20a522ba54e4 .error .clip:nth-of-type(3) .shadow:after,
#acf20a522ba54e4 .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%;
}
#acf20a522ba54e4 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#acf20a522ba54e4 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#acf20a522ba54e4 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#acf20a522ba54e4 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#acf20a522ba54e4 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#acf20a522ba54e4 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#acf20a522ba54e4 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#acf20a522ba54e4 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #acf20a522ba54e4 {
    /* Error Page */
    /* Error Page */
  }
  #acf20a522ba54e4 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #acf20a522ba54e4 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #acf20a522ba54e4 .error .clip:nth-of-type(1) .shadow,
  #acf20a522ba54e4 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #acf20a522ba54e4 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #acf20a522ba54e4 .error h2 {
    font-size: 24px;
  }
  #acf20a522ba54e4 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #acf20a522ba54e4 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #acf20a522ba54e4 .error .container-error-404 {
    height: 150px;
  }
}
#acf20a522ba54e4 .overlay {
  position: relative;
  z-index: 20;
}
#acf20a522ba54e4 .ground-color {
  background: white;
}
#acf20a522ba54e4 .item-bg-color {
  background: #EAEAEA;
}
#acf20a522ba54e4 .padding-top {
  padding-top: 10px;
}
#acf20a522ba54e4 .padding-bottom {
  padding-bottom: 10px;
}
#acf20a522ba54e4 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#acf20a522ba54e4 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#acf20a522ba54e4 .padding-all {
  padding: 10px;
}
#acf20a522ba54e4 .no-padding-left {
  padding-left: 0px;
}
#acf20a522ba54e4 .no-padding-right {
  padding-right: 0px;
}
#acf20a522ba54e4 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#acf20a522ba54e4 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#acf20a522ba54e4 .no-padding {
  padding: 0px;
}
#acf20a522ba54e4 .margin-top {
  margin-top: 10px;
}
#acf20a522ba54e4 .margin-bottom {
  margin-bottom: 10px;
}
#acf20a522ba54e4 .margin-right {
  margin-right: 10px;
}
#acf20a522ba54e4 .margin-left {
  margin-left: 10px;
}
#acf20a522ba54e4 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#acf20a522ba54e4 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#acf20a522ba54e4 .margin-all {
  margin: 10px;
}
#acf20a522ba54e4 .no-margin {
  margin: 0px;
}
#acf20a522ba54e4 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#acf20a522ba54e4 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#acf20a522ba54e4 .inside-col-shrink {
  margin: 0px 20px;
}
#acf20a522ba54e4 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#ab756a2e75a1644 {
  /* 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------------------------*/
}
#ab756a2e75a1644 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#ab756a2e75a1644 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#ab756a2e75a1644 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#ab756a2e75a1644 .error .clip:nth-of-type(1) .shadow,
#ab756a2e75a1644 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#ab756a2e75a1644 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#ab756a2e75a1644 .error h2 {
  font-size: 32px;
}
#ab756a2e75a1644 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#ab756a2e75a1644 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#ab756a2e75a1644 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#ab756a2e75a1644 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#ab756a2e75a1644 .error .clip .shadow {
  overflow: hidden;
}
#ab756a2e75a1644 .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);
}
#ab756a2e75a1644 .error .clip:nth-of-type(3) .shadow:after,
#ab756a2e75a1644 .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%;
}
#ab756a2e75a1644 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#ab756a2e75a1644 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#ab756a2e75a1644 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#ab756a2e75a1644 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#ab756a2e75a1644 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#ab756a2e75a1644 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#ab756a2e75a1644 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#ab756a2e75a1644 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #ab756a2e75a1644 {
    /* Error Page */
    /* Error Page */
  }
  #ab756a2e75a1644 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #ab756a2e75a1644 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #ab756a2e75a1644 .error .clip:nth-of-type(1) .shadow,
  #ab756a2e75a1644 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #ab756a2e75a1644 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #ab756a2e75a1644 .error h2 {
    font-size: 24px;
  }
  #ab756a2e75a1644 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #ab756a2e75a1644 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #ab756a2e75a1644 .error .container-error-404 {
    height: 150px;
  }
}
#ab756a2e75a1644 .overlay {
  position: relative;
  z-index: 20;
}
#ab756a2e75a1644 .ground-color {
  background: white;
}
#ab756a2e75a1644 .item-bg-color {
  background: #EAEAEA;
}
#ab756a2e75a1644 .padding-top {
  padding-top: 10px;
}
#ab756a2e75a1644 .padding-bottom {
  padding-bottom: 10px;
}
#ab756a2e75a1644 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#ab756a2e75a1644 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#ab756a2e75a1644 .padding-all {
  padding: 10px;
}
#ab756a2e75a1644 .no-padding-left {
  padding-left: 0px;
}
#ab756a2e75a1644 .no-padding-right {
  padding-right: 0px;
}
#ab756a2e75a1644 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#ab756a2e75a1644 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#ab756a2e75a1644 .no-padding {
  padding: 0px;
}
#ab756a2e75a1644 .margin-top {
  margin-top: 10px;
}
#ab756a2e75a1644 .margin-bottom {
  margin-bottom: 10px;
}
#ab756a2e75a1644 .margin-right {
  margin-right: 10px;
}
#ab756a2e75a1644 .margin-left {
  margin-left: 10px;
}
#ab756a2e75a1644 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#ab756a2e75a1644 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#ab756a2e75a1644 .margin-all {
  margin: 10px;
}
#ab756a2e75a1644 .no-margin {
  margin: 0px;
}
#ab756a2e75a1644 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#ab756a2e75a1644 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#ab756a2e75a1644 .inside-col-shrink {
  margin: 0px 20px;
}
#ab756a2e75a1644 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a78fea3a98a8ddf .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a24dda9836a4dd5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ab63ea451ca67e0 .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#ab63ea451ca67e0 .switch_item {
  margin-right: 10px;
}
#ab63ea451ca67e0 a.switch_item:hover {
  text-decoration: underline;
}
#ab63ea451ca67e0 .slider {
  width: 420px;
  height: 600px;
}
#ab63ea451ca67e0 .uk-slideshow-items {
  height: 100%;
}
#ab63ea451ca67e0 .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#ab63ea451ca67e0 .login-wrap {
  width: 100%;
  height: 100%;
}
#ab63ea451ca67e0 .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#ab63ea451ca67e0 .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#ab63ea451ca67e0 .phone-login-box {
  margin: 40px auto 40px;
}
#ab63ea451ca67e0 .login-header {
  margin-bottom: 24px;
}
#ab63ea451ca67e0 .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#ab63ea451ca67e0 .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#ab63ea451ca67e0 .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;
}
#ab63ea451ca67e0 .forget_password {
  cursor: pointer;
}
#ab63ea451ca67e0 .forget_password:hover {
  color: #0f58a8;
}
#ab63ea451ca67e0 .input-item input.error,
#ab63ea451ca67e0 .input-item input.error::placeholder {
  color: #fc4343;
}
#ab63ea451ca67e0 .input-item input::placeholder {
  color: #999;
}
#ab63ea451ca67e0 .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#ab63ea451ca67e0 .form-item {
  margin: 24px 0;
}
#ab63ea451ca67e0 .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#ab63ea451ca67e0 .send-code {
  float: left;
  margin-left: 20px;
}
#ab63ea451ca67e0 .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;
}
#ab63ea451ca67e0 .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#ab63ea451ca67e0 .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#ab63ea451ca67e0 .login_btn_wrap {
  text-align: center;
}
#ab63ea451ca67e0 .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#ab63ea451ca67e0 .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#ab63ea451ca67e0 .input-item .pwd-toggle:hover {
  color: currentColor;
}
#ac723ac1a7a7a5b .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#ac723ac1a7a7a5b .switch_item {
  margin-right: 10px;
}
#ac723ac1a7a7a5b a.switch_item:hover {
  text-decoration: underline;
}
#ac723ac1a7a7a5b .slider {
  width: 420px;
  height: 600px;
}
#ac723ac1a7a7a5b .uk-slideshow-items {
  height: 100%;
}
#ac723ac1a7a7a5b .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#ac723ac1a7a7a5b .login-wrap {
  width: 100%;
  height: 100%;
}
#ac723ac1a7a7a5b .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#ac723ac1a7a7a5b .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#ac723ac1a7a7a5b .phone-login-box {
  margin: 40px auto 40px;
}
#ac723ac1a7a7a5b .login-header {
  margin-bottom: 24px;
}
#ac723ac1a7a7a5b .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#ac723ac1a7a7a5b .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#ac723ac1a7a7a5b .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;
}
#ac723ac1a7a7a5b .forget_password {
  cursor: pointer;
}
#ac723ac1a7a7a5b .forget_password:hover {
  color: #0f58a8;
}
#ac723ac1a7a7a5b .input-item input.error,
#ac723ac1a7a7a5b .input-item input.error::placeholder {
  color: #fc4343;
}
#ac723ac1a7a7a5b .input-item input::placeholder {
  color: #999;
}
#ac723ac1a7a7a5b .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#ac723ac1a7a7a5b .form-item {
  margin: 24px 0;
}
#ac723ac1a7a7a5b .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#ac723ac1a7a7a5b .send-code {
  float: left;
  margin-left: 20px;
}
#ac723ac1a7a7a5b .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;
}
#ac723ac1a7a7a5b .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#ac723ac1a7a7a5b .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#ac723ac1a7a7a5b .login_btn_wrap {
  text-align: center;
}
#ac723ac1a7a7a5b .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#ac723ac1a7a7a5b .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#ac723ac1a7a7a5b .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a215aaed4ba7e7c .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a24dda9836a4dd5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad2a6a6692a514f .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#ad2a6a6692a514f .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#ad2a6a6692a514f .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#ad2a6a6692a514f .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#ad2a6a6692a514f .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#ad2a6a6692a514f .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#ad2a6a6692a514f .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#ad2a6a6692a514f .nav-list {
  padding: 0 20px;
}
#ad2a6a6692a514f .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;
}
#ad2a6a6692a514f .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#ad2a6a6692a514f .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#ad2a6a6692a514f .order-item:hover {
  background: #f7f7f7;
}
#ad2a6a6692a514f .del-order {
  cursor: pointer;
}
#ad2a6a6692a514f .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#ad2a6a6692a514f .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#ad2a6a6692a514f .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#ad2a6a6692a514f .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#ad2a6a6692a514f .goods-item .goods-info {
  padding: 0 15px;
}
#ad2a6a6692a514f .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#ad2a6a6692a514f .appoint-time {
  margin-bottom: 4px;
}
#ad2a6a6692a514f .appoint-name {
  color: #333;
  font-size: 14px;
}
#ad2a6a6692a514f .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#ad2a6a6692a514f .goods-item .goods-name {
  color: #333;
}
#ad2a6a6692a514f .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#ad2a6a6692a514f .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#ad2a6a6692a514f .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#ad2a6a6692a514f .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#ad2a6a6692a514f .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#ad2a6a6692a514f .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;
}
#ad2a6a6692a514f .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#ad2a6a6692a514f .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#ad2a6a6692a514f .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#ad2a6a6692a514f .setting-form {
  padding: 30px 20px;
}
#ad2a6a6692a514f .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#ad2a6a6692a514f .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#ad2a6a6692a514f .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#ad2a6a6692a514f .setting-form .setting-btns {
  margin-left: 130px;
}
#ad2a6a6692a514f .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#ad2a6a6692a514f .setting-wrap {
  position: relative;
}
#ad2a6a6692a514f .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#ad2a6a6692a514f .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#ad2a6a6692a514f .user-info .levels {
  color: #888;
  font-size: 12px;
}
#ad2a6a6692a514f .address-wrap {
  padding: 30px 20px;
}
#ad2a6a6692a514f .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#ad2a6a6692a514f .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#ad2a6a6692a514f .addr-list {
  min-height: 200px;
}
#ad2a6a6692a514f .addr-detail .addr-item-name,
#ad2a6a6692a514f .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;
}
#ad2a6a6692a514f .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#ad2a6a6692a514f .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#ad2a6a6692a514f .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#ad2a6a6692a514f .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#ad2a6a6692a514f .add-addr {
  height: 32px;
  line-height: 30px;
}
#ad2a6a6692a514f .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;
}
#ad2a6a6692a514f .publish-item {
  cursor: default;
  min-height: 120px;
}
#ad2a6a6692a514f .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#ad2a6a6692a514f .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#ad2a6a6692a514f .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #0f58a8;
}
#ad2a6a6692a514f .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a5793a57e4aeda7 .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a5793a57e4aeda7 .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a5793a57e4aeda7 .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a5793a57e4aeda7 .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a5793a57e4aeda7 .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a5793a57e4aeda7 .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a5793a57e4aeda7 .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a5793a57e4aeda7 .nav-list {
  padding: 0 20px;
}
#a5793a57e4aeda7 .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;
}
#a5793a57e4aeda7 .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a5793a57e4aeda7 .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a5793a57e4aeda7 .order-item:hover {
  background: #f7f7f7;
}
#a5793a57e4aeda7 .del-order {
  cursor: pointer;
}
#a5793a57e4aeda7 .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a5793a57e4aeda7 .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a5793a57e4aeda7 .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a5793a57e4aeda7 .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a5793a57e4aeda7 .goods-item .goods-info {
  padding: 0 15px;
}
#a5793a57e4aeda7 .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a5793a57e4aeda7 .appoint-time {
  margin-bottom: 4px;
}
#a5793a57e4aeda7 .appoint-name {
  color: #333;
  font-size: 14px;
}
#a5793a57e4aeda7 .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a5793a57e4aeda7 .goods-item .goods-name {
  color: #333;
}
#a5793a57e4aeda7 .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a5793a57e4aeda7 .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a5793a57e4aeda7 .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a5793a57e4aeda7 .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a5793a57e4aeda7 .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a5793a57e4aeda7 .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;
}
#a5793a57e4aeda7 .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a5793a57e4aeda7 .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a5793a57e4aeda7 .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a5793a57e4aeda7 .setting-form {
  padding: 30px 20px;
}
#a5793a57e4aeda7 .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a5793a57e4aeda7 .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a5793a57e4aeda7 .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a5793a57e4aeda7 .setting-form .setting-btns {
  margin-left: 130px;
}
#a5793a57e4aeda7 .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a5793a57e4aeda7 .setting-wrap {
  position: relative;
}
#a5793a57e4aeda7 .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a5793a57e4aeda7 .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a5793a57e4aeda7 .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a5793a57e4aeda7 .address-wrap {
  padding: 30px 20px;
}
#a5793a57e4aeda7 .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a5793a57e4aeda7 .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a5793a57e4aeda7 .addr-list {
  min-height: 200px;
}
#a5793a57e4aeda7 .addr-detail .addr-item-name,
#a5793a57e4aeda7 .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;
}
#a5793a57e4aeda7 .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a5793a57e4aeda7 .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a5793a57e4aeda7 .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a5793a57e4aeda7 .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a5793a57e4aeda7 .add-addr {
  height: 32px;
  line-height: 30px;
}
#a5793a57e4aeda7 .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;
}
#a5793a57e4aeda7 .publish-item {
  cursor: default;
  min-height: 120px;
}
#a5793a57e4aeda7 .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a5793a57e4aeda7 .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a5793a57e4aeda7 .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #0f58a8;
}
#a5793a57e4aeda7 .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#afb22aea67a3845 .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a24dda9836a4dd5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a6f8ba9c98a8f6a {
  min-height: 90vh;
  /* mobile */
}
#a6f8ba9c98a8f6a .search-highlight {
  background: yellow;
}
#a6f8ba9c98a8f6a .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a6f8ba9c98a8f6a .el-title {
  margin-bottom: 20px;
}
#a6f8ba9c98a8f6a .el-item:hover .el-title {
  color: #0f58a8;
}
#a6f8ba9c98a8f6a .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a6f8ba9c98a8f6a .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a6f8ba9c98a8f6a .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a6f8ba9c98a8f6a .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a6f8ba9c98a8f6a .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a6f8ba9c98a8f6a .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a6f8ba9c98a8f6a .el-title {
    margin-bottom: 0;
  }
  #a6f8ba9c98a8f6a .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a6f8ba9c98a8f6a .category {
    font-size: 12px;
  }
  #a6f8ba9c98a8f6a .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a2519a411da6156 {
  min-height: 90vh;
  /* mobile */
}
#a2519a411da6156 .search-highlight {
  background: yellow;
}
#a2519a411da6156 .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a2519a411da6156 .el-title {
  margin-bottom: 20px;
}
#a2519a411da6156 .el-item:hover .el-title {
  color: #0f58a8;
}
#a2519a411da6156 .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a2519a411da6156 .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a2519a411da6156 .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a2519a411da6156 .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a2519a411da6156 .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a2519a411da6156 .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a2519a411da6156 .el-title {
    margin-bottom: 0;
  }
  #a2519a411da6156 .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a2519a411da6156 .category {
    font-size: 12px;
  }
  #a2519a411da6156 .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#adbb2a7d15a116b .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a24dda9836a4dd5 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#aebc3a08c4a6a3d .comment-detail {
  min-height: 600px;
}
#aebc3a08c4a6a3d table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#aebc3a08c4a6a3d table th,
#aebc3a08c4a6a3d table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#aebc3a08c4a6a3d table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#aebc3a08c4a6a3d .red {
  color: #F00!important;
}
#aebc3a08c4a6a3d .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;
}
#a9d5ca074ca15a9 .comment-detail {
  min-height: 600px;
}
#a9d5ca074ca15a9 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#a9d5ca074ca15a9 table th,
#a9d5ca074ca15a9 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#a9d5ca074ca15a9 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#a9d5ca074ca15a9 .red {
  color: #F00!important;
}
#a9d5ca074ca15a9 .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;
}
#aa635ad1bca343e .uk-container {
  line-height: 2;
  color: #999;
}
#a8bc0a8fd7af988 , #a8bc0a8fd7af988 a{color: rgba(255, 180, 0, 1);}#ae573a3222af8c5 .site-language-menu a {
  color: #ccc;
  font-size: 13;
}
#ae573a3222af8c5 .site-language-menu a:hover {
  color: #ccc;
}
#ae573a3222af8c5 .uk-dropdown {
  box-shadow: none;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 12px;
  padding: 0;
}
#ae573a3222af8c5 .uk-dropdown li {
  border-bottom: 1px solid #ececec;
  line-height: 32px;
  padding: 0 15px;
}
#ae573a3222af8c5 .uk-dropdown li a {
  font-size: 13;
  color: #444;
}
#ae573a3222af8c5 .uk-dropdown li a:hover {
  color: #222;
}
#ae573a3222af8c5 .uk-dropdown li:last-child {
  border-bottom: none;
}
#ac590ab090ae26e > .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);}#a4a36aace5a3f86 > .ele-wrap {background-color: rgba(248, 248, 248, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abe57a6d0ca2870 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#abe57a6d0ca2870 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#abe57a6d0ca2870 .ap-icon {
  margin-right: 6px;
}
#abe57a6d0ca2870 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  padding: 0 0px;
  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: 13px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 177px;
  height: 30px;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a,
#abe57a6d0ca2870 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon svg,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon img,
#abe57a6d0ca2870 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon,
#abe57a6d0ca2870 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#abe57a6d0ca2870 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#abe57a6d0ca2870 .menu-list > li:hover > a,
#abe57a6d0ca2870 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#abe57a6d0ca2870 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#abe57a6d0ca2870 .menu-list ul,
#abe57a6d0ca2870 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#abe57a6d0ca2870 .menu-list ul {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#abe57a6d0ca2870 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#abe57a6d0ca2870 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#abe57a6d0ca2870 .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;
}
#a8242a62dba4309 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a8242a62dba4309 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a8242a62dba4309 .ap-icon {
  margin-right: 6px;
}
#a8242a62dba4309 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 261px;
  height: 30px;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a,
#a8242a62dba4309 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon svg,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon img,
#a8242a62dba4309 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon,
#a8242a62dba4309 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a8242a62dba4309 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a8242a62dba4309 .menu-list > li:hover > a,
#a8242a62dba4309 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a8242a62dba4309 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a8242a62dba4309 .menu-list ul,
#a8242a62dba4309 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a8242a62dba4309 .menu-list ul {
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
}
#a8242a62dba4309 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a8242a62dba4309 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a8242a62dba4309 .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;
}
#a44f7a5743a3a83 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a44f7a5743a3a83 .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a44f7a5743a3a83 .ap-icon {
  margin-right: 6px;
}
#a44f7a5743a3a83 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 230px;
  height: 40px;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a,
#a44f7a5743a3a83 .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon svg,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon img,
#a44f7a5743a3a83 .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon,
#a44f7a5743a3a83 .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a44f7a5743a3a83 .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a44f7a5743a3a83 .menu-list > li:hover > a,
#a44f7a5743a3a83 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a44f7a5743a3a83 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a44f7a5743a3a83 .menu-list ul,
#a44f7a5743a3a83 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a44f7a5743a3a83 .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a44f7a5743a3a83 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a44f7a5743a3a83 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a44f7a5743a3a83 .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;
}
#abfada156da13cc .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: solid;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-bottom-style: solid;
}
#ad6b8aff5ba3d7e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#ad6b8aff5ba3d7e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#ad6b8aff5ba3d7e .ap-icon {
  margin-right: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 207px;
  height: 40px;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon svg,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon img,
#ad6b8aff5ba3d7e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon,
#ad6b8aff5ba3d7e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#ad6b8aff5ba3d7e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#ad6b8aff5ba3d7e .menu-list > li:hover > a,
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#ad6b8aff5ba3d7e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#ad6b8aff5ba3d7e .menu-list ul,
#ad6b8aff5ba3d7e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad6b8aff5ba3d7e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#ad6b8aff5ba3d7e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad6b8aff5ba3d7e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad6b8aff5ba3d7e .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;
}
#a79d4ac9ccaaaa1 .img-wrap {
  border-top-width: 1px;
  border-top-color: #9b9b9b;
  border-top-style: none;
  border-right-color: #9b9b9b;
  border-left-color: #9b9b9b;
  border-bottom-color: #9b9b9b;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a7660af2f2a9c20 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aa9ceae149a8700 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#aac35abdd6a7938 .img-wrap {
  border-bottom-width: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-right-color: #cccccc;
  border-left-color: #cccccc;
  border-top-color: #cccccc;
  border-right-width: 1px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-top-style: solid;
}
#a762aa9ccda507e .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  text-align: left;
}
#a762aa9ccda507e .menu-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
#a762aa9ccda507e .ap-icon {
  margin-right: 6px;
}
#a762aa9ccda507e .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  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: 14px;
  text-align: left;
  font-family: inherit;
  color: #333;
  line-height: 26px;
  border-top-width: 1px;
  border-top-color: #999999;
  border-top-style: none;
  border-right-color: #999999;
  border-left-color: #999999;
  border-bottom-color: #999999;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a,
#a762aa9ccda507e .menu-list > li.icon-top > a {
  flex-direction: column;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon {
  margin-right: 0;
}
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon svg,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon img,
#a762aa9ccda507e .menu-list > li.icon-top > a .ap-icon img {
  height: auto;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon,
#a762aa9ccda507e .menu-list > li.icon-bottom > a .ap-icon {
  order: 1;
}
#a762aa9ccda507e .menu-list > li.icon-right > a .ap-icon {
  margin-right: 0;
  margin-left: 6px;
}
#a762aa9ccda507e .menu-list > li:hover > a,
#a762aa9ccda507e .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  border-top-width: 1px;
  border-top-color: #0f58a8;
  border-top-style: none;
  border-right-color: #0f58a8;
  border-left-color: #0f58a8;
  border-bottom-color: #0f58a8;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
#a762aa9ccda507e .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffb400;
  background-color: rgba(0, 0, 0, 0);
}
#a762aa9ccda507e .menu-list ul,
#a762aa9ccda507e .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a762aa9ccda507e .menu-list ul {
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
}
#a762aa9ccda507e .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a762aa9ccda507e .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a762aa9ccda507e .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;
}
#ac850a593fa153b {
  overflow: hidden;
  pointer-events: none;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 47px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#ac850a593fa153b > .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;
}
#ac850a593fa153b > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav,
#ac850a593fa153b > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 47px;
  overflow-x: auto;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#ac850a593fa153b > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav a,
#ac850a593fa153b > .tab-tabs > .tab-nav a {
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#ac850a593fa153b > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 47px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  text-align: left;
  font-family: inherit;
  color: #333333;
  padding: 0 65px;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#ac850a593fa153b > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#ac850a593fa153b > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#ac850a593fa153b > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #1d9177;
}
#ac850a593fa153b > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#ac850a593fa153b > .tab-tabs > .tab-nav li.uk-active a {
  background-color: #ffb400;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#ac850a593fa153b .layout-left li,
#ac850a593fa153b .layout-center li,
#ac850a593fa153b .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#ac850a593fa153b .layout-left li a,
#ac850a593fa153b .layout-center li a,
#ac850a593fa153b .layout-right li a {
  height: 100%;
}
#ac850a593fa153b > .tab-tabs .layout-left {
  text-align: left;
}
#ac850a593fa153b > .tab-tabs .layout-center {
  text-align: center;
}
#ac850a593fa153b > .tab-tabs .layout-right {
  text-align: right;
}
#ac850a593fa153b .tab-contents {
  height: 100%;
  height: calc(100% - 47px);
}
#ac850a593fa153b .tab-content-wrap {
  background-color: transparent;
}
#ac850a593fa153b .tab-contents,
#ac850a593fa153b .tab-contents-wrap {
  pointer-events: none;
}
#ac850a593fa153b .tab-content,
#ac850a593fa153b .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#ac850a593fa153b .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#ac850a593fa153b .tab-wrap .tab-contents {
  height: 100%;
}
#ac850a593fa153b .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#ac850a593fa153b .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#ac850a593fa153b .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a9c7aa58b4a381d {
  overflow: hidden;
  pointer-events: none;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 60px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a9c7aa58b4a381d > .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;
}
#a9c7aa58b4a381d > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 60px;
  overflow-x: auto;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 60px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #ffffff;
  border-right-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-color: #e60012;
  border-bottom-style: none;
  background-color: #ffb400;
}
#a9c7aa58b4a381d > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-wrap > div > .tab-nav li:last-child a,
#a9c7aa58b4a381d > .tab-tabs > .tab-nav li:last-child a {
  border-right: undefined;
}
#a9c7aa58b4a381d .layout-left li,
#a9c7aa58b4a381d .layout-center li,
#a9c7aa58b4a381d .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a9c7aa58b4a381d .layout-left li a,
#a9c7aa58b4a381d .layout-center li a,
#a9c7aa58b4a381d .layout-right li a {
  height: 100%;
}
#a9c7aa58b4a381d > .tab-tabs .layout-left {
  text-align: left;
}
#a9c7aa58b4a381d > .tab-tabs .layout-center {
  text-align: center;
}
#a9c7aa58b4a381d > .tab-tabs .layout-right {
  text-align: right;
}
#a9c7aa58b4a381d .tab-contents {
  height: 100%;
  height: calc(100% - 60px);
}
#a9c7aa58b4a381d .tab-content-wrap {
  background-color: transparent;
}
#a9c7aa58b4a381d .tab-contents,
#a9c7aa58b4a381d .tab-contents-wrap {
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-content,
#a9c7aa58b4a381d .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a9c7aa58b4a381d .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a9c7aa58b4a381d .tab-wrap .tab-contents {
  height: 100%;
}
#a9c7aa58b4a381d .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a9c7aa58b4a381d .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#aff85ace2ca5699 > .ele-wrap {background-color: rgba(15, 88, 168, 1);}#a8c61a6850af513 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#a8c61a6850af513 .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#a8c61a6850af513 .menu-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(251, 163, 1, 0);
  content: "";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
#a8c61a6850af513 .menu-list > li > a {
  padding: 0 32px;
}
#a8c61a6850af513 .menu-list > li:hover:before {
  height: 100%;
}
#a8c61a6850af513 .menu-list > li:hover:after {
  color: auto;
}
#a8c61a6850af513 .menu-list > li:after {
  position: absolute;
  width: 1px;
  left: -2px;
  top: 50%;
  margin-top: -15px;
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  content: "|";
}
#a8c61a6850af513 .menu-list > li:first-child:after {
  content: "";
}
#a8c61a6850af513 .menu-list > li.active > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 .menu-list > li ul {
  padding: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
#a8c61a6850af513 .menu-list > li ul li {
  position: relative;
}
#a8c61a6850af513 .menu-list > li ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  white-space: nowrap;
  width: 174px;
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #333333;
}
#a8c61a6850af513 .menu-list > li > a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  opacity: 1;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-align: left;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 .menu-list > li:hover > a {
  background-color: rgba(251, 163, 1, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #fba301;
}
#a8c61a6850af513 li ul li:hover > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul li a:active,
#a8c61a6850af513 li ul li a.active,
#a8c61a6850af513 li ul li.active > a {
  background-color: #fba301;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-family: inherit;
  color: #ffffff;
}
#a8c61a6850af513 li ul,
#a8c61a6850af513 li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
}
#a8c61a6850af513 li:hover > ul {
  left: auto;
}
#a8c61a6850af513 li ul li:hover ul {
  left: 100%;
  top: 0;
}
