.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: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #0f6ecd;
}
/* 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: #0f6ecd;
}
/* 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: #1e87f0;
  text-shadow: none;
}
::selection {
  background: #1e87f0;
  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 #1e87f0;
}
/* Small
   ========================================================================== */
/*
   * Reset child height, caused by `inline-block`
   */
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  border-top: 2px solid #1e87f0;
}
/* ========================================================================
     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: #1e87f0;
  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: #1e87f0;
  outline: none;
}
/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #1e87f0;
  color: #ffffff;
}
/*
   * Primary
   */
.uk-button-primary {
  background-color: #1e87f0;
  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: #1e87f0;
  color: #ffffff;
  border-color: #1e87f0;
}
/*
   * 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: #1e87f0;
}
/* 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: #1e87f0;
}
/* Hover + Focus */
.uk-button-link:hover,
.uk-button-link:focus {
  color: #0f6ecd;
}
/* 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: #1e87f0;
}
/*
   * 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: #1e87f0;
}
/*
   * 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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/*
   * 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: #1e87f0;
  color: #ffffff;
}
/*
   * Required for `a`
   */
.uk-badge:hover,
.uk-badge:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* ========================================================================
     Component: Label
   ========================================================================== */
.uk-label {
  background: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/* 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: #1e87f0;
  outline: none;
}
.uk-navbar-nav > li > a:hover::before {
  background-color: currentColor;
}
/* OnClick */
.uk-navbar-nav > li.uk-active > a::before {
  background-color: #1e87f0;
}
/* Item
   ========================================================================== */
.uk-navbar-item {
  color: #666;
}
/* Toggle
   ========================================================================== */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus,
.uk-navbar-toggle.uk-open {
  color: #1e87f0;
}
/* 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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
/* 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: #1e87f0;
  border-color: transparent;
}
/* Active */
.uk-dotnav > .uk-active > * {
  background-color: #1e87f0;
  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: #1e87f0;
}
/*
   * 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: #1e87f0;
}
/* 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: #1e87f0;
}
/*
   * 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: #1e87f0;
  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: #1e87f0;
}
.uk-progress::-moz-progress-bar {
  background-color: #1e87f0;
}
.uk-progress::-ms-fill {
  background-color: #1e87f0;
}
/* ========================================================================
     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: #1e87f0 !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: #1e87f0 !important;
}
@supports (-webkit-background-clip: text) {
  .uk-text-background {
    background-color: #1e87f0;
  }
}
/* ========================================================================
     Component: Background
   ========================================================================== */
/* Color
   ========================================================================== */
.uk-background-default {
  background-color: #ffffff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #1e87f0;
}
.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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
  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: #1e87f0;
}
.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: #1e87f0;
}
.uk-section-muted .uk-navbar-container.uk-navbar-sticky {
  background-color: #f8f8f8;
}
.uk-section-primary .uk-navbar-container.uk-navbar-sticky {
  background-color: #1e87f0;
}
.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: #1e87f0;
  border-color: #1e87f0;
}
.category .uk-pagination li:hover,
.ap-pagination li:hover,
.dynamic-pagination li:hover {
  border-color: #1e87f0;
}
/* ========================================================================
   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: #0e6dcd;
}
.ap-list-filter dd a.active {
  background-color: #1e87f0;
  color: #fff;
  border-radius: 2px;
}
.ap-filter-dropdown .filter-item-wrap.open,
.ap-filter-dropdown .filter-item.active {
  color: #1e87f0;
}
.category li a.active {
  color: #1e87f0;
}
.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: #1e87f0;
}
.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: #1e87f0;
  border: 1px solid rgba(30, 135, 240, 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: #1e87f0;
}
form .step .ui-step.active .ui-step-title {
  color: #1e87f0;
}
/**************** 鑷畾涔夌増鍧楁牱寮 ********************/
.btn-effect-1 {
  border-color: #1e87f0;
  background-color: #1e87f0;
  color: #fff;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
.header-effect-7 [data-item='subTitle'] {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  background-color: #1e87f0;
  color: #fff !important;
}
.btn-effect-2 {
  background-color: transparent;
  border: 1px solid #1e87f0;
  color: #1e87f0;
}
.btn-effect-2:hover {
  background-color: #1e87f0;
}
.uk-button.btn-effect-5 {
  background-color: #1e87f0;
  box-shadow: 0 0 15px rgba(30, 135, 240, 0.8);
}
.header-effect-3 [data-item='title']::after {
  background: #1e87f0;
}
.header-effect-6 [data-item='title']::before {
  background-color: #1e87f0;
}
#a49cda4dbfaca8a .logged {
  display: none;
}
#a49cda4dbfaca8a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a49cda4dbfaca8a .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a49cda4dbfaca8a .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a49cda4dbfaca8a .quick-menus > li:last-child::after {
  content: '';
}
#a49cda4dbfaca8a .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a49cda4dbfaca8a .site-header {
  height: 72px;
}
#a49cda4dbfaca8a .uk-navbar-item,
#a49cda4dbfaca8a .uk-navbar-nav > li > a,
#a49cda4dbfaca8a .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a49cda4dbfaca8a .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a49cda4dbfaca8a .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a49cda4dbfaca8a .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a49cda4dbfaca8a .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a49cda4dbfaca8a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a49cda4dbfaca8a .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a49cda4dbfaca8a .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a49cda4dbfaca8a .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a49cda4dbfaca8a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a49cda4dbfaca8a .site-pc-navbar {
  background: #fff;
}
#a49cda4dbfaca8a .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a49cda4dbfaca8a .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a49cda4dbfaca8a .logo {
  display: inline-block;
}
#a49cda4dbfaca8a .menu-list {
  justify-content: flex-start;
}
#a49cda4dbfaca8a .submenu-items {
  display: inline-block;
}
#a49cda4dbfaca8a .submenu-items .sub-menu-item:last-child svg,
#a49cda4dbfaca8a .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#aed6ca09c6abc05 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#aed6ca09c6abc05 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #aed6ca09c6abc05 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
}
#aed6ca09c6abc05 .data-list .uk-card {
  cursor: pointer !important;
}
#aed6ca09c6abc05 .data-list .uk-card img {
  max-height: 300px;
}
#aed6ca09c6abc05 .data-list .uk-card:hover {
  background: #fafafa;
}
#aed6ca09c6abc05 .data-list .uk-card:hover .uk-h4 {
  color: #0f6ecd;
}
#aed6ca09c6abc05 .data-list .uk-card .uk-card-media-left img {
  transition: all .3s ease;
}
#aed6ca09c6abc05 .data-list .uk-card .uk-card-media-left:hover img {
  transform: scale(1.05);
}
#aed6ca09c6abc05 .data-list .uk-card-media-left {
  border-radius: 4px;
  overflow: hidden;
}
#aed6ca09c6abc05 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#aed6ca09c6abc05 .search-form input.search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#aed6ca09c6abc05 .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: #1e87f0;
  cursor: pointer;
}
#aed6ca09c6abc05 .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;
}
#aed6ca09c6abc05 .uk-card .category:hover {
  background: #1e87f0;
}
#aed6ca09c6abc05 .accordion-menu {
  width: 100%;
}
#aed6ca09c6abc05 .accordion-menu ul ul.submenu,
#aed6ca09c6abc05 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#aed6ca09c6abc05 .accordion-menu-header {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ececec;
}
#aed6ca09c6abc05 .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;
}
#aed6ca09c6abc05 .accordion-menu > ul > li > a {
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}
#aed6ca09c6abc05 .accordion-menu .menu-item.active > a {
  background: #1e87f0;
  color: #fff;
}
#aed6ca09c6abc05 .accordion-menu li a:hover {
  background-color: #1e87f0;
  color: #fff;
  border: none;
}
#aed6ca09c6abc05 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 40px;
  padding: 0 20px;
  right: 0;
}
#aed6ca09c6abc05 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#aed6ca09c6abc05 .hot-list,
#aed6ca09c6abc05 .new-list {
  padding: 12px;
}
#aed6ca09c6abc05 .new-list a:hover,
#aed6ca09c6abc05 .hot-list a:hover {
  color: #0f6ecd;
}
#aed6ca09c6abc05 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#aed6ca09c6abc05 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#aed6ca09c6abc05 .hot-item:hover a {
  color: #0f6ecd;
}
#aed6ca09c6abc05 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#aed6ca09c6abc05 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#aed6ca09c6abc05 .content-header {
  padding-bottom: 10px;
}
#aed6ca09c6abc05 .item-title {
  color: #333;
}
#aed6ca09c6abc05 input::placeholder {
  color: #999;
}
#aed6ca09c6abc05 .datetime {
  color: #999;
}
#aed6ca09c6abc05 .new-item a {
  padding-left: 25px;
}
#aed6ca09c6abc05 .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;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a0506ab2c5aea1c .logged {
  display: none;
}
#a0506ab2c5aea1c .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a0506ab2c5aea1c .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a0506ab2c5aea1c .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a0506ab2c5aea1c .quick-menus > li:last-child::after {
  content: '';
}
#a0506ab2c5aea1c .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a0506ab2c5aea1c .site-header {
  height: 72px;
}
#a0506ab2c5aea1c .uk-navbar-item,
#a0506ab2c5aea1c .uk-navbar-nav > li > a,
#a0506ab2c5aea1c .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a0506ab2c5aea1c .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a0506ab2c5aea1c .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a0506ab2c5aea1c .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a0506ab2c5aea1c .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a0506ab2c5aea1c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0506ab2c5aea1c .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a0506ab2c5aea1c .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a0506ab2c5aea1c .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a0506ab2c5aea1c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a0506ab2c5aea1c .site-pc-navbar {
  background: #fff;
}
#a0506ab2c5aea1c .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a0506ab2c5aea1c .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a0506ab2c5aea1c .logo {
  display: inline-block;
}
#a0506ab2c5aea1c .menu-list {
  justify-content: flex-start;
}
#a0506ab2c5aea1c .submenu-items {
  display: inline-block;
}
#a0506ab2c5aea1c .submenu-items .sub-menu-item:last-child svg,
#a0506ab2c5aea1c .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a9264a238caa928 {
  min-height: 300px;
}
#ae186a4707a48ec {
  overflow: hidden;
}
#ae186a4707a48ec , #ae186a4707a48ec > * {
        font-weight: bold;
        font-style: normal;
    font-size: 32px;text-align: left;font-family: inherit;color: rgba(10, 1, 30, 1);line-height: 48px;}#a1d6ba13c6ac092  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;line-height: 20px;}#a46dba74bcaa8b6  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;line-height: 20px;}#a6dd6ae43da69ee .inner-detail {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  font-family: inherit;
  color: #0a011e;
  line-height: 36px;
}
#a57e6a91f9a8db0, #a57e6a91f9a8db0 a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;line-height: 32px;}#a0813a7963ab7dd, #a0813a7963ab7dd a {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: right;font-family: inherit;line-height: 32px;}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a49cda4dbfaca8a .logged {
  display: none;
}
#a49cda4dbfaca8a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a49cda4dbfaca8a .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a49cda4dbfaca8a .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a49cda4dbfaca8a .quick-menus > li:last-child::after {
  content: '';
}
#a49cda4dbfaca8a .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a49cda4dbfaca8a .site-header {
  height: 72px;
}
#a49cda4dbfaca8a .uk-navbar-item,
#a49cda4dbfaca8a .uk-navbar-nav > li > a,
#a49cda4dbfaca8a .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a49cda4dbfaca8a .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a49cda4dbfaca8a .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a49cda4dbfaca8a .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a49cda4dbfaca8a .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a49cda4dbfaca8a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a49cda4dbfaca8a .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a49cda4dbfaca8a .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a49cda4dbfaca8a .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a49cda4dbfaca8a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a49cda4dbfaca8a .site-pc-navbar {
  background: #fff;
}
#a49cda4dbfaca8a .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a49cda4dbfaca8a .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a49cda4dbfaca8a .logo {
  display: inline-block;
}
#a49cda4dbfaca8a .menu-list {
  justify-content: flex-start;
}
#a49cda4dbfaca8a .submenu-items {
  display: inline-block;
}
#a49cda4dbfaca8a .submenu-items .sub-menu-item:last-child svg,
#a49cda4dbfaca8a .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a0effadbf8aa4c6 .sidebar {
  width: 300px;
  margin-left: 20px;
}
#a0effadbf8aa4c6 .sidebar.left {
  margin-left: 0;
  margin-right: 20px;
}
#a0effadbf8aa4c6 .abstract {
  white-space: pre-wrap;
}
@media (max-width: 640px) {
  #a0effadbf8aa4c6 .sidebar {
    width: 100%;
    margin: 0 0 15px;
  }
  #a0effadbf8aa4c6 .uk-container {
    padding: 0;
  }
  #a0effadbf8aa4c6 .sidebar {
    padding: 10px;
  }
}
#a0effadbf8aa4c6 .search-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  display: block;
}
#a0effadbf8aa4c6 .search-form .search-input {
  width: 100%;
  height: 34px;
  padding: 5px 52px 5px 10px;
  font-size: 14px;
  color: #333;
  border: 1px solid #efefef;
}
#a0effadbf8aa4c6 .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: #1e87f0;
  cursor: pointer;
}
#a0effadbf8aa4c6 .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;
}
#a0effadbf8aa4c6 .content-tags a:hover {
  background: #1e87f0;
  color: #fff;
  border-color: #1e87f0;
}
#a0effadbf8aa4c6 .abstract,
#a0effadbf8aa4c6 .copyright {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  border: 1px solid #efefef;
  background: #fbfbfb;
  border-radius: 3px;
}
#a0effadbf8aa4c6 .copyright a {
  color: #999;
  word-break: break-all;
}
#a0effadbf8aa4c6 .detail-content {
  font-size: 16px;
  color: #444;
}
#a0effadbf8aa4c6 .detail-content img {
  margin-bottom: 10px;
}
#a0effadbf8aa4c6 .detail-content table {
  font-size: 13px;
}
#a0effadbf8aa4c6 .phone {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#a0effadbf8aa4c6 .hot-list,
#a0effadbf8aa4c6 .new-list {
  padding: 12px;
}
#a0effadbf8aa4c6 .new-list a:hover,
#a0effadbf8aa4c6 .hot-list a:hover {
  color: #0f6ecd;
}
#a0effadbf8aa4c6 .hot-item .thumb {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}
#a0effadbf8aa4c6 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#a0effadbf8aa4c6 .hot-item:hover a {
  color: #0f6ecd;
}
#a0effadbf8aa4c6 .panel-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#a0effadbf8aa4c6 .panel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#a0effadbf8aa4c6 .content-header {
  padding-bottom: 10px;
}
#a0effadbf8aa4c6 .item-title {
  color: #333;
}
#a0effadbf8aa4c6 input::placeholder {
  color: #999;
}
#a0effadbf8aa4c6 .datetime {
  color: #999;
}
#a0effadbf8aa4c6 .new-item a {
  padding-left: 25px;
}
#a0effadbf8aa4c6 .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;
}
#a0effadbf8aa4c6 .siblings a {
  color: #444;
  line-height: 2;
}
#a0effadbf8aa4c6 .siblings a:hover {
  color: #0f6ecd;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a49cda4dbfaca8a .logged {
  display: none;
}
#a49cda4dbfaca8a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a49cda4dbfaca8a .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a49cda4dbfaca8a .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a49cda4dbfaca8a .quick-menus > li:last-child::after {
  content: '';
}
#a49cda4dbfaca8a .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a49cda4dbfaca8a .site-header {
  height: 72px;
}
#a49cda4dbfaca8a .uk-navbar-item,
#a49cda4dbfaca8a .uk-navbar-nav > li > a,
#a49cda4dbfaca8a .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a49cda4dbfaca8a .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a49cda4dbfaca8a .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a49cda4dbfaca8a .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a49cda4dbfaca8a .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a49cda4dbfaca8a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a49cda4dbfaca8a .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a49cda4dbfaca8a .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a49cda4dbfaca8a .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a49cda4dbfaca8a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a49cda4dbfaca8a .site-pc-navbar {
  background: #fff;
}
#a49cda4dbfaca8a .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a49cda4dbfaca8a .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a49cda4dbfaca8a .logo {
  display: inline-block;
}
#a49cda4dbfaca8a .menu-list {
  justify-content: flex-start;
}
#a49cda4dbfaca8a .submenu-items {
  display: inline-block;
}
#a49cda4dbfaca8a .submenu-items .sub-menu-item:last-child svg,
#a49cda4dbfaca8a .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad620a86e8ac539 .sidebar {
  width: 280px;
}
@media (max-width: 640px) {
  #ad620a86e8ac539 .sidebar {
    width: 100%;
  }
}
#ad620a86e8ac539 .accordion-menu,
#ad620a86e8ac539 .accordion-menu ul ul.submenu,
#ad620a86e8ac539 .accordion-menu ul ul.submenu li ul.submenu {
  background: transparent;
}
#ad620a86e8ac539 .accordion-menu-header h4 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}
#ad620a86e8ac539 .accordion-menu ul li a {
  margin-bottom: 1px;
  color: #555;
  background-color: #ECECEC;
  display: block;
  width: 100%;
  padding: 0 40px;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: color .2s linear,background .2s linear;
  font-size: 14px;
  border: none;
  text-overflow: ellipsis;
}
#ad620a86e8ac539 .accordion-menu > ul > li > a {
  background: #ddd;
  font-size: 16px;
}
#ad620a86e8ac539 .accordion-menu li a:hover {
  background-color: #1e87f0;
  color: #fff;
  border: none;
}
#ad620a86e8ac539 .accordion-menu .submenu-indicator {
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  right: 0;
}
#ad620a86e8ac539 .contact {
  color: #fff;
}
#ad620a86e8ac539 .phone {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
#ad620a86e8ac539 .hot-list {
  background: #f7f8f9;
  padding: 15px;
}
#ad620a86e8ac539 .hot-list a {
  color: #777;
}
#ad620a86e8ac539 .hot-list a:hover {
  color: #0f6ecd;
}
#ad620a86e8ac539 .hot-item .thumb {
  display: block;
  overflow: hidden;
}
#ad620a86e8ac539 .hot-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-out 0s;
}
#ad620a86e8ac539 .hot-item:hover a {
  color: #0f6ecd;
}
#ad620a86e8ac539 .hot-title {
  position: relative;
  padding-left: 10px;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
#ad620a86e8ac539 .hot-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 16px;
  border-radius: 3px;
  background: #1e87f0;
  content: "";
}
#ad620a86e8ac539 .content-header {
  padding-bottom: 10px;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a1b8aafb2aad62c .logged {
  display: none;
}
#a1b8aafb2aad62c .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a1b8aafb2aad62c .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a1b8aafb2aad62c .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a1b8aafb2aad62c .quick-menus > li:last-child::after {
  content: '';
}
#a1b8aafb2aad62c .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a1b8aafb2aad62c .site-header {
  height: 72px;
}
#a1b8aafb2aad62c .uk-navbar-item,
#a1b8aafb2aad62c .uk-navbar-nav > li > a,
#a1b8aafb2aad62c .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a1b8aafb2aad62c .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a1b8aafb2aad62c .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a1b8aafb2aad62c .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a1b8aafb2aad62c .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a1b8aafb2aad62c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1b8aafb2aad62c .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a1b8aafb2aad62c .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a1b8aafb2aad62c .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a1b8aafb2aad62c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a1b8aafb2aad62c .site-pc-navbar {
  background: #fff;
}
#a1b8aafb2aad62c .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a1b8aafb2aad62c .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a1b8aafb2aad62c .logo {
  display: inline-block;
}
#a1b8aafb2aad62c .menu-list {
  justify-content: flex-start;
}
#a1b8aafb2aad62c .submenu-items {
  display: inline-block;
}
#a1b8aafb2aad62c .submenu-items .sub-menu-item:last-child svg,
#a1b8aafb2aad62c .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a5c3aaf2d6a6833 {
  min-height: 300px;
}
#aeff8a7a6ea1a9b > .ele-wrap {background-color: rgba(27, 36, 55, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a73a8aa124a0f9c {
  overflow: hidden;
}
#a73a8aa124a0f9c , #a73a8aa124a0f9c > * {
        font-weight: bold;
        font-style: normal;
    font-size: 28px;font-family: inherit;color: rgba(255, 255, 255, 1);line-height: 40px;}#a92d8a57b4ae935 , #a92d8a57b4ae935 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#af8d3adacfa877a , #af8d3adacfa877a .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(255, 255, 255, 1);}#ae548a2473aea5d {
  overflow: hidden;
}
#ae548a2473aea5d , #ae548a2473aea5d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(164, 167, 175, 1);line-height: 24px;}#ae92dab54aaeeba .a58c5abbdcaff93 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;border-top-left-radius: 16px;box-shadow: 0px 6px 20px 0px rgba(10, 1, 30, 0.05);}#ae92dab54aaeeba .a58c5abbdcaff93  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#ae92dab54aaeeba .a8e60a82fca06f2 .img-wrap {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0;
}
#ae92dab54aaeeba .a9756a672da1c83 > .ele-wrap {background-color: rgba(230, 217, 254, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ae92dab54aaeeba .a4ac2a82f6af0e5 , #ae92dab54aaeeba .a4ac2a82f6af0e5 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;color: rgba(100, 37, 208, 1);line-height: 22px;}#ae92dab54aaeeba .a5ef6a6fdfa6a51 {
  overflow: hidden;
}
#ae92dab54aaeeba .a5ef6a6fdfa6a51 , #ae92dab54aaeeba .a5ef6a6fdfa6a51 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(10, 1, 30, 1);line-height: 28px;}#ae92dab54aaeeba .a7180ac7f5a10e3 {
  overflow: hidden;
}
#ae92dab54aaeeba .a7180ac7f5a10e3 , #ae92dab54aaeeba .a7180ac7f5a10e3 > * {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(89, 89, 89, 1);line-height: 26px;}#ae92dab54aaeeba .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae92dab54aaeeba .uk-position-center-left-out {
    left: -30px;
  }
  #ae92dab54aaeeba .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a6f83a1d5da6530 .logged {
  display: none;
}
#a6f83a1d5da6530 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a6f83a1d5da6530 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6f83a1d5da6530 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a6f83a1d5da6530 .quick-menus > li:last-child::after {
  content: '';
}
#a6f83a1d5da6530 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a6f83a1d5da6530 .site-header {
  height: 72px;
}
#a6f83a1d5da6530 .uk-navbar-item,
#a6f83a1d5da6530 .uk-navbar-nav > li > a,
#a6f83a1d5da6530 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a6f83a1d5da6530 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a6f83a1d5da6530 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a6f83a1d5da6530 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a6f83a1d5da6530 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a6f83a1d5da6530 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6f83a1d5da6530 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a6f83a1d5da6530 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a6f83a1d5da6530 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a6f83a1d5da6530 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a6f83a1d5da6530 .site-pc-navbar {
  background: #fff;
}
#a6f83a1d5da6530 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a6f83a1d5da6530 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a6f83a1d5da6530 .logo {
  display: inline-block;
}
#a6f83a1d5da6530 .menu-list {
  justify-content: flex-start;
}
#a6f83a1d5da6530 .submenu-items {
  display: inline-block;
}
#a6f83a1d5da6530 .submenu-items .sub-menu-item:last-child svg,
#a6f83a1d5da6530 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a2d30a6ab2a5e20 {
  min-height: 300px;
}
#a1da2afbeca1d96 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a1da2afbeca1d96 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a1da2afbeca1d96 .ap-icon {
  margin-right: 6px;
}
#a1da2afbeca1d96 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a1da2afbeca1d96 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#a1da2afbeca1d96 .menu-list > li:hover > a,
#a1da2afbeca1d96 .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: #6c2cff;
}
#a1da2afbeca1d96 .menu-list ul,
#a1da2afbeca1d96 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1da2afbeca1d96 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a1da2afbeca1d96 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1da2afbeca1d96 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1da2afbeca1d96 .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;
}
#a6feca1fb9a38b7 {
  overflow: hidden;
}
#a6feca1fb9a38b7 , #a6feca1fb9a38b7 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 40px;text-align: center;font-family: inherit;color: rgba(10, 1, 30, 1);line-height: 50px;}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a49cda4dbfaca8a .logged {
  display: none;
}
#a49cda4dbfaca8a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a49cda4dbfaca8a .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a49cda4dbfaca8a .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a49cda4dbfaca8a .quick-menus > li:last-child::after {
  content: '';
}
#a49cda4dbfaca8a .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a49cda4dbfaca8a .site-header {
  height: 72px;
}
#a49cda4dbfaca8a .uk-navbar-item,
#a49cda4dbfaca8a .uk-navbar-nav > li > a,
#a49cda4dbfaca8a .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a49cda4dbfaca8a .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a49cda4dbfaca8a .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a49cda4dbfaca8a .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a49cda4dbfaca8a .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a49cda4dbfaca8a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a49cda4dbfaca8a .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a49cda4dbfaca8a .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a49cda4dbfaca8a .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a49cda4dbfaca8a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a49cda4dbfaca8a .site-pc-navbar {
  background: #fff;
}
#a49cda4dbfaca8a .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a49cda4dbfaca8a .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a49cda4dbfaca8a .logo {
  display: inline-block;
}
#a49cda4dbfaca8a .menu-list {
  justify-content: flex-start;
}
#a49cda4dbfaca8a .submenu-items {
  display: inline-block;
}
#a49cda4dbfaca8a .submenu-items .sub-menu-item:last-child svg,
#a49cda4dbfaca8a .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a105ca00a6a244d .detail-content .goods-params div {
  margin: 4px 0;
}
#a105ca00a6a244d .desc {
  white-space: pre-wrap;
}
#a105ca00a6a244d .video-box,
#a105ca00a6a244d .preview-box {
  margin-bottom: 20px;
  border: 1px solid #eee;
}
#a105ca00a6a244d .video-box video {
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#a105ca00a6a244d .goods-slider {
  width: 430px;
  max-width: 100%;
}
#a105ca00a6a244d .preview-box img {
  width: 100%;
}
#a105ca00a6a244d .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;
}
#a105ca00a6a244d .zoom-indicator {
  background-color: #fff;
  opacity: .3;
  position: absolute;
  right: 0;
  bottom: 0;
}
#a105ca00a6a244d .zoom-indicator i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#a105ca00a6a244d .thumb-box {
  width: 100%;
  position: relative;
}
#a105ca00a6a244d .thumb-box .btn {
  width: 22px;
  height: 32px;
}
#a105ca00a6a244d .thumb-box .btn-next {
  background: url(/resources/sys/img/section/btn_next.png) no-repeat center center;
}
#a105ca00a6a244d .thumb-box .btn-prev {
  background: url(/resources/sys/img/section/btn_prev.png) no-repeat center center;
}
#a105ca00a6a244d .thumb-list {
  overflow: hidden;
}
#a105ca00a6a244d .thumb-list ul {
  width: 100000px;
}
#a105ca00a6a244d .thumb-list ul li {
  list-style: none;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  position: relative;
}
#a105ca00a6a244d .thumb-list ul li img {
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
}
#a105ca00a6a244d .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;
}
#a105ca00a6a244d .thumb-list ul li.thumb-video:hover::after {
  opacity: 1;
  background-size: 35px;
}
#a105ca00a6a244d .thumb-list ul li.active img {
  border-color: #1e87f0;
}
#a105ca00a6a244d .zoom-box {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 440px;
  top: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e4e4e4;
  z-index: 400;
  background: #fff;
}
#a105ca00a6a244d .zoom-box img {
  max-width: initial;
}
#a105ca00a6a244d .goods-intro .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}
#a105ca00a6a244d .goods-intro .desc {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
#a105ca00a6a244d .goods-intro .price {
  margin-top: 20px;
  background-color: #f5f3ef;
  border-top: 1px dotted #dedede;
  border-bottom: 1px dotted #dedede;
  padding: 16px 10px 13px;
  line-height: 24px;
  font-size: 13px;
  position: relative;
}
#a105ca00a6a244d .goods-intro .price span {
  line-height: 30px;
}
#a105ca00a6a244d .goods-intro .price .label {
  min-width: 55px;
  font-size: 13px;
  float: left;
  color: #666;
}
#a105ca00a6a244d .price .present-price {
  display: inline-block;
  font-weight: 700;
  margin-right: 1px;
  height: 30px;
  font-size: 28px;
  line-height: 30px;
  margin-left: 2px;
  color: #1e87f0;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a105ca00a6a244d .price .present-price .rmb {
  margin-left: 0;
  line-height: 30px;
  color: #1e87f0;
  font-size: 18px;
}
#a105ca00a6a244d .price .origin-price {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
#a105ca00a6a244d .line-through {
  text-decoration: line-through;
}
#a105ca00a6a244d .price hr {
  margin: 10px 20px 10px 0;
  overflow: hidden;
  border: none;
  height: 1px;
  border-bottom: 1px dashed #d2d2d2;
}
#a105ca00a6a244d .price .policy-info {
  margin-left: 65px;
  padding-top: 2px;
  line-height: 20px;
  color: #666;
  display: block;
}
#a105ca00a6a244d .price .policy-info li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 24px;
}
#a105ca00a6a244d .price .policy-info li::before {
  content: '锝 ';
  position: absolute;
  left: -10px;
  top: 0;
}
#a105ca00a6a244d .number {
  margin-top: 20px;
  margin-left: 10px;
}
#a105ca00a6a244d .number .name {
  line-height: 30px;
  width: 54px;
}
#a105ca00a6a244d .number .select-num {
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  line-height: 30px;
}
#a105ca00a6a244d .select-num .btn {
  position: relative;
  width: 36px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  text-align: center;
  color: #888;
  cursor: pointer;
}
#a105ca00a6a244d .select-num .btn.disable {
  cursor: not-allowed;
  color: #ececec;
}
#a105ca00a6a244d .select-num i {
  line-height: 30px;
}
#a105ca00a6a244d .select-num .less {
  float: left;
  border-right: 1px solid #ddd;
}
#a105ca00a6a244d .select-num .more {
  float: right;
  border-left: 1px solid #ddd;
}
#a105ca00a6a244d .select-num input {
  border: none;
  text-align: center;
  font-size: 12px;
  color: #333;
  width: 60px;
  height: 28px;
}
#a105ca00a6a244d .buttons {
  margin: 30px 0 0 12px;
}
#a105ca00a6a244d .buttons .button {
  display: inline-block;
  margin-right: 8px;
  width: 168px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #1e87f0;
  text-align: center;
  border-radius: 2px;
}
#a105ca00a6a244d .promote-goods {
  margin-top: 40px;
  border: 1px solid #e8e8e8;
}
#a105ca00a6a244d .promote-goods .price {
  color: #d62525;
  line-height: 22px;
}
#a105ca00a6a244d .promote-goods .promote-title {
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
  font-size: 17px;
  position: relative;
  background-color: #f5f5f5;
}
#a105ca00a6a244d .promote-goods .uk-slider {
  padding: 10px 50px;
}
#a105ca00a6a244d .hot-list .img-wrap {
  display: block;
}
#a105ca00a6a244d .right {
  width: 298px;
  border: 1px solid #e8e8e8;
}
#a105ca00a6a244d .right .title {
  line-height: 40px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
#a105ca00a6a244d .left .nav-wrap {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  height: 44px;
}
#a105ca00a6a244d .left .detail-nav-tab .item {
  min-width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
  padding: 0 30px;
  text-align: center;
  float: left;
}
#a105ca00a6a244d .detail-nav-tab ul {
  display: flex;
  overflow: scroll;
  scrollbar-width: 0;
}
#a105ca00a6a244d ::-webkit-scrollbar {
  display: none;
}
#a105ca00a6a244d .left .detail-nav-tab .item a {
  color: #555;
  font-weight: 500;
  display: block;
}
#a105ca00a6a244d .left .detail-nav-tab .item.uk-active,
#a105ca00a6a244d .left .detail-nav-tab .item:hover {
  background: #fff;
  border-top: 3px solid #1e87f0;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
}
#a105ca00a6a244d .left .detail-nav-tab .item.uk-active a {
  color: #1e87f0;
  cursor: default;
}
#a105ca00a6a244d .hot-list .item {
  margin: 24px 24px 0;
  border-bottom: 1px solid #e8e8e8;
}
#a105ca00a6a244d .hot-list .item:last-child {
  border-bottom: none;
}
#a105ca00a6a244d .hot-list .item .goods-title {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  max-width: 156px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  margin: 8px auto 6px;
}
#a105ca00a6a244d .hot-list .item .goods-title:hover {
  color: #1e87f0;
}
#a105ca00a6a244d .hot-list .item .price {
  font-size: 14px;
  line-height: 1;
  color: #1e87f0;
  text-align: center;
  font-weight: bolder;
  font-family: "Heiti SC", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", verdana;
}
#a105ca00a6a244d .hot-list .item .origin-price {
  text-decoration: line-through;
  color: #666;
}
#a105ca00a6a244d .hot-list .item .goods-info {
  padding: 0 5px 18px;
}
#a105ca00a6a244d .goods-params span {
  display: inline-block;
  width: 100px;
  color: #999;
}
@media (max-width: 640px) {
  #a105ca00a6a244d .right {
    width: 100%;
  }
  #a105ca00a6a244d .preview-box img {
    height: 340px;
  }
  #a105ca00a6a244d .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;
  }
  #a105ca00a6a244d .goods-intro .buttons .button {
    margin: 0;
    width: 50%;
    font-size: 14px;
    border-radius: 0;
  }
  #a105ca00a6a244d .goods-intro .buttons .button-buy {
    border: 0;
    background: #fff;
  }
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a437da20d2a81c9 .logged {
  display: none;
}
#a437da20d2a81c9 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a437da20d2a81c9 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a437da20d2a81c9 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a437da20d2a81c9 .quick-menus > li:last-child::after {
  content: '';
}
#a437da20d2a81c9 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a437da20d2a81c9 .site-header {
  height: 72px;
}
#a437da20d2a81c9 .uk-navbar-item,
#a437da20d2a81c9 .uk-navbar-nav > li > a,
#a437da20d2a81c9 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a437da20d2a81c9 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a437da20d2a81c9 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a437da20d2a81c9 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a437da20d2a81c9 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a437da20d2a81c9 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a437da20d2a81c9 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a437da20d2a81c9 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a437da20d2a81c9 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a437da20d2a81c9 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a437da20d2a81c9 .site-pc-navbar {
  background: #fff;
}
#a437da20d2a81c9 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a437da20d2a81c9 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a437da20d2a81c9 .logo {
  display: inline-block;
}
#a437da20d2a81c9 .menu-list {
  justify-content: flex-start;
}
#a437da20d2a81c9 .submenu-items {
  display: inline-block;
}
#a437da20d2a81c9 .submenu-items .sub-menu-item:last-child svg,
#a437da20d2a81c9 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a301aa59fbaa040 .a9faaab9c3aa8f3 .img-wrap {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
#a301aa59fbaa040 .uk-grid {
  margin-left: -16px;
}
#a301aa59fbaa040 .uk-grid > * {
  padding-left: 16px;
}
#a301aa59fbaa040 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a301aa59fbaa040 .uk-position-center-left-out {
    left: -30px;
  }
  #a301aa59fbaa040 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a475dacd01af7e1 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-image: url(/resources/upload/a757da204fa131b/1757378314169.png);background-size: cover;background-position: center center;border-radius: 8px;justify-content: center;border-style: solid;}#a475dacd01af7e1 .ele-wrap:hover {background-color: #509c49;background-image: url(/resources/upload/a757da204fa131b/1757378314665.png);background-position: center center;}#a4652a609ea6f11 .a7141a263ea2edb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4652a609ea6f11 .a3e92a9319ab6b9 {
  overflow: hidden;
}
#a4652a609ea6f11 .a3e92a9319ab6b9 .img-wrap {
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  transition: all 0.3s ease-in;
}
#a4652a609ea6f11 .a3e92a9319ab6b9 .img-wrap:hover {
  transform: scale(1.1);
}
#a4652a609ea6f11 .adca7a42daaca3a {
  overflow: hidden;
}
#a4652a609ea6f11 .adca7a42daaca3a , #a4652a609ea6f11 .adca7a42daaca3a > * {
        font-weight: normal;
        font-style: normal;
    font-size: 22px;text-align: left;font-family: inherit;color: rgba(10, 1, 30, 1);line-height: 32px;}#a4652a609ea6f11 .a6c8cae18ca909b  {
        font-weight: normal;
        font-style: normal;
    font-size: 16px;font-family: inherit;color: rgba(117, 117, 117, 1);line-height: 24px;}#a4652a609ea6f11 .uk-grid {
  margin-left: -24px;
}
#a4652a609ea6f11 .uk-grid > * {
  padding-left: 24px;
}
#a4652a609ea6f11 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a4652a609ea6f11 .uk-position-center-left-out {
    left: -30px;
  }
  #a4652a609ea6f11 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a61faa2e7fa78b0 .a4d2da96efa2cbf > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;box-shadow: 0px 6px 20px 0px rgba(10, 1, 30, 0.05);}#a61faa2e7fa78b0 .a4d2da96efa2cbf  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#a61faa2e7fa78b0 .af076a325faf00e .img-wrap {
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
#a61faa2e7fa78b0 .uk-grid {
  margin-left: -24px;
}
#a61faa2e7fa78b0 .uk-grid > * {
  padding-left: 24px;
}
#a61faa2e7fa78b0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a61faa2e7fa78b0 .uk-position-center-left-out {
    left: -30px;
  }
  #a61faa2e7fa78b0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ac0e1aa355a89d1 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#ac0e1aa355a89d1 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#aa327a53f7a05e8 .ele-wrap {color: #fff;font-size: 16px;font-weight: 500;background-image: url(/resources/upload/a757da204fa131b/1757378314169.png);background-size: cover;background-position: center center;border-radius: 8px;justify-content: center;border-style: solid;}#aa327a53f7a05e8 .ele-wrap:hover {background-color: #509c49;background-image: url(/resources/upload/a757da204fa131b/1757378314665.png);background-position: center center;}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a8d9cabb0daba4f .logged {
  display: none;
}
#a8d9cabb0daba4f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a8d9cabb0daba4f .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a8d9cabb0daba4f .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a8d9cabb0daba4f .quick-menus > li:last-child::after {
  content: '';
}
#a8d9cabb0daba4f .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a8d9cabb0daba4f .site-header {
  height: 72px;
}
#a8d9cabb0daba4f .uk-navbar-item,
#a8d9cabb0daba4f .uk-navbar-nav > li > a,
#a8d9cabb0daba4f .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a8d9cabb0daba4f .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a8d9cabb0daba4f .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a8d9cabb0daba4f .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a8d9cabb0daba4f .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a8d9cabb0daba4f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a8d9cabb0daba4f .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a8d9cabb0daba4f .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a8d9cabb0daba4f .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a8d9cabb0daba4f .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a8d9cabb0daba4f .site-pc-navbar {
  background: #fff;
}
#a8d9cabb0daba4f .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a8d9cabb0daba4f .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a8d9cabb0daba4f .logo {
  display: inline-block;
}
#a8d9cabb0daba4f .menu-list {
  justify-content: flex-start;
}
#a8d9cabb0daba4f .submenu-items {
  display: inline-block;
}
#a8d9cabb0daba4f .submenu-items .sub-menu-item:last-child svg,
#a8d9cabb0daba4f .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#aabd3a1d75a53dc .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#a0b35ad20ea41d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0b35ad20ea41d5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0b35ad20ea41d5 .ap-icon {
  margin-right: 6px;
}
#a0b35ad20ea41d5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0b35ad20ea41d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#a0b35ad20ea41d5 .menu-list > li:hover > a,
#a0b35ad20ea41d5 .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: #6c2cff;
}
#a0b35ad20ea41d5 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#a0b35ad20ea41d5 .menu-list ul,
#a0b35ad20ea41d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0b35ad20ea41d5 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a0b35ad20ea41d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0b35ad20ea41d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0b35ad20ea41d5 .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;
}
#ab0bda17e8add8f > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(130, 108, 62, 0.5),
                rgba(22, 15, 56, 0.5));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-width: 1px;border-bottom-width: 1px;border-top-width: 1px;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);}#ae868a8c7aa509f .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
}
#ae868a8c7aa509f .menu-list > li {
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
#ae868a8c7aa509f .menu-list > li > a {
  height: 100%;
  line-height: 30px;
  text-align: center;
  display: block;
  position: relative;
  text-transform: capitalize;
  line-height: 52px;
  padding: 0 0px;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #333;
}
#ae868a8c7aa509f .menu-list > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #333;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ae868a8c7aa509f .menu-list > li:hover > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #633dff;
  border-bottom-style: solid;
  border-bottom-color: #633dff;
  border-bottom-width: 1px;
}
#ae868a8c7aa509f .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #633dff;
  border-bottom-color: #633dff;
  border-bottom-width: 1px;
}
#ae868a8c7aa509f .menu-list > li.active > a:before,
#ae868a8c7aa509f .menu-list > li:hover > a:before {
  width: 100%;
  background-color: currentColor;
}
#ae868a8c7aa509f .menu-list > li ul li {
  position: relative;
}
#ae868a8c7aa509f .menu-list > li ul li:hover > a {
  color: #ffffff;
}
#ae868a8c7aa509f .menu-list > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding: 0 20px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  background-color: #5e8de4;
  width: 200px;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
  background: transparent;
}
#ae868a8c7aa509f .menu-list li ul li:hover > a {
  background-color: #79a3f3;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #ffffff;
}
#ae868a8c7aa509f .menu-list li ul li a:active,
#ae868a8c7aa509f .menu-list li ul li a.active,
#ae868a8c7aa509f .menu-list li ul li.active > a {
  background-color: #79a3f3;
}
#ae868a8c7aa509f .menu-list li ul,
#ae868a8c7aa509f .menu-list li ul li ul {
  line-height: 40px;
  list-style-type: none;
  text-align: left;
  left: -999em;
  position: absolute;
  z-index: 999;
  min-width: 100px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  background: #5e8de4;
}
#ae868a8c7aa509f .menu-list li ul.menu-b > li,
#ae868a8c7aa509f .menu-list li ul li ul.menu-b > li {
  display: inline-block;
}
#ae868a8c7aa509f .menu-list .menu-b {
  transition: all .3s ease;
  padding: 20px 0;
  left: auto;
}
#ae868a8c7aa509f .menu-list li:hover > ul {
  display: block;
}
#ae868a8c7aa509f .menu-list li ul li:hover ul {
  left: 100%;
  top: 0;
}
#a1330a6cb7a3a7c > .ele-wrap {background-color: rgba(176, 209, 247, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa23aac562a5557 > .ele-wrap {background-color: rgba(255, 255, 255, 0.7);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;box-shadow: 0px 6px 20px 0px rgba(10, 1, 30, 0.04);}#a370da6543a3661 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#a76f3a1effa6510 > .ele-wrap {background-color: rgba(255, 255, 255, 0.7);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;box-shadow: 0px 6px 20px 0px rgba(10, 1, 30, 0.04);}#aa2dca7974a07ee .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#a200daab13ac1bd > .ele-wrap {background-color: rgba(255, 255, 255, 0.7);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;box-shadow: 0px 6px 20px 0px rgba(10, 1, 30, 0.04);}#ae58fabc5ba2627 .img-wrap {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#acaadacda2af8da > .ele-wrap {
                background-image: linear-gradient(270deg,
                rgba(240, 249, 255, 1),
                rgba(255, 247, 254, 1));
            border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;border-top-left-radius: 16px;border-right-color: rgba(109, 27, 255, 1);border-left-color: rgba(109, 27, 255, 1);border-bottom-color: rgba(109, 27, 255, 1);border-top-color: rgba(109, 27, 255, 1);}#af182a284aa57e0 > .ele-wrap {
                background-image: linear-gradient(270deg,
                rgba(240, 249, 255, 1),
                rgba(255, 247, 254, 1));
            border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;border-top-left-radius: 16px;border-right-color: rgba(109, 27, 255, 1);border-left-color: rgba(109, 27, 255, 1);border-bottom-color: rgba(109, 27, 255, 1);border-top-color: rgba(109, 27, 255, 1);}#aa931a58adaa5dc > .ele-wrap {
                background-image: linear-gradient(270deg,
                rgba(240, 249, 255, 1),
                rgba(255, 247, 254, 1));
            border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;border-top-left-radius: 16px;border-right-color: rgba(109, 27, 255, 1);border-left-color: rgba(109, 27, 255, 1);border-bottom-color: rgba(109, 27, 255, 1);border-top-color: rgba(109, 27, 255, 1);}#a870ea739fa2b42 > .ele-wrap {
                background-image: linear-gradient(270deg,
                rgba(240, 249, 255, 1),
                rgba(255, 247, 254, 1));
            border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;border-top-left-radius: 16px;border-right-color: rgba(109, 27, 255, 1);border-left-color: rgba(109, 27, 255, 1);border-bottom-color: rgba(109, 27, 255, 1);border-top-color: rgba(109, 27, 255, 1);}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a92d2aaeaeabc9f .logged {
  display: none;
}
#a92d2aaeaeabc9f .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a92d2aaeaeabc9f .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a92d2aaeaeabc9f .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a92d2aaeaeabc9f .quick-menus > li:last-child::after {
  content: '';
}
#a92d2aaeaeabc9f .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a92d2aaeaeabc9f .site-header {
  height: 72px;
}
#a92d2aaeaeabc9f .uk-navbar-item,
#a92d2aaeaeabc9f .uk-navbar-nav > li > a,
#a92d2aaeaeabc9f .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a92d2aaeaeabc9f .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a92d2aaeaeabc9f .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a92d2aaeaeabc9f .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a92d2aaeaeabc9f .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a92d2aaeaeabc9f .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a92d2aaeaeabc9f .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a92d2aaeaeabc9f .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a92d2aaeaeabc9f .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a92d2aaeaeabc9f .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a92d2aaeaeabc9f .site-pc-navbar {
  background: #fff;
}
#a92d2aaeaeabc9f .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a92d2aaeaeabc9f .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a92d2aaeaeabc9f .logo {
  display: inline-block;
}
#a92d2aaeaeabc9f .menu-list {
  justify-content: flex-start;
}
#a92d2aaeaeabc9f .submenu-items {
  display: inline-block;
}
#a92d2aaeaeabc9f .submenu-items .sub-menu-item:last-child svg,
#a92d2aaeaeabc9f .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a13fba6ed4ad7f7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a13fba6ed4ad7f7 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a13fba6ed4ad7f7 .ap-icon {
  margin-right: 6px;
}
#a13fba6ed4ad7f7 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a13fba6ed4ad7f7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#a13fba6ed4ad7f7 .menu-list > li:hover > a,
#a13fba6ed4ad7f7 .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: #6c2cff;
}
#a13fba6ed4ad7f7 .menu-list ul,
#a13fba6ed4ad7f7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a13fba6ed4ad7f7 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a13fba6ed4ad7f7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a13fba6ed4ad7f7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a13fba6ed4ad7f7 .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;
}
#a42fcac44da162c > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(130, 108, 62, 0.5),
                rgba(22, 15, 56, 0.5));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-width: 1px;border-bottom-width: 1px;border-top-width: 1px;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);}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a50a6a53f6a7ba5 .logged {
  display: none;
}
#a50a6a53f6a7ba5 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a50a6a53f6a7ba5 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a50a6a53f6a7ba5 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a50a6a53f6a7ba5 .quick-menus > li:last-child::after {
  content: '';
}
#a50a6a53f6a7ba5 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a50a6a53f6a7ba5 .site-header {
  height: 72px;
}
#a50a6a53f6a7ba5 .uk-navbar-item,
#a50a6a53f6a7ba5 .uk-navbar-nav > li > a,
#a50a6a53f6a7ba5 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a50a6a53f6a7ba5 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a50a6a53f6a7ba5 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a50a6a53f6a7ba5 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a50a6a53f6a7ba5 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a50a6a53f6a7ba5 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a50a6a53f6a7ba5 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a50a6a53f6a7ba5 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a50a6a53f6a7ba5 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a50a6a53f6a7ba5 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a50a6a53f6a7ba5 .site-pc-navbar {
  background: #fff;
}
#a50a6a53f6a7ba5 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a50a6a53f6a7ba5 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a50a6a53f6a7ba5 .logo {
  display: inline-block;
}
#a50a6a53f6a7ba5 .menu-list {
  justify-content: flex-start;
}
#a50a6a53f6a7ba5 .submenu-items {
  display: inline-block;
}
#a50a6a53f6a7ba5 .submenu-items .sub-menu-item:last-child svg,
#a50a6a53f6a7ba5 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a13fba6ed4ad7f7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a13fba6ed4ad7f7 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a13fba6ed4ad7f7 .ap-icon {
  margin-right: 6px;
}
#a13fba6ed4ad7f7 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a13fba6ed4ad7f7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#a13fba6ed4ad7f7 .menu-list > li:hover > a,
#a13fba6ed4ad7f7 .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: #6c2cff;
}
#a13fba6ed4ad7f7 .menu-list ul,
#a13fba6ed4ad7f7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a13fba6ed4ad7f7 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a13fba6ed4ad7f7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a13fba6ed4ad7f7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a13fba6ed4ad7f7 .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;
}
#adc18a00c0adfff > .ele-wrap {background-color: rgba(140, 84, 245, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a07cba44c0ac18c > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1757378314665.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a1baaac79bad728 > .ele-wrap {background-color: rgba(140, 84, 245, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a7d8caf82da3c00 > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1757378314665.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a03d6ae4eca688a > .ele-wrap {background-color: rgba(140, 84, 245, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#ad513a5a7ea78cf > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1757378314665.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a0744a63c4adcb3 > .ele-wrap {background-color: rgba(140, 84, 245, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a51dda36e0aa959 > .ele-wrap {background-color: rgba(140, 84, 245, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#afd23a1745ac6d7 > .ele-wrap {background-color: rgba(140, 84, 245, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#ac0f2ace86a824a > .ele-wrap {background-color: rgba(140, 84, 245, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a8f8ca2198ab05f > .ele-wrap {background-color: rgba(140, 84, 245, 0.05);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 20px;border-bottom-right-radius: 20px;border-top-right-radius: 20px;border-bottom-left-radius: 20px;}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#aba93a6f3eabd08 .logged {
  display: none;
}
#aba93a6f3eabd08 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#aba93a6f3eabd08 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aba93a6f3eabd08 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#aba93a6f3eabd08 .quick-menus > li:last-child::after {
  content: '';
}
#aba93a6f3eabd08 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#aba93a6f3eabd08 .site-header {
  height: 72px;
}
#aba93a6f3eabd08 .uk-navbar-item,
#aba93a6f3eabd08 .uk-navbar-nav > li > a,
#aba93a6f3eabd08 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#aba93a6f3eabd08 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#aba93a6f3eabd08 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#aba93a6f3eabd08 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#aba93a6f3eabd08 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#aba93a6f3eabd08 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aba93a6f3eabd08 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#aba93a6f3eabd08 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#aba93a6f3eabd08 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#aba93a6f3eabd08 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#aba93a6f3eabd08 .site-pc-navbar {
  background: #fff;
}
#aba93a6f3eabd08 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#aba93a6f3eabd08 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#aba93a6f3eabd08 .logo {
  display: inline-block;
}
#aba93a6f3eabd08 .menu-list {
  justify-content: flex-start;
}
#aba93a6f3eabd08 .submenu-items {
  display: inline-block;
}
#aba93a6f3eabd08 .submenu-items .sub-menu-item:last-child svg,
#aba93a6f3eabd08 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a13fba6ed4ad7f7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a13fba6ed4ad7f7 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a13fba6ed4ad7f7 .ap-icon {
  margin-right: 6px;
}
#a13fba6ed4ad7f7 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a13fba6ed4ad7f7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#a13fba6ed4ad7f7 .menu-list > li:hover > a,
#a13fba6ed4ad7f7 .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: #6c2cff;
}
#a13fba6ed4ad7f7 .menu-list ul,
#a13fba6ed4ad7f7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a13fba6ed4ad7f7 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a13fba6ed4ad7f7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a13fba6ed4ad7f7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a13fba6ed4ad7f7 .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;
}
#a4e82a95cfaf570 > .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-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;border-top-color: rgba(144, 19, 254, 0.5);border-right-color: rgba(144, 19, 254, 0.5);border-left-color: rgba(144, 19, 254, 0.5);border-bottom-color: rgba(144, 19, 254, 0.5);}#aeceda846faf153 > .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-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;border-top-color: rgba(144, 19, 254, 0.5);border-right-color: rgba(144, 19, 254, 0.5);border-left-color: rgba(144, 19, 254, 0.5);border-bottom-color: rgba(144, 19, 254, 0.5);}#a364aa5edaa6be5 > .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-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;border-top-color: rgba(144, 19, 254, 0.5);border-right-color: rgba(144, 19, 254, 0.5);border-left-color: rgba(144, 19, 254, 0.5);border-bottom-color: rgba(144, 19, 254, 0.5);}#a3596a63f1a9965 > .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-right-radius: 20px;border-bottom-right-radius: 20px;border-bottom-left-radius: 20px;border-top-left-radius: 20px;border-top-color: rgba(144, 19, 254, 0.5);border-right-color: rgba(144, 19, 254, 0.5);border-left-color: rgba(144, 19, 254, 0.5);border-bottom-color: rgba(144, 19, 254, 0.5);}#aba5ea59c4a97a3 , #aba5ea59c4a97a3 a{color: rgba(144, 19, 254, 0.1);}#ad97eaaf96a6b66 , #ad97eaaf96a6b66 a{color: rgba(144, 19, 254, 0.1);}#a1f15af564a2d5c , #a1f15af564a2d5c a{color: rgba(144, 19, 254, 0.1);}#a10adab99ca3829 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a10adab99ca3829 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a1b8aafb2aad62c .logged {
  display: none;
}
#a1b8aafb2aad62c .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a1b8aafb2aad62c .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a1b8aafb2aad62c .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a1b8aafb2aad62c .quick-menus > li:last-child::after {
  content: '';
}
#a1b8aafb2aad62c .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a1b8aafb2aad62c .site-header {
  height: 72px;
}
#a1b8aafb2aad62c .uk-navbar-item,
#a1b8aafb2aad62c .uk-navbar-nav > li > a,
#a1b8aafb2aad62c .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a1b8aafb2aad62c .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a1b8aafb2aad62c .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a1b8aafb2aad62c .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a1b8aafb2aad62c .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a1b8aafb2aad62c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1b8aafb2aad62c .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a1b8aafb2aad62c .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a1b8aafb2aad62c .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a1b8aafb2aad62c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a1b8aafb2aad62c .site-pc-navbar {
  background: #fff;
}
#a1b8aafb2aad62c .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a1b8aafb2aad62c .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a1b8aafb2aad62c .logo {
  display: inline-block;
}
#a1b8aafb2aad62c .menu-list {
  justify-content: flex-start;
}
#a1b8aafb2aad62c .submenu-items {
  display: inline-block;
}
#a1b8aafb2aad62c .submenu-items .sub-menu-item:last-child svg,
#a1b8aafb2aad62c .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a870ea8cc1a2764 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad534a66b5aaed1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad534a66b5aaed1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad534a66b5aaed1 .ap-icon {
  margin-right: 6px;
}
#ad534a66b5aaed1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad534a66b5aaed1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#ad534a66b5aaed1 .menu-list > li:hover > a,
#ad534a66b5aaed1 .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: #44424a;
}
#ad534a66b5aaed1 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#ad534a66b5aaed1 .menu-list ul,
#ad534a66b5aaed1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad534a66b5aaed1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#ad534a66b5aaed1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad534a66b5aaed1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad534a66b5aaed1 .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;
}
#ac7dbae20ba1451 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: solid;color: #ffffff;background-image: url(/resources/upload/a757da204fa131b/1757378314169.png);background-size: 100% 100%;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#ac7dbae20ba1451 .ele-wrap:hover {background-color: #fff;background-image: url(/resources/upload/a757da204fa131b/1757378314665.png);}#a37e5a18e7aacfd .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a37e5a18e7aacfd .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a37e5a18e7aacfd .ap-icon {
  margin-right: 6px;
}
#a37e5a18e7aacfd .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a37e5a18e7aacfd .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #262626;
  line-height: 26px;
}
#a37e5a18e7aacfd .menu-list > li:hover > a,
#a37e5a18e7aacfd .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: #6c2cff;
}
#a37e5a18e7aacfd .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#a37e5a18e7aacfd .menu-list ul,
#a37e5a18e7aacfd .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a37e5a18e7aacfd .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a37e5a18e7aacfd .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a37e5a18e7aacfd .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a37e5a18e7aacfd .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;
}
#a3b0ea8791abaff > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(130, 108, 62, 0.5),
                rgba(22, 15, 56, 0.5));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-width: 1px;border-bottom-width: 1px;border-top-width: 1px;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);}#a88dbae470aeed6 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(130, 108, 62, 0.5),
                rgba(22, 15, 56, 0.5));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-width: 1px;border-bottom-width: 1px;border-top-width: 1px;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);}#a091eaa442aa57e , #a091eaa442aa57e a{color: rgba(161, 189, 255, 1);}#accaea931aa483e , #accaea931aa483e a{color: rgba(161, 189, 255, 1);}#acd87a4ea6ae66e , #acd87a4ea6ae66e a{color: rgba(161, 189, 255, 1);}#aedaaa9cc6afb5a , #aedaaa9cc6afb5a a{color: rgba(161, 189, 255, 1);}#a85b8a55daa6388 , #a85b8a55daa6388 a{color: rgba(161, 189, 255, 1);}#a01c3a43e0a8425 , #a01c3a43e0a8425 a{color: rgba(161, 189, 255, 1);}#a6451a96dda0d2b , #a6451a96dda0d2b a{color: rgba(161, 189, 255, 1);}#ad0bda3be4a0d85 , #ad0bda3be4a0d85 a{color: rgba(161, 189, 255, 1);}#ae1e0a83d0a0f0f , #ae1e0a83d0a0f0f a{color: rgba(161, 189, 255, 1);}#a992ba5a67ae449 , #a992ba5a67ae449 a{color: rgba(161, 189, 255, 1);}#aed4fa7ac5af008 , #aed4fa7ac5af008 a{color: rgba(161, 189, 255, 1);}#af7e8adaf2ad70e , #af7e8adaf2ad70e a{color: rgba(161, 189, 255, 1);}#a8477a85cfa1759 , #a8477a85cfa1759 a{color: rgba(161, 189, 255, 1);}#a6ceda7e40a6802 , #a6ceda7e40a6802 a{color: rgba(161, 189, 255, 1);}#ab869a0a4fa6bef , #ab869a0a4fa6bef a{color: rgba(161, 189, 255, 1);}#a1e5eaf494ac594 , #a1e5eaf494ac594 a{color: rgba(161, 189, 255, 1);}#a1430a34cfae69a , #a1430a34cfae69a a{color: rgba(161, 189, 255, 1);}#a5672ad91ea66a4 , #a5672ad91ea66a4 a{color: rgba(161, 189, 255, 1);}#a976ca9592afbee , #a976ca9592afbee a{color: rgba(161, 189, 255, 1);}#a4d86ae08da3191 .ele-wrap {border-width: 0px;border-style: solid;color: #ffffff;background-image: url(/resources/upload/a757da204fa131b/1757378314169.png);background-position: center center;background-size: 100% 100%;border-radius: 25px;font-size: 16px;justify-content: center;}#a4d86ae08da3191 .ele-wrap:hover {background-color: #fff;background-image: url(/resources/upload/a757da204fa131b/1757378314665.png);background-position: center center;}#a7f9da6b97a7b79 .ele-wrap {border-width: 0px;border-style: solid;color: #ffffff;background-image: url(/resources/upload/a757da204fa131b/1757378314169.png);background-position: center center;background-size: 100% 100%;border-radius: 25px;font-size: 16px;justify-content: center;}#a7f9da6b97a7b79 .ele-wrap:hover {background-color: #fff;background-image: url(/resources/upload/a757da204fa131b/1757378314665.png);background-position: center center;}#af841a804aae502 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#af841a804aae502 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#ad906a15fba1c83 > .ele-wrap {
                background-image: linear-gradient(270deg,
                rgba(240, 249, 255, 1),
                rgba(255, 247, 254, 1));
            border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;border-top-left-radius: 16px;border-right-color: rgba(109, 27, 255, 1);border-left-color: rgba(109, 27, 255, 1);border-bottom-color: rgba(109, 27, 255, 1);border-top-color: rgba(109, 27, 255, 1);}#a8964ac38aae62c > .ele-wrap {
                background-image: linear-gradient(270deg,
                rgba(240, 249, 255, 1),
                rgba(255, 247, 254, 1));
            border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: dashed;border-left-style: dashed;border-bottom-style: dashed;border-top-style: dashed;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;border-top-left-radius: 16px;border-right-color: rgba(109, 27, 255, 1);border-left-color: rgba(109, 27, 255, 1);border-bottom-color: rgba(109, 27, 255, 1);border-top-color: rgba(109, 27, 255, 1);}#a9e36a90ddaa226 .ele-wrap {border-width: 0px;border-style: solid;color: #ffffff;background-image: url(/resources/upload/a757da204fa131b/1757378314169.png);background-size: 100% 100%;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#a9e36a90ddaa226 .ele-wrap:hover {border-color: #ccc;background-color: #fff;background-image: url(/resources/upload/a757da204fa131b/1757378314665.png);}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a3d7ead18cad77d .logged {
  display: none;
}
#a3d7ead18cad77d .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a3d7ead18cad77d .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a3d7ead18cad77d .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a3d7ead18cad77d .quick-menus > li:last-child::after {
  content: '';
}
#a3d7ead18cad77d .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a3d7ead18cad77d .site-header {
  height: 72px;
}
#a3d7ead18cad77d .uk-navbar-item,
#a3d7ead18cad77d .uk-navbar-nav > li > a,
#a3d7ead18cad77d .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a3d7ead18cad77d .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a3d7ead18cad77d .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a3d7ead18cad77d .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a3d7ead18cad77d .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a3d7ead18cad77d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3d7ead18cad77d .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a3d7ead18cad77d .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a3d7ead18cad77d .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a3d7ead18cad77d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a3d7ead18cad77d .site-pc-navbar {
  background: #fff;
}
#a3d7ead18cad77d .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a3d7ead18cad77d .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a3d7ead18cad77d .logo {
  display: inline-block;
}
#a3d7ead18cad77d .menu-list {
  justify-content: flex-start;
}
#a3d7ead18cad77d .submenu-items {
  display: inline-block;
}
#a3d7ead18cad77d .submenu-items .sub-menu-item:last-child svg,
#a3d7ead18cad77d .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#aa969a4aa1af715 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa969a4aa1af715 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aa969a4aa1af715 .ap-icon {
  margin-right: 6px;
}
#aa969a4aa1af715 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aa969a4aa1af715 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#aa969a4aa1af715 .menu-list > li:hover > a,
#aa969a4aa1af715 .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: #6c2cff;
}
#aa969a4aa1af715 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#aa969a4aa1af715 .menu-list ul,
#aa969a4aa1af715 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa969a4aa1af715 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#aa969a4aa1af715 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa969a4aa1af715 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa969a4aa1af715 .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;
}
#a4b78a7f3ba50bc > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                rgba(234, 239, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;box-shadow: 0px 4px 8px 4px rgba(31, 35, 41, 0.06);}#a5f04a4a9fa19ef > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                rgba(234, 239, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;box-shadow: 0px 4px 8px 4px rgba(31, 35, 41, 0.06);}#a615aa9a5ea0d23 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                rgba(234, 239, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;box-shadow: 0px 4px 8px 4px rgba(31, 35, 41, 0.06);}#a716da8c9bad917 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(255, 255, 255, 1),
                rgba(234, 239, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;box-shadow: 0px 4px 8px 4px rgba(31, 35, 41, 0.06);}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a1b8aafb2aad62c .logged {
  display: none;
}
#a1b8aafb2aad62c .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a1b8aafb2aad62c .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a1b8aafb2aad62c .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a1b8aafb2aad62c .quick-menus > li:last-child::after {
  content: '';
}
#a1b8aafb2aad62c .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a1b8aafb2aad62c .site-header {
  height: 72px;
}
#a1b8aafb2aad62c .uk-navbar-item,
#a1b8aafb2aad62c .uk-navbar-nav > li > a,
#a1b8aafb2aad62c .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a1b8aafb2aad62c .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a1b8aafb2aad62c .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a1b8aafb2aad62c .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a1b8aafb2aad62c .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a1b8aafb2aad62c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1b8aafb2aad62c .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a1b8aafb2aad62c .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a1b8aafb2aad62c .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a1b8aafb2aad62c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a1b8aafb2aad62c .site-pc-navbar {
  background: #fff;
}
#a1b8aafb2aad62c .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a1b8aafb2aad62c .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a1b8aafb2aad62c .logo {
  display: inline-block;
}
#a1b8aafb2aad62c .menu-list {
  justify-content: flex-start;
}
#a1b8aafb2aad62c .submenu-items {
  display: inline-block;
}
#a1b8aafb2aad62c .submenu-items .sub-menu-item:last-child svg,
#a1b8aafb2aad62c .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a89dca9c80af872 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a89dca9c80af872 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a89dca9c80af872 .ap-icon {
  margin-right: 6px;
}
#a89dca9c80af872 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a89dca9c80af872 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#a89dca9c80af872 .menu-list > li:hover > a,
#a89dca9c80af872 .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: #6c2cff;
}
#a89dca9c80af872 .menu-list ul,
#a89dca9c80af872 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a89dca9c80af872 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a89dca9c80af872 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a89dca9c80af872 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a89dca9c80af872 .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;
}
#acf24a0635a07ef {
  overflow: hidden;
  pointer-events: none;
}
#acf24a0635a07ef > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#acf24a0635a07ef > .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;
}
#acf24a0635a07ef > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#acf24a0635a07ef > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#acf24a0635a07ef > .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;
}
#acf24a0635a07ef > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#acf24a0635a07ef > .tab-wrap > div > .tab-nav,
#acf24a0635a07ef > .tab-nav,
#acf24a0635a07ef > .tab-tabs > .tab-wrap > div > .tab-nav,
#acf24a0635a07ef > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#acf24a0635a07ef > .tab-wrap > div > .tab-nav-horizontal,
#acf24a0635a07ef > .tab-nav-horizontal,
#acf24a0635a07ef > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#acf24a0635a07ef > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#acf24a0635a07ef > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#acf24a0635a07ef > .tab-nav-horizontal::-webkit-scrollbar,
#acf24a0635a07ef > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#acf24a0635a07ef > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#acf24a0635a07ef > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#acf24a0635a07ef > .tab-nav-horizontal.tagScroll,
#acf24a0635a07ef > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#acf24a0635a07ef > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 40px;
  overflow-x: auto;
}
#acf24a0635a07ef > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#acf24a0635a07ef > .tab-nav-horizontal.tagScroll li a,
#acf24a0635a07ef > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#acf24a0635a07ef > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#acf24a0635a07ef > .tab-wrap > div > .tab-nav a,
#acf24a0635a07ef > .tab-nav a,
#acf24a0635a07ef > .tab-tabs > .tab-wrap > div > .tab-nav a,
#acf24a0635a07ef > .tab-tabs > .tab-nav a {
  padding: 0 16px;
}
#acf24a0635a07ef > .tab-wrap > div > .tab-nav li a,
#acf24a0635a07ef > .tab-nav li a,
#acf24a0635a07ef > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#acf24a0635a07ef > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 40px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: left;
  font-family: inherit;
  color: #09021c;
  margin-top: 10px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: 100px;
  padding: 0 16px;
}
#acf24a0635a07ef > .tab-wrap > div > .tab-nav li a svg,
#acf24a0635a07ef > .tab-nav li a svg,
#acf24a0635a07ef > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#acf24a0635a07ef > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#acf24a0635a07ef > .tab-wrap > div > .tab-nav li a .ap_icon,
#acf24a0635a07ef > .tab-nav li a .ap_icon,
#acf24a0635a07ef > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#acf24a0635a07ef > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#acf24a0635a07ef > .tab-wrap > div > .tab-nav li a:hover,
#acf24a0635a07ef > .tab-nav li a:hover,
#acf24a0635a07ef > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#acf24a0635a07ef > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #09021c;
}
#acf24a0635a07ef > .tab-wrap > div > .tab-nav li.uk-active a,
#acf24a0635a07ef > .tab-nav li.uk-active a,
#acf24a0635a07ef > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#acf24a0635a07ef > .tab-tabs > .tab-nav li.uk-active a {
  background-color: rgba(206, 194, 255, 0.5);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #09021c;
}
#acf24a0635a07ef .layout-left li,
#acf24a0635a07ef .layout-center li,
#acf24a0635a07ef .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#acf24a0635a07ef .layout-left li a,
#acf24a0635a07ef .layout-center li a,
#acf24a0635a07ef .layout-right li a {
  height: 100%;
}
#acf24a0635a07ef > .tab-tabs .layout-left {
  text-align: left;
}
#acf24a0635a07ef > .tab-tabs .layout-center {
  text-align: center;
}
#acf24a0635a07ef > .tab-tabs .layout-right {
  text-align: right;
}
#acf24a0635a07ef .tab-contents {
  height: 100%;
  height: calc(100% - 40px);
}
#acf24a0635a07ef .tab-content-wrap {
  background-color: #f9f5f5;
}
#acf24a0635a07ef .tab-contents,
#acf24a0635a07ef .tab-contents-wrap {
  pointer-events: none;
}
#acf24a0635a07ef .tab-content,
#acf24a0635a07ef .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#acf24a0635a07ef .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#acf24a0635a07ef .tab-wrap .tab-contents {
  height: 100%;
}
#acf24a0635a07ef .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#acf24a0635a07ef .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#acf24a0635a07ef .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a690ba9fccada73 {
  overflow: hidden;
  pointer-events: none;
}
#a690ba9fccada73 > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a690ba9fccada73 > .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;
}
#a690ba9fccada73 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a690ba9fccada73 > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a690ba9fccada73 > .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;
}
#a690ba9fccada73 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a690ba9fccada73 > .tab-wrap > div > .tab-nav,
#a690ba9fccada73 > .tab-nav,
#a690ba9fccada73 > .tab-tabs > .tab-wrap > div > .tab-nav,
#a690ba9fccada73 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a690ba9fccada73 > .tab-wrap > div > .tab-nav-horizontal,
#a690ba9fccada73 > .tab-nav-horizontal,
#a690ba9fccada73 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a690ba9fccada73 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a690ba9fccada73 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a690ba9fccada73 > .tab-nav-horizontal::-webkit-scrollbar,
#a690ba9fccada73 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a690ba9fccada73 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a690ba9fccada73 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a690ba9fccada73 > .tab-nav-horizontal.tagScroll,
#a690ba9fccada73 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a690ba9fccada73 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 40px;
  overflow-x: auto;
}
#a690ba9fccada73 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a690ba9fccada73 > .tab-nav-horizontal.tagScroll li a,
#a690ba9fccada73 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a690ba9fccada73 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a690ba9fccada73 > .tab-wrap > div > .tab-nav a,
#a690ba9fccada73 > .tab-nav a,
#a690ba9fccada73 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a690ba9fccada73 > .tab-tabs > .tab-nav a {
  padding: 0 16px;
}
#a690ba9fccada73 > .tab-wrap > div > .tab-nav li a,
#a690ba9fccada73 > .tab-nav li a,
#a690ba9fccada73 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a690ba9fccada73 > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 40px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: left;
  font-family: inherit;
  color: #09021c;
  margin-top: 10px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: 100px;
  padding: 0 16px;
}
#a690ba9fccada73 > .tab-wrap > div > .tab-nav li a svg,
#a690ba9fccada73 > .tab-nav li a svg,
#a690ba9fccada73 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a690ba9fccada73 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a690ba9fccada73 > .tab-wrap > div > .tab-nav li a .ap_icon,
#a690ba9fccada73 > .tab-nav li a .ap_icon,
#a690ba9fccada73 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a690ba9fccada73 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a690ba9fccada73 > .tab-wrap > div > .tab-nav li a:hover,
#a690ba9fccada73 > .tab-nav li a:hover,
#a690ba9fccada73 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a690ba9fccada73 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #09021c;
}
#a690ba9fccada73 > .tab-wrap > div > .tab-nav li.uk-active a,
#a690ba9fccada73 > .tab-nav li.uk-active a,
#a690ba9fccada73 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a690ba9fccada73 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: rgba(206, 194, 255, 0.5);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #09021c;
}
#a690ba9fccada73 .layout-left li,
#a690ba9fccada73 .layout-center li,
#a690ba9fccada73 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a690ba9fccada73 .layout-left li a,
#a690ba9fccada73 .layout-center li a,
#a690ba9fccada73 .layout-right li a {
  height: 100%;
}
#a690ba9fccada73 > .tab-tabs .layout-left {
  text-align: left;
}
#a690ba9fccada73 > .tab-tabs .layout-center {
  text-align: center;
}
#a690ba9fccada73 > .tab-tabs .layout-right {
  text-align: right;
}
#a690ba9fccada73 .tab-contents {
  height: 100%;
  height: calc(100% - 40px);
}
#a690ba9fccada73 .tab-content-wrap {
  background-color: #f9f5f5;
}
#a690ba9fccada73 .tab-contents,
#a690ba9fccada73 .tab-contents-wrap {
  pointer-events: none;
}
#a690ba9fccada73 .tab-content,
#a690ba9fccada73 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a690ba9fccada73 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a690ba9fccada73 .tab-wrap .tab-contents {
  height: 100%;
}
#a690ba9fccada73 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a690ba9fccada73 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a690ba9fccada73 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a8a92a2291a605f {
  overflow: hidden;
  pointer-events: none;
}
#a8a92a2291a605f > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a8a92a2291a605f > .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;
}
#a8a92a2291a605f > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8a92a2291a605f > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 40px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a8a92a2291a605f > .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;
}
#a8a92a2291a605f > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a8a92a2291a605f > .tab-wrap > div > .tab-nav,
#a8a92a2291a605f > .tab-nav,
#a8a92a2291a605f > .tab-tabs > .tab-wrap > div > .tab-nav,
#a8a92a2291a605f > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#a8a92a2291a605f > .tab-wrap > div > .tab-nav-horizontal,
#a8a92a2291a605f > .tab-nav-horizontal,
#a8a92a2291a605f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a8a92a2291a605f > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a8a92a2291a605f > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8a92a2291a605f > .tab-nav-horizontal::-webkit-scrollbar,
#a8a92a2291a605f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a8a92a2291a605f > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a8a92a2291a605f > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8a92a2291a605f > .tab-nav-horizontal.tagScroll,
#a8a92a2291a605f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a8a92a2291a605f > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 40px;
  overflow-x: auto;
}
#a8a92a2291a605f > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8a92a2291a605f > .tab-nav-horizontal.tagScroll li a,
#a8a92a2291a605f > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a8a92a2291a605f > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a8a92a2291a605f > .tab-wrap > div > .tab-nav a,
#a8a92a2291a605f > .tab-nav a,
#a8a92a2291a605f > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a8a92a2291a605f > .tab-tabs > .tab-nav a {
  padding: 0 16px;
}
#a8a92a2291a605f > .tab-wrap > div > .tab-nav li a,
#a8a92a2291a605f > .tab-nav li a,
#a8a92a2291a605f > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a8a92a2291a605f > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 40px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: left;
  font-family: inherit;
  color: #09021c;
  margin-top: 10px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: 100px;
  padding: 0 16px;
}
#a8a92a2291a605f > .tab-wrap > div > .tab-nav li a svg,
#a8a92a2291a605f > .tab-nav li a svg,
#a8a92a2291a605f > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a8a92a2291a605f > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a8a92a2291a605f > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8a92a2291a605f > .tab-nav li a .ap_icon,
#a8a92a2291a605f > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a8a92a2291a605f > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a8a92a2291a605f > .tab-wrap > div > .tab-nav li a:hover,
#a8a92a2291a605f > .tab-nav li a:hover,
#a8a92a2291a605f > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a8a92a2291a605f > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #09021c;
}
#a8a92a2291a605f > .tab-wrap > div > .tab-nav li.uk-active a,
#a8a92a2291a605f > .tab-nav li.uk-active a,
#a8a92a2291a605f > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a8a92a2291a605f > .tab-tabs > .tab-nav li.uk-active a {
  background-color: rgba(206, 194, 255, 0.5);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #09021c;
}
#a8a92a2291a605f .layout-left li,
#a8a92a2291a605f .layout-center li,
#a8a92a2291a605f .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a8a92a2291a605f .layout-left li a,
#a8a92a2291a605f .layout-center li a,
#a8a92a2291a605f .layout-right li a {
  height: 100%;
}
#a8a92a2291a605f > .tab-tabs .layout-left {
  text-align: left;
}
#a8a92a2291a605f > .tab-tabs .layout-center {
  text-align: center;
}
#a8a92a2291a605f > .tab-tabs .layout-right {
  text-align: right;
}
#a8a92a2291a605f .tab-contents {
  height: 100%;
  height: calc(100% - 40px);
}
#a8a92a2291a605f .tab-content-wrap {
  background-color: #f9f5f5;
}
#a8a92a2291a605f .tab-contents,
#a8a92a2291a605f .tab-contents-wrap {
  pointer-events: none;
}
#a8a92a2291a605f .tab-content,
#a8a92a2291a605f .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a8a92a2291a605f .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a8a92a2291a605f .tab-wrap .tab-contents {
  height: 100%;
}
#a8a92a2291a605f .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a8a92a2291a605f .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a8a92a2291a605f .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#acd01adf95a25e8 {
  overflow: hidden;
  pointer-events: none;
}
#acd01adf95a25e8 > .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;
}
#acd01adf95a25e8 > .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;
}
#acd01adf95a25e8 > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#acd01adf95a25e8 > .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;
}
#acd01adf95a25e8 > .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;
}
#acd01adf95a25e8 > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#acd01adf95a25e8 > .tab-wrap > div > .tab-nav,
#acd01adf95a25e8 > .tab-nav,
#acd01adf95a25e8 > .tab-tabs > .tab-wrap > div > .tab-nav,
#acd01adf95a25e8 > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
}
#acd01adf95a25e8 > .tab-wrap > div > .tab-nav-horizontal,
#acd01adf95a25e8 > .tab-nav-horizontal,
#acd01adf95a25e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#acd01adf95a25e8 > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#acd01adf95a25e8 > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#acd01adf95a25e8 > .tab-nav-horizontal::-webkit-scrollbar,
#acd01adf95a25e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#acd01adf95a25e8 > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#acd01adf95a25e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#acd01adf95a25e8 > .tab-nav-horizontal.tagScroll,
#acd01adf95a25e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#acd01adf95a25e8 > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 36px;
  overflow-x: auto;
}
#acd01adf95a25e8 > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#acd01adf95a25e8 > .tab-nav-horizontal.tagScroll li a,
#acd01adf95a25e8 > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#acd01adf95a25e8 > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#acd01adf95a25e8 > .tab-wrap > div > .tab-nav a,
#acd01adf95a25e8 > .tab-nav a,
#acd01adf95a25e8 > .tab-tabs > .tab-wrap > div > .tab-nav a,
#acd01adf95a25e8 > .tab-tabs > .tab-nav a {
  padding: 0 16px;
}
#acd01adf95a25e8 > .tab-wrap > div > .tab-nav li a,
#acd01adf95a25e8 > .tab-nav li a,
#acd01adf95a25e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#acd01adf95a25e8 > .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: normal;
  font-style: normal;
  font-size: 20px;
  text-align: left;
  font-family: inherit;
  color: #09021c;
  margin-top: 10px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: 50px;
  padding: 0 16px;
}
#acd01adf95a25e8 > .tab-wrap > div > .tab-nav li a svg,
#acd01adf95a25e8 > .tab-nav li a svg,
#acd01adf95a25e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#acd01adf95a25e8 > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#acd01adf95a25e8 > .tab-wrap > div > .tab-nav li a .ap_icon,
#acd01adf95a25e8 > .tab-nav li a .ap_icon,
#acd01adf95a25e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#acd01adf95a25e8 > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#acd01adf95a25e8 > .tab-wrap > div > .tab-nav li a:hover,
#acd01adf95a25e8 > .tab-nav li a:hover,
#acd01adf95a25e8 > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#acd01adf95a25e8 > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #09021c;
}
#acd01adf95a25e8 > .tab-wrap > div > .tab-nav li.uk-active a,
#acd01adf95a25e8 > .tab-nav li.uk-active a,
#acd01adf95a25e8 > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#acd01adf95a25e8 > .tab-tabs > .tab-nav li.uk-active a {
  background-color: rgba(206, 194, 255, 0.5);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #09021c;
}
#acd01adf95a25e8 .layout-left li,
#acd01adf95a25e8 .layout-center li,
#acd01adf95a25e8 .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#acd01adf95a25e8 .layout-left li a,
#acd01adf95a25e8 .layout-center li a,
#acd01adf95a25e8 .layout-right li a {
  height: 100%;
}
#acd01adf95a25e8 > .tab-tabs .layout-left {
  text-align: left;
}
#acd01adf95a25e8 > .tab-tabs .layout-center {
  text-align: center;
}
#acd01adf95a25e8 > .tab-tabs .layout-right {
  text-align: right;
}
#acd01adf95a25e8 .tab-contents {
  height: 100%;
  height: calc(100% - 36px);
}
#acd01adf95a25e8 .tab-content-wrap {
  background-color: #f9f5f5;
}
#acd01adf95a25e8 .tab-contents,
#acd01adf95a25e8 .tab-contents-wrap {
  pointer-events: none;
}
#acd01adf95a25e8 .tab-content,
#acd01adf95a25e8 .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#acd01adf95a25e8 .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#acd01adf95a25e8 .tab-wrap .tab-contents {
  height: 100%;
}
#acd01adf95a25e8 .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#acd01adf95a25e8 .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#acd01adf95a25e8 .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a14f2a9edba2e0a {
  overflow: hidden;
  pointer-events: none;
}
#a14f2a9edba2e0a > .tab-tabs .tab-nav-prev {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 54px;
  background: #fff;
  text-align: center;
  font-size: 0;
  left: 0;
}
#a14f2a9edba2e0a > .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;
}
#a14f2a9edba2e0a > .tab-tabs .tab-nav-prev::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a14f2a9edba2e0a > .tab-tabs .tab-nav-next {
  display: none;
  position: absolute;
  top: 0;
  width: 59px;
  height: 54px;
  background: #fff;
  text-align: center;
  font-size: 0;
  right: 0;
}
#a14f2a9edba2e0a > .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;
}
#a14f2a9edba2e0a > .tab-tabs .tab-nav-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#a14f2a9edba2e0a > .tab-wrap > div > .tab-nav,
#a14f2a9edba2e0a > .tab-nav,
#a14f2a9edba2e0a > .tab-tabs > .tab-wrap > div > .tab-nav,
#a14f2a9edba2e0a > .tab-tabs > .tab-nav {
  text-align: center;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204, 204, 204, 0.39);
  border-bottom-style: solid;
}
#a14f2a9edba2e0a > .tab-wrap > div > .tab-nav-horizontal,
#a14f2a9edba2e0a > .tab-nav-horizontal,
#a14f2a9edba2e0a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal,
#a14f2a9edba2e0a > .tab-tabs > .tab-nav-horizontal {
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
#a14f2a9edba2e0a > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a14f2a9edba2e0a > .tab-nav-horizontal::-webkit-scrollbar,
#a14f2a9edba2e0a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal::-webkit-scrollbar,
#a14f2a9edba2e0a > .tab-tabs > .tab-nav-horizontal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
#a14f2a9edba2e0a > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a14f2a9edba2e0a > .tab-nav-horizontal.tagScroll,
#a14f2a9edba2e0a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll,
#a14f2a9edba2e0a > .tab-tabs > .tab-nav-horizontal.tagScroll {
  white-space: nowrap;
  height: 54px;
  overflow-x: auto;
}
#a14f2a9edba2e0a > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a14f2a9edba2e0a > .tab-nav-horizontal.tagScroll li a,
#a14f2a9edba2e0a > .tab-tabs > .tab-wrap > div > .tab-nav-horizontal.tagScroll li a,
#a14f2a9edba2e0a > .tab-tabs > .tab-nav-horizontal.tagScroll li a {
  margin-top: 0;
}
#a14f2a9edba2e0a > .tab-wrap > div > .tab-nav a,
#a14f2a9edba2e0a > .tab-nav a,
#a14f2a9edba2e0a > .tab-tabs > .tab-wrap > div > .tab-nav a,
#a14f2a9edba2e0a > .tab-tabs > .tab-nav a {
  padding: 0 0px;
}
#a14f2a9edba2e0a > .tab-wrap > div > .tab-nav li a,
#a14f2a9edba2e0a > .tab-nav li a,
#a14f2a9edba2e0a > .tab-tabs > .tab-wrap > div > .tab-nav li a,
#a14f2a9edba2e0a > .tab-tabs > .tab-nav li a {
  display: block;
  text-align: center;
  line-height: 53px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border-right: 1px solid #16a085;
  height: 54px;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  font-family: inherit;
  color: #595959;
  border-right-style: none;
  margin-right: 30px;
  margin-left: 30px;
}
#a14f2a9edba2e0a > .tab-wrap > div > .tab-nav li a svg,
#a14f2a9edba2e0a > .tab-nav li a svg,
#a14f2a9edba2e0a > .tab-tabs > .tab-wrap > div > .tab-nav li a svg,
#a14f2a9edba2e0a > .tab-tabs > .tab-nav li a svg {
  fill: currentColor;
  height: 1em;
}
#a14f2a9edba2e0a > .tab-wrap > div > .tab-nav li a .ap_icon,
#a14f2a9edba2e0a > .tab-nav li a .ap_icon,
#a14f2a9edba2e0a > .tab-tabs > .tab-wrap > div > .tab-nav li a .ap_icon,
#a14f2a9edba2e0a > .tab-tabs > .tab-nav li a .ap_icon {
  height: 1em;
  margin-right: 4px;
  display: inline-block;
}
#a14f2a9edba2e0a > .tab-wrap > div > .tab-nav li a:hover,
#a14f2a9edba2e0a > .tab-nav li a:hover,
#a14f2a9edba2e0a > .tab-tabs > .tab-wrap > div > .tab-nav li a:hover,
#a14f2a9edba2e0a > .tab-tabs > .tab-nav li a:hover {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #262626;
  border-bottom-width: 2px;
  border-bottom-color: #633dff;
  border-bottom-style: solid;
}
#a14f2a9edba2e0a > .tab-wrap > div > .tab-nav li.uk-active a,
#a14f2a9edba2e0a > .tab-nav li.uk-active a,
#a14f2a9edba2e0a > .tab-tabs > .tab-wrap > div > .tab-nav li.uk-active a,
#a14f2a9edba2e0a > .tab-tabs > .tab-nav li.uk-active a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #262626;
  border-bottom-width: 2px;
  border-bottom-color: #633dff;
  border-bottom-style: solid;
}
#a14f2a9edba2e0a .layout-left li,
#a14f2a9edba2e0a .layout-center li,
#a14f2a9edba2e0a .layout-right li {
  display: inline-block;
  padding: 0;
  text-align: center;
  height: 100%;
}
#a14f2a9edba2e0a .layout-left li a,
#a14f2a9edba2e0a .layout-center li a,
#a14f2a9edba2e0a .layout-right li a {
  height: 100%;
}
#a14f2a9edba2e0a > .tab-tabs .layout-left {
  text-align: left;
}
#a14f2a9edba2e0a > .tab-tabs .layout-center {
  text-align: center;
}
#a14f2a9edba2e0a > .tab-tabs .layout-right {
  text-align: right;
}
#a14f2a9edba2e0a .tab-contents {
  height: 100%;
  height: calc(100% - 54px);
}
#a14f2a9edba2e0a .tab-content-wrap {
  background-color: transparent;
}
#a14f2a9edba2e0a .tab-contents,
#a14f2a9edba2e0a .tab-contents-wrap {
  pointer-events: none;
}
#a14f2a9edba2e0a .tab-content,
#a14f2a9edba2e0a .tab-content-wrap {
  height: 100%;
  width: 100%;
}
#a14f2a9edba2e0a .tab-wrap {
  height: 100%;
  pointer-events: none;
}
#a14f2a9edba2e0a .tab-wrap .tab-contents {
  height: 100%;
}
#a14f2a9edba2e0a .tab-wrap > div {
  height: 100%;
  overflow-y: auto;
}
#a14f2a9edba2e0a .tab-wrap.child-reverse > :first-child {
  order: 1;
}
#a14f2a9edba2e0a .tab-wrap.child-reverse > :last-child {
  order: -1;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#ab1faa24e0a1da9 .logged {
  display: none;
}
#ab1faa24e0a1da9 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab1faa24e0a1da9 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab1faa24e0a1da9 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab1faa24e0a1da9 .quick-menus > li:last-child::after {
  content: '';
}
#ab1faa24e0a1da9 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab1faa24e0a1da9 .site-header {
  height: 72px;
}
#ab1faa24e0a1da9 .uk-navbar-item,
#ab1faa24e0a1da9 .uk-navbar-nav > li > a,
#ab1faa24e0a1da9 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab1faa24e0a1da9 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#ab1faa24e0a1da9 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab1faa24e0a1da9 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab1faa24e0a1da9 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#ab1faa24e0a1da9 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab1faa24e0a1da9 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#ab1faa24e0a1da9 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab1faa24e0a1da9 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab1faa24e0a1da9 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#ab1faa24e0a1da9 .site-pc-navbar {
  background: #fff;
}
#ab1faa24e0a1da9 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#ab1faa24e0a1da9 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#ab1faa24e0a1da9 .logo {
  display: inline-block;
}
#ab1faa24e0a1da9 .menu-list {
  justify-content: flex-start;
}
#ab1faa24e0a1da9 .submenu-items {
  display: inline-block;
}
#ab1faa24e0a1da9 .submenu-items .sub-menu-item:last-child svg,
#ab1faa24e0a1da9 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a1da2afbeca1d96 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a1da2afbeca1d96 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a1da2afbeca1d96 .ap-icon {
  margin-right: 6px;
}
#a1da2afbeca1d96 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a1da2afbeca1d96 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#a1da2afbeca1d96 .menu-list > li:hover > a,
#a1da2afbeca1d96 .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: #6c2cff;
}
#a1da2afbeca1d96 .menu-list ul,
#a1da2afbeca1d96 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1da2afbeca1d96 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a1da2afbeca1d96 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1da2afbeca1d96 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1da2afbeca1d96 .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;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#aaf3ba4197a642e .logged {
  display: none;
}
#aaf3ba4197a642e .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#aaf3ba4197a642e .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aaf3ba4197a642e .quick-menus > li:after {
  content: '|';
  color: #888;
}
#aaf3ba4197a642e .quick-menus > li:last-child::after {
  content: '';
}
#aaf3ba4197a642e .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#aaf3ba4197a642e .site-header {
  height: 72px;
}
#aaf3ba4197a642e .uk-navbar-item,
#aaf3ba4197a642e .uk-navbar-nav > li > a,
#aaf3ba4197a642e .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#aaf3ba4197a642e .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#aaf3ba4197a642e .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#aaf3ba4197a642e .uk-navbar-center {
  display: inline-block;
  position: static;
}
#aaf3ba4197a642e .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#aaf3ba4197a642e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aaf3ba4197a642e .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#aaf3ba4197a642e .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#aaf3ba4197a642e .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#aaf3ba4197a642e .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#aaf3ba4197a642e .site-pc-navbar {
  background: #fff;
}
#aaf3ba4197a642e .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#aaf3ba4197a642e .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#aaf3ba4197a642e .logo {
  display: inline-block;
}
#aaf3ba4197a642e .menu-list {
  justify-content: flex-start;
}
#aaf3ba4197a642e .submenu-items {
  display: inline-block;
}
#aaf3ba4197a642e .submenu-items .sub-menu-item:last-child svg,
#aaf3ba4197a642e .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad534a66b5aaed1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad534a66b5aaed1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad534a66b5aaed1 .ap-icon {
  margin-right: 6px;
}
#ad534a66b5aaed1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad534a66b5aaed1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#ad534a66b5aaed1 .menu-list > li:hover > a,
#ad534a66b5aaed1 .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: #44424a;
}
#ad534a66b5aaed1 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#ad534a66b5aaed1 .menu-list ul,
#ad534a66b5aaed1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad534a66b5aaed1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#ad534a66b5aaed1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad534a66b5aaed1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad534a66b5aaed1 .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;
}
#a57daa0276afce8 > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(123, 197, 255, 1),
                rgba(226, 168, 239, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#a4b14adeacae8fa > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9c36a15b1ad594 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab123a111ba3f2f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a872ca63d5a6a84 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5e9daeeabae8f6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5e68a39a2ad221 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7770a0a03a1bc6 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a858eabec4ac287 > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1753254104336.png);background-size: cover;border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.14);}#acf90a7c3da54a6 > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1753254104336.png);background-size: cover;border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.14);}#a8360afd1cae2c8 > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1753254104336.png);background-size: cover;border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 2px;border-top-right-radius: 2px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.14);}#a7396affbbab21c > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa96ca46f7a3a43 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a64c9aad85a6d52 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa908a53aba2e17 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae35ca3fa8a4ec2 > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a51c8aeca5a35ef > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aff8cad53aa5bdf > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a381ea7925adad8 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a932faa305a3da5 > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a953da7e12a353d > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a6f83a1d5da6530 .logged {
  display: none;
}
#a6f83a1d5da6530 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a6f83a1d5da6530 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6f83a1d5da6530 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a6f83a1d5da6530 .quick-menus > li:last-child::after {
  content: '';
}
#a6f83a1d5da6530 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a6f83a1d5da6530 .site-header {
  height: 72px;
}
#a6f83a1d5da6530 .uk-navbar-item,
#a6f83a1d5da6530 .uk-navbar-nav > li > a,
#a6f83a1d5da6530 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a6f83a1d5da6530 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a6f83a1d5da6530 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a6f83a1d5da6530 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a6f83a1d5da6530 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a6f83a1d5da6530 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6f83a1d5da6530 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a6f83a1d5da6530 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a6f83a1d5da6530 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a6f83a1d5da6530 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a6f83a1d5da6530 .site-pc-navbar {
  background: #fff;
}
#a6f83a1d5da6530 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a6f83a1d5da6530 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a6f83a1d5da6530 .logo {
  display: inline-block;
}
#a6f83a1d5da6530 .menu-list {
  justify-content: flex-start;
}
#a6f83a1d5da6530 .submenu-items {
  display: inline-block;
}
#a6f83a1d5da6530 .submenu-items .sub-menu-item:last-child svg,
#a6f83a1d5da6530 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a372da8247aa2ed .logged {
  display: none;
}
#a372da8247aa2ed .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a372da8247aa2ed .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a372da8247aa2ed .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a372da8247aa2ed .quick-menus > li:last-child::after {
  content: '';
}
#a372da8247aa2ed .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a372da8247aa2ed .site-header {
  height: 72px;
}
#a372da8247aa2ed .uk-navbar-item,
#a372da8247aa2ed .uk-navbar-nav > li > a,
#a372da8247aa2ed .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a372da8247aa2ed .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a372da8247aa2ed .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a372da8247aa2ed .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a372da8247aa2ed .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a372da8247aa2ed .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a372da8247aa2ed .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a372da8247aa2ed .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a372da8247aa2ed .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a372da8247aa2ed .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a372da8247aa2ed .site-pc-navbar {
  background: #fff;
}
#a372da8247aa2ed .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a372da8247aa2ed .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a372da8247aa2ed .logo {
  display: inline-block;
}
#a372da8247aa2ed .menu-list {
  justify-content: flex-start;
}
#a372da8247aa2ed .submenu-items {
  display: inline-block;
}
#a372da8247aa2ed .submenu-items .sub-menu-item:last-child svg,
#a372da8247aa2ed .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad534a66b5aaed1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad534a66b5aaed1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad534a66b5aaed1 .ap-icon {
  margin-right: 6px;
}
#ad534a66b5aaed1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad534a66b5aaed1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#ad534a66b5aaed1 .menu-list > li:hover > a,
#ad534a66b5aaed1 .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: #44424a;
}
#ad534a66b5aaed1 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#ad534a66b5aaed1 .menu-list ul,
#ad534a66b5aaed1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad534a66b5aaed1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#ad534a66b5aaed1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad534a66b5aaed1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad534a66b5aaed1 .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;
}
#a114ea63c6a7d9d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ac064ace70a50a7 > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1743054111119.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#afed4a9203a9798 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae01dac28da7beb > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1743054111350.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a10c1a6592a564b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2e88ae24aa4385 > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1743054113980.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#abd60a64d8a3c06 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae952a1dd8a820d > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1743054113740.png);background-position: center center;background-size: contain;background-repeat: no-repeat;border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-left-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a3a3faf663a6fb0 .logged {
  display: none;
}
#a3a3faf663a6fb0 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a3a3faf663a6fb0 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a3a3faf663a6fb0 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a3a3faf663a6fb0 .quick-menus > li:last-child::after {
  content: '';
}
#a3a3faf663a6fb0 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a3a3faf663a6fb0 .site-header {
  height: 72px;
}
#a3a3faf663a6fb0 .uk-navbar-item,
#a3a3faf663a6fb0 .uk-navbar-nav > li > a,
#a3a3faf663a6fb0 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a3a3faf663a6fb0 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a3a3faf663a6fb0 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a3a3faf663a6fb0 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a3a3faf663a6fb0 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a3a3faf663a6fb0 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a3a3faf663a6fb0 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a3a3faf663a6fb0 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a3a3faf663a6fb0 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a3a3faf663a6fb0 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a3a3faf663a6fb0 .site-pc-navbar {
  background: #fff;
}
#a3a3faf663a6fb0 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a3a3faf663a6fb0 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a3a3faf663a6fb0 .logo {
  display: inline-block;
}
#a3a3faf663a6fb0 .menu-list {
  justify-content: flex-start;
}
#a3a3faf663a6fb0 .submenu-items {
  display: inline-block;
}
#a3a3faf663a6fb0 .submenu-items .sub-menu-item:last-child svg,
#a3a3faf663a6fb0 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#aea53a4df2ac6a9 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad534a66b5aaed1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad534a66b5aaed1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad534a66b5aaed1 .ap-icon {
  margin-right: 6px;
}
#ad534a66b5aaed1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad534a66b5aaed1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#ad534a66b5aaed1 .menu-list > li:hover > a,
#ad534a66b5aaed1 .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: #44424a;
}
#ad534a66b5aaed1 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#ad534a66b5aaed1 .menu-list ul,
#ad534a66b5aaed1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad534a66b5aaed1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#ad534a66b5aaed1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad534a66b5aaed1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad534a66b5aaed1 .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;
}
#aef67ac0a1ae132 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aef67ac0a1ae132 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aef67ac0a1ae132 .ap-icon {
  margin-right: 6px;
}
#aef67ac0a1ae132 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aef67ac0a1ae132 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#aef67ac0a1ae132 .menu-list > li:hover > a,
#aef67ac0a1ae132 .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: #6c2cff;
}
#aef67ac0a1ae132 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
  background-color: rgba(0, 0, 0, 0);
}
#aef67ac0a1ae132 .menu-list ul,
#aef67ac0a1ae132 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aef67ac0a1ae132 .menu-list ul {
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
}
#aef67ac0a1ae132 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aef67ac0a1ae132 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aef67ac0a1ae132 .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;
}
#aeac2adb87a7f30 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: none;color: #ffffff;background-image: url(/resources/upload/a757da204fa131b/1757378314169.png);background-size: 100% 100%;border-radius: 8px;font-size: 16px;justify-content: center;}#aeac2adb87a7f30 .ele-wrap:hover {background-color: #fff;background-image: url(/resources/upload/a757da204fa131b/1757378314665.png);}#ae9cdadcf3ab59e .img-wrap {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: 0px 0px 12px 6px rgba(31, 35, 41, 0.1);
}
#a12c4a799aa915a .img-wrap {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: 0px 0px 12px 6px rgba(31, 35, 41, 0.1);
}
#a93faa9ef4a2eb0 .img-wrap {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: 0px 0px 12px 6px rgba(31, 35, 41, 0.1);
}
#af64ea2cfba04d5 .img-wrap {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: 0px 0px 12px 6px rgba(31, 35, 41, 0.1);
}
#a56c4ae573a74d4 .img-wrap {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: 0px 0px 12px 6px rgba(31, 35, 41, 0.2);
}
#ab6ddab110aadaf .img-wrap {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: 0px 0px 12px 6px rgba(31, 35, 41, 0.2);
}
#aac51ad23ea7600 .img-wrap {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: 0px 0px 12px 6px rgba(31, 35, 41, 0.2);
}
#ab625ae69ca238e .img-wrap {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: 0px 0px 12px 6px rgba(31, 35, 41, 0.2);
}
#aeadda5f48ae8b4 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: none;color: #ffffff;background-image: url(/resources/upload/a757da204fa131b/1757378314169.png);background-size: 100% 100%;border-radius: 8px;font-size: 16px;justify-content: center;}#aeadda5f48ae8b4 .ele-wrap:hover {background-color: #fff;background-image: url(/resources/upload/a757da204fa131b/1757378314665.png);}#a6ba4a79cea5be0 .img-wrap {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: 0px 0px 12px 6px rgba(31, 35, 41, 0.2);
}
#ab44fa668ea484e .img-wrap {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: 0px 0px 12px 6px rgba(31, 35, 41, 0.2);
}
#a4629aada9aec39 .img-wrap {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: 0px 0px 12px 6px rgba(31, 35, 41, 0.2);
}
#a3daaacb48a2501 .img-wrap {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  box-shadow: 0px 0px 12px 6px rgba(31, 35, 41, 0.2);
}
#a2506a2756a68a7 .ele-wrap {border-color: #ccc;border-width: 0px;border-style: none;color: #ffffff;background-image: url(/resources/upload/a757da204fa131b/1757378314169.png);background-size: cover;border-radius: 8px;font-size: 16px;justify-content: center;}#a2506a2756a68a7 .ele-wrap:hover {background-color: #fff;background-image: url(/resources/upload/a757da204fa131b/1757378314665.png);}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#afb75a9612ad6fe .logged {
  display: none;
}
#afb75a9612ad6fe .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#afb75a9612ad6fe .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#afb75a9612ad6fe .quick-menus > li:after {
  content: '|';
  color: #888;
}
#afb75a9612ad6fe .quick-menus > li:last-child::after {
  content: '';
}
#afb75a9612ad6fe .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#afb75a9612ad6fe .site-header {
  height: 72px;
}
#afb75a9612ad6fe .uk-navbar-item,
#afb75a9612ad6fe .uk-navbar-nav > li > a,
#afb75a9612ad6fe .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#afb75a9612ad6fe .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#afb75a9612ad6fe .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#afb75a9612ad6fe .uk-navbar-center {
  display: inline-block;
  position: static;
}
#afb75a9612ad6fe .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#afb75a9612ad6fe .ap-search-form {
  display: inline-block;
  width: 100%;
}
#afb75a9612ad6fe .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#afb75a9612ad6fe .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#afb75a9612ad6fe .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#afb75a9612ad6fe .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#afb75a9612ad6fe .site-pc-navbar {
  background: #fff;
}
#afb75a9612ad6fe .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#afb75a9612ad6fe .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#afb75a9612ad6fe .logo {
  display: inline-block;
}
#afb75a9612ad6fe .menu-list {
  justify-content: flex-start;
}
#afb75a9612ad6fe .submenu-items {
  display: inline-block;
}
#afb75a9612ad6fe .submenu-items .sub-menu-item:last-child svg,
#afb75a9612ad6fe .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#aa969a4aa1af715 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa969a4aa1af715 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aa969a4aa1af715 .ap-icon {
  margin-right: 6px;
}
#aa969a4aa1af715 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aa969a4aa1af715 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#aa969a4aa1af715 .menu-list > li:hover > a,
#aa969a4aa1af715 .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: #6c2cff;
}
#aa969a4aa1af715 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#aa969a4aa1af715 .menu-list ul,
#aa969a4aa1af715 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa969a4aa1af715 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#aa969a4aa1af715 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa969a4aa1af715 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa969a4aa1af715 .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;
}
#aa9eba3075ae787 .img-wrap {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
#a3c5fa148ca17f6 .img-wrap {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
#a89cfa02f2ab037 .img-wrap {
  border-left-width: 16px;
  border-right-width: 16px;
  border-bottom-width: 16px;
  border-top-width: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
#a34f8ad344a47da .img-wrap {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
#a3e21a0993a7268 .img-wrap {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
#a6d98a964eaecab .img-wrap {
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a8925a1c36a877d .logged {
  display: none;
}
#a8925a1c36a877d .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a8925a1c36a877d .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a8925a1c36a877d .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a8925a1c36a877d .quick-menus > li:last-child::after {
  content: '';
}
#a8925a1c36a877d .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a8925a1c36a877d .site-header {
  height: 72px;
}
#a8925a1c36a877d .uk-navbar-item,
#a8925a1c36a877d .uk-navbar-nav > li > a,
#a8925a1c36a877d .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a8925a1c36a877d .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a8925a1c36a877d .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a8925a1c36a877d .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a8925a1c36a877d .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a8925a1c36a877d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a8925a1c36a877d .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a8925a1c36a877d .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a8925a1c36a877d .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a8925a1c36a877d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a8925a1c36a877d .site-pc-navbar {
  background: #fff;
}
#a8925a1c36a877d .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a8925a1c36a877d .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a8925a1c36a877d .logo {
  display: inline-block;
}
#a8925a1c36a877d .menu-list {
  justify-content: flex-start;
}
#a8925a1c36a877d .submenu-items {
  display: inline-block;
}
#a8925a1c36a877d .submenu-items .sub-menu-item:last-child svg,
#a8925a1c36a877d .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a89dca9c80af872 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a89dca9c80af872 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a89dca9c80af872 .ap-icon {
  margin-right: 6px;
}
#a89dca9c80af872 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a89dca9c80af872 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#a89dca9c80af872 .menu-list > li:hover > a,
#a89dca9c80af872 .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: #6c2cff;
}
#a89dca9c80af872 .menu-list ul,
#a89dca9c80af872 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a89dca9c80af872 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a89dca9c80af872 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a89dca9c80af872 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a89dca9c80af872 .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;
}
#a2cc0ac174a938c .ad6c6a469da38c1 > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1753349752666.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#a2cc0ac174a938c .ad6c6a469da38c1  > .ele-wrap:hover {background-image: url(/resources/upload/a757da204fa131b/1753348842869.png);}#a2cc0ac174a938c .af24fac355a898b a, #a2cc0ac174a938c .af24fac355a898b {
        font-weight: bold;
        font-style: normal;
    font-size: 24px;text-align: center;font-family: inherit;color: rgba(10, 1, 30, 1);line-height: 24px;}#a2cc0ac174a938c .a882ea46f4a7aab {
  overflow: hidden;
}
#a2cc0ac174a938c .a882ea46f4a7aab , #a2cc0ac174a938c .a882ea46f4a7aab > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(10, 1, 30, 1);line-height: 24px;}#a2cc0ac174a938c .a211aa3be2a93a0 {
  overflow: hidden;
}
#a2cc0ac174a938c .a211aa3be2a93a0 , #a2cc0ac174a938c .a211aa3be2a93a0 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 20px;text-align: center;font-family: inherit;color: rgba(0, 0, 0, 1);line-height: 24px;}#a2cc0ac174a938c .a5fd4a36bba5a0f {
  overflow: hidden;
}
#a2cc0ac174a938c .a5fd4a36bba5a0f , #a2cc0ac174a938c .a5fd4a36bba5a0f > * {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;text-align: center;font-family: inherit;line-height: 14px;}#a2cc0ac174a938c .uk-grid {
  margin-left: -24px;
}
#a2cc0ac174a938c .uk-grid > * {
  padding-left: 24px;
}
#a2cc0ac174a938c .uk-grid > .uk-grid-margin {
  margin-top: 14px;
}
#a2cc0ac174a938c .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a2cc0ac174a938c .uk-position-center-left-out {
    left: -30px;
  }
  #a2cc0ac174a938c .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a8640ab6caa3760 .logged {
  display: none;
}
#a8640ab6caa3760 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a8640ab6caa3760 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a8640ab6caa3760 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a8640ab6caa3760 .quick-menus > li:last-child::after {
  content: '';
}
#a8640ab6caa3760 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a8640ab6caa3760 .site-header {
  height: 72px;
}
#a8640ab6caa3760 .uk-navbar-item,
#a8640ab6caa3760 .uk-navbar-nav > li > a,
#a8640ab6caa3760 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a8640ab6caa3760 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a8640ab6caa3760 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a8640ab6caa3760 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a8640ab6caa3760 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a8640ab6caa3760 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a8640ab6caa3760 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a8640ab6caa3760 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a8640ab6caa3760 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a8640ab6caa3760 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a8640ab6caa3760 .site-pc-navbar {
  background: #fff;
}
#a8640ab6caa3760 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a8640ab6caa3760 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a8640ab6caa3760 .logo {
  display: inline-block;
}
#a8640ab6caa3760 .menu-list {
  justify-content: flex-start;
}
#a8640ab6caa3760 .submenu-items {
  display: inline-block;
}
#a8640ab6caa3760 .submenu-items .sub-menu-item:last-child svg,
#a8640ab6caa3760 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a1da2afbeca1d96 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a1da2afbeca1d96 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a1da2afbeca1d96 .ap-icon {
  margin-right: 6px;
}
#a1da2afbeca1d96 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a1da2afbeca1d96 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#a1da2afbeca1d96 .menu-list > li:hover > a,
#a1da2afbeca1d96 .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: #6c2cff;
}
#a1da2afbeca1d96 .menu-list ul,
#a1da2afbeca1d96 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1da2afbeca1d96 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a1da2afbeca1d96 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1da2afbeca1d96 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1da2afbeca1d96 .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;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a386ea0403a1b8b .logged {
  display: none;
}
#a386ea0403a1b8b .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a386ea0403a1b8b .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a386ea0403a1b8b .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a386ea0403a1b8b .quick-menus > li:last-child::after {
  content: '';
}
#a386ea0403a1b8b .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a386ea0403a1b8b .site-header {
  height: 72px;
}
#a386ea0403a1b8b .uk-navbar-item,
#a386ea0403a1b8b .uk-navbar-nav > li > a,
#a386ea0403a1b8b .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a386ea0403a1b8b .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a386ea0403a1b8b .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a386ea0403a1b8b .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a386ea0403a1b8b .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a386ea0403a1b8b .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a386ea0403a1b8b .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a386ea0403a1b8b .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a386ea0403a1b8b .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a386ea0403a1b8b .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a386ea0403a1b8b .site-pc-navbar {
  background: #fff;
}
#a386ea0403a1b8b .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a386ea0403a1b8b .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a386ea0403a1b8b .logo {
  display: inline-block;
}
#a386ea0403a1b8b .menu-list {
  justify-content: flex-start;
}
#a386ea0403a1b8b .submenu-items {
  display: inline-block;
}
#a386ea0403a1b8b .submenu-items .sub-menu-item:last-child svg,
#a386ea0403a1b8b .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad534a66b5aaed1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad534a66b5aaed1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad534a66b5aaed1 .ap-icon {
  margin-right: 6px;
}
#ad534a66b5aaed1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad534a66b5aaed1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#ad534a66b5aaed1 .menu-list > li:hover > a,
#ad534a66b5aaed1 .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: #44424a;
}
#ad534a66b5aaed1 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#ad534a66b5aaed1 .menu-list ul,
#ad534a66b5aaed1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad534a66b5aaed1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#ad534a66b5aaed1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad534a66b5aaed1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad534a66b5aaed1 .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;
}
#aa098a181ca1e89 > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(123, 197, 255, 1),
                rgba(226, 168, 239, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#a94caa4325a320d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6110a45e2a5dac > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8c89afe28a0a20 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac3c6ab4b7ad1dd > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aca8da14e9a012a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a15a9a3411a4231 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0e6aa51e5a06db > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acf1fa1687a8103 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1f87a9b2aa7c59 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0aefab95ea83c8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad394a835aa2ab8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a33e2ad49aae667 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa3e0a82e5afe77 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abc54a08cda4687 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1a6aa0aa9abacd > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a92aaa1333a8141 .logged {
  display: none;
}
#a92aaa1333a8141 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a92aaa1333a8141 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a92aaa1333a8141 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a92aaa1333a8141 .quick-menus > li:last-child::after {
  content: '';
}
#a92aaa1333a8141 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a92aaa1333a8141 .site-header {
  height: 72px;
}
#a92aaa1333a8141 .uk-navbar-item,
#a92aaa1333a8141 .uk-navbar-nav > li > a,
#a92aaa1333a8141 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a92aaa1333a8141 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a92aaa1333a8141 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a92aaa1333a8141 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a92aaa1333a8141 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a92aaa1333a8141 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a92aaa1333a8141 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a92aaa1333a8141 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a92aaa1333a8141 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a92aaa1333a8141 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a92aaa1333a8141 .site-pc-navbar {
  background: #fff;
}
#a92aaa1333a8141 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a92aaa1333a8141 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a92aaa1333a8141 .logo {
  display: inline-block;
}
#a92aaa1333a8141 .menu-list {
  justify-content: flex-start;
}
#a92aaa1333a8141 .submenu-items {
  display: inline-block;
}
#a92aaa1333a8141 .submenu-items .sub-menu-item:last-child svg,
#a92aaa1333a8141 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad534a66b5aaed1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad534a66b5aaed1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad534a66b5aaed1 .ap-icon {
  margin-right: 6px;
}
#ad534a66b5aaed1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad534a66b5aaed1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#ad534a66b5aaed1 .menu-list > li:hover > a,
#ad534a66b5aaed1 .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: #44424a;
}
#ad534a66b5aaed1 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#ad534a66b5aaed1 .menu-list ul,
#ad534a66b5aaed1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad534a66b5aaed1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#ad534a66b5aaed1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad534a66b5aaed1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad534a66b5aaed1 .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;
}
#a46d4a0f30ae405 > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1743057455766.png);background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a560ea06dfad574 > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1743057441699.png);background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3f4fac4e8a3a0a > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1743057456601.png);background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a937fad505a7b90 > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1742568250597.png);background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6f6fae31fafbcd > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1743057443568.png);background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8000a3874a31f1 > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1743057442576.png);background-position: center center;background-size: 100% 100%;background-repeat: no-repeat;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a49cda4dbfaca8a .logged {
  display: none;
}
#a49cda4dbfaca8a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a49cda4dbfaca8a .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a49cda4dbfaca8a .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a49cda4dbfaca8a .quick-menus > li:last-child::after {
  content: '';
}
#a49cda4dbfaca8a .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a49cda4dbfaca8a .site-header {
  height: 72px;
}
#a49cda4dbfaca8a .uk-navbar-item,
#a49cda4dbfaca8a .uk-navbar-nav > li > a,
#a49cda4dbfaca8a .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a49cda4dbfaca8a .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a49cda4dbfaca8a .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a49cda4dbfaca8a .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a49cda4dbfaca8a .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a49cda4dbfaca8a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a49cda4dbfaca8a .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a49cda4dbfaca8a .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a49cda4dbfaca8a .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a49cda4dbfaca8a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a49cda4dbfaca8a .site-pc-navbar {
  background: #fff;
}
#a49cda4dbfaca8a .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a49cda4dbfaca8a .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a49cda4dbfaca8a .logo {
  display: inline-block;
}
#a49cda4dbfaca8a .menu-list {
  justify-content: flex-start;
}
#a49cda4dbfaca8a .submenu-items {
  display: inline-block;
}
#a49cda4dbfaca8a .submenu-items .sub-menu-item:last-child svg,
#a49cda4dbfaca8a .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a89dca9c80af872 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a89dca9c80af872 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a89dca9c80af872 .ap-icon {
  margin-right: 6px;
}
#a89dca9c80af872 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a89dca9c80af872 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#a89dca9c80af872 .menu-list > li:hover > a,
#a89dca9c80af872 .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: #6c2cff;
}
#a89dca9c80af872 .menu-list ul,
#a89dca9c80af872 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a89dca9c80af872 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a89dca9c80af872 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a89dca9c80af872 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a89dca9c80af872 .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;
}
#abf2eadd6cad1f0 .ad4b2a2fecaf8a7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#abf2eadd6cad1f0 .af621a38c1aef8d .img-wrap {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
#abf2eadd6cad1f0 .a8982acbfda7c5d  {
        font-weight: normal;
        font-style: normal;
    font-size: 14px;font-family: inherit;color: rgba(89, 89, 89, 1);line-height: 20px;}#abf2eadd6cad1f0 .a74bfa7930a2d3c {
  overflow: hidden;
}
#abf2eadd6cad1f0 .a74bfa7930a2d3c , #abf2eadd6cad1f0 .a74bfa7930a2d3c > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(0, 0, 0, 1);line-height: 24px;}#abf2eadd6cad1f0 .uk-grid {
  margin-left: -24px;
}
#abf2eadd6cad1f0 .uk-grid > * {
  padding-left: 24px;
}
#abf2eadd6cad1f0 .uk-grid > .uk-grid-margin {
  margin-top: 24px;
}
#abf2eadd6cad1f0 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #abf2eadd6cad1f0 .uk-position-center-left-out {
    left: -30px;
  }
  #abf2eadd6cad1f0 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a666eac798af15e .logged {
  display: none;
}
#a666eac798af15e .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a666eac798af15e .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a666eac798af15e .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a666eac798af15e .quick-menus > li:last-child::after {
  content: '';
}
#a666eac798af15e .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a666eac798af15e .site-header {
  height: 72px;
}
#a666eac798af15e .uk-navbar-item,
#a666eac798af15e .uk-navbar-nav > li > a,
#a666eac798af15e .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a666eac798af15e .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a666eac798af15e .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a666eac798af15e .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a666eac798af15e .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a666eac798af15e .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a666eac798af15e .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a666eac798af15e .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a666eac798af15e .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a666eac798af15e .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a666eac798af15e .site-pc-navbar {
  background: #fff;
}
#a666eac798af15e .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a666eac798af15e .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a666eac798af15e .logo {
  display: inline-block;
}
#a666eac798af15e .menu-list {
  justify-content: flex-start;
}
#a666eac798af15e .submenu-items {
  display: inline-block;
}
#a666eac798af15e .submenu-items .sub-menu-item:last-child svg,
#a666eac798af15e .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a1da2afbeca1d96 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a1da2afbeca1d96 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a1da2afbeca1d96 .ap-icon {
  margin-right: 6px;
}
#a1da2afbeca1d96 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a1da2afbeca1d96 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#a1da2afbeca1d96 .menu-list > li:hover > a,
#a1da2afbeca1d96 .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: #6c2cff;
}
#a1da2afbeca1d96 .menu-list ul,
#a1da2afbeca1d96 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1da2afbeca1d96 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a1da2afbeca1d96 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1da2afbeca1d96 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1da2afbeca1d96 .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;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a8dcaafdbba1433 .logged {
  display: none;
}
#a8dcaafdbba1433 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a8dcaafdbba1433 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a8dcaafdbba1433 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a8dcaafdbba1433 .quick-menus > li:last-child::after {
  content: '';
}
#a8dcaafdbba1433 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a8dcaafdbba1433 .site-header {
  height: 72px;
}
#a8dcaafdbba1433 .uk-navbar-item,
#a8dcaafdbba1433 .uk-navbar-nav > li > a,
#a8dcaafdbba1433 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a8dcaafdbba1433 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a8dcaafdbba1433 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a8dcaafdbba1433 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a8dcaafdbba1433 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a8dcaafdbba1433 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a8dcaafdbba1433 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a8dcaafdbba1433 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a8dcaafdbba1433 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a8dcaafdbba1433 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a8dcaafdbba1433 .site-pc-navbar {
  background: #fff;
}
#a8dcaafdbba1433 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a8dcaafdbba1433 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a8dcaafdbba1433 .logo {
  display: inline-block;
}
#a8dcaafdbba1433 .menu-list {
  justify-content: flex-start;
}
#a8dcaafdbba1433 .submenu-items {
  display: inline-block;
}
#a8dcaafdbba1433 .submenu-items .sub-menu-item:last-child svg,
#a8dcaafdbba1433 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad534a66b5aaed1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad534a66b5aaed1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad534a66b5aaed1 .ap-icon {
  margin-right: 6px;
}
#ad534a66b5aaed1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad534a66b5aaed1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#ad534a66b5aaed1 .menu-list > li:hover > a,
#ad534a66b5aaed1 .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: #44424a;
}
#ad534a66b5aaed1 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#ad534a66b5aaed1 .menu-list ul,
#ad534a66b5aaed1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad534a66b5aaed1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#ad534a66b5aaed1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad534a66b5aaed1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad534a66b5aaed1 .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;
}
#ad0caa8aa0a98ed > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(123, 197, 255, 1),
                rgba(226, 168, 239, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#a41d6a9e92a9ba8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe8da86cfab384 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa137aa90fa1eda > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5c85a6738a2e37 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a99b5a96d4aff24 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1d28a5c0ca24b4 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3c3ba486fa8034 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa621a9905a2d47 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6c78adbc9abf04 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a914da0520a9d2f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8daeac018ae3ca > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aecfba43ddaffab > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad8b7af6d4ad4c2 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af451af2c1a481b > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1074a6016ab8e6 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a35e8ad302a49cf > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a55e3a77b5a855b > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a230ca1506a44fa > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2ea7a2f0ba94c4 > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0ccaa124ca317f > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a6f83a1d5da6530 .logged {
  display: none;
}
#a6f83a1d5da6530 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a6f83a1d5da6530 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6f83a1d5da6530 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a6f83a1d5da6530 .quick-menus > li:last-child::after {
  content: '';
}
#a6f83a1d5da6530 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a6f83a1d5da6530 .site-header {
  height: 72px;
}
#a6f83a1d5da6530 .uk-navbar-item,
#a6f83a1d5da6530 .uk-navbar-nav > li > a,
#a6f83a1d5da6530 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a6f83a1d5da6530 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a6f83a1d5da6530 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a6f83a1d5da6530 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a6f83a1d5da6530 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a6f83a1d5da6530 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6f83a1d5da6530 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a6f83a1d5da6530 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a6f83a1d5da6530 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a6f83a1d5da6530 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a6f83a1d5da6530 .site-pc-navbar {
  background: #fff;
}
#a6f83a1d5da6530 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a6f83a1d5da6530 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a6f83a1d5da6530 .logo {
  display: inline-block;
}
#a6f83a1d5da6530 .menu-list {
  justify-content: flex-start;
}
#a6f83a1d5da6530 .submenu-items {
  display: inline-block;
}
#a6f83a1d5da6530 .submenu-items .sub-menu-item:last-child svg,
#a6f83a1d5da6530 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a13fba6ed4ad7f7 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a13fba6ed4ad7f7 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a13fba6ed4ad7f7 .ap-icon {
  margin-right: 6px;
}
#a13fba6ed4ad7f7 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a13fba6ed4ad7f7 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#a13fba6ed4ad7f7 .menu-list > li:hover > a,
#a13fba6ed4ad7f7 .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: #6c2cff;
}
#a13fba6ed4ad7f7 .menu-list ul,
#a13fba6ed4ad7f7 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a13fba6ed4ad7f7 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a13fba6ed4ad7f7 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a13fba6ed4ad7f7 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a13fba6ed4ad7f7 .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;
}
#a1140a68e3ad9ba > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(130, 108, 62, 0.5),
                rgba(22, 15, 56, 0.5));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-width: 1px;border-bottom-width: 1px;border-top-width: 1px;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);}#a997aa5cfca014c > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 15px;border-bottom-right-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;border-top-color: rgba(144, 19, 254, 0.5);border-right-color: rgba(144, 19, 254, 0.5);border-left-color: rgba(144, 19, 254, 0.5);border-bottom-color: rgba(144, 19, 254, 0.5);}#a0b14a3492a08f1 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 15px;border-bottom-right-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;border-top-color: rgba(144, 19, 254, 0.5);border-right-color: rgba(144, 19, 254, 0.5);border-left-color: rgba(144, 19, 254, 0.5);border-bottom-color: rgba(144, 19, 254, 0.5);}#afad3a2382a559a > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 15px;border-bottom-right-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;border-top-color: rgba(144, 19, 254, 0.5);border-right-color: rgba(144, 19, 254, 0.5);border-left-color: rgba(144, 19, 254, 0.5);border-bottom-color: rgba(144, 19, 254, 0.5);}#aa175ae7bfac47c > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 15px;border-bottom-right-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;border-top-color: rgba(144, 19, 254, 0.5);border-right-color: rgba(144, 19, 254, 0.5);border-left-color: rgba(144, 19, 254, 0.5);border-bottom-color: rgba(144, 19, 254, 0.5);}#a3031ac711a938c > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 15px;border-bottom-right-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;border-top-color: rgba(144, 19, 254, 0.5);border-right-color: rgba(144, 19, 254, 0.5);border-left-color: rgba(144, 19, 254, 0.5);border-bottom-color: rgba(144, 19, 254, 0.5);}#acd0aa6787a77b8 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 15px;border-bottom-right-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;border-top-color: rgba(144, 19, 254, 0.5);border-right-color: rgba(144, 19, 254, 0.5);border-left-color: rgba(144, 19, 254, 0.5);border-bottom-color: rgba(144, 19, 254, 0.5);}#a2933aa80da68e6 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 15px;border-bottom-right-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;border-top-color: rgba(144, 19, 254, 0.5);border-right-color: rgba(144, 19, 254, 0.5);border-left-color: rgba(144, 19, 254, 0.5);border-bottom-color: rgba(144, 19, 254, 0.5);}#a30efa9634a1807 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 15px;border-bottom-right-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;border-top-color: rgba(144, 19, 254, 0.5);border-right-color: rgba(144, 19, 254, 0.5);border-left-color: rgba(144, 19, 254, 0.5);border-bottom-color: rgba(144, 19, 254, 0.5);}#a0cc6a9bd5a9f43 > .ele-wrap {border-left-width: 1px;border-bottom-width: 1px;border-right-width: 1px;border-top-width: 1px;border-right-style: solid;border-left-style: solid;border-bottom-style: solid;border-top-style: solid;border-top-left-radius: 15px;border-bottom-right-radius: 15px;border-top-right-radius: 15px;border-bottom-left-radius: 15px;border-top-color: rgba(144, 19, 254, 0.5);border-right-color: rgba(144, 19, 254, 0.5);border-left-color: rgba(144, 19, 254, 0.5);border-bottom-color: rgba(144, 19, 254, 0.5);}#a0bf4a8adaaf567 > .ele-wrap {background-color: rgba(128, 65, 229, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ab6a1a725da41da > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1757378315830.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;}#aeba7a4a33adcd3 > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1757378315830.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;}#a4187a188ba8935 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#a1019a42e2a8bd4 > .ele-wrap {background-size: 100% 100%;background-color: rgba(120, 68, 221, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;}#abdaca1332a3629 > .ele-wrap {background-size: 100% 100%;background-color: rgba(120, 68, 221, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;}#a780bae6e0a914c > .ele-wrap {background-color: rgba(128, 65, 229, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#ac36ba3b5da17dc > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1757378315830.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;}#afc91ad297a73e9 > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1757378315830.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;}#ae5cfa7c86a8a95 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#a04d2a92d2a0741 > .ele-wrap {background-size: 100% 100%;background-color: rgba(120, 68, 221, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;}#a3163a349bab201 > .ele-wrap {background-size: 100% 100%;background-color: rgba(120, 68, 221, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;}#ae640a117ea1dbe > .ele-wrap {background-color: rgba(128, 65, 229, 0.15);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 30px;border-bottom-right-radius: 30px;border-bottom-left-radius: 30px;border-top-left-radius: 30px;}#a6f42a7494a22ab > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1757378315830.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;}#ac0a4ab475a64ef > .ele-wrap {background-image: url(/resources/upload/a757da204fa131b/1757378315830.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;}#a328fa0da5ab205 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#aa796abd31a8b6a .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a393ea3bfdace57 .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a4fc9a2627a29db .img-wrap {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#adac2a1060abbfc .logged {
  display: none;
}
#adac2a1060abbfc .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#adac2a1060abbfc .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#adac2a1060abbfc .quick-menus > li:after {
  content: '|';
  color: #888;
}
#adac2a1060abbfc .quick-menus > li:last-child::after {
  content: '';
}
#adac2a1060abbfc .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#adac2a1060abbfc .site-header {
  height: 72px;
}
#adac2a1060abbfc .uk-navbar-item,
#adac2a1060abbfc .uk-navbar-nav > li > a,
#adac2a1060abbfc .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#adac2a1060abbfc .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#adac2a1060abbfc .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#adac2a1060abbfc .uk-navbar-center {
  display: inline-block;
  position: static;
}
#adac2a1060abbfc .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#adac2a1060abbfc .ap-search-form {
  display: inline-block;
  width: 100%;
}
#adac2a1060abbfc .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#adac2a1060abbfc .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#adac2a1060abbfc .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#adac2a1060abbfc .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#adac2a1060abbfc .site-pc-navbar {
  background: #fff;
}
#adac2a1060abbfc .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#adac2a1060abbfc .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#adac2a1060abbfc .logo {
  display: inline-block;
}
#adac2a1060abbfc .menu-list {
  justify-content: flex-start;
}
#adac2a1060abbfc .submenu-items {
  display: inline-block;
}
#adac2a1060abbfc .submenu-items .sub-menu-item:last-child svg,
#adac2a1060abbfc .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a0b35ad20ea41d5 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a0b35ad20ea41d5 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a0b35ad20ea41d5 .ap-icon {
  margin-right: 6px;
}
#a0b35ad20ea41d5 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a0b35ad20ea41d5 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#a0b35ad20ea41d5 .menu-list > li:hover > a,
#a0b35ad20ea41d5 .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: #6c2cff;
}
#a0b35ad20ea41d5 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#a0b35ad20ea41d5 .menu-list ul,
#a0b35ad20ea41d5 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a0b35ad20ea41d5 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a0b35ad20ea41d5 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a0b35ad20ea41d5 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a0b35ad20ea41d5 .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;
}
#a0676a29d3a3af2 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(130, 108, 62, 0.5),
                rgba(22, 15, 56, 0.5));
            border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;border-top-left-radius: 0px;border-top-right-radius: 0px;border-left-width: 1px;border-left-color: rgba(155, 155, 155, 1);border-right-color: rgba(155, 155, 155, 1);border-bottom-color: rgba(155, 155, 155, 1);border-top-color: rgba(155, 155, 155, 1);border-right-width: 1px;border-bottom-width: 1px;border-top-width: 1px;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);}#a358fa1098a9c57 > .ele-wrap {background-color: rgba(245, 246, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a4bb5a8b82ab374 .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#a96b6a3898a7d56 > .ele-wrap {background-color: rgba(245, 246, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5018a9797aefd2 .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#aff1fa4628ac2a0 > .ele-wrap {background-color: rgba(245, 246, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a5916a060da8269 .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#a5d40a999aa3db0 > .ele-wrap {background-color: rgba(245, 246, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a170fafcf2a93b9 .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#a35bba1c8ea6abd > .ele-wrap {background-color: rgba(245, 246, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#a38f2a1f0aacea9 .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#ab45baa333a2bda > .ele-wrap {background-color: rgba(245, 246, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px;border-top-left-radius: 8px;}#aa645a55baa8bc6 .img-wrap {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a2864affceaa2e9 .logged {
  display: none;
}
#a2864affceaa2e9 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a2864affceaa2e9 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a2864affceaa2e9 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a2864affceaa2e9 .quick-menus > li:last-child::after {
  content: '';
}
#a2864affceaa2e9 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a2864affceaa2e9 .site-header {
  height: 72px;
}
#a2864affceaa2e9 .uk-navbar-item,
#a2864affceaa2e9 .uk-navbar-nav > li > a,
#a2864affceaa2e9 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a2864affceaa2e9 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a2864affceaa2e9 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a2864affceaa2e9 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a2864affceaa2e9 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a2864affceaa2e9 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a2864affceaa2e9 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a2864affceaa2e9 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a2864affceaa2e9 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a2864affceaa2e9 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a2864affceaa2e9 .site-pc-navbar {
  background: #fff;
}
#a2864affceaa2e9 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a2864affceaa2e9 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a2864affceaa2e9 .logo {
  display: inline-block;
}
#a2864affceaa2e9 .menu-list {
  justify-content: flex-start;
}
#a2864affceaa2e9 .submenu-items {
  display: inline-block;
}
#a2864affceaa2e9 .submenu-items .sub-menu-item:last-child svg,
#a2864affceaa2e9 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a6fc1a5ec2afe29 .ap-content-container {
  height: 100%;
  min-height: 40px;
}
#ad534a66b5aaed1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad534a66b5aaed1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad534a66b5aaed1 .ap-icon {
  margin-right: 6px;
}
#ad534a66b5aaed1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad534a66b5aaed1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#ad534a66b5aaed1 .menu-list > li:hover > a,
#ad534a66b5aaed1 .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: #44424a;
}
#ad534a66b5aaed1 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#ad534a66b5aaed1 .menu-list ul,
#ad534a66b5aaed1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad534a66b5aaed1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#ad534a66b5aaed1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad534a66b5aaed1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad534a66b5aaed1 .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;
}
#a64d9a6417a2f66 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a64d9a6417a2f66 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a64d9a6417a2f66 .ap-icon {
  margin-right: 6px;
}
#a64d9a6417a2f66 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a64d9a6417a2f66 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#a64d9a6417a2f66 .menu-list > li:hover > a,
#a64d9a6417a2f66 .menu-list > li.active > a {
  background: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#a64d9a6417a2f66 .menu-list > li.active > a {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
  background-color: rgba(0, 0, 0, 0);
}
#a64d9a6417a2f66 .menu-list ul,
#a64d9a6417a2f66 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a64d9a6417a2f66 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a64d9a6417a2f66 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a64d9a6417a2f66 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a64d9a6417a2f66 .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;
}
#a9e36a90ddaa226 .ele-wrap {border-width: 0px;border-style: solid;color: #ffffff;background-image: url(/resources/upload/a757da204fa131b/1757378314169.png);background-size: 100% 100%;border-radius: 25px;font-size: 16px;justify-content: center;font-weight: 400;}#a9e36a90ddaa226 .ele-wrap:hover {border-color: #ccc;background-color: #fff;background-image: url(/resources/upload/a757da204fa131b/1757378314665.png);}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#ab1faa24e0a1da9 .logged {
  display: none;
}
#ab1faa24e0a1da9 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab1faa24e0a1da9 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab1faa24e0a1da9 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab1faa24e0a1da9 .quick-menus > li:last-child::after {
  content: '';
}
#ab1faa24e0a1da9 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab1faa24e0a1da9 .site-header {
  height: 72px;
}
#ab1faa24e0a1da9 .uk-navbar-item,
#ab1faa24e0a1da9 .uk-navbar-nav > li > a,
#ab1faa24e0a1da9 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab1faa24e0a1da9 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#ab1faa24e0a1da9 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab1faa24e0a1da9 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab1faa24e0a1da9 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#ab1faa24e0a1da9 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab1faa24e0a1da9 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#ab1faa24e0a1da9 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab1faa24e0a1da9 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab1faa24e0a1da9 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#ab1faa24e0a1da9 .site-pc-navbar {
  background: #fff;
}
#ab1faa24e0a1da9 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#ab1faa24e0a1da9 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#ab1faa24e0a1da9 .logo {
  display: inline-block;
}
#ab1faa24e0a1da9 .menu-list {
  justify-content: flex-start;
}
#ab1faa24e0a1da9 .submenu-items {
  display: inline-block;
}
#ab1faa24e0a1da9 .submenu-items .sub-menu-item:last-child svg,
#ab1faa24e0a1da9 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a89dca9c80af872 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a89dca9c80af872 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a89dca9c80af872 .ap-icon {
  margin-right: 6px;
}
#a89dca9c80af872 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a89dca9c80af872 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#a89dca9c80af872 .menu-list > li:hover > a,
#a89dca9c80af872 .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: #6c2cff;
}
#a89dca9c80af872 .menu-list ul,
#a89dca9c80af872 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a89dca9c80af872 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a89dca9c80af872 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a89dca9c80af872 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a89dca9c80af872 .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;
}
#af049a6ce6ad221 {
  border-radius: 16px;
  overflow: hidden;
}
#a6db8a9e0eaddde > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a757da204fa131b/1742787651480.png);background-position: top center;background-size: contain;background-repeat: no-repeat;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;}#a8a0da7062a27bf > .ele-wrap {background-color: rgba(255, 255, 255, 1);background-image: url(/resources/upload/a757da204fa131b/1742788991227.png);background-position: top center;background-size: contain;background-repeat: no-repeat;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;}#a52abad81ca0be1 .gallery-thumbnails .uk-thumbnav {
  justify-content: center;
}
#a52abad81ca0be1 .gallery-thumbnails .uk-thumbnav > * {
  padding-left: 8px;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a9538a36d0a6cb8 .logged {
  display: none;
}
#a9538a36d0a6cb8 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a9538a36d0a6cb8 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a9538a36d0a6cb8 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a9538a36d0a6cb8 .quick-menus > li:last-child::after {
  content: '';
}
#a9538a36d0a6cb8 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a9538a36d0a6cb8 .site-header {
  height: 72px;
}
#a9538a36d0a6cb8 .uk-navbar-item,
#a9538a36d0a6cb8 .uk-navbar-nav > li > a,
#a9538a36d0a6cb8 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a9538a36d0a6cb8 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a9538a36d0a6cb8 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a9538a36d0a6cb8 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a9538a36d0a6cb8 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a9538a36d0a6cb8 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a9538a36d0a6cb8 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a9538a36d0a6cb8 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a9538a36d0a6cb8 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a9538a36d0a6cb8 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a9538a36d0a6cb8 .site-pc-navbar {
  background: #fff;
}
#a9538a36d0a6cb8 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a9538a36d0a6cb8 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a9538a36d0a6cb8 .logo {
  display: inline-block;
}
#a9538a36d0a6cb8 .menu-list {
  justify-content: flex-start;
}
#a9538a36d0a6cb8 .submenu-items {
  display: inline-block;
}
#a9538a36d0a6cb8 .submenu-items .sub-menu-item:last-child svg,
#a9538a36d0a6cb8 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a1da2afbeca1d96 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a1da2afbeca1d96 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a1da2afbeca1d96 .ap-icon {
  margin-right: 6px;
}
#a1da2afbeca1d96 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a1da2afbeca1d96 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#a1da2afbeca1d96 .menu-list > li:hover > a,
#a1da2afbeca1d96 .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: #6c2cff;
}
#a1da2afbeca1d96 .menu-list ul,
#a1da2afbeca1d96 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1da2afbeca1d96 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a1da2afbeca1d96 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1da2afbeca1d96 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1da2afbeca1d96 .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;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a2ccbab3e5a4491 .logged {
  display: none;
}
#a2ccbab3e5a4491 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a2ccbab3e5a4491 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a2ccbab3e5a4491 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a2ccbab3e5a4491 .quick-menus > li:last-child::after {
  content: '';
}
#a2ccbab3e5a4491 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a2ccbab3e5a4491 .site-header {
  height: 72px;
}
#a2ccbab3e5a4491 .uk-navbar-item,
#a2ccbab3e5a4491 .uk-navbar-nav > li > a,
#a2ccbab3e5a4491 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a2ccbab3e5a4491 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a2ccbab3e5a4491 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a2ccbab3e5a4491 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a2ccbab3e5a4491 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a2ccbab3e5a4491 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a2ccbab3e5a4491 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a2ccbab3e5a4491 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a2ccbab3e5a4491 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a2ccbab3e5a4491 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a2ccbab3e5a4491 .site-pc-navbar {
  background: #fff;
}
#a2ccbab3e5a4491 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a2ccbab3e5a4491 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a2ccbab3e5a4491 .logo {
  display: inline-block;
}
#a2ccbab3e5a4491 .menu-list {
  justify-content: flex-start;
}
#a2ccbab3e5a4491 .submenu-items {
  display: inline-block;
}
#a2ccbab3e5a4491 .submenu-items .sub-menu-item:last-child svg,
#a2ccbab3e5a4491 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad534a66b5aaed1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad534a66b5aaed1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad534a66b5aaed1 .ap-icon {
  margin-right: 6px;
}
#ad534a66b5aaed1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad534a66b5aaed1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#ad534a66b5aaed1 .menu-list > li:hover > a,
#ad534a66b5aaed1 .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: #44424a;
}
#ad534a66b5aaed1 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#ad534a66b5aaed1 .menu-list ul,
#ad534a66b5aaed1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad534a66b5aaed1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#ad534a66b5aaed1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad534a66b5aaed1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad534a66b5aaed1 .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;
}
#a0c81ab7c2a3f92 > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(123, 197, 255, 1),
                rgba(226, 168, 239, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#ab0c9ab9e2acc92 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7187a1ad8a2ce8 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4bb1ab5faa365c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa270a0aeca5384 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa87ea9eabaabf1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1d6fa7706a109b > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5c27ab74ba00fe > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a56fcad883af12e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5f9da95dea50fa > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aca17a0d86a966a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a975fab1d6a6ec7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3302ab810a6477 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af2e4a8428a1bd4 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8aa5a8847a33c0 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4bddac31ea8225 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6ddca309fa2745 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2717ab17fac1b7 > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8402ab5f3a17c8 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9178a8174acd66 > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2cf9a6bb4abfe1 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a0153a11e4aa1ab .logged {
  display: none;
}
#a0153a11e4aa1ab .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a0153a11e4aa1ab .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a0153a11e4aa1ab .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a0153a11e4aa1ab .quick-menus > li:last-child::after {
  content: '';
}
#a0153a11e4aa1ab .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a0153a11e4aa1ab .site-header {
  height: 72px;
}
#a0153a11e4aa1ab .uk-navbar-item,
#a0153a11e4aa1ab .uk-navbar-nav > li > a,
#a0153a11e4aa1ab .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a0153a11e4aa1ab .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a0153a11e4aa1ab .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a0153a11e4aa1ab .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a0153a11e4aa1ab .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a0153a11e4aa1ab .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a0153a11e4aa1ab .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a0153a11e4aa1ab .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a0153a11e4aa1ab .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a0153a11e4aa1ab .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a0153a11e4aa1ab .site-pc-navbar {
  background: #fff;
}
#a0153a11e4aa1ab .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a0153a11e4aa1ab .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a0153a11e4aa1ab .logo {
  display: inline-block;
}
#a0153a11e4aa1ab .menu-list {
  justify-content: flex-start;
}
#a0153a11e4aa1ab .submenu-items {
  display: inline-block;
}
#a0153a11e4aa1ab .submenu-items .sub-menu-item:last-child svg,
#a0153a11e4aa1ab .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#aa969a4aa1af715 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#aa969a4aa1af715 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#aa969a4aa1af715 .ap-icon {
  margin-right: 6px;
}
#aa969a4aa1af715 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#aa969a4aa1af715 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#aa969a4aa1af715 .menu-list > li:hover > a,
#aa969a4aa1af715 .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: #6c2cff;
}
#aa969a4aa1af715 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#aa969a4aa1af715 .menu-list ul,
#aa969a4aa1af715 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#aa969a4aa1af715 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#aa969a4aa1af715 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#aa969a4aa1af715 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#aa969a4aa1af715 .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;
}
#ada76ab186a77ec > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 8px 4px rgba(31, 35, 41, 0.06);}#a90abac9dfa00f1 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 8px 4px rgba(31, 35, 41, 0.06);}#a2871a1d6ead89f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 8px 4px rgba(31, 35, 41, 0.06);}#a4771a115fa7c56 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 8px 4px rgba(31, 35, 41, 0.06);}#a18f6acdc9a33fc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 8px 4px rgba(31, 35, 41, 0.06);}#aa09aae415a3727 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 8px 4px rgba(31, 35, 41, 0.06);}#a1f14ad532a5d0c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 8px 4px rgba(31, 35, 41, 0.06);}#aaef7a21a2a14c5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 8px 4px rgba(31, 35, 41, 0.06);}#ab342a7acea1768 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 8px 4px rgba(31, 35, 41, 0.06);}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#ae57ea1440aa4a3 .logged {
  display: none;
}
#ae57ea1440aa4a3 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ae57ea1440aa4a3 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae57ea1440aa4a3 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ae57ea1440aa4a3 .quick-menus > li:last-child::after {
  content: '';
}
#ae57ea1440aa4a3 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ae57ea1440aa4a3 .site-header {
  height: 72px;
}
#ae57ea1440aa4a3 .uk-navbar-item,
#ae57ea1440aa4a3 .uk-navbar-nav > li > a,
#ae57ea1440aa4a3 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ae57ea1440aa4a3 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#ae57ea1440aa4a3 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ae57ea1440aa4a3 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ae57ea1440aa4a3 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#ae57ea1440aa4a3 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae57ea1440aa4a3 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#ae57ea1440aa4a3 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ae57ea1440aa4a3 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ae57ea1440aa4a3 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#ae57ea1440aa4a3 .site-pc-navbar {
  background: #fff;
}
#ae57ea1440aa4a3 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#ae57ea1440aa4a3 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#ae57ea1440aa4a3 .logo {
  display: inline-block;
}
#ae57ea1440aa4a3 .menu-list {
  justify-content: flex-start;
}
#ae57ea1440aa4a3 .submenu-items {
  display: inline-block;
}
#ae57ea1440aa4a3 .submenu-items .sub-menu-item:last-child svg,
#ae57ea1440aa4a3 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a1da2afbeca1d96 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a1da2afbeca1d96 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a1da2afbeca1d96 .ap-icon {
  margin-right: 6px;
}
#a1da2afbeca1d96 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a1da2afbeca1d96 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#a1da2afbeca1d96 .menu-list > li:hover > a,
#a1da2afbeca1d96 .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: #6c2cff;
}
#a1da2afbeca1d96 .menu-list ul,
#a1da2afbeca1d96 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1da2afbeca1d96 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a1da2afbeca1d96 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1da2afbeca1d96 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1da2afbeca1d96 .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;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a1b8aafb2aad62c .logged {
  display: none;
}
#a1b8aafb2aad62c .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a1b8aafb2aad62c .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a1b8aafb2aad62c .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a1b8aafb2aad62c .quick-menus > li:last-child::after {
  content: '';
}
#a1b8aafb2aad62c .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a1b8aafb2aad62c .site-header {
  height: 72px;
}
#a1b8aafb2aad62c .uk-navbar-item,
#a1b8aafb2aad62c .uk-navbar-nav > li > a,
#a1b8aafb2aad62c .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a1b8aafb2aad62c .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a1b8aafb2aad62c .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a1b8aafb2aad62c .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a1b8aafb2aad62c .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a1b8aafb2aad62c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1b8aafb2aad62c .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a1b8aafb2aad62c .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a1b8aafb2aad62c .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a1b8aafb2aad62c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a1b8aafb2aad62c .site-pc-navbar {
  background: #fff;
}
#a1b8aafb2aad62c .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a1b8aafb2aad62c .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a1b8aafb2aad62c .logo {
  display: inline-block;
}
#a1b8aafb2aad62c .menu-list {
  justify-content: flex-start;
}
#a1b8aafb2aad62c .submenu-items {
  display: inline-block;
}
#a1b8aafb2aad62c .submenu-items .sub-menu-item:last-child svg,
#a1b8aafb2aad62c .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a89dca9c80af872 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a89dca9c80af872 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a89dca9c80af872 .ap-icon {
  margin-right: 6px;
}
#a89dca9c80af872 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a89dca9c80af872 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#a89dca9c80af872 .menu-list > li:hover > a,
#a89dca9c80af872 .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: #6c2cff;
}
#a89dca9c80af872 .menu-list ul,
#a89dca9c80af872 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a89dca9c80af872 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a89dca9c80af872 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a89dca9c80af872 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a89dca9c80af872 .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;
}
#a21b8ad755ab41e > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(239, 246, 255, 1),
                rgba(248, 248, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;}#a1a8aabecaa3965 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(239, 246, 255, 1),
                rgba(248, 248, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;}#a6dcfaf9c2a1566 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(239, 246, 255, 1),
                rgba(248, 248, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;}#a0edca48afa9d61 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(239, 246, 255, 1),
                rgba(248, 248, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;}#a7727afed3a5de5 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(239, 246, 255, 1),
                rgba(248, 248, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;}#a6ba2ab7a4aa74f .ele-wrap {border-color: #000;color: #fff;font-size: 14px;font-weight: 500;background-image: url(/resources/upload/a757da204fa131b/1757378314169.png);background-position: center center;background-size: cover;border-radius: 5px;justify-content: center;border-style: solid;}#a6ba2ab7a4aa74f .ele-wrap:hover {background-color: #0483cc;background-image: url(/resources/upload/a757da204fa131b/1757378314665.png);}#a23cba159aadd7d > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(239, 246, 255, 1),
                rgba(248, 248, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;}#a29c4a5a0aa8bea > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(239, 246, 255, 1),
                rgba(248, 248, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;}#a3ed0af358ada52 > .ele-wrap {
                background-image: linear-gradient(0deg,
                rgba(239, 246, 255, 1),
                rgba(248, 248, 255, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 16px;border-bottom-right-radius: 16px;border-top-right-radius: 16px;border-bottom-left-radius: 16px;}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#ab228ab9f5aab69 .logged {
  display: none;
}
#ab228ab9f5aab69 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab228ab9f5aab69 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab228ab9f5aab69 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab228ab9f5aab69 .quick-menus > li:last-child::after {
  content: '';
}
#ab228ab9f5aab69 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab228ab9f5aab69 .site-header {
  height: 72px;
}
#ab228ab9f5aab69 .uk-navbar-item,
#ab228ab9f5aab69 .uk-navbar-nav > li > a,
#ab228ab9f5aab69 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab228ab9f5aab69 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#ab228ab9f5aab69 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab228ab9f5aab69 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab228ab9f5aab69 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#ab228ab9f5aab69 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab228ab9f5aab69 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#ab228ab9f5aab69 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab228ab9f5aab69 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab228ab9f5aab69 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#ab228ab9f5aab69 .site-pc-navbar {
  background: #fff;
}
#ab228ab9f5aab69 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#ab228ab9f5aab69 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#ab228ab9f5aab69 .logo {
  display: inline-block;
}
#ab228ab9f5aab69 .menu-list {
  justify-content: flex-start;
}
#ab228ab9f5aab69 .submenu-items {
  display: inline-block;
}
#ab228ab9f5aab69 .submenu-items .sub-menu-item:last-child svg,
#ab228ab9f5aab69 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad534a66b5aaed1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad534a66b5aaed1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad534a66b5aaed1 .ap-icon {
  margin-right: 6px;
}
#ad534a66b5aaed1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad534a66b5aaed1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#ad534a66b5aaed1 .menu-list > li:hover > a,
#ad534a66b5aaed1 .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: #44424a;
}
#ad534a66b5aaed1 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#ad534a66b5aaed1 .menu-list ul,
#ad534a66b5aaed1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad534a66b5aaed1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#ad534a66b5aaed1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad534a66b5aaed1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad534a66b5aaed1 .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;
}
#a57aea9958a006e .af7cbae2dfa621d {
  overflow: hidden;
}
#a57aea9958a006e .af7cbae2dfa621d , #a57aea9958a006e .af7cbae2dfa621d > * {
        font-weight: normal;
        font-style: normal;
    font-size: 18px;text-align: center;font-family: inherit;color: rgba(10, 1, 30, 1);line-height: 18px;}#a57aea9958a006e .a7f68a628da11ff {
  overflow: hidden;
}
#a57aea9958a006e .a7f68a628da11ff .img-wrap {
  transition: all 0.3s ease-in;
}
#a57aea9958a006e .a7f68a628da11ff .img-wrap:hover {
  transform: scale(1.2);
}
#a57aea9958a006e .uk-grid {
  margin-left: -27px;
}
#a57aea9958a006e .uk-grid > * {
  padding-left: 27px;
}
#a57aea9958a006e .uk-grid > .uk-grid-margin {
  margin-top: 0px;
}
#a57aea9958a006e .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #a57aea9958a006e .uk-position-center-left-out {
    left: -30px;
  }
  #a57aea9958a006e .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#aaaf3a1feca6d45 .logged {
  display: none;
}
#aaaf3a1feca6d45 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#aaaf3a1feca6d45 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aaaf3a1feca6d45 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#aaaf3a1feca6d45 .quick-menus > li:last-child::after {
  content: '';
}
#aaaf3a1feca6d45 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#aaaf3a1feca6d45 .site-header {
  height: 72px;
}
#aaaf3a1feca6d45 .uk-navbar-item,
#aaaf3a1feca6d45 .uk-navbar-nav > li > a,
#aaaf3a1feca6d45 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#aaaf3a1feca6d45 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#aaaf3a1feca6d45 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#aaaf3a1feca6d45 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#aaaf3a1feca6d45 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#aaaf3a1feca6d45 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aaaf3a1feca6d45 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#aaaf3a1feca6d45 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#aaaf3a1feca6d45 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#aaaf3a1feca6d45 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#aaaf3a1feca6d45 .site-pc-navbar {
  background: #fff;
}
#aaaf3a1feca6d45 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#aaaf3a1feca6d45 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#aaaf3a1feca6d45 .logo {
  display: inline-block;
}
#aaaf3a1feca6d45 .menu-list {
  justify-content: flex-start;
}
#aaaf3a1feca6d45 .submenu-items {
  display: inline-block;
}
#aaaf3a1feca6d45 .submenu-items .sub-menu-item:last-child svg,
#aaaf3a1feca6d45 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad534a66b5aaed1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad534a66b5aaed1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad534a66b5aaed1 .ap-icon {
  margin-right: 6px;
}
#ad534a66b5aaed1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad534a66b5aaed1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#ad534a66b5aaed1 .menu-list > li:hover > a,
#ad534a66b5aaed1 .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: #44424a;
}
#ad534a66b5aaed1 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#ad534a66b5aaed1 .menu-list ul,
#ad534a66b5aaed1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad534a66b5aaed1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#ad534a66b5aaed1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad534a66b5aaed1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad534a66b5aaed1 .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;
}
#a6b72abbc7a8f8b > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(123, 197, 255, 1),
                rgba(226, 168, 239, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#ac8eca9fe7aa2c9 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adb29ad624af1c5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac477a2315aead3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2ca8a7a53afd13 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8e7baa069a4ee3 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aa41daad28a1cdd > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac3d8a00cfa319c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a72e9a58fdab910 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a21caa806bafd07 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a9a8ca38f9ab3fe > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#adabbacffda2a23 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4cb9a4ba7a53da > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6874ae449ac4ba > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af9b2a43adab4e6 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8f83ac201ae13a > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1c19a1a88acd0a > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a76e3adc9ba77a7 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a51c8a10f2acc53 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a316da2beaacd9d > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5a92ac15ba1c6d > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a5cecab9a6a01a4 .logged {
  display: none;
}
#a5cecab9a6a01a4 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a5cecab9a6a01a4 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a5cecab9a6a01a4 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a5cecab9a6a01a4 .quick-menus > li:last-child::after {
  content: '';
}
#a5cecab9a6a01a4 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a5cecab9a6a01a4 .site-header {
  height: 72px;
}
#a5cecab9a6a01a4 .uk-navbar-item,
#a5cecab9a6a01a4 .uk-navbar-nav > li > a,
#a5cecab9a6a01a4 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a5cecab9a6a01a4 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a5cecab9a6a01a4 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a5cecab9a6a01a4 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a5cecab9a6a01a4 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a5cecab9a6a01a4 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a5cecab9a6a01a4 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a5cecab9a6a01a4 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a5cecab9a6a01a4 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a5cecab9a6a01a4 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a5cecab9a6a01a4 .site-pc-navbar {
  background: #fff;
}
#a5cecab9a6a01a4 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a5cecab9a6a01a4 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a5cecab9a6a01a4 .logo {
  display: inline-block;
}
#a5cecab9a6a01a4 .menu-list {
  justify-content: flex-start;
}
#a5cecab9a6a01a4 .submenu-items {
  display: inline-block;
}
#a5cecab9a6a01a4 .submenu-items .sub-menu-item:last-child svg,
#a5cecab9a6a01a4 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a6f83a1d5da6530 .logged {
  display: none;
}
#a6f83a1d5da6530 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a6f83a1d5da6530 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6f83a1d5da6530 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a6f83a1d5da6530 .quick-menus > li:last-child::after {
  content: '';
}
#a6f83a1d5da6530 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a6f83a1d5da6530 .site-header {
  height: 72px;
}
#a6f83a1d5da6530 .uk-navbar-item,
#a6f83a1d5da6530 .uk-navbar-nav > li > a,
#a6f83a1d5da6530 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a6f83a1d5da6530 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a6f83a1d5da6530 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a6f83a1d5da6530 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a6f83a1d5da6530 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a6f83a1d5da6530 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6f83a1d5da6530 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a6f83a1d5da6530 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a6f83a1d5da6530 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a6f83a1d5da6530 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a6f83a1d5da6530 .site-pc-navbar {
  background: #fff;
}
#a6f83a1d5da6530 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a6f83a1d5da6530 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a6f83a1d5da6530 .logo {
  display: inline-block;
}
#a6f83a1d5da6530 .menu-list {
  justify-content: flex-start;
}
#a6f83a1d5da6530 .submenu-items {
  display: inline-block;
}
#a6f83a1d5da6530 .submenu-items .sub-menu-item:last-child svg,
#a6f83a1d5da6530 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad524ad604af166 .a8c21a946aa36b3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ad524ad604af166 .acdb2a9fffacb03 .img-wrap {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0;
}
#ad524ad604af166 .ac9c5acb75a7909 > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ad524ad604af166 .a9c94aefd0ac10c , #ad524ad604af166 .a9c94aefd0ac10c .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: center;font-family: inherit;color: rgba(100, 37, 208, 1);}#ad524ad604af166 .aa217a49cca0e62 {
  overflow: hidden;
}
#ad524ad604af166 .aa217a49cca0e62 , #ad524ad604af166 .aa217a49cca0e62 > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(10, 1, 30, 1);line-height: 28px;}#ad524ad604af166 .uk-grid {
  margin-left: -24px;
}
#ad524ad604af166 .uk-grid > * {
  padding-left: 24px;
}
#ad524ad604af166 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ad524ad604af166 .uk-position-center-left-out {
    left: -30px;
  }
  #ad524ad604af166 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#ae5dda40bfaa095 .a4fdcaf118a2380 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 16px;border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;border-top-left-radius: 16px;box-shadow: 0px 6px 20px 0px rgba(10, 1, 30, 0.05);}#ae5dda40bfaa095 .a4fdcaf118a2380  > .ele-wrap:hover {border-top-right-radius: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;border-top-left-radius: 12px;}#ae5dda40bfaa095 .a36e2ac53fa3a71 .img-wrap {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0;
}
#ae5dda40bfaa095 .a85fca3b41afee5 > .ele-wrap {background-color: rgba(237, 237, 237, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-right-radius: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}#ae5dda40bfaa095 .a7365ac083a81e5 , #ae5dda40bfaa095 .a7365ac083a81e5 .param-tag {
        font-weight: normal;
        font-style: normal;
    font-size: 12px;text-align: center;font-family: inherit;color: rgba(100, 37, 208, 1);line-height: 18px;}#ae5dda40bfaa095 .aecbea3cdaaff8a {
  overflow: hidden;
}
#ae5dda40bfaa095 .aecbea3cdaaff8a , #ae5dda40bfaa095 .aecbea3cdaaff8a > * {
        font-weight: bold;
        font-style: normal;
    font-size: 18px;font-family: inherit;color: rgba(10, 1, 30, 1);line-height: 28px;}#ae5dda40bfaa095 .uk-grid {
  margin-left: -24px;
}
#ae5dda40bfaa095 .uk-grid > * {
  padding-left: 24px;
}
#ae5dda40bfaa095 .uk-grid > .uk-grid-margin {
  margin-top: 14px;
}
#ae5dda40bfaa095 .filter-list {
  font-size: 14px;
}
#ae5dda40bfaa095 .dynamic-list-item:hover {
  background-color: auto;
}
/* mobile */
@media (max-width: 640px) {
  #ae5dda40bfaa095 .uk-position-center-left-out {
    left: -30px;
  }
  #ae5dda40bfaa095 .uk-position-center-right-out {
    left: auto;
    right: -30px;
  }
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a7d75a7c6ba2a49 .logged {
  display: none;
}
#a7d75a7c6ba2a49 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a7d75a7c6ba2a49 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a7d75a7c6ba2a49 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a7d75a7c6ba2a49 .quick-menus > li:last-child::after {
  content: '';
}
#a7d75a7c6ba2a49 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a7d75a7c6ba2a49 .site-header {
  height: 72px;
}
#a7d75a7c6ba2a49 .uk-navbar-item,
#a7d75a7c6ba2a49 .uk-navbar-nav > li > a,
#a7d75a7c6ba2a49 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a7d75a7c6ba2a49 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a7d75a7c6ba2a49 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a7d75a7c6ba2a49 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a7d75a7c6ba2a49 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a7d75a7c6ba2a49 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a7d75a7c6ba2a49 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a7d75a7c6ba2a49 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a7d75a7c6ba2a49 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a7d75a7c6ba2a49 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a7d75a7c6ba2a49 .site-pc-navbar {
  background: #fff;
}
#a7d75a7c6ba2a49 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a7d75a7c6ba2a49 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a7d75a7c6ba2a49 .logo {
  display: inline-block;
}
#a7d75a7c6ba2a49 .menu-list {
  justify-content: flex-start;
}
#a7d75a7c6ba2a49 .submenu-items {
  display: inline-block;
}
#a7d75a7c6ba2a49 .submenu-items .sub-menu-item:last-child svg,
#a7d75a7c6ba2a49 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad534a66b5aaed1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad534a66b5aaed1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad534a66b5aaed1 .ap-icon {
  margin-right: 6px;
}
#ad534a66b5aaed1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad534a66b5aaed1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#ad534a66b5aaed1 .menu-list > li:hover > a,
#ad534a66b5aaed1 .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: #44424a;
}
#ad534a66b5aaed1 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#ad534a66b5aaed1 .menu-list ul,
#ad534a66b5aaed1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad534a66b5aaed1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#ad534a66b5aaed1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad534a66b5aaed1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad534a66b5aaed1 .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;
}
#a9c65ab730ae7cf > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(123, 197, 255, 1),
                rgba(226, 168, 239, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#a1296a1268a662c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aecbba44fda2265 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adab9a4f27a80f1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2da6a1738a123c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a598aa0e3ca5e5c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8948a706ea6914 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae36ea9c26a4bf9 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8de7a387fa07c7 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a3cdaa07d0a896e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5d9dae0dba4829 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a085da9becaffd3 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af900afe3fa5c2f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af9fdaf5aea5cae > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a0b38a47cbaed09 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a6f83a1d5da6530 .logged {
  display: none;
}
#a6f83a1d5da6530 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a6f83a1d5da6530 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6f83a1d5da6530 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a6f83a1d5da6530 .quick-menus > li:last-child::after {
  content: '';
}
#a6f83a1d5da6530 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a6f83a1d5da6530 .site-header {
  height: 72px;
}
#a6f83a1d5da6530 .uk-navbar-item,
#a6f83a1d5da6530 .uk-navbar-nav > li > a,
#a6f83a1d5da6530 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a6f83a1d5da6530 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a6f83a1d5da6530 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a6f83a1d5da6530 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a6f83a1d5da6530 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a6f83a1d5da6530 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6f83a1d5da6530 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a6f83a1d5da6530 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a6f83a1d5da6530 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a6f83a1d5da6530 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a6f83a1d5da6530 .site-pc-navbar {
  background: #fff;
}
#a6f83a1d5da6530 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a6f83a1d5da6530 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a6f83a1d5da6530 .logo {
  display: inline-block;
}
#a6f83a1d5da6530 .menu-list {
  justify-content: flex-start;
}
#a6f83a1d5da6530 .submenu-items {
  display: inline-block;
}
#a6f83a1d5da6530 .submenu-items .sub-menu-item:last-child svg,
#a6f83a1d5da6530 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a89dca9c80af872 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a89dca9c80af872 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a89dca9c80af872 .ap-icon {
  margin-right: 6px;
}
#a89dca9c80af872 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a89dca9c80af872 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#a89dca9c80af872 .menu-list > li:hover > a,
#a89dca9c80af872 .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: #6c2cff;
}
#a89dca9c80af872 .menu-list ul,
#a89dca9c80af872 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a89dca9c80af872 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a89dca9c80af872 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a89dca9c80af872 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a89dca9c80af872 .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;
}
#a7988a8c85a4141 .ap-category-filter ul li.active {
  border-color: #1e87f0;
  color: #1e87f0;
}
#a7988a8c85a4141 .uk-grid {
  margin-left: -24px;
}
#a7988a8c85a4141 .uk-grid > * {
  padding-left: 24px;
}
#a7988a8c85a4141 .uk-card {
  background-color: #fff;
  padding: 30px;
}
#a7988a8c85a4141 .uk-button {
  border: 1px solid #ececec;
}
#a7988a8c85a4141 .uk-card .title {
  font-weight: bold;
  font-style: normal;
  font-size: 22px;
  font-family: inherit;
  color: #262626;
}
#a7988a8c85a4141 .uk-card:hover {
  background-color: #673c8f;
}
#a7988a8c85a4141 .uk-card:hover .title {
  color: #fff;
}
#a7988a8c85a4141 .uk-card:hover hr {
  color: #ccc;
}
#a7988a8c85a4141 .uk-card:hover .abstract {
  color: #fff;
}
#a7988a8c85a4141 .uk-card:hover .datetime {
  color: #d3b267;
}
#a7988a8c85a4141 .uk-card:hover .category {
  color: #d3b267;
}
#a7988a8c85a4141 .uk-card:hover .uk-button {
  color: #fff;
  background-color: #d3b267;
  border-color: #d3b267;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#ab228ab9f5aab69 .logged {
  display: none;
}
#ab228ab9f5aab69 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ab228ab9f5aab69 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ab228ab9f5aab69 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ab228ab9f5aab69 .quick-menus > li:last-child::after {
  content: '';
}
#ab228ab9f5aab69 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ab228ab9f5aab69 .site-header {
  height: 72px;
}
#ab228ab9f5aab69 .uk-navbar-item,
#ab228ab9f5aab69 .uk-navbar-nav > li > a,
#ab228ab9f5aab69 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ab228ab9f5aab69 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#ab228ab9f5aab69 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ab228ab9f5aab69 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ab228ab9f5aab69 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#ab228ab9f5aab69 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ab228ab9f5aab69 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#ab228ab9f5aab69 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ab228ab9f5aab69 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ab228ab9f5aab69 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#ab228ab9f5aab69 .site-pc-navbar {
  background: #fff;
}
#ab228ab9f5aab69 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#ab228ab9f5aab69 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#ab228ab9f5aab69 .logo {
  display: inline-block;
}
#ab228ab9f5aab69 .menu-list {
  justify-content: flex-start;
}
#ab228ab9f5aab69 .submenu-items {
  display: inline-block;
}
#ab228ab9f5aab69 .submenu-items .sub-menu-item:last-child svg,
#ab228ab9f5aab69 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad534a66b5aaed1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad534a66b5aaed1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad534a66b5aaed1 .ap-icon {
  margin-right: 6px;
}
#ad534a66b5aaed1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad534a66b5aaed1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#ad534a66b5aaed1 .menu-list > li:hover > a,
#ad534a66b5aaed1 .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: #44424a;
}
#ad534a66b5aaed1 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#ad534a66b5aaed1 .menu-list ul,
#ad534a66b5aaed1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad534a66b5aaed1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#ad534a66b5aaed1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad534a66b5aaed1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad534a66b5aaed1 .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;
}
#a9e52a74caa3463 > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(123, 197, 255, 1),
                rgba(226, 168, 239, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#a530fae64aae756 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a164dae5f3a7c7f > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3ac7a8bcda145b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#addf2acaa7a5dfb > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7738a704aa3ae0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af1f2a847aa8621 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a74a5a3aa2aee76 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0da0a33f7ae798 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2441a4b24a142e > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac660a38c6acd84 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a52c9a3b89afb05 > .ele-wrap {background-color: rgba(157, 228, 81, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#acc68a578dab2e3 > .ele-wrap {background-color: rgba(157, 228, 81, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a9c6dae734abaed > .ele-wrap {background-color: rgba(157, 228, 81, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a1bd7a5fb2a342a > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2344ac35aadf85 > .ele-wrap {background-color: rgba(157, 228, 81, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#ac7cdae0a8a5847 > .ele-wrap {background-color: rgba(157, 228, 81, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#adc62ae750a9552 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a60e3af9bfa7aa6 > .ele-wrap {background-color: rgba(157, 228, 81, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a4c1eadb07aea1e > .ele-wrap {background-color: rgba(157, 228, 81, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a762caae70a0fef > .ele-wrap {background-color: rgba(157, 228, 81, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-bottom-left-radius: 500px;border-bottom-right-radius: 500px;border-top-left-radius: 500px;border-top-right-radius: 500px;}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a1b8aafb2aad62c .logged {
  display: none;
}
#a1b8aafb2aad62c .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a1b8aafb2aad62c .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a1b8aafb2aad62c .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a1b8aafb2aad62c .quick-menus > li:last-child::after {
  content: '';
}
#a1b8aafb2aad62c .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a1b8aafb2aad62c .site-header {
  height: 72px;
}
#a1b8aafb2aad62c .uk-navbar-item,
#a1b8aafb2aad62c .uk-navbar-nav > li > a,
#a1b8aafb2aad62c .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a1b8aafb2aad62c .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a1b8aafb2aad62c .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a1b8aafb2aad62c .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a1b8aafb2aad62c .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a1b8aafb2aad62c .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1b8aafb2aad62c .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a1b8aafb2aad62c .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a1b8aafb2aad62c .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a1b8aafb2aad62c .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a1b8aafb2aad62c .site-pc-navbar {
  background: #fff;
}
#a1b8aafb2aad62c .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a1b8aafb2aad62c .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a1b8aafb2aad62c .logo {
  display: inline-block;
}
#a1b8aafb2aad62c .menu-list {
  justify-content: flex-start;
}
#a1b8aafb2aad62c .submenu-items {
  display: inline-block;
}
#a1b8aafb2aad62c .submenu-items .sub-menu-item:last-child svg,
#a1b8aafb2aad62c .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a1da2afbeca1d96 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#a1da2afbeca1d96 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#a1da2afbeca1d96 .ap-icon {
  margin-right: 6px;
}
#a1da2afbeca1d96 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#a1da2afbeca1d96 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#a1da2afbeca1d96 .menu-list > li:hover > a,
#a1da2afbeca1d96 .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: #6c2cff;
}
#a1da2afbeca1d96 .menu-list ul,
#a1da2afbeca1d96 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#a1da2afbeca1d96 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#a1da2afbeca1d96 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1da2afbeca1d96 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1da2afbeca1d96 .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;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a6f83a1d5da6530 .logged {
  display: none;
}
#a6f83a1d5da6530 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a6f83a1d5da6530 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a6f83a1d5da6530 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a6f83a1d5da6530 .quick-menus > li:last-child::after {
  content: '';
}
#a6f83a1d5da6530 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a6f83a1d5da6530 .site-header {
  height: 72px;
}
#a6f83a1d5da6530 .uk-navbar-item,
#a6f83a1d5da6530 .uk-navbar-nav > li > a,
#a6f83a1d5da6530 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a6f83a1d5da6530 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a6f83a1d5da6530 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a6f83a1d5da6530 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a6f83a1d5da6530 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a6f83a1d5da6530 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a6f83a1d5da6530 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a6f83a1d5da6530 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a6f83a1d5da6530 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a6f83a1d5da6530 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a6f83a1d5da6530 .site-pc-navbar {
  background: #fff;
}
#a6f83a1d5da6530 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a6f83a1d5da6530 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a6f83a1d5da6530 .logo {
  display: inline-block;
}
#a6f83a1d5da6530 .menu-list {
  justify-content: flex-start;
}
#a6f83a1d5da6530 .submenu-items {
  display: inline-block;
}
#a6f83a1d5da6530 .submenu-items .sub-menu-item:last-child svg,
#a6f83a1d5da6530 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad534a66b5aaed1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad534a66b5aaed1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad534a66b5aaed1 .ap-icon {
  margin-right: 6px;
}
#ad534a66b5aaed1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad534a66b5aaed1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#ad534a66b5aaed1 .menu-list > li:hover > a,
#ad534a66b5aaed1 .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: #44424a;
}
#ad534a66b5aaed1 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#ad534a66b5aaed1 .menu-list ul,
#ad534a66b5aaed1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad534a66b5aaed1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#ad534a66b5aaed1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad534a66b5aaed1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad534a66b5aaed1 .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;
}
#ad418a4954a2d2a > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(123, 197, 255, 1),
                rgba(226, 168, 239, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#aa1e1ad2a5a098d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4db6a4b7ba50b3 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4c9daf948ac8a4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4931ac601a3283 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0e3dae98aa62c1 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#af2faa52c0af5eb > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac67fa9655a41fe > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9d23ab41aa6105 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a662da671da56ad > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a726eaa9eca00d5 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af8d7affb2a177d > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab1bda3241aa93f > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a236eab3d0a0ed7 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2984a2047a3b25 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3b48acc7cad0a0 > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac9dea11f3ad85c > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abad5a05a6ad007 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a46f3ae77faffb7 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6484ab652a02dd > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adee7a7f0daebf3 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#aefb9a30aaa2418 .logged {
  display: none;
}
#aefb9a30aaa2418 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#aefb9a30aaa2418 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#aefb9a30aaa2418 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#aefb9a30aaa2418 .quick-menus > li:last-child::after {
  content: '';
}
#aefb9a30aaa2418 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#aefb9a30aaa2418 .site-header {
  height: 72px;
}
#aefb9a30aaa2418 .uk-navbar-item,
#aefb9a30aaa2418 .uk-navbar-nav > li > a,
#aefb9a30aaa2418 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#aefb9a30aaa2418 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#aefb9a30aaa2418 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#aefb9a30aaa2418 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#aefb9a30aaa2418 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#aefb9a30aaa2418 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#aefb9a30aaa2418 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#aefb9a30aaa2418 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#aefb9a30aaa2418 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#aefb9a30aaa2418 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#aefb9a30aaa2418 .site-pc-navbar {
  background: #fff;
}
#aefb9a30aaa2418 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#aefb9a30aaa2418 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#aefb9a30aaa2418 .logo {
  display: inline-block;
}
#aefb9a30aaa2418 .menu-list {
  justify-content: flex-start;
}
#aefb9a30aaa2418 .submenu-items {
  display: inline-block;
}
#aefb9a30aaa2418 .submenu-items .sub-menu-item:last-child svg,
#aefb9a30aaa2418 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad534a66b5aaed1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad534a66b5aaed1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad534a66b5aaed1 .ap-icon {
  margin-right: 6px;
}
#ad534a66b5aaed1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad534a66b5aaed1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#ad534a66b5aaed1 .menu-list > li:hover > a,
#ad534a66b5aaed1 .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: #44424a;
}
#ad534a66b5aaed1 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#ad534a66b5aaed1 .menu-list ul,
#ad534a66b5aaed1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad534a66b5aaed1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#ad534a66b5aaed1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad534a66b5aaed1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad534a66b5aaed1 .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;
}
#a1b95a5badae17e > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(123, 197, 255, 1),
                rgba(226, 168, 239, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#ae921ae7cba38f5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a59a5a02f0a3e0b > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4ef6acc0ea6a60 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a700daa426a7b0a > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe3aa1f34a4b59 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afd15a2b9baf304 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0f45ad4a8a3969 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1456a3cf3a94c3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ace4da1917a4af9 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a399ba1fb1a69be > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2ad4adf40ad257 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a13d5a16d6af3a3 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7b1fac601a103d > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8ec4a7eaeab414 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adffaa334ead4b8 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4526a41e0a0b5c > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4ad4a8eaaac141 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7641accbba2a7c > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0af0aa8bba2ed9 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7383ae01ba55c9 > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab6daa6291adfd1 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#ae317a6d2caa036 .logged {
  display: none;
}
#ae317a6d2caa036 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ae317a6d2caa036 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ae317a6d2caa036 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ae317a6d2caa036 .quick-menus > li:last-child::after {
  content: '';
}
#ae317a6d2caa036 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ae317a6d2caa036 .site-header {
  height: 72px;
}
#ae317a6d2caa036 .uk-navbar-item,
#ae317a6d2caa036 .uk-navbar-nav > li > a,
#ae317a6d2caa036 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ae317a6d2caa036 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#ae317a6d2caa036 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ae317a6d2caa036 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ae317a6d2caa036 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#ae317a6d2caa036 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ae317a6d2caa036 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#ae317a6d2caa036 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ae317a6d2caa036 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ae317a6d2caa036 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#ae317a6d2caa036 .site-pc-navbar {
  background: #fff;
}
#ae317a6d2caa036 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#ae317a6d2caa036 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#ae317a6d2caa036 .logo {
  display: inline-block;
}
#ae317a6d2caa036 .menu-list {
  justify-content: flex-start;
}
#ae317a6d2caa036 .submenu-items {
  display: inline-block;
}
#ae317a6d2caa036 .submenu-items .sub-menu-item:last-child svg,
#ae317a6d2caa036 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad534a66b5aaed1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad534a66b5aaed1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad534a66b5aaed1 .ap-icon {
  margin-right: 6px;
}
#ad534a66b5aaed1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad534a66b5aaed1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#ad534a66b5aaed1 .menu-list > li:hover > a,
#ad534a66b5aaed1 .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: #44424a;
}
#ad534a66b5aaed1 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#ad534a66b5aaed1 .menu-list ul,
#ad534a66b5aaed1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad534a66b5aaed1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#ad534a66b5aaed1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad534a66b5aaed1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad534a66b5aaed1 .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;
}
#aba16adc4da4fb3 > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(123, 197, 255, 1),
                rgba(226, 168, 239, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#ab65da3adba2629 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7d17ac081aeee7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad615af039a8a62 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0299a6c6ba406c > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a3cf6a3580ae7fc > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5282af6a5a44cd .img-wrap {
  box-shadow: 0px 0px 0px 0px undefined;
}
#a7863a8508a5668 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acb21a7adbaf4bb > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac0b4aae2ba0ff6 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a46cdac5b3a2717 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1ea0a58dda0e10 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a22f1a84eba383e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a05c0a1ec8a59cf > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adaf0ae3ababbdd > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2c1ca5aa6af39e > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a770ba41eea0f80 > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a21c4a0140aba88 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0da1ace99a3970 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a558ba7d3daa0bd > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae33aa84b0a1dec > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ad51ba266ba3388 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a1a23aefc8a8ded .logged {
  display: none;
}
#a1a23aefc8a8ded .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a1a23aefc8a8ded .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a1a23aefc8a8ded .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a1a23aefc8a8ded .quick-menus > li:last-child::after {
  content: '';
}
#a1a23aefc8a8ded .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a1a23aefc8a8ded .site-header {
  height: 72px;
}
#a1a23aefc8a8ded .uk-navbar-item,
#a1a23aefc8a8ded .uk-navbar-nav > li > a,
#a1a23aefc8a8ded .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a1a23aefc8a8ded .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a1a23aefc8a8ded .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a1a23aefc8a8ded .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a1a23aefc8a8ded .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a1a23aefc8a8ded .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a1a23aefc8a8ded .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a1a23aefc8a8ded .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a1a23aefc8a8ded .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a1a23aefc8a8ded .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a1a23aefc8a8ded .site-pc-navbar {
  background: #fff;
}
#a1a23aefc8a8ded .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a1a23aefc8a8ded .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a1a23aefc8a8ded .logo {
  display: inline-block;
}
#a1a23aefc8a8ded .menu-list {
  justify-content: flex-start;
}
#a1a23aefc8a8ded .submenu-items {
  display: inline-block;
}
#a1a23aefc8a8ded .submenu-items .sub-menu-item:last-child svg,
#a1a23aefc8a8ded .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad534a66b5aaed1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad534a66b5aaed1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad534a66b5aaed1 .ap-icon {
  margin-right: 6px;
}
#ad534a66b5aaed1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad534a66b5aaed1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#ad534a66b5aaed1 .menu-list > li:hover > a,
#ad534a66b5aaed1 .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: #44424a;
}
#ad534a66b5aaed1 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#ad534a66b5aaed1 .menu-list ul,
#ad534a66b5aaed1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad534a66b5aaed1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#ad534a66b5aaed1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad534a66b5aaed1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad534a66b5aaed1 .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;
}
#a4a10a7877a49b3 > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(123, 197, 255, 1),
                rgba(226, 168, 239, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#a1e42acf21a7d96 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1183a3a62a018d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8300a22dfa1c49 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afe9cabff8a0ee0 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab9e4a0741a9f37 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#afb53a725ca9708 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2cb9adf41a35c8 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af3daa1816a1fdc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aa720ac89fad3d2 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a49fcafdeba57bb > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a4fceae416aa3cc > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a128ea2433ad157 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5938a16b7ae738 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ab1eea5573acd10 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#afe8ba6bf5aba0b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aea62adfdaa4b39 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#ae6c4ad2d1ab63f > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a8baeab112af10a .logged {
  display: none;
}
#a8baeab112af10a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a8baeab112af10a .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a8baeab112af10a .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a8baeab112af10a .quick-menus > li:last-child::after {
  content: '';
}
#a8baeab112af10a .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a8baeab112af10a .site-header {
  height: 72px;
}
#a8baeab112af10a .uk-navbar-item,
#a8baeab112af10a .uk-navbar-nav > li > a,
#a8baeab112af10a .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a8baeab112af10a .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a8baeab112af10a .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a8baeab112af10a .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a8baeab112af10a .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a8baeab112af10a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a8baeab112af10a .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a8baeab112af10a .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a8baeab112af10a .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a8baeab112af10a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a8baeab112af10a .site-pc-navbar {
  background: #fff;
}
#a8baeab112af10a .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a8baeab112af10a .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a8baeab112af10a .logo {
  display: inline-block;
}
#a8baeab112af10a .menu-list {
  justify-content: flex-start;
}
#a8baeab112af10a .submenu-items {
  display: inline-block;
}
#a8baeab112af10a .submenu-items .sub-menu-item:last-child svg,
#a8baeab112af10a .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad534a66b5aaed1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad534a66b5aaed1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad534a66b5aaed1 .ap-icon {
  margin-right: 6px;
}
#ad534a66b5aaed1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad534a66b5aaed1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#ad534a66b5aaed1 .menu-list > li:hover > a,
#ad534a66b5aaed1 .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: #44424a;
}
#ad534a66b5aaed1 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#ad534a66b5aaed1 .menu-list ul,
#ad534a66b5aaed1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad534a66b5aaed1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#ad534a66b5aaed1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad534a66b5aaed1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad534a66b5aaed1 .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;
}
#a4be3a0feca50d6 > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(123, 197, 255, 1),
                rgba(226, 168, 239, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#aaf69a6dd4a341d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9346a5c59ad08e > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a69c0a8290a6df7 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a0580a0f5da7f1d > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a62aea3861a9630 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adefba0e9ba9578 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a9548a2902a02a1 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac24ba6b3cabe5c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#aec06a2506ad06e > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a6e09aa959ada22 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#adaeda210fa7e32 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a98a1a1e8ca33b6 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ac84ca777da440d > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#aabb0a9c7ca0e2e > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#abb60a9f9aa5fbb > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5341af5a5a6527 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a2d13a67f0af327 > .ele-wrap {
                background-image: linear-gradient(90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1c0da1bb4a9053 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a7430a8f37a18c2 > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5941aee1aabbbc > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#ad77fa27daad649 .logged {
  display: none;
}
#ad77fa27daad649 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#ad77fa27daad649 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#ad77fa27daad649 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#ad77fa27daad649 .quick-menus > li:last-child::after {
  content: '';
}
#ad77fa27daad649 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#ad77fa27daad649 .site-header {
  height: 72px;
}
#ad77fa27daad649 .uk-navbar-item,
#ad77fa27daad649 .uk-navbar-nav > li > a,
#ad77fa27daad649 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#ad77fa27daad649 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#ad77fa27daad649 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#ad77fa27daad649 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#ad77fa27daad649 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#ad77fa27daad649 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#ad77fa27daad649 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#ad77fa27daad649 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#ad77fa27daad649 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#ad77fa27daad649 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#ad77fa27daad649 .site-pc-navbar {
  background: #fff;
}
#ad77fa27daad649 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#ad77fa27daad649 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#ad77fa27daad649 .logo {
  display: inline-block;
}
#ad77fa27daad649 .menu-list {
  justify-content: flex-start;
}
#ad77fa27daad649 .submenu-items {
  display: inline-block;
}
#ad77fa27daad649 .submenu-items .sub-menu-item:last-child svg,
#ad77fa27daad649 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ad534a66b5aaed1 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: transparent;
  text-align: left;
}
#ad534a66b5aaed1 .menu-list li {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#ad534a66b5aaed1 .ap-icon {
  margin-right: 6px;
}
#ad534a66b5aaed1 .menu-list > li {
  display: inline-flex;
  align-items: center;
}
#ad534a66b5aaed1 .menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #0a011e;
  line-height: 26px;
}
#ad534a66b5aaed1 .menu-list > li:hover > a,
#ad534a66b5aaed1 .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: #44424a;
}
#ad534a66b5aaed1 .menu-list > li.active > a {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  color: #6c2cff;
}
#ad534a66b5aaed1 .menu-list ul,
#ad534a66b5aaed1 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #333;
}
#ad534a66b5aaed1 .menu-list ul {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#ad534a66b5aaed1 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#ad534a66b5aaed1 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#ad534a66b5aaed1 .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;
}
#aaeb9a289faed58 > .ele-wrap {
                background-image: linear-gradient(-90deg,
                rgba(123, 197, 255, 1),
                rgba(226, 168, 239, 1));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;border-top-left-radius: 8px;border-bottom-right-radius: 8px;border-top-right-radius: 8px;border-bottom-left-radius: 8px;}#ad260a82f4ade50 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a1ad9a2dbba1ff4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae809a7243af0c5 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6681ad764adeae > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a496ca5c75a15b4 > .ele-wrap {border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#acddda1e0ba93ad > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a325ca2c34a3730 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a7c8fa4daaa911b > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#af470ad31aa4533 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a184aabbb4a2294 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a1919a63c0a0a52 > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a8a2fad588a720c > .ele-wrap {background-color: rgba(255, 255, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a2aceaf3d5aa79d > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4cbea0456a1682 > .ele-wrap {background-color: rgba(176, 209, 247, 1);background-image: url(/resources/upload/a757da204fa131b/1742723142111.png);background-size: 100% 100%;border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#adb5bac6f2a069c > .ele-wrap {
                background-image: linear-gradient(180deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a8357abc7da7022 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a24b8a6dc0a6873 > .ele-wrap {background-color: rgba(203, 185, 255, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a207aa0001a4124 > .ele-wrap {
                background-image: linear-gradient(180deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a4619ad19ea051b > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a6e3caca34a5808 > .ele-wrap {background-color: rgba(240, 213, 239, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a07a4a6584a6c63 > .ele-wrap {
                background-image: linear-gradient(180deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ab6aba1ef1ac410 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a5251a9869ac348 > .ele-wrap {background-color: rgba(163, 215, 221, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a956ca842aa7109 > .ele-wrap {background-color: rgba(194, 220, 238, 1);border-bottom-left-radius: 16px;border-bottom-right-radius: 16px;border-top-left-radius: 16px;border-top-right-radius: 16px;box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.08);}#a5916a4889a69f1 > .ele-wrap {
                background-image: linear-gradient(180deg,
                rgba(115, 81, 255, 0.1),
                rgba(115, 81, 255, 0));
            border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#ae06aad0a7a6856 > .ele-wrap {background-color: rgba(115, 81, 255, 1);border-right-style: none;border-left-style: none;border-bottom-style: none;border-top-style: none;}#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a372da8247aa2ed .logged {
  display: none;
}
#a372da8247aa2ed .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a372da8247aa2ed .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a372da8247aa2ed .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a372da8247aa2ed .quick-menus > li:last-child::after {
  content: '';
}
#a372da8247aa2ed .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a372da8247aa2ed .site-header {
  height: 72px;
}
#a372da8247aa2ed .uk-navbar-item,
#a372da8247aa2ed .uk-navbar-nav > li > a,
#a372da8247aa2ed .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a372da8247aa2ed .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a372da8247aa2ed .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a372da8247aa2ed .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a372da8247aa2ed .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a372da8247aa2ed .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a372da8247aa2ed .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a372da8247aa2ed .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a372da8247aa2ed .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a372da8247aa2ed .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a372da8247aa2ed .site-pc-navbar {
  background: #fff;
}
#a372da8247aa2ed .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a372da8247aa2ed .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a372da8247aa2ed .logo {
  display: inline-block;
}
#a372da8247aa2ed .menu-list {
  justify-content: flex-start;
}
#a372da8247aa2ed .submenu-items {
  display: inline-block;
}
#a372da8247aa2ed .submenu-items .sub-menu-item:last-child svg,
#a372da8247aa2ed .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#af24dabcecae404 [class*=uk-navbar-dropdown-bottom] {
  margin-top: 0;
}
#af24dabcecae404 .uk-navbar-dropdown {
  box-shadow: none;
  background-color: #ffffff;
  color: #666;
}
#af24dabcecae404 .uk-logo img {
  max-width: 120px;
}
#a8d70a09c5a6a8d .logged {
  display: none;
}
#a8d70a09c5a6a8d .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a8d70a09c5a6a8d .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a8d70a09c5a6a8d .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a8d70a09c5a6a8d .quick-menus > li:last-child::after {
  content: '';
}
#a8d70a09c5a6a8d .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a8d70a09c5a6a8d .site-header {
  height: 72px;
}
#a8d70a09c5a6a8d .uk-navbar-item,
#a8d70a09c5a6a8d .uk-navbar-nav > li > a,
#a8d70a09c5a6a8d .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a8d70a09c5a6a8d .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a8d70a09c5a6a8d .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a8d70a09c5a6a8d .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a8d70a09c5a6a8d .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a8d70a09c5a6a8d .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a8d70a09c5a6a8d .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a8d70a09c5a6a8d .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a8d70a09c5a6a8d .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a8d70a09c5a6a8d .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a8d70a09c5a6a8d .site-pc-navbar {
  background: #fff;
}
#a8d70a09c5a6a8d .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a8d70a09c5a6a8d .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a8d70a09c5a6a8d .logo {
  display: inline-block;
}
#a8d70a09c5a6a8d .menu-list {
  justify-content: flex-start;
}
#a8d70a09c5a6a8d .submenu-items {
  display: inline-block;
}
#a8d70a09c5a6a8d .submenu-items .sub-menu-item:last-child svg,
#a8d70a09c5a6a8d .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a1a5eae003a7e55 .menu-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  background: #ffffff;
  text-align: left;
}
#a1a5eae003a7e55 .menu-list li {
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  flex-shrink: 0;
}
#a1a5eae003a7e55 .ap-icon {
  margin-right: 6px;
}
#a1a5eae003a7e55 .indicator {
  margin-left: 4px;
}
#a1a5eae003a7e55 .menu-list > li > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  color: #9013fe;
  background-color: #ffffff;
}
#a1a5eae003a7e55 .menu-list li:hover > a,
#a1a5eae003a7e55 .menu-list li.active > a {
  background: #ffffff;
  background-color: #ffffff;
  font-weight: bold;
  font-style: normal;
  font-family: inherit;
  color: #fff;
}
#a1a5eae003a7e55 .menu-list li.active > a {
  background-color: #ffffff;
}
#a1a5eae003a7e55 .menu-list ul,
#a1a5eae003a7e55 .menu-list ul li ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#a1a5eae003a7e55 .menu-list ul {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#a1a5eae003a7e55 .menu-list ul li ul {
  top: 0;
  left: 100%;
}
#a1a5eae003a7e55 .menu-list ul li {
  clear: both;
  width: 100%;
  border: none;
}
#a1a5eae003a7e55 .menu-list ul li a {
  padding: 10px 15px;
  width: 100%;
  color: #dedede;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  float: left;
  white-space: nowrap;
  clear: both;
  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;
  background-color: #ffffff;
}
#a1a5eae003a7e55 .menu-list ul li a:hover {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: inherit;
  background-color: #ffffff;
}
#a1a5eae003a7e55 .menu-list ul li.active > a {
  background-color: #ffffff;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a49cda4dbfaca8a .logged {
  display: none;
}
#a49cda4dbfaca8a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a49cda4dbfaca8a .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a49cda4dbfaca8a .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a49cda4dbfaca8a .quick-menus > li:last-child::after {
  content: '';
}
#a49cda4dbfaca8a .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a49cda4dbfaca8a .site-header {
  height: 72px;
}
#a49cda4dbfaca8a .uk-navbar-item,
#a49cda4dbfaca8a .uk-navbar-nav > li > a,
#a49cda4dbfaca8a .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a49cda4dbfaca8a .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a49cda4dbfaca8a .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a49cda4dbfaca8a .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a49cda4dbfaca8a .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a49cda4dbfaca8a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a49cda4dbfaca8a .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a49cda4dbfaca8a .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a49cda4dbfaca8a .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a49cda4dbfaca8a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a49cda4dbfaca8a .site-pc-navbar {
  background: #fff;
}
#a49cda4dbfaca8a .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a49cda4dbfaca8a .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a49cda4dbfaca8a .logo {
  display: inline-block;
}
#a49cda4dbfaca8a .menu-list {
  justify-content: flex-start;
}
#a49cda4dbfaca8a .submenu-items {
  display: inline-block;
}
#a49cda4dbfaca8a .submenu-items .sub-menu-item:last-child svg,
#a49cda4dbfaca8a .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a947da967aabd2d {
  min-height: 90vh;
  /* mobile */
}
#a947da967aabd2d .search-highlight {
  background: yellow;
}
#a947da967aabd2d .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a947da967aabd2d .el-title {
  margin-bottom: 20px;
}
#a947da967aabd2d .el-item:hover .el-title {
  color: #0f6ecd;
}
#a947da967aabd2d .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a947da967aabd2d .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a947da967aabd2d .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a947da967aabd2d .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a947da967aabd2d .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a947da967aabd2d .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a947da967aabd2d .el-title {
    margin-bottom: 0;
  }
  #a947da967aabd2d .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a947da967aabd2d .category {
    font-size: 12px;
  }
  #a947da967aabd2d .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a437da20d2a81c9 .logged {
  display: none;
}
#a437da20d2a81c9 .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a437da20d2a81c9 .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a437da20d2a81c9 .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a437da20d2a81c9 .quick-menus > li:last-child::after {
  content: '';
}
#a437da20d2a81c9 .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a437da20d2a81c9 .site-header {
  height: 72px;
}
#a437da20d2a81c9 .uk-navbar-item,
#a437da20d2a81c9 .uk-navbar-nav > li > a,
#a437da20d2a81c9 .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a437da20d2a81c9 .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a437da20d2a81c9 .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a437da20d2a81c9 .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a437da20d2a81c9 .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a437da20d2a81c9 .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a437da20d2a81c9 .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a437da20d2a81c9 .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a437da20d2a81c9 .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a437da20d2a81c9 .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a437da20d2a81c9 .site-pc-navbar {
  background: #fff;
}
#a437da20d2a81c9 .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a437da20d2a81c9 .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a437da20d2a81c9 .logo {
  display: inline-block;
}
#a437da20d2a81c9 .menu-list {
  justify-content: flex-start;
}
#a437da20d2a81c9 .submenu-items {
  display: inline-block;
}
#a437da20d2a81c9 .submenu-items .sub-menu-item:last-child svg,
#a437da20d2a81c9 .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a60aaa628eab524 {
  /* 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------------------------*/
}
#a60aaa628eab524 * {
  font-family: 'PT Sans Caption', sans-serif, 'arial', 'Times New Roman';
}
#a60aaa628eab524 .error .clip .shadow {
  height: 180px;
  /*Contrall*/
}
#a60aaa628eab524 .error .clip:nth-of-type(2) .shadow {
  width: 130px;
  /*Contrall play with javascript*/
}
#a60aaa628eab524 .error .clip:nth-of-type(1) .shadow,
#a60aaa628eab524 .error .clip:nth-of-type(3) .shadow {
  width: 250px;
  /*Contrall*/
}
#a60aaa628eab524 .error .digit {
  width: 150px;
  /*Contrall*/
  height: 150px;
  /*Contrall*/
  line-height: 150px;
  /*Contrall*/
  font-size: 120px;
  font-weight: bold;
}
#a60aaa628eab524 .error h2 {
  font-size: 32px;
}
#a60aaa628eab524 .error .msg {
  top: -190px;
  left: 30%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 32px;
}
#a60aaa628eab524 .error span.triangle {
  top: 70%;
  right: 0%;
  border-left: 20px solid #535353;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#a60aaa628eab524 .error .container-error-404 {
  margin-top: 10%;
  position: relative;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
#a60aaa628eab524 .error .container-error-404 .clip {
  display: inline-block;
  transform: skew(-45deg);
}
#a60aaa628eab524 .error .clip .shadow {
  overflow: hidden;
}
#a60aaa628eab524 .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);
}
#a60aaa628eab524 .error .clip:nth-of-type(3) .shadow:after,
#a60aaa628eab524 .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%;
}
#a60aaa628eab524 .error .clip:nth-of-type(3) .shadow:after {
  left: -8px;
}
#a60aaa628eab524 .error .digit {
  position: relative;
  top: 8%;
  color: white;
  background: #07B3F9;
  border-radius: 50%;
  display: inline-block;
  transform: skew(45deg);
}
#a60aaa628eab524 .error .clip:nth-of-type(2) .digit {
  left: -10%;
}
#a60aaa628eab524 .error .clip:nth-of-type(1) .digit {
  right: -20%;
}
#a60aaa628eab524 .error .clip:nth-of-type(3) .digit {
  left: -20%;
}
#a60aaa628eab524 .error h2 {
  color: #A2A2A2;
  font-weight: bold;
  padding-bottom: 20px;
}
#a60aaa628eab524 .error .msg {
  position: relative;
  z-index: 9999;
  display: block;
  background: #535353;
  color: #A2A2A2;
  border-radius: 50%;
  font-style: italic;
}
#a60aaa628eab524 .error .triangle {
  position: absolute;
  z-index: 999;
  transform: rotate(45deg);
  content: "";
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  #a60aaa628eab524 {
    /* Error Page */
    /* Error Page */
  }
  #a60aaa628eab524 .error .clip .shadow {
    height: 100px;
    /*Contrall*/
  }
  #a60aaa628eab524 .error .clip:nth-of-type(2) .shadow {
    width: 80px;
    /*Contrall play with javascript*/
  }
  #a60aaa628eab524 .error .clip:nth-of-type(1) .shadow,
  #a60aaa628eab524 .error .clip:nth-of-type(3) .shadow {
    width: 100px;
    /*Contrall*/
  }
  #a60aaa628eab524 .error .digit {
    width: 80px;
    /*Contrall*/
    height: 80px;
    /*Contrall*/
    line-height: 80px;
    /*Contrall*/
    font-size: 52px;
  }
  #a60aaa628eab524 .error h2 {
    font-size: 24px;
  }
  #a60aaa628eab524 .error .msg {
    top: -110px;
    left: 15%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #a60aaa628eab524 .error span.triangle {
    top: 70%;
    right: -3%;
    border-left: 10px solid #535353;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  #a60aaa628eab524 .error .container-error-404 {
    height: 150px;
  }
}
#a60aaa628eab524 .overlay {
  position: relative;
  z-index: 20;
}
#a60aaa628eab524 .ground-color {
  background: white;
}
#a60aaa628eab524 .item-bg-color {
  background: #EAEAEA;
}
#a60aaa628eab524 .padding-top {
  padding-top: 10px;
}
#a60aaa628eab524 .padding-bottom {
  padding-bottom: 10px;
}
#a60aaa628eab524 .padding-vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}
#a60aaa628eab524 .padding-horizontal {
  padding-left: 10px;
  padding-right: 10px;
}
#a60aaa628eab524 .padding-all {
  padding: 10px;
}
#a60aaa628eab524 .no-padding-left {
  padding-left: 0px;
}
#a60aaa628eab524 .no-padding-right {
  padding-right: 0px;
}
#a60aaa628eab524 .no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
#a60aaa628eab524 .no-horizontal-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#a60aaa628eab524 .no-padding {
  padding: 0px;
}
#a60aaa628eab524 .margin-top {
  margin-top: 10px;
}
#a60aaa628eab524 .margin-bottom {
  margin-bottom: 10px;
}
#a60aaa628eab524 .margin-right {
  margin-right: 10px;
}
#a60aaa628eab524 .margin-left {
  margin-left: 10px;
}
#a60aaa628eab524 .margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}
#a60aaa628eab524 .margin-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}
#a60aaa628eab524 .margin-all {
  margin: 10px;
}
#a60aaa628eab524 .no-margin {
  margin: 0px;
}
#a60aaa628eab524 .no-vertical-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}
#a60aaa628eab524 .no-horizontal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
#a60aaa628eab524 .inside-col-shrink {
  margin: 0px 20px;
}
#a60aaa628eab524 hr {
  margin: 0px;
  padding: 0px;
  border-top: 1px dashed #999;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a3cb6a2258aa172 {background-color: rgba(0,0,0,0.7);}#a3cb6a2258aa172 > .lightbox-content {background-color: rgba(255, 255, 255, 1);background-position: top left;background-size: contain;background-repeat: no-repeat;border-top-right-radius: 18px;border-bottom-right-radius: 18px;border-bottom-left-radius: 18px;border-top-left-radius: 18px;}#a49cda4dbfaca8a .logged {
  display: none;
}
#a49cda4dbfaca8a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a49cda4dbfaca8a .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a49cda4dbfaca8a .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a49cda4dbfaca8a .quick-menus > li:last-child::after {
  content: '';
}
#a49cda4dbfaca8a .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a49cda4dbfaca8a .site-header {
  height: 72px;
}
#a49cda4dbfaca8a .uk-navbar-item,
#a49cda4dbfaca8a .uk-navbar-nav > li > a,
#a49cda4dbfaca8a .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a49cda4dbfaca8a .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a49cda4dbfaca8a .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a49cda4dbfaca8a .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a49cda4dbfaca8a .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a49cda4dbfaca8a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a49cda4dbfaca8a .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a49cda4dbfaca8a .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a49cda4dbfaca8a .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a49cda4dbfaca8a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a49cda4dbfaca8a .site-pc-navbar {
  background: #fff;
}
#a49cda4dbfaca8a .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a49cda4dbfaca8a .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a49cda4dbfaca8a .logo {
  display: inline-block;
}
#a49cda4dbfaca8a .menu-list {
  justify-content: flex-start;
}
#a49cda4dbfaca8a .submenu-items {
  display: inline-block;
}
#a49cda4dbfaca8a .submenu-items .sub-menu-item:last-child svg,
#a49cda4dbfaca8a .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#ac863a8532a8c5f .login-main {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 1, 4, 0.05);
}
#ac863a8532a8c5f .switch_item {
  margin-right: 10px;
}
#ac863a8532a8c5f a.switch_item:hover {
  text-decoration: underline;
}
#ac863a8532a8c5f .slider {
  width: 420px;
  height: 600px;
}
#ac863a8532a8c5f .uk-slideshow-items {
  height: 100%;
}
#ac863a8532a8c5f .uk-slideshow-items a {
  width: 100%;
  height: 100%;
  display: block;
}
#ac863a8532a8c5f .login-wrap {
  width: 100%;
  height: 100%;
}
#ac863a8532a8c5f .uk-dotnav > * > * {
  background: #fff;
  border-color: #fff;
  opacity: .5;
}
#ac863a8532a8c5f .uk-dotnav > .uk-active > * {
  border-color: #0076fe;
  background: #0076fe;
}
#ac863a8532a8c5f .phone-login-box {
  margin: 40px auto 40px;
}
#ac863a8532a8c5f .login-header {
  margin-bottom: 24px;
}
#ac863a8532a8c5f .login-header h4 {
  font-size: 22px;
  font-weight: bolder;
  line-height: 1;
  padding-left: 20px;
  border-left: 4px solid #0076fe;
}
#ac863a8532a8c5f .input-item {
  width: 330px;
  height: 45px;
  background-color: #f0f2f7;
  border-radius: 22px;
  border: solid 1px #e3e8f0;
  position: relative;
  overflow: hidden;
}
#ac863a8532a8c5f .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;
}
#ac863a8532a8c5f .forget_password {
  cursor: pointer;
}
#ac863a8532a8c5f .forget_password:hover {
  color: #1e87f0;
}
#ac863a8532a8c5f .input-item input.error,
#ac863a8532a8c5f .input-item input.error::placeholder {
  color: #fc4343;
}
#ac863a8532a8c5f .input-item input::placeholder {
  color: #999;
}
#ac863a8532a8c5f .input-item .icon {
  position: absolute;
  left: 10px;
  top: 12px;
  fill: #ccc;
  width: 20px;
}
#ac863a8532a8c5f .form-item {
  margin: 24px 0;
}
#ac863a8532a8c5f .verifycode-input .input-item {
  width: 200px;
  float: left;
}
#ac863a8532a8c5f .send-code {
  float: left;
  margin-left: 20px;
}
#ac863a8532a8c5f .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;
}
#ac863a8532a8c5f .submit {
  width: 330px;
  height: 45px;
  background-color: #0076fe;
  border-radius: 22px;
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  cursor: pointer;
}
#ac863a8532a8c5f .error {
  color: #fc4343;
  font-size: 12px;
  padding-left: 10px;
  display: block;
  max-width: 300px;
}
#ac863a8532a8c5f .login_btn_wrap {
  text-align: center;
}
#ac863a8532a8c5f .login_btn_wrap .submit {
  display: block;
  margin-bottom: 10px;
}
#ac863a8532a8c5f .input-item .pwd-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}
#ac863a8532a8c5f .input-item .pwd-toggle:hover {
  color: currentColor;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a49cda4dbfaca8a .logged {
  display: none;
}
#a49cda4dbfaca8a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a49cda4dbfaca8a .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a49cda4dbfaca8a .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a49cda4dbfaca8a .quick-menus > li:last-child::after {
  content: '';
}
#a49cda4dbfaca8a .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a49cda4dbfaca8a .site-header {
  height: 72px;
}
#a49cda4dbfaca8a .uk-navbar-item,
#a49cda4dbfaca8a .uk-navbar-nav > li > a,
#a49cda4dbfaca8a .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a49cda4dbfaca8a .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a49cda4dbfaca8a .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a49cda4dbfaca8a .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a49cda4dbfaca8a .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a49cda4dbfaca8a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a49cda4dbfaca8a .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a49cda4dbfaca8a .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a49cda4dbfaca8a .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a49cda4dbfaca8a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a49cda4dbfaca8a .site-pc-navbar {
  background: #fff;
}
#a49cda4dbfaca8a .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a49cda4dbfaca8a .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a49cda4dbfaca8a .logo {
  display: inline-block;
}
#a49cda4dbfaca8a .menu-list {
  justify-content: flex-start;
}
#a49cda4dbfaca8a .submenu-items {
  display: inline-block;
}
#a49cda4dbfaca8a .submenu-items .sub-menu-item:last-child svg,
#a49cda4dbfaca8a .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a1b2fa9f86ab4ba .sidebar {
  width: 150px;
  max-width: 150px;
  height: 100%;
}
#a1b2fa9f86ab4ba .nav-items {
  background: #fafafa;
  min-height: 200px;
}
#a1b2fa9f86ab4ba .phone-info {
  background: #fafafa;
  margin-top: 10px;
  font-size: 12px;
  padding: 22px 4px 20px 16px;
  line-height: 1.5;
  color: #666;
}
#a1b2fa9f86ab4ba .phone-info .phone {
  line-height: 1.5;
  color: #333;
  font-size: 18px;
  font-family: Arial;
}
#a1b2fa9f86ab4ba .nav-type {
  line-height: 37px;
  padding-left: 20px;
  cursor: pointer;
}
#a1b2fa9f86ab4ba .nav-type.active {
  color: #FFF;
  cursor: default;
  background: #ff658c;
}
#a1b2fa9f86ab4ba .content {
  padding-bottom: 60px;
  color: #666;
  border: 1px solid #f0f0f0;
  min-height: 400px;
}
#a1b2fa9f86ab4ba .nav-list {
  padding: 0 20px;
}
#a1b2fa9f86ab4ba .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;
}
#a1b2fa9f86ab4ba .nav-list .nav-item.active {
  background-color: #ff5c89;
  color: #fff;
  cursor: default;
}
#a1b2fa9f86ab4ba .order-item {
  margin-top: 10px;
  background: #fff;
  padding: 0 20px;
}
#a1b2fa9f86ab4ba .order-item:hover {
  background: #f7f7f7;
}
#a1b2fa9f86ab4ba .del-order {
  cursor: pointer;
}
#a1b2fa9f86ab4ba .order-item .order-title {
  line-height: 40px;
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}
#a1b2fa9f86ab4ba .goods-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
}
#a1b2fa9f86ab4ba .order-goods-list .goods-item:last-child {
  border-bottom: none;
}
#a1b2fa9f86ab4ba .goods-item img {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
}
#a1b2fa9f86ab4ba .goods-item .goods-info {
  padding: 0 15px;
}
#a1b2fa9f86ab4ba .appoint-time span {
  color: #e4393c;
  background-color: #f9eeee;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 1;
}
#a1b2fa9f86ab4ba .appoint-time {
  margin-bottom: 4px;
}
#a1b2fa9f86ab4ba .appoint-name {
  color: #333;
  font-size: 14px;
}
#a1b2fa9f86ab4ba .appoint-info {
  padding: 0 15px;
  font-size: 12px;
  color: #888;
}
#a1b2fa9f86ab4ba .goods-item .goods-name {
  color: #333;
}
#a1b2fa9f86ab4ba .goods-item .sku-name {
  color: #999;
  font-size: 12px;
}
#a1b2fa9f86ab4ba .order-total-info {
  padding-bottom: 10px;
  color: #999;
  font-size: 12px;
}
#a1b2fa9f86ab4ba .order-total-info .total-price {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
}
#a1b2fa9f86ab4ba .load-more {
  font-size: 12px;
  padding-bottom: 15px;
  color: #999;
}
#a1b2fa9f86ab4ba .order-btns {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7;
}
#a1b2fa9f86ab4ba .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;
}
#a1b2fa9f86ab4ba .order-btns .btn-warn {
  color: #fff;
  background: #eb3c3c;
  border-color: #eb3c3c;
  cursor: pointer;
}
#a1b2fa9f86ab4ba .appoint-info .title {
  font-weight: bold;
  color: #333;
}
#a1b2fa9f86ab4ba .coupon-item {
  margin: 10px 30px;
  display: inline-flex;
  width: 42%;
}
#a1b2fa9f86ab4ba .setting-form {
  padding: 30px 20px;
}
#a1b2fa9f86ab4ba .setting-item {
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
#a1b2fa9f86ab4ba .setting-item .label {
  display: inline-block;
  margin-right: 6px;
  text-align: right;
  min-width: 120px;
}
#a1b2fa9f86ab4ba .setting-item .input-text {
  border: 1px solid #ccc;
  line-height: 28px;
  padding: 0 10px;
  min-width: 200px;
  font-size: 13px;
}
#a1b2fa9f86ab4ba .setting-form .setting-btns {
  margin-left: 130px;
}
#a1b2fa9f86ab4ba .setting-form .uk-button {
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
}
#a1b2fa9f86ab4ba .setting-wrap {
  position: relative;
}
#a1b2fa9f86ab4ba .user-info {
  border: 1px solid #ccc;
  width: 300px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #666;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
}
#a1b2fa9f86ab4ba .user-info .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#a1b2fa9f86ab4ba .user-info .levels {
  color: #888;
  font-size: 12px;
}
#a1b2fa9f86ab4ba .address-wrap {
  padding: 30px 20px;
}
#a1b2fa9f86ab4ba .addr-header {
  font-size: 18px;
  color: #333;
  margin: 0;
}
#a1b2fa9f86ab4ba .addr-detail {
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
#a1b2fa9f86ab4ba .addr-list {
  min-height: 200px;
}
#a1b2fa9f86ab4ba .addr-detail .addr-item-name,
#a1b2fa9f86ab4ba .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;
}
#a1b2fa9f86ab4ba .addr-detail .addr-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
#a1b2fa9f86ab4ba .addr-detail .addr-item-name {
  color: #e93b3d;
  border-color: #e93b3d;
}
#a1b2fa9f86ab4ba .addr-detail {
  padding: 12px 0;
  flex: 1;
}
#a1b2fa9f86ab4ba .op-btns a {
  font-size: 12px;
  color: #e93b3d;
  margin-left: 6px;
}
#a1b2fa9f86ab4ba .add-addr {
  height: 32px;
  line-height: 30px;
}
#a1b2fa9f86ab4ba .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;
}
#a1b2fa9f86ab4ba .publish-item {
  cursor: default;
  min-height: 120px;
}
#a1b2fa9f86ab4ba .publish-item .status-0 {
  background-image: url(/resources/sys/img/icons/info-unread.png);
}
#a1b2fa9f86ab4ba .publish-item .status-1 {
  background-image: url(/resources/sys/img/icons/info-fail.png);
}
#a1b2fa9f86ab4ba .publish-item .btns a {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  background: #1e87f0;
}
#a1b2fa9f86ab4ba .publish-item .btns .del-info {
  background: #ccc;
  color: #999;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a49cda4dbfaca8a .logged {
  display: none;
}
#a49cda4dbfaca8a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a49cda4dbfaca8a .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a49cda4dbfaca8a .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a49cda4dbfaca8a .quick-menus > li:last-child::after {
  content: '';
}
#a49cda4dbfaca8a .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a49cda4dbfaca8a .site-header {
  height: 72px;
}
#a49cda4dbfaca8a .uk-navbar-item,
#a49cda4dbfaca8a .uk-navbar-nav > li > a,
#a49cda4dbfaca8a .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a49cda4dbfaca8a .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a49cda4dbfaca8a .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a49cda4dbfaca8a .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a49cda4dbfaca8a .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a49cda4dbfaca8a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a49cda4dbfaca8a .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a49cda4dbfaca8a .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a49cda4dbfaca8a .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a49cda4dbfaca8a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a49cda4dbfaca8a .site-pc-navbar {
  background: #fff;
}
#a49cda4dbfaca8a .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a49cda4dbfaca8a .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a49cda4dbfaca8a .logo {
  display: inline-block;
}
#a49cda4dbfaca8a .menu-list {
  justify-content: flex-start;
}
#a49cda4dbfaca8a .submenu-items {
  display: inline-block;
}
#a49cda4dbfaca8a .submenu-items .sub-menu-item:last-child svg,
#a49cda4dbfaca8a .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#a11c9a8af2a5aec {
  min-height: 90vh;
  /* mobile */
}
#a11c9a8af2a5aec .search-highlight {
  background: yellow;
}
#a11c9a8af2a5aec .el-item {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
#a11c9a8af2a5aec .el-title {
  margin-bottom: 20px;
}
#a11c9a8af2a5aec .el-item:hover .el-title {
  color: #0f6ecd;
}
#a11c9a8af2a5aec .img-wrap {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}
#a11c9a8af2a5aec .img-wrap img {
  transition: all .3s ease;
  border-radius: 4px;
}
#a11c9a8af2a5aec .el-item:hover .img-wrap img {
  transform: scale(1.1);
}
#a11c9a8af2a5aec .el-title a {
  font-size: 20px;
  color: #333;
  line-height: 36px;
}
#a11c9a8af2a5aec .el-meta {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  margin: 6px 0;
}
#a11c9a8af2a5aec .el-content {
  font-size: 14px;
  color: #777;
}
@media (max-width: 640px) {
  #a11c9a8af2a5aec .el-title {
    margin-bottom: 0;
  }
  #a11c9a8af2a5aec .el-title a {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }
  #a11c9a8af2a5aec .category {
    font-size: 12px;
  }
  #a11c9a8af2a5aec .el-content {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 6px 0 0px;
  }
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
#a49cda4dbfaca8a .logged {
  display: none;
}
#a49cda4dbfaca8a .header-topbar {
  position: relative;
  z-index: 30;
  height: 30px;
  font-size: 12px;
  color: #888;
  background: #efefef;
}
#a49cda4dbfaca8a .header-topbar ul > li {
  display: inline-block;
  position: relative;
  align-items: center;
}
#a49cda4dbfaca8a .quick-menus > li:after {
  content: '|';
  color: #888;
}
#a49cda4dbfaca8a .quick-menus > li:last-child::after {
  content: '';
}
#a49cda4dbfaca8a .header-topbar ul a {
  color: #888;
  padding: 0 4px;
  line-height: 30px;
}
#a49cda4dbfaca8a .site-header {
  height: 72px;
}
#a49cda4dbfaca8a .uk-navbar-item,
#a49cda4dbfaca8a .uk-navbar-nav > li > a,
#a49cda4dbfaca8a .uk-navbar-toggle {
  height: 72px;
  line-height: 72px;
  min-height: 72px;
  padding: 0;
  position: relative;
  margin: 0 25px;
}
#a49cda4dbfaca8a .uk-navbar-nav > li.active > a {
  color: #1e87f0;
}
#a49cda4dbfaca8a .uk-navbar-nav > li:last-child a::after {
  display: none;
}
#a49cda4dbfaca8a .uk-navbar-center {
  display: inline-block;
  position: static;
}
#a49cda4dbfaca8a .uk-navbar-sticky .site-header {
  min-height: 72px;
}
#a49cda4dbfaca8a .ap-search-form {
  display: inline-block;
  width: 100%;
}
#a49cda4dbfaca8a .sub-menu-item {
  font-size: 14px;
  padding: 0 15px;
  line-height: 42px;
  display: inline-block;
  color: #262626;
}
#a49cda4dbfaca8a .menu-item > a > svg {
  display: inline-block;
  width: 16px;
  margin: 0;
  margin-right: 4px;
}
#a49cda4dbfaca8a .nav-dropdown {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  display: none;
  z-index: 500;
}
#a49cda4dbfaca8a .uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff;
}
#a49cda4dbfaca8a .site-pc-navbar {
  background: #fff;
}
#a49cda4dbfaca8a .logo-text {
  font-size: 12px;
  color: #0A011E;
  line-height: 1.5;
  display: inline-block;
  padding: 0 20px;
  margin-left: 20px;
  opacity: .3;
  position: relative;
}
#a49cda4dbfaca8a .logo-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #999;
}
#a49cda4dbfaca8a .logo {
  display: inline-block;
}
#a49cda4dbfaca8a .menu-list {
  justify-content: flex-start;
}
#a49cda4dbfaca8a .submenu-items {
  display: inline-block;
}
#a49cda4dbfaca8a .submenu-items .sub-menu-item:last-child svg,
#a49cda4dbfaca8a .submenu-items .sub-menu-item:last-child img {
  border-right: none;
}
#aa07ca6187aaf86 .comment-detail {
  min-height: 600px;
}
#aa07ca6187aaf86 table {
  background: #f9fdff;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#aa07ca6187aaf86 table th,
#aa07ca6187aaf86 table td {
  padding: 10px 20px;
  border: #ececec 1px solid;
  line-height: 1.8em;
}
#aa07ca6187aaf86 table th {
  padding-left: 0;
  text-align: right;
  background: #eff7fe;
  font-weight: normal;
  color: #333;
}
#aa07ca6187aaf86 .red {
  color: #F00!important;
}
#aa07ca6187aaf86 .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;
}
#a178ba70eeaa96e .img-wrap {
  border-top-color: #bebebe;
  border-right-color: #bebebe;
  border-left-color: #bebebe;
  border-bottom-color: #bebebe;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-top-style: none;
  box-shadow: NaNpx NaNpx 0px 0px ;
}
